From 1524c5f2dd2659f8e06c1b46f0152ea64fa00835 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 13 Jun 2022 23:40:30 +0000 Subject: [PATCH 1/3] initial whining about type=git initremote stopped --- ..._61__git_fresh___34__regression__34__.mdwn | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/bugs/initremote_type__61__git_fresh___34__regression__34__.mdwn diff --git a/doc/bugs/initremote_type__61__git_fresh___34__regression__34__.mdwn b/doc/bugs/initremote_type__61__git_fresh___34__regression__34__.mdwn new file mode 100644 index 0000000000..c05f1f1ee8 --- /dev/null +++ b/doc/bugs/initremote_type__61__git_fresh___34__regression__34__.mdwn @@ -0,0 +1,20 @@ +Our test started to fail on 20220610 daily tests, with smth like + +``` +2022-06-10T05:51:16.5860150Z > **results, +2022-06-10T05:51:16.5860330Z ) +2022-06-10T05:51:16.5861310Z E datalad.runner.exception.CommandError: CommandError: 'git -c diff.ignoreSubmodules=none annex initremote fresh-sr type=git location=http://127.0.0.1:50821/ autoenable=true -c annex.dotfiles=true' failed with exitcode 1 under /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/datalad_temp_test_as_common_datasourceerpclil1 [out: 'initremote fresh-sr +2022-06-10T05:51:16.5861910Z E +2022-06-10T05:51:16.5862300Z E failed'] [err: 'http://127.0.0.1:50821//config download failed: File not found +2022-06-10T05:51:16.5862730Z E git-annex: git repository does not have an annex uuid +2022-06-10T05:51:16.5863040Z E initremote: 1 failed'] +2022-06-10T05:51:16.5863180Z +2022-06-10T05:51:16.5863540Z ../../../../hostedtoolcache/Python/3.7.13/x64/lib/python3.7/site-packages/datalad/runner/runner.py:205: CommandError + +``` +most likely due to [10.20220525-64-g14584e7a3](https://git.kitenet.net/index.cgi/git-annex.git/commit/?id=14584e7a384be87e2fd613ef93a8393d91c0842f) "initremote type=git probe uuid" . + +yet to unravel details/change in behavior, but since changelog entry says only about "Improve handling of type=git special remotes" I would not expect negative change in the behavior. Joey -- anything immediate comes to mind? + +[[!meta author=yoh]] +[[!tag projects/datalad]] From 8916c818b41591c709abd9bba5dd14debfd23048 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 13 Jun 2022 23:52:48 +0000 Subject: [PATCH 2/3] Added a comment --- .../comment_1_54456b2ce0964933db23257149b5a651._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/initremote_type__61__git_fresh___34__regression__34__/comment_1_54456b2ce0964933db23257149b5a651._comment diff --git a/doc/bugs/initremote_type__61__git_fresh___34__regression__34__/comment_1_54456b2ce0964933db23257149b5a651._comment b/doc/bugs/initremote_type__61__git_fresh___34__regression__34__/comment_1_54456b2ce0964933db23257149b5a651._comment new file mode 100644 index 0000000000..80799bb01c --- /dev/null +++ b/doc/bugs/initremote_type__61__git_fresh___34__regression__34__/comment_1_54456b2ce0964933db23257149b5a651._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 1" + date="2022-06-13T23:52:48Z" + content=""" +the \"heart\" of the issue is that in initremote we provide URL which is without `/.git` suffix. That used to work just fine and [our test](https://github.com/datalad/datalad/blob/HEAD/datalad/distribution/tests/test_siblings.py#L560) testing `git annex get` on the clone accomplished the mission. +"""]] From 216a78a3e9846e69bb5b646a8b0a8e727138c5e1 Mon Sep 17 00:00:00 2001 From: KachoOji Date: Tue, 14 Jun 2022 15:32:48 +0000 Subject: [PATCH 3/3] Added a comment --- .../comment_2_cddedfd83ee154f44b83f2414eb103d0._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/git-annex-addunused_with_original_path+filename/comment_2_cddedfd83ee154f44b83f2414eb103d0._comment diff --git a/doc/forum/git-annex-addunused_with_original_path+filename/comment_2_cddedfd83ee154f44b83f2414eb103d0._comment b/doc/forum/git-annex-addunused_with_original_path+filename/comment_2_cddedfd83ee154f44b83f2414eb103d0._comment new file mode 100644 index 0000000000..479c354206 --- /dev/null +++ b/doc/forum/git-annex-addunused_with_original_path+filename/comment_2_cddedfd83ee154f44b83f2414eb103d0._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="KachoOji" + avatar="http://cdn.libravatar.org/avatar/ccc61e285ed2498e328a131b13cfe712" + subject="comment 2" + date="2022-06-14T15:32:48Z" + content=""" +Ok, thank you. +"""]]