We’ve taken a look at your output and its size in MB is well under the GB’s we know other customers use. We do note that your image has 136 layers, which might be hitting limits (as an example of the rough scale, aufs has a limit of 47 layers). Could you try combining a few of the layers?
We are trying to figure out where your issue is coming from, so there are no concrete limits that we can point to just yet.
As a test, would it work for if you do a resin deploy (with -b to build and -e to run an emulated build if you are building for a different architecture compared to your development machine). That would isolate things, and would make it possible to take a
Also, is this a Starter, Classic, or Legacy app? Starter & Classic only pushes to registry v2, while Legacy does to both registry v1 & v2. Might worth creating a “Starter” app if it’s not that, no need to even provision any device there, just do the push to that, see if that succeeds.
These should help us triage some of the issues, hopefully!
These are all legacy apps, tried Starter and Classic as well and got mixed results (sometimes it builds OK, sometimes fails).
resin-cli just spins in Preparing:
[Info] Creating default composition with source: /Users/foo-bar/test
[Info] Building for armv7hf/raspberrypi3
[Build] Building services... |
[Build] main Preparing...```