Multiple tests failing with fatal: unable to access reusable_project.git - Failed writing received data to disk/application

Full description

Multiple tests failing with fatal: unable to access reusable_project.git - Failed writing received data to disk/application

Example failing job: https://ops.gitlab.net/gitlab-org/quality/staging/-/jobs/6433541

File paths

./qa/specs/features/api/1_manage/project_access_token_spec.rb:15

./qa/specs/features/api/1_manage/project_access_token_spec.rb:28

./qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb:29

./qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb:43

Stack trace

Failure/Error:
       Resource::Repository::ProjectPush.fabricate! do |push|
         push.project = project
         push.commit_message = commit_message
         push.branch_name = branch
         push.merge_request_push_options = {
           create: true,
           title: title,
           label: %w[one two three]
         }
       end
     
     QA::Support::Run::CommandError:
       The command HOME="/tmp/qa-netrc-credentials/21" git clone  https://gitlab-qa@staging.gitlab.com/gitlab-qa-sandbox-group/reusable_group/reusable_project.git ./ 2>&1 failed (128) with the following output:
       Cloning into '.'...
       fatal: unable to access 'https://gitlab-qa@staging.gitlab.com/gitlab-qa-sandbox-group/reusable_group/reusable_project.git/': Failed writing received data to disk/application
     # ./qa/support/run.rb:36:in `run'
     # ./qa/git/repository.rb:306:in `run_git'
     # ./qa/git/repository.rb:64:in `clone'
     # ./qa/resource/repository/push.rb:74:in `block in fabricate!'
     # ./qa/scenario/actable.rb:16:in `perform'
     # ./qa/git/repository.rb:32:in `block (2 levels) in perform'
     # ./qa/git/repository.rb:32:in `chdir'
     # ./qa/git/repository.rb:32:in `block in perform'
     # ./qa/git/repository.rb:31:in `perform'
     # ./qa/resource/repository/push.rb:47:in `fabricate!'
     # ./qa/resource/repository/project_push.rb:41:in `fabricate!'
     # ./qa/resource/base.rb:35:in `block (2 levels) in fabricate_via_browser_ui!'
     # ./qa/resource/base.rb:82:in `log_and_record_fabrication'
     # ./qa/resource/base.rb:35:in `block in fabricate_via_browser_ui!'
     # ./qa/resource/base.rb:72:in `do_fabricate!'
     # ./qa/resource/base.rb:34:in `fabricate_via_browser_ui!'
     # ./qa/resource/base.rb:26:in `rescue in fabricate!'
     # ./qa/resource/base.rb:23:in `fabricate!'
     # ./qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb:17:in `create_new_mr_via_push'
     # ./qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb:30:in `block (3 levels) in <module:QA>'