New issue
Advanced search Search tips

Issue 859856 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jul 4
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

cipd error when running "gclient sync"

Project Member Reported by sdefresne@chromium.org, Jul 3

Issue description

Platform: Windows 10

When running gclient sync, I got the following error/warning:

C:\src\chromium\src>gclient sync
[P22248 14:03:16.717 fs.go:440 W] fs: failed to cleanup trashed file - remove C:\src\depot_tools\.cipd_client_cache\trash\KWddNccWjj_1: Access is denied.
[P22248 14:03:16.739 fs.go:440 W] fs: failed to cleanup trashed file - remove C:\src\depot_tools\.cipd_client_cache\trash\KWddNccWjj_1: Access is denied.
...

After that the sync completed without error, so it may just be a warning.
 
Components: -Infra Infra>Platform>CIPD
Status: WontFix (was: Untriaged)
It is a warning. It happens if cipd is replacing a file locked for writing by something else (e.g. if it is an executable being running now). Such files are cleaned up later when they are released.

Tentatively marking as WAI.

Sign in to add a comment