-
Notifications
You must be signed in to change notification settings - Fork 79
BUG: run: extracttar error: exit status 1, output: error extracting tar #237
Comments
Sorry about the slow responses, currently in the middle of some other work. Unless you're able to make an acbuild script that can reproduce this, that tar error is nowhere near descriptive enough for me to start hunting around as to what is causing this. I threw together a little patch to get acbuild to always print the full details for tar errors, would you be willing to run this patch on your system and share the output? |
|
The patch didn't work? That's really interesting... As far as baking version/branch/tag into acbuild, at the very least |
Experiencing the same issue. |
@sanicheev would you be able to share more information about your setup? If I can reproduce this, I might be able to fix it. Things that might be useful:
|
hello - Is there an issue with size of files that go into build "acbuild dep add filename.tar" . I have a big file filename.tar/10GB that goes as part of that. I noticed acbuild completes successfully but during the time of rkt run image I get following error: Sudhir Nallagangu |
image/test-1
image/test-2
image/test-3
when each image is small, build for all of them works fine
when each image size gets to some 100 MB (individually, compressed), the following error starts to occur during image/test-3 build, after image/test-2 download:
the only apparent breaking point trigger is adding more packages to the image, not clear why:
https://github.com/appc/acbuild/blob/master/vendor/github.com/coreos/rkt/pkg/tar/chroot.go#L89
the following workaround makes the build work again:
image/test-3
but that does not scale due to lack of cache Support using rkt cas? #125
using release
https://github.com/appc/acbuild/releases/tag/v0.3.1
The text was updated successfully, but these errors were encountered: