From 14c38e8a2532f44514deb6db1a4e6282d7035ab5 Mon Sep 17 00:00:00 2001 From: jkniiv Date: Mon, 30 Oct 2023 21:32:07 +0000 Subject: [PATCH 1/2] Added a comment --- .../comment_4_dc470ae359ee4ce017770a89441a8b65._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Windows_eol_issues/comment_4_dc470ae359ee4ce017770a89441a8b65._comment diff --git a/doc/forum/Windows_eol_issues/comment_4_dc470ae359ee4ce017770a89441a8b65._comment b/doc/forum/Windows_eol_issues/comment_4_dc470ae359ee4ce017770a89441a8b65._comment new file mode 100644 index 0000000000..7ed6e8bd64 --- /dev/null +++ b/doc/forum/Windows_eol_issues/comment_4_dc470ae359ee4ce017770a89441a8b65._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="jkniiv" + avatar="http://cdn.libravatar.org/avatar/05fd8b33af7183342153e8013aa3713d" + subject="comment 4" + date="2023-10-30T21:32:07Z" + content=""" +Ok thanks, Joey, for the quick fix! +"""]] From 99ec795c6aef3a47d147064f2472594771395dc5 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 30 Oct 2023 22:03:20 +0000 Subject: [PATCH 2/2] initial bug report --- ...ls__58___hPut__58___invalid_argument_.mdwn | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/bugs/fresh_test_fails__58___hPut__58___invalid_argument_.mdwn diff --git a/doc/bugs/fresh_test_fails__58___hPut__58___invalid_argument_.mdwn b/doc/bugs/fresh_test_fails__58___hPut__58___invalid_argument_.mdwn new file mode 100644 index 0000000000..48cc8056fc --- /dev/null +++ b/doc/bugs/fresh_test_fails__58___hPut__58___invalid_argument_.mdwn @@ -0,0 +1,33 @@ +### Please describe the problem. + +See e.g. on [https://github.com/datalad/git-annex/actions/runs/6680765679/job/18154374923](https://github.com/datalad/git-annex/actions/runs/6680765679/job/18154374923) + +``` + Repo Tests v10 unlocked + Init Tests + init: OK (0.17s) + add: OK (0.73s) + addurl: OK (0.57s) + crypto: FAIL (3.07s) + ./Test/Framework.hs:86: + initremote failed with unexpected exit code (transcript follows) + initremote foo (encryption setup) (to gpg keys: 129D6E0AC537B9C7) + git-annex: .git/annex/othertmp/remote.log: hPut: invalid argument (invalid character) + failed + (recording state in git...) + initremote: 1 failed +``` + +started only recently but consistently: + +``` +(git)smaug:/mnt/datasets/datalad/ci/git-annex/builds/2023/10[master]git +$> git grep -l 'hPut: invalid argument' +cron-20231027/build-ubuntu.yaml-1289-1c03c8fd-failed/0_test-annex (normal, ubuntu-latest).txt +... +``` + +[[!meta author=yoh]] +[[!tag projects/repronim]] + +