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

GitHub packages CI step failing #403

Closed
Sergio0694 opened this issue Oct 13, 2022 · 5 comments · Fixed by #407
Closed

GitHub packages CI step failing #403

Sergio0694 opened this issue Oct 13, 2022 · 5 comments · Fixed by #407
Labels
bug 🐛 Something isn't working help wanted 🆘 Extra attention is needed maintenance ⚙️ Issues/PRs about maintenance/CI work

Comments

@Sergio0694
Copy link
Owner

Description

The CI step to push to GitHub packages started failing, for some reason:

Pushing ComputeSharp.Pix.2.0.0-alpha.3242075036+6131b7f9b0d2ee95c98e5e76a5f5bafe62ef74ae.nupkg to 'https://nuget.pkg.github.com/ComputeSharp'...
  PUT https://nuget.pkg.github.com/ComputeSharp/
warn : Source owner 'ComputeSharp' does not match repo owner 'Sergio0694' in repository element.
  BadRequest https://nuget.pkg.github.com/ComputeSharp/ 380ms
error: Response status code does not indicate success: 400 (Bad Request).

Eg. see https://github.com/Sergio0694/ComputeSharp/actions/runs/3242075036.

There have been no recent changes to the CI script or the package info recently, so not sure what's up with this.

@Nirmal4G are you familiar with this by any chance? I'm not sure I understand what the issue is 😅

@Sergio0694 Sergio0694 added bug 🐛 Something isn't working help wanted 🆘 Extra attention is needed maintenance ⚙️ Issues/PRs about maintenance/CI work labels Oct 13, 2022
@Sergio0694 Sergio0694 changed the title NuGet packages CI step failing GitHub packages CI step failing Oct 13, 2022
@Nirmal4G
Copy link
Contributor

@Sergio0694
Copy link
Owner Author

Mmmh yeah that seems related. I'm not seeing an explanation on how to fix existing workflows though 🤦‍♂️

@Nirmal4G
Copy link
Contributor

Nirmal4G commented Oct 13, 2022

This couldn't be SDK or NuGet issue but rather issue with GitHub NuGet hosting related to the owner consolidation change. I think you should report it to the GitHub Actions and Packages team. Only they can fix the issue or offer an workaround.

@Nirmal4G
Copy link
Contributor

I'm just thinking out loud here, maybe creating a new token could be a fix/workaround!?

@Sergio0694
Copy link
Owner Author

I'm thinking maybe it'd be better to just skip that step for now until this is fixed. All nightlies are already pushed to the ADO feed anyway, which is also probably better either way because it doesn't force users to be logged through GitHub to use it 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working help wanted 🆘 Extra attention is needed maintenance ⚙️ Issues/PRs about maintenance/CI work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants