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

Error during brew test-bot --only-formulae step on tap CI #646

Closed
ticky opened this issue Jul 12, 2021 · 6 comments · Fixed by #648
Closed

Error during brew test-bot --only-formulae step on tap CI #646

ticky opened this issue Jul 12, 2021 · 6 comments · Fixed by #648
Assignees
Labels

Comments

@ticky
Copy link

ticky commented Jul 12, 2021

Hi there,

I have a handful of taps I maintain, and I've been using the Homebrew-ordained CI solution created by brew tap-new.

In the past few days, I've had two unrelated formula on separate taps fail to build in the Linux portion of this CI run, with no clear way of fixing or debugging further, both during the brew test-bot --only-formulae step:

==> brew uninstall --force ticky/dreamcast/gditools3
Error: No such file or directory @ rb_file_s_link - (./gditools3--3.0.1.x86_64_linux.bottle.tar.gz, /home/runner/.cache/Homebrew/downloads/7b2a5e8cc188a648502bb6ef03004a5db2c384852c167ee93d9ca8a02a10a220--gditools3-3.0.1.x86_64_linux.bottle.tar.gz)
Error: Process completed with exit code 1.

GitHub Actions run (Will likely expire soon) • Full run log archive

==> brew uninstall --force ticky/playstation/paladin
Error: No such file or directory @ rb_file_s_link - (./paladin--1.3_1.x86_64_linux.bottle.2.tar.gz, /home/runner/.cache/Homebrew/downloads/a48a404125187f63ff6bb4915949b8ae21508e7ef8aa8b2090fa05ba519e3770--paladin-1.3_1.x86_64_linux.bottle.2.tar.gz)
Error: Process completed with exit code 1.

GitHub Actions run • Full run log archive

There's no obvious connection between these two formulae, and they appear to fail in the same way. There are also no other errors or warnings in the output that I can see which would suggest what's gone wrong here. In the case of the gditools3 run, this occurred repeatedly under the same conditions.

What's the best way for me to help debug this issue and get things working?

Thanks!

@dawidd6
Copy link
Member

dawidd6 commented Jul 12, 2021

@iMichka I think you saw an error like this. Did you resolve it?

@iMichka
Copy link
Member

iMichka commented Jul 12, 2021

Yes here: https://github.com/Homebrew/linuxbrew-core/pull/23778

And it is not resolved.

@MikeMcQuaid
Copy link
Member

@ticky @iMichka I think this is now fixed. Can you attempt to reproduce?

@iMichka
Copy link
Member

iMichka commented Jul 12, 2021

Yes it fixed the issue for me. Thanks!

@ticky
Copy link
Author

ticky commented Jul 12, 2021

That seems to have fixed it for me, too! Thanks :)

@MikeMcQuaid
Copy link
Member

@iMichka @ticky you're both very welcome (and lovely people)!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants