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

cargo owner -a fails with HTTP 500 error #9524

Closed
lalitb opened this issue Sep 26, 2024 · 3 comments
Closed

cargo owner -a fails with HTTP 500 error #9524

lalitb opened this issue Sep 26, 2024 · 3 comments

Comments

@lalitb
Copy link

lalitb commented Sep 26, 2024

Current Behavior

For opentelemetry-etw-logs, getting error on adding an owner:

$ cargo owner --add github:open-telemetry:rust-maintainers
-v
    Updating crates.io index
  Credential cargo:token get crates-io
error: failed to invite owners to crate `opentelemetry-etw-logs` on registry at https://crates.io

Caused by:
  the remote server responded with an error (status 500 Internal Server Error): Internal Server Error

Background:

  • The GitHub team github:open-telemetry:rust-maintainers was originally an owner of this crate.
  • The team was accidentally deleted on GitHub and later re-created with the same name.
  • We removed this team as owner and attempted to re-add it.

It seems like the crates.io registry is encountering a server-side issue, possibly related to the fact that the team was deleted and re-created. Please let me know if additional steps are needed to resolve this.

Expected Behavior

The owner should be added.

Steps To Reproduce

$ cargo owner --add github:open-telemetry:rust-maintainers

Environment

N/A

Anything else?

No response

@Turbo87
Copy link
Member

Turbo87 commented Sep 28, 2024

see #6949

@Turbo87 Turbo87 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 28, 2024
@lalitb
Copy link
Author

lalitb commented Sep 30, 2024

@Turbo87 what’s the solution here - Do we need to create a GitHub team with a different name, and use that?

@Turbo87
Copy link
Member

Turbo87 commented Sep 30, 2024

yeah, I think that would be easiest for now.

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