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

URGENT: Cannot release SQLAlchemy 1.4.40 - twine succeeds (many times), nothing on site #12041

Closed
zzzeek opened this issue Aug 8, 2022 · 8 comments
Labels
bug 🐛 requires triaging maintainers need to do initial inspection of issue

Comments

@zzzeek
Copy link

zzzeek commented Aug 8, 2022

Hi folks -

Something very strange is wrong and I'm not able to release SQLAlhcemy

I have upgraded Twine, made new API tokens, Twine reports no issues at all but I can run it any number of times. The URL that it returns to me returns a 500 server error:

https://pypi.org/project/SQLAlchemy/1.4.40/

Screenshot from 2022-08-08 12-33-25

however, no outage is reported at https://status.python.org/

full Twine output shows no issue:

$ twine upload SQLAlchemy-1.4.40.tar.gz
Uploading distributions to https://upload.pypi.org/legacy/
Uploading SQLAlchemy-1.4.40.tar.gz
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB • 00:01 • 4.5 MB/s

View at:
https://pypi.org/project/SQLAlchemy/1.4.40/

not being able to release at all is a major urgent matter for us, thanks!

@zzzeek zzzeek added bug 🐛 requires triaging maintainers need to do initial inspection of issue labels Aug 8, 2022
@dstufft
Copy link
Member

dstufft commented Aug 8, 2022

Looks like the release happened, it's on /simple/, I think this is solved by #12040

@zzzeek
Copy link
Author

zzzeek commented Aug 8, 2022

OK. shouldnt Twine be giving me an error that the file is already uploaded?

@dstufft
Copy link
Member

dstufft commented Aug 8, 2022

Warehouse treats re-uploading the exact same file with the same hashes as a no-op.

@zzzeek
Copy link
Author

zzzeek commented Aug 8, 2022

ugh :)

@zzzeek
Copy link
Author

zzzeek commented Aug 8, 2022

OK. then....how about , why is the pypi status page saying "operational" when you scroll down and it shows about 7000 500 errors happening in the past 20 minutes? https://status.python.org/ that's bad, right?

@dstufft
Copy link
Member

dstufft commented Aug 8, 2022

The health check route isn't affected by that PR lol

@zzzeek
Copy link
Author

zzzeek commented Aug 8, 2022

well there's a graph if you scroll down showing a bunch of errors, so CDN errors seem to be picked up

@di
Copy link
Member

di commented Aug 8, 2022

Fixed by #12040.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 requires triaging maintainers need to do initial inspection of issue
Projects
None yet
Development

No branches or pull requests

3 participants