buildpacks / pack

CLI for building apps using Cloud Native Buildpacks
https://buildpacks.io
Apache License 2.0
2.57k stars 287 forks source link

Arch Linux `pack-cli-bin` delivery pipeline is failing #2227

Open natalieparellano opened 3 months ago

natalieparellano commented 3 months ago

Summary

The Publish step is failing with message:

> Cloning aur...
Cloning into '/github/workspace/pack-cli-bin-aur'...
aur@aur.archlinux.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Current behavior

See failure: https://github.com/buildpacks/pack/actions/runs/9977779004/job/27573201634

We recently fixed https://github.com/buildpacks/pack/issues/2181 with https://github.com/buildpacks/pack/pull/2188 but I think those jobs are independent of each other. At least, I don't see how removing the pack-cli job could have caused this failure (but I know very little about this pipeline).

pack-cli-bin last failed when releasing v0.33.2 (see https://github.com/buildpacks/pack/actions/runs/7988833931/job/21814233803) but the logs are now gone so it's unknown why and the job started working again for v0.34.x. IDK if we did anything to fix it - @jjbustamante do you know?

jjbustamante commented 3 months ago

I think this one is related to issue 2181 and maybe the PR that was fixing that one was missing removing pack-cli-bin