importer: Add some error prefixing#1889
Conversation
|
Minor: typo in commit message LGTM! |
19c5e57 to
db9d984
Compare
|
Looks like containers/fuse-overlayfs#105 would fix this. |
I was debugging a failure in cosa when running in unprivileged podman, with this patch the error is: `error: Importing package 'alternatives': Writing tmpfiles mtree: llistxattr: Is a directory` And that finally made it obvious to me that the problem is not using tmpfs for `/tmp` (well, this is a bug in fuse-overlayfs). Anyways, let's prefix errors some more on general principle. Closes: #1889 Approved by: rfairley
|
💔 Test failed - status-atomicjenkins |
|
@rh-atomic-bot retry |
I was debugging a failure in cosa when running in unprivileged podman, with this patch the error is: `error: Importing package 'alternatives': Writing tmpfiles mtree: llistxattr: Is a directory` And that finally made it obvious to me that the problem is not using tmpfs for `/tmp` (well, this is a bug in fuse-overlayfs). Anyways, let's prefix errors some more on general principle. Closes: #1889 Approved by: rfairley
|
💔 Test failed - status-atomicjenkins |
I was debugging a failure in cosa when running in unprivileged podman, with this patch the error is: `error: Importing package 'alternatives': Writing tmpfiles mtree: llistxattr: Is a directory` And that finally made it obvious to me that the problem is not using tmpfs for `/tmp` (well, this is a bug in fuse-overlayfs). Anyways, let's prefix errors some more on general principle.
db9d984 to
91f3fff
Compare
Should be fixed by 1027ade |
|
👍 giving it another go! |
I was debugging a failure in cosa when running in unprivileged podman, with this patch the error is: `error: Importing package 'alternatives': Writing tmpfiles mtree: llistxattr: Is a directory` And that finally made it obvious to me that the problem is not using tmpfs for `/tmp` (well, this is a bug in fuse-overlayfs). Anyways, let's prefix errors some more on general principle. Closes: #1889 Approved by: rfairley
063aca9 to
f3c398b
Compare
Hit this locally before but passed |
f3c398b to
37bb6f4
Compare
|
Thanks for looking at that! I'm going to try what I think is a simpler solution than any of those on the wiki: |
Use --entrypoint and also rename it while we're here.
37bb6f4 to
9ff6117
Compare
|
Woo, it works! That was only like 9 iterations of "I can just push this one more fix, don't need to test locally". Totally worked. @rh-atomic-bot r=rfairley 9ff6117 |
|
⚡ Test exempted: pull fully rebased and already tested. |
Use --entrypoint and also rename it while we're here. Closes: #1889 Approved by: rfairley
I was debugging a failure in cosa when running in unprivleged podman,
with this patch the error is:
error: Importing package 'alternatives': Writing tmpfiles mtree: llistxattr: Is a directoryAnd that finally made it obvious to me that the problem is not using
tmpfs for
/tmp(well, this is a bug in fuse-overlayfs).Anyways, let's prefix errors some more on general principle.