-
Notifications
You must be signed in to change notification settings - Fork 451
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
push of locally built snap fails on arm64 device #5132
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3614.
|
I was unable to reproduce this on an M1. @kenvandine was unable to reproduce this when running the same subprocess call manually The The Snapcraft is also using the version of |
What's the size of your
https://discourse.ubuntu.com/t/oracular-oriole-release-notes/44878 |
You are correct, I am on 24.10 and it is using tmpfs for /tmp df reports /tmp is 15G with 15G available |
Out of curiosity what's the |
ulimit is 122376 |
I had a similar error too: https://forum.snapcraft.io/t/fatal-error-data-queue-size-is-too-large/43875 I did a test with this little program:
and it fails. But if I replace The snap has unsquashfs version 4.5, while my system has version 4.6.1. EDIT: my test was done in an AMD x86_64 laptop. |
BTW: maybe the size of the snap has something to do. Mine is 1,7GB (yes, yes, I know...) |
When trying to push a big snap, snapcraft fails with the error FATAL ERROR: Data queue size is too large This is a bug in unsquashfs tool 4.5. But it has been fixed in 4.6.1, the current stable. This patch builds squashfs-tools version 4.6.1 from the GIT repository, thus fixing this problem. Fix canonical#5132
Hey @kenvandine , can you test this patch when you have some spare time, please? It should fix your problem: #5147 It fixes my problem, at least... |
I can confirm it does fix the problem I ran into on my arm64 device. |
@kenvandine Thanks!!! |
When trying to push a big snap, snapcraft fails with the error FATAL ERROR: Data queue size is too large This is a bug in unsquashfs tool 4.5. But it has been fixed in 4.6.1, the current stable. This patch builds squashfs-tools version 4.6.1 from the GIT repository, thus fixing this problem. Fix canonical#5132
Bug Description
When attempting to push a locally built snap to the store with my qualcomm based laptop I get the following stderr:
To Reproduce
snapcraft push SOMELOCALLYBUILT.snap
Environment
snapcraft: 12827
uname: Linux xps13-qc 6.11.0-35-qcom-x1e #35-Ubuntu SMP PREEMPT_DYNAMIC Wed Oct 23 15:18:06 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
snapcraft.yaml
NA
Relevant log output
The text was updated successfully, but these errors were encountered: