-
Notifications
You must be signed in to change notification settings - Fork 783
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
Vendor in latest containers/(common, image, storage) #5585
Conversation
Ephemeral COPR build failed. @containers/packit-build please check. |
@giuseppe The pigz change has changed one of the tests when running out of space on disk. [+2438s] # Error: writing blob: storing blob to file "/var/tmp/buildah_tests.fhmvnh/buildah-test/container_images_storage3753737850/2": pigz: skipping: : corrupted -- incomplete deflate data: exit status 1 Where currently Buildah test is looking for:
We can simply fix the tests, but the error message from pigz kinda stinks. |
if there is an error reading from the input stream, prefer to report it instead of the error from the filter program itself. We have a test in the buildah CI that expects the "no space left on device" error that comes from the input stream, to avoid changing the test, just fix it here. Reported here: containers/buildah#5585 Signed-off-by: Giuseppe Scrivano <[email protected]>
this should help: containers/storage#2012 |
if there is an error reading from the input stream, prefer to report it instead of the error from the filter program itself. We have a test in the buildah CI that expects the "no space left on device" error that comes from the input stream, to avoid changing the test, just fix it here. Reported here: containers/buildah#5585 Signed-off-by: Giuseppe Scrivano <[email protected]>
if there is an error reading from the input stream, prefer to report it instead of the error from the filter program itself. We have a test in the buildah CI that expects the "no space left on device" error that comes from the input stream, to avoid changing the test, just fix it here. Reported here: containers/buildah#5585 Signed-off-by: Giuseppe Scrivano <[email protected]>
Testing latest changes in common, storage and image ASAP. Needed to get buildah vendor into Podman to work correctly. Signed-off-by: Daniel J Walsh <[email protected]>
@giuseppe @mtrmac @cgwalters PTAL |
@flouthoc @giuseppe @nalind @mheon @ashley-cui @vrothberg PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: giuseppe, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4a82e0a
into
containers:main
Testing latest changes in common, storage and image ASAP.
Needed to get buildah vendor into Podman to work correctly.
Signed-off-by: Daniel J Walsh [email protected]