83e26164769702acbc4ad3a1b4af65ebd2cd34ee
[git-annex.git] /
1 ### Please describe the problem.
2
3 original report: https://github.com/datalad/datalad/issues/3583
4
5 ### What steps will reproduce the problem?
6
7 initial get -J8 largely fails (ok for 1 file in one thread I guess) but subsequent succeeds:
8
9 [[!format sh """
10 hopa:/tmp
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...)
20
21   Remote origin not usable by git-annex; setting annex-ignore
22 (Auto enabling special remote s3-PUBLIC...)
23 ok
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
27
28   unknown export location
29
30   Unable to access these remotes: s3-PUBLIC
31
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
35
36   (Note that these git remotes have annex-ignore set: origin)
37 failed
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
40
41   unknown export location
42
43   Unable to access these remotes: s3-PUBLIC
44
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
48
49   (Note that these git remotes have annex-ignore set: origin)
50 failed
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
53
54   unknown export location
55
56   Unable to access these remotes: s3-PUBLIC
57
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
61
62   (Note that these git remotes have annex-ignore set: origin)
63 failed
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
66 (checksum...) ok
67 (recording state in git...)
68 git-annex: get: 3 failed
69
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
73 (checksum...) ok
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
76 (checksum...) ok
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
79 (checksum...) ok
80 (recording state in git...)
81
82 """]]
83
84
85 ### What version of git-annex are you using? On what operating system?
86
87 7.20190708+git36-g32d526164-1~ndall+1
88
89
90 [[!meta author=yoh]]
91 [[!tag projects/datalad]]
92
93 > [[fixed|done]] --[[Joey]]
94
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]]