See:
Hi,
Thanks for the report. Yes it looks like to be related to an issue with rsync happening only with rawhide test node. It is similar to that issue too https://pagure.io/fedora-ci/general/issue/426. After some investigation this bugzilla has been opened: https://bugzilla.redhat.com/show_bug.cgi?id=2229654
In the zuul executor logs we see the prepare-workspace (which use rsync / ansible synchronize) task is failing. However the nolog attribute hide the real issue.
2023-08-08 08:18:38,224 DEBUG zuul.AnsibleJob.output: [build: f3ea53fb4c834ed18d33e146db58b716] Ansible output: b'TASK [prepare-workspace : Synchronize src repos to workspace directory.] *******' 2023-08-08 08:18:49,091 DEBUG zuul.AnsibleJob.output: [build: f3ea53fb4c834ed18d33e146db58b716] Ansible output: b'fatal: [cloud-host]: FAILED! => {"censored": "the output has been hidden due to the fact that \'no_log: true\' was specified for this result", "changed": false}'
So I guess we'll need to wait for a fix in rsync.
Metadata Update from @fbo: - Issue tagged with: Zuul CI
Contacted the maintainer @mruprich to take a look
This works on rawhide now, but not on F39. The rsync update has been pushed to stable. Is there anything else that needs to be done?
Worked in https://src.fedoraproject.org/rpms/pyproject-rpm-macros/pull-request/408
I think it is fixed. I close this issue. Please re-open if needed.
Metadata Update from @fbo: - Issue status updated to: Closed (was: Open)