From fb356bd39cbc04f8c6fbe7c09bcb7b20ea2ff435 Mon Sep 17 00:00:00 2001 From: lasitus Date: Wed, 15 Feb 2017 02:17:25 +0000 Subject: [PATCH] Added a comment --- ..._0453ae9123b359757e63c6eb5f12811b._comment | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 doc/bugs/git_annex_assistant_exits_with_failure/comment_5_0453ae9123b359757e63c6eb5f12811b._comment diff --git a/doc/bugs/git_annex_assistant_exits_with_failure/comment_5_0453ae9123b359757e63c6eb5f12811b._comment b/doc/bugs/git_annex_assistant_exits_with_failure/comment_5_0453ae9123b359757e63c6eb5f12811b._comment new file mode 100644 index 0000000000..fe27fba426 --- /dev/null +++ b/doc/bugs/git_annex_assistant_exits_with_failure/comment_5_0453ae9123b359757e63c6eb5f12811b._comment @@ -0,0 +1,40 @@ +[[!comment format=mdwn + username="lasitus" + avatar="http://cdn.libravatar.org/avatar/dfe778f28027aeb75876172022aa5de3" + subject="comment 5" + date="2017-02-15T02:17:25Z" + content=""" +Got a decent result this last run: + +Console output + +``` +[2017-02-14 20:40:25.3493472] logging to .git\annex\daemon.log +[2017-02-14 20:40:25.3493472] chat: C:\Program Files (x86)\Git\usr\bin\git-annex.exe [\"assistant\",\"--debug\"] +[2017-02-14 20:47:21.2931135] process done ExitFailure 1 +``` + +daemon.log ending + +``` +[2017-02-14 20:47:17.4915947] process done ExitSuccess +[2017-02-14 20:47:19.7279831] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"-c\",\"core.bare=false\",\"symbolic-ref\",\"-q\",\"HEAD\"] +[2017-02-14 20:47:19.7436092] process done ExitSuccess +[2017-02-14 20:47:19.7436092] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"-c\",\"core.bare=false\",\"show-ref\",\"refs/heads/annex/direct/master\"] +[2017-02-14 20:47:19.7748596] process done ExitSuccess +[2017-02-14 20:47:19.7748596] Pusher: pushing to [Remote { name =\"origin\" }] +[2017-02-14 20:47:19.8217363] Committer: queued Upload UUID \"b77aaec0-e75b-4eec-a08c-b09cbe2947d5\" LR Main\LR Main Smart Previews.lrdata\1\117C\117C0B4F-1D99-4DF6-9E7B-7C0B655876D9.dng Nothing : new file created +[2017-02-14 20:47:19.8529873] call: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"-c\",\"core.bare=false\",\"push\",\"origin\",\"+git-annex:synced/git-annex\",\"annex/direct/master:synced/master\"] +[2017-02-14 20:47:19.9154902] Transferrer: Transferring: Upload UUID \"b77aaec0-e75b-4eec-a08c-b09cbe2947d5\" LR Main\LR Main Smart Previews.lrdata\1\117C\117C0B4F-1D99-4DF6-9E7B-7C0B655876D9.dng Nothing +[2017-02-14 20:47:19.9154902] Watcher: add LR Main\LR Main Smart Previews.lrdata\1\162B\162B90D0-CC7C-4BD9-AC2B-BA2D4C72B555.dng + +117C0B4F-1D99-4DF6-9E7B-7C0B655876D9.dng + 1,792,000 100% 152.52MB/s 0:00:00 (xfr#1, to-chk=0/1) +git-annex.exe: out of memory +(recording state in git...) +To storage.lan:/srv/annex/pictures + 0623558..669c99c git-annex -> synced/git-annex + 6309934..b8e043d annex/direct/master -> synced/master + +``` +"""]]