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

git push after a previous failed git push dies with a minio error #54

Closed
technosophos opened this issue Dec 16, 2015 · 4 comments
Closed
Labels
Milestone

Comments

@technosophos
Copy link
Member

I did a git push of a repo. That push failed. So I changed the code and then pushed again. Now I get this error:

⇒  git push deis master
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 291 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
Added host ‘http://10.247.151.115:9000’ successfully.
mc: <ERROR> Unable to make bucket ‘http://10.247.151.115:9000/git’. The requested bucket name is not available.
‘hearty-checkers.tar.gz’ -> ‘http://10.247.151.115:9000/git/home/hearty-checkers:git-6241aef4/tar’
Total: 2.33 KB, Transferred: 2.33 KB, Speed: 808.72 KB/s
-----> stored tarfile in http://10.247.151.115:9000/git/home/hearty-checkers:git-6241aef4/tar
-----> creating builder pod in namespace deis
pod "hearty-checkers-git-6241aef4" created
Waiting for build to complete...
..........
Build complete.
-----> Launching...
2015/12/16 22:49:06 failed retrieving config from controller: <h1>Server Error (500)</h1>
To ssh://git@deis.10.245.1.3.xip.io:2222/hearty-checkers.git
   e159088..6241aef  master -> master

The important detail seems to be this:

mc: <ERROR> Unable to make bucket ‘http://10.247.151.115:9000/git’. The requested bucket name is not available.

But maybe that's just ignored.

@technosophos
Copy link
Member Author

I'm retesting, and I think this error doesn't make a difference at all.

@arschles
Copy link
Member

nope, the error doesn't matter at all and is ignored. it's mc ensuring there's a bucket for all tarballs (something minio requires). it should be piped to /dev/null but #29 will remove the error message (and the need to use mc) entirely

@technosophos technosophos added this to the v2.0-beta1 milestone Dec 17, 2015
@technosophos
Copy link
Member Author

Dumping into Beta

@arschles arschles added the bug label Dec 18, 2015
@arschles
Copy link
Member

#72 has fixed this by adding a uuid to each builder pod's name. closing

yebyen pushed a commit to yebyen/builder that referenced this issue Jan 2, 2020
feat(builder): Add DEIS_BUILDPACK_DEBUG variable to show more or less output when deploying
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants