-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected environment preparation error: ... invalid name or ID supplied: "" #789
Comments
Fails against any repo with any public repo with circleci. It's not a private organization issue. Something's wrong with my machine. I also built it from source and still got the same error. |
Was able to get it working out of the box on a different machine with the exact same system information as above. I think it has to do with differences in docker configuration. Possibly interference from This is likely not a bug with circleci and will hopefully I can close it and leave it as documentation for prosperity. |
Issue isn't really with circleci-cli but the picard docker image circelci-cli downloads. The cli executes this docker command which spins up and fails on my machine.
|
Made a new user and confirmed it wasn't a user issue. Picard is for some reason trying to disconnect from a network with no name on my machine but it doesn't on other machine.
|
Had the same issue, turns out I was missing some kernel options required by docker (which did not affect all the other images and compose projects I ran in the slightest though):
I'd guess it's one or several of the network related options in there^^ |
Probably dups #318. No resolution there either. :( |
@particleflux can you give more info about how you tracked down those kernel options where required? I ran Moby's check-config script and it showed everything green on my system. But I still have the same error you reported. |
FWIW I tried the solution to #589 despite it being a different error message and it worked. To be specific, setting the kernel parameter (Edit, totally misread @particleflux's answer) |
@rsyring gentoo shows them on install - but here is the part of the ebuild which checks them: |
Meta:
CircleCI CLI Version:
0.1.21812+72528b8 (release)
Operating System:
CircleCI CLI Diagnostic:
Current behavior:
All iterations output the following:
Expected behavior:
Ideally it would run the job locally, just as it would on github. More practically, I'd expect it to identify where in my local setup have I provided an invalid name or ID? Like a
jq
path to a missing field in.circleci/config.yml
or~/.circleci/cli.yml
, if that's the case.When did this begin / Was this previously working?:
It was working at some point over a year ago. Stopped working months ago, but it wasn't a major concern. I can't say for sure when it started doing this. I haven't needed to use it until I noticed docker images built on circleci had faults that local builds didn't.
Additional Information:
The repo that I'm running this against is in a private organization so that might be an issue.
The text was updated successfully, but these errors were encountered: