Anyone else hitting random errors with stage packages not being found?

Hi all,

I’ve been working just fine up until Thursday when I started hitting seemingly random “Stage package not found in part…” errors. If I rebuild, I get the same error but with a different package. Here’s an example:

ubuntu@landscape-server:~/src/landscape$ make snap SNAPCRAFT_BUILD_INFO=1 snapcraft --bind-ssh Launching instance…
Stage package not found in part ‘landscape’: python3-oops-amqp.
Failed to execute pack in instance.
Full execution log: ‘/home/ubuntu/.local/state/snapcraft/log/snapcraft-20230311-133433.392949.log’
make: *** [Makefile:748: snap] Error 1

Any ideas?

Turns out that I had several packages that I wasn’t using the “package-repositories” YAML to access the right PPA for. Given that there were several of them, I was confused by the fact that snapcraft seemed to give me a different one of the set in the error message each time, leading me to think it was randomly failing to find a different package each time.

Sorry for the noise. :slight_smile: