From: yarikoptic Date: Wed, 7 Jul 2021 21:57:11 +0000 (+0000) Subject: initial report on stdout X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~124 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=abe08e3e493c7f393f5234c7be71eb18d11aff19;p=git-annex.git initial report on stdout --- diff --git a/doc/bugs/wanted_started_to_dump_debug_output_to_stdout_.mdwn b/doc/bugs/wanted_started_to_dump_debug_output_to_stdout_.mdwn new file mode 100644 index 0000000000..8eb54e4b2a --- /dev/null +++ b/doc/bugs/wanted_started_to_dump_debug_output_to_stdout_.mdwn @@ -0,0 +1,66 @@ +### Please describe the problem. + +regression + +
+with 8.20210330-1~ndall+1 -- goes to stderr + +```shell +(git-annex)lena:~/.tmp/datalad_temp__test_target_ssh_inherit45vhem5p[master]git-annex +$> git annex --debug wanted magical >/dev/null +[2021-07-07 17:54:22.761087128] process [1831247] read: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","show-ref","git-annex"] +[2021-07-07 17:54:22.764910568] process [1831247] done ExitSuccess +[2021-07-07 17:54:22.765204421] process [1831248] read: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","show-ref","--hash","refs/heads/git-annex"] +[2021-07-07 17:54:22.769148287] process [1831248] done ExitSuccess +[2021-07-07 17:54:22.769446197] process [1831249] read: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","log","refs/heads/git-annex..304037fd0d391f6355dd47c597e68873ad9f1f95","--pretty=%H","-n1"] +[2021-07-07 17:54:22.774727009] process [1831249] done ExitSuccess +[2021-07-07 17:54:22.77555157] process [1831250] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","cat-file","--batch"] +[2021-07-07 17:54:22.782439234] process [1831251] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","cat-file","--batch-check=%(objectname) %(objecttype) %(objectsize)"] +[2021-07-07 17:54:22.783351669] process [1831252] read: git ["config","--null","--list"] +[2021-07-07 17:54:22.790612497] process [1831252] done ExitSuccess +[2021-07-07 17:54:22.79412946] process [1831250] done ExitSuccess +[2021-07-07 17:54:22.795914732] process [1831251] done ExitSuccess +(dev3) 1 20603.....................................:Wed 07 Jul 2021 05:54:22 PM EDT:. +(git-annex)lena:~/.tmp/datalad_temp__test_target_ssh_inherit45vhem5p[master]git-annex +$> git annex version | head -n 1 +git-annex version: 8.20210330-1~ndall+1 +(dev3) 1 20604.....................................:Wed 07 Jul 2021 05:54:32 PM EDT:. +(git-annex)lena:~/.tmp/datalad_temp__test_target_ssh_inherit45vhem5p[master]git-annex +$> git annex wanted magical + + +``` +
+ +
+with newer -- stdout + +```shell +(git-annex)lena:~/.tmp/datalad_temp__test_target_ssh_inherit45vhem5p[master]git-annex +$> git annex version | head -n 1 +git-annex version: 8.20210630-1~ndall+1 +(dev3) 1 20607.....................................:Wed 07 Jul 2021 05:56:18 PM EDT:. +(git-annex)lena:~/.tmp/datalad_temp__test_target_ssh_inherit45vhem5p[master]git-annex +$> git annex --debug wanted magical >/dev/null +(dev3) 1 20608.....................................:Wed 07 Jul 2021 05:56:22 PM EDT:. +(git-annex)lena:~/.tmp/datalad_temp__test_target_ssh_inherit45vhem5p[master]git-annex +$> git annex --debug wanted magical +[2021-07-07 17:56:27.664305073] (Utility.Process) process [1832476] read: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","show-ref","git-annex"] +[2021-07-07 17:56:27.667788119] (Utility.Process) process [1832476] done ExitSuccess +[2021-07-07 17:56:27.668248788] (Utility.Process) process [1832477] read: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","show-ref","--hash","refs/heads/git-annex"] +[2021-07-07 17:56:27.671956413] (Utility.Process) process [1832477] done ExitSuccess +[2021-07-07 17:56:27.672539643] (Utility.Process) process [1832478] read: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","log","refs/heads/git-annex..304037fd0d391f6355dd47c597e68873ad9f1f95","--pretty=%H","-n1"] +[2021-07-07 17:56:27.679373344] (Utility.Process) process [1832478] done ExitSuccess +[2021-07-07 17:56:27.695953125] (Utility.Process) process [1832479] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","cat-file","--batch"] +[2021-07-07 17:56:27.698411189] (Utility.Process) process [1832480] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","cat-file","--batch-check=%(objectname) %(objecttype) %(objectsize)"] +[2021-07-07 17:56:27.704051561] (Utility.Process) process [1832481] read: git ["config","--null","--list"] +[2021-07-07 17:56:27.713735999] (Utility.Process) process [1832481] done ExitSuccess + +[2021-07-07 17:56:27.717332702] (Utility.Process) process [1832479] done ExitSuccess +[2021-07-07 17:56:27.718511353] (Utility.Process) process [1832480] done ExitSuccess +(dev3) 1 20609.....................................:Wed 07 Jul 2021 05:56:27 PM EDT:. +``` +
+ +[[!meta author=yoh]] +[[!tag projects/datalad]]