You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err: file has vanished: "/var/ARTIFACTS/work-fullovhc3ar2/plans/install/pip/full/provision/guests.yaml.copy"
err: rsync warning: some files vanished before they could be transferred (code 24) at main.c(1338) [sender=3.3.0]
err: file has vanished: "/var/ARTIFACTS/work-fullovhc3ar2/plans/install/pip/full/provision/guests.yaml.copy"
err: rsync warning: some files vanished before they could be transferred (code 24) at main.c(1338) [sender=3.3.0]
That's a different issue, this one's TF bug: TF creates copies of files inside tmt workdir, tmt runs rsync, rsync notices them - but TF removes the files because it copied them elsewhere and they are no longer needed, and rsync complains about vanishing files. These copies should not exist, and TF is working on fixing it.
We are hitting this sometin in CI, and the reported also hit it locally when using parallel execution via
python-xdist
.See for more details dcermak/pytest_container#232
More debugging is needed to find the root cause, asked also the upstream for some pointers.
The text was updated successfully, but these errors were encountered: