Skip to content
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

Preflight check container fails with Error: failed to extract tarball: stream error: stream ID 41; INTERNAL_ERROR; received from peer #1072

Closed
vikasmulaje opened this issue Oct 3, 2023 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@vikasmulaje
Copy link
Contributor

vikasmulaje commented Oct 3, 2023

Bug Description

Preflight check container fails Error: failed to extract tarball: stream error: stream ID 41; INTERNAL_ERROR; received from peer

Version and Command Invocation

(The output of preflight --version)
preflight version 1.7.0-alpha1 <commit: fe9d181>

Steps to Reproduce:

(How can we reproduce this?)

  1. Create a manifest image
  2. run preflight on that image

Expected Result

Preflight should run without any Error

Actual Result

time="2023-10-03T03:56:53-04:00" level=debug msg="certification project" name=openshift-container-non-rhcc
time="2023-10-03T03:56:53-04:00" level=info msg="target image" image="quay.io/rhn_support_gsanwal/openshift-container-non-rhcc:0310.1256"
time="2023-10-03T03:56:53-04:00" level=debug msg="pulling image from target registry"
time="2023-10-03T03:56:53-04:00" level=trace msg="entering preflight keychain Resolve"
time="2023-10-03T03:56:59-04:00" level=debug msg="created temporary directory" path=/tmp/preflight-275486086
time="2023-10-03T03:56:59-04:00" level=debug msg="exporting and flattening image"
time="2023-10-03T03:56:59-04:00" level=debug msg="extracting container filesystem" path=/tmp/preflight-275486086/fs
time="2023-10-03T03:56:59-04:00" level=debug msg="writing container filesystem" outputDirectory=/tmp/preflight-275486086/fs
Error: failed to extract tarball: stream error: stream ID 41; INTERNAL_ERROR; received from peer
2023/10/03 03:57:25 failed to extract tarball: stream error: stream ID 41; INTERNAL_ERROR; received from peer

Additional Context

Issue was consistent utill I did podman system prune and podman rmi -f -a
related issues: golang/go#51323
googleapis/google-cloud-go#784

@vikasmulaje vikasmulaje added the kind/bug Categorizes issue or PR as related to a bug. label Oct 3, 2023
@komish
Copy link
Contributor

komish commented Oct 18, 2023

@vikasmulaje We tried to reproduce this and were unsuccessful. At the moment, we don't have enough detail here to be able to debug this level of issue given the level of variability here. If you're able to provide a more consistent approach to reproduce, please feel free to re-open this bug.

@komish komish closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants