Initialized empty Git repository in /tmp/gx-testremote-wB72esA/a/.git/
init (scanning for unlocked files...)
ok
(recording state in git...)
initremote d ok
(recording state in git...)
testremote d (generating test keys...) Remote Tests
unavailable remote
removeKey: /dev/null/tmp/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key: openBinaryFile: inappropriate type (Not a directory)
[... 42 lines ...]
storeKey: OK (0.03s)
present True: FAIL
./Command/TestRemote.hs:206:
failed
storeKey when already present: OK
present True: FAIL
./Command/TestRemote.hs:206:
failed
retrieveKeyFile: FAIL
./Command/TestRemote.hs:206:
failed
fsck downloaded object: OK
retrieveKeyFile resume from 33%: FAIL
Exception: .git/annex/objects/Fj/g7/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key: openBinaryFile: does not exist (No such file or directory)
fsck downloaded object: OK
retrieveKeyFile resume from 0: FAIL
Exception: failed to lock content: .git/annex/objects/Fj/g7/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key: getFileStatus: does not exist (No such file or directory)
fsck downloaded object: OK
retrieveKeyFile resume from end: cp: cannot stat '.git/annex/objects/Fj/g7/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key': No such file or directory
FAIL
Exception: failed to lock content: .git/annex/objects/Fj/g7/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key: getFileStatus: does not exist (No such file or directory)
fsck downloaded object: OK
removeKey when present: OK
[... 900 lines ...]
212 out of 573 tests failed (0.92s)
git-annex: failed to lock content: .git/annex/objects/Fj/g7/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key/SHA256E-s1048576--46beaff739fefc2d8e88242e04c5be92ecfd14b7c28c06ffccc282767d891a0e.this-is-a-test-key: getFileStatus: does not exist (No such file or directory)
failed
(recording state in git...)
git-annex: testremote: 1 failed
```
The output above is with the current master (eec124409). I don't see
the failures when using the latest release (8.20200330). Based on
bisecting, I believe these failures start happening with aeca7c220
(Sped up query commands that read the git-annex branch by around 5%,