1 ### Please describe the problem.
3 original report: https://github.com/datalad/datalad/issues/3583
5 ### What steps will reproduce the problem?
7 initial get -J8 largely fails (ok for 1 file in one thread I guess) but subsequent succeeds:
11 $> git clone https://github.com/OpenNeuroDatasets/ds000248 && cd ds000248 && git annex init && git annex get -J 8 sub-01
12 Cloning into 'ds000248'...
13 remote: Enumerating objects: 161, done.
14 remote: Total 161 (delta 0), reused 0 (delta 0), pack-reused 161
15 Receiving objects: 100% (161/161), 18.55 KiB | 863.00 KiB/s, done.
16 Resolving deltas: 100% (20/20), done.
17 CHANGES acq-epi_T1w.json acq-flipangle05_run-01_MEFLASH.json acq-flipangle30_run-01_MEFLASH.json dataset_description.json derivatives/ sub-01/ sub-emptyroom/
18 init (merging origin/git-annex into git-annex...)
19 (recording state in git...)
21 Remote origin not usable by git-annex; setting annex-ignore
22 (Auto enabling special remote s3-PUBLIC...)
24 (recording state in git...)
25 get sub-01/meg/sub-01_task-audiovisual_run-01_meg.fif (from s3-PUBLIC...)
26 Remote is configured to use versioning, but no S3 version ID is recorded for this key
28 unknown export location
30 Unable to access these remotes: s3-PUBLIC
32 Try making some of these repositories available:
33 82a4b182-753f-4d93-a59e-20cfdd4d4237 -- [s3-PUBLIC]
34 e3612a8a-0c48-4374-9bfb-888f4010be54 -- root@1f69c4ed80cf:/datalad/ds000248
36 (Note that these git remotes have annex-ignore set: origin)
38 get sub-01/anat/sub-01_acq-flipangle30_run-01_MEFLASH.nii.gz (from s3-PUBLIC...)
39 Remote is configured to use versioning, but no S3 version ID is recorded for this key
41 unknown export location
43 Unable to access these remotes: s3-PUBLIC
45 Try making some of these repositories available:
46 82a4b182-753f-4d93-a59e-20cfdd4d4237 -- [s3-PUBLIC]
47 e3612a8a-0c48-4374-9bfb-888f4010be54 -- root@1f69c4ed80cf:/datalad/ds000248
49 (Note that these git remotes have annex-ignore set: origin)
51 get sub-01/anat/sub-01_T1w.nii.gz (from s3-PUBLIC...)
52 Remote is configured to use versioning, but no S3 version ID is recorded for this key
54 unknown export location
56 Unable to access these remotes: s3-PUBLIC
58 Try making some of these repositories available:
59 82a4b182-753f-4d93-a59e-20cfdd4d4237 -- [s3-PUBLIC]
60 e3612a8a-0c48-4374-9bfb-888f4010be54 -- root@1f69c4ed80cf:/datalad/ds000248
62 (Note that these git remotes have annex-ignore set: origin)
64 get sub-01/anat/sub-01_acq-flipangle05_run-01_MEFLASH.nii.gz (from s3-PUBLIC...)
65 Remote is configured to use versioning, but no S3 version ID is recorded for this key
67 (recording state in git...)
68 git-annex: get: 3 failed
70 $> git annex get -J 8 sub-01
71 get sub-01/anat/sub-01_T1w.nii.gz (from s3-PUBLIC...)
72 Remote is configured to use versioning, but no S3 version ID is recorded for this key
74 get sub-01/anat/sub-01_acq-flipangle30_run-01_MEFLASH.nii.gz (from s3-PUBLIC...)
75 Remote is configured to use versioning, but no S3 version ID is recorded for this key
77 get sub-01/meg/sub-01_task-audiovisual_run-01_meg.fif (from s3-PUBLIC...)
78 Remote is configured to use versioning, but no S3 version ID is recorded for this key
80 (recording state in git...)
85 ### What version of git-annex are you using? On what operating system?
87 7.20190708+git36-g32d526164-1~ndall+1
91 [[!tag projects/datalad]]
93 > [[fixed|done]] --[[Joey]]
95 > fixed in [7.20200219-129-ge52034150 AKA 8.20200226~12](https://git.kitenet.net/index.cgi/git-annex.git/commit/?id=7.20200219-129-ge52034150) --[[yarikoptic]]