Vendor in latest containers/(common, image, storage)#5585
Vendor in latest containers/(common, image, storage)#5585openshift-merge-bot[bot] merged 1 commit intocontainers:mainfrom
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 <gscrivan@redhat.com>
|
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 <gscrivan@redhat.com>
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 <gscrivan@redhat.com>
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 <dwalsh@redhat.com>
|
@giuseppe @mtrmac @cgwalters PTAL |
|
@flouthoc @giuseppe @nalind @mheon @ashley-cui @vrothberg PTAL |
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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 dwalsh@redhat.com