3 subject="""comment 1"""
4 date="2021-04-20T15:10:00Z"
6 It's possible it had the same cause as the other failure, which I've now
7 fixed. That involved a file handle leak, and on windows a file handle being
8 left open for write is treated the same as the file being locked and will
9 prevent a later deletion attempt and also a later write attempt, which
10 could explain the two unlike failures.
12 However, the file that was left open was a temp file in the remote,
13 not the object file in the annex. So I'm not sure if it's fixed.
14 Also possible something else in the windows code path changed accidentially
15 during those CoW changes. Will have to see what happens when the
16 autobuilder runs again.