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

All CI linux builds fail: "Initializing the repository /usr/bin/git init Permission denied" #1395

Closed
corneliusroemer opened this issue Aug 16, 2021 · 5 comments · Fixed by #1400

Comments

@corneliusroemer
Copy link

All PRs (at least the first two I checked) seem to have linux builds fail in Github actions with the following stack trace:

Initializing the repository
  /usr/bin/git init /__w/homebrew-bio/homebrew-bio
  /__w/homebrew-bio/homebrew-bio/.git: Permission denied
  Error: The process '/usr/bin/git' failed with exit code 1

See here for details: https://github.com/brewsci/homebrew-bio/pull/1394/checks?check_run_id=3335797430

image

@corneliusroemer
Copy link
Author

corneliusroemer commented Aug 31, 2021

Can someone restart the GitHub actions? They may work now but don't run on their own without being triggered.

@YoshitakaMo shouldn't this be reopened because you reverted the fix PR #1400 in #1403 ?

@YoshitakaMo
Copy link
Contributor

I noticed that https://github.com/brewsci/homebrew-bio/actions/runs/1173580685 successfully passed the CI, but there seems an issue when merging the PR into the develop branch, https://github.com/brewsci/homebrew-bio/actions/runs/1184450246. Does anyone know the cause of this?

This is related to #1400.

@eseiler
Copy link
Contributor

eseiler commented Aug 31, 2021

I think the easiest would be to rebase any of the open PRs onto the current develop; and merge it if the CI (build bottle) runs through.
The failure on the develop branch (upload bottle) seems like it's caused by commits being pushed that do not change any formulas.

@YoshitakaMo
Copy link
Contributor

Thank you for your suggestion! Both build bottle & upload bottle steps worked. (#1406)
The currently open PRs will also work if you merge the latest commit and do PR again.

@sjackman
Copy link
Member

sjackman commented Sep 3, 2021

Thank you very much for your work on fixing this issue, @YoshitakaMo @eseiler @corneliusroemer! 🏆✨🥇
I'm pleased to see that this tap has enough community support that it can weather my summer absence. 😀

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

Successfully merging a pull request may close this issue.

4 participants