Skip to content
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

Build fail #124

Closed
claytondukes opened this issue Oct 4, 2023 · 4 comments
Closed

Build fail #124

claytondukes opened this issue Oct 4, 2023 · 4 comments

Comments

@claytondukes
Copy link

Just checkout out the repo, so fresh setup:

# make companies
docker-compose build
[+] Building 5.2s (4/4) FINISHED                                                                              docker-container:autogpt
 => CANCELED [scrapy_random internal] booting buildkit                                                                            5.2s
 => => pulling image moby/buildkit:buildx-stable-1                                                                                5.1s
 => => creating container buildx_buildkit_autogpt0                                                                                0.0s
 => ERROR [scrapy_test internal] booting buildkit                                                                                 5.2s
 => => pulling image moby/buildkit:buildx-stable-1                                                                                5.1s
 => => creating container buildx_buildkit_autogpt0                                                                                0.0s
 => CANCELED [scrapy_companies internal] booting buildkit                                                                         5.2s
 => => pulling image moby/buildkit:buildx-stable-1                                                                                5.1s
 => => creating container buildx_buildkit_autogpt0                                                                                0.0s
 => CANCELED [scrapy_byname internal] booting buildkit                                                                            5.2s
 => => pulling image moby/buildkit:buildx-stable-1                                                                                5.1s
 => => creating container buildx_buildkit_autogpt0                                                                                0.0s
------
 > [scrapy_test internal] booting buildkit:
------
Error response from daemon: Conflict. The container name "/buildx_buildkit_autogpt0" is already in use by container "c38d40c96d8bedc15eb11c9d499f07cf80fa347ba7bfd3cc5e5967136aacf754". You have to remove (or rename) that container to be able to reuse that name.
make: *** [build] Error 17
@eracle
Copy link
Owner

eracle commented Oct 6, 2023

pulling image moby/buildkit:buildx-stable-1?

Are you using moby.

I am using:
Docker version 24.0.2, build cb74dfc
docker-compose version 1.29.2, build 5becea4c

@claytondukes
Copy link
Author

I'm using Docker version 24.0.5, build ced0996 with the docker compose plugin (not docker-compose, which is deprecated - or soon to be I think?)
This is on MacOS, maybe that's the problem?

@claytondukes
Copy link
Author

I tried on Ubuntu and it works, so must be a Mac thing.

Side note, the conf.py is missing ROLES_KEYWORDS

@eracle
Copy link
Owner

eracle commented Oct 9, 2023

Okay, thanks for the heads-up.
There isn't any conf.py committed in the project so you are probably experiencing it since I just recently added the ROLES_KEYWORDS in the conf_template.py and you didn't have the chance to update your conf.py
I close this. Thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants