Xiaofeng Wang

Results 69 comments of Xiaofeng Wang

Recently, let's say last week, this error has been found more times. Automation added 3-times `retry` in ansible playbook as a workaround. Let's see what happens after retry.

The test is facing `Installing to filesystem: Creating ostree deployment: Performing deployment: Importing: Parsing layer blob sha256:9536e521dd6b076e09fa076feb4428e4b94e5330c6d6b3ab1e235a54be3d88b7: Failed to invoke skopeo proxy method FinishPipe: remote error: write |1: broken pipe`...

Yes, have issue https://issues.redhat.com/browse/TFT-2691 to track.

Recently, `install to-existing-root` test got `Installing to filesystem: Creating ostree deployment: Pulling: Importing: Unencapsulating base: failed to invoke method FinishPipe: failed to invoke method FinishPipe: expected 45 bytes in blob,...

This issue looks only exists on bare metal machine (testing farm public ranch runs virtualization test on AWS bare metal instance). I can't find same issue on nested virtualization environment,...

Hi @jeckersb, Do you know any workaround for issue `Installing to filesystem: Creating ostree deployment: Pulling: Importing: Unencapsulating base: failed to invoke method FinishPipe: failed to invoke method FinishPipe: expected...

It's C10S system. Yeah, same thing as RHEL 10. The following workaround might work? Thanks. ``` shell if [[ "${REDHAT_VERSION_ID%%.*}" == "10" ]]; then sed -i 's/^compression_format = .*/compression_format =...

Hi @mvo5, this issue is already in `bootc-image-builder:rhel-9.5`. We need a downstream release to fix this issue.

In my case, the Fedora 42 has the same issue. Fedora 42: https://artifacts.osci.redhat.com/testing-farm/9eb5647e-cc61-4fd3-8c82-d3d5a8ab6842/

I'm facing the same issue when building `fedora-bootc:43` image. Issue started from bib commit id `ea517bf2c59bf1925a1ee301c096dbbb7f9b6d53`. The `6a795b46f34f5faf26570b3f45a9aecd0528e2eb` does not have this issue.