Added a comment: Second test (without line 134)

This commit is contained in:
madalu 2017-10-09 14:40:45 +00:00 committed by admin
parent ca71c08634
commit de91ffaab5

View file

@ -0,0 +1,51 @@
[[!comment format=mdwn
username="madalu"
avatar="http://cdn.libravatar.org/avatar/c00d4aa29fd053f08a2ef35531592914"
subject="Second test (without line 134)"
date="2017-10-09T14:40:45Z"
content="""
I removed line 134 and rebuilt using Stack:
maybe noop (void . mkColRecursive) (locationParent tmp)
The file uploaded right away:
% git annex --verbose --debug copy -t box test.txt
[2017-10-09 09:36:32.711847016] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"show-ref\",\"git-annex\"]
[2017-10-09 09:36:32.809619031] process done ExitSuccess
[2017-10-09 09:36:32.809888889] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"show-ref\",\"--hash\",\"refs/heads/git-annex\"]
[2017-10-09 09:36:32.812814521] process done ExitSuccess
[2017-10-09 09:36:32.829791929] chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"cat-file\",\"--batch\"]
[2017-10-09 09:36:32.830463363] chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"cat-file\",\"--batch-check=%(objectname) %(objecttype) %(objectsize)\"]
[2017-10-09 09:36:32.862446411] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"ls-files\",\"--cached\",\"-z\",\"--\",\"test.txt\"]
copy test.txt [2017-10-09 09:36:32.904592591] chat: gpg [\"--quiet\",\"--trust-model\",\"always\",\"--decrypt\"]
[2017-10-09 09:36:33.015053401] process done ExitSuccess
(checking box...) [2017-10-09 09:36:33.127413417] getProps 90a/d4d/GPGHMACSHA1--53636e5e7a50bc58eae478ddc260bb5abd899d03/GPGHMACSHA1--53636e5e7a50bc58eae478ddc260bb5abd899d03
(to box...)
[2017-10-09 09:36:35.646456289] chat: gpg [\"--quiet\",\"--trust-model\",\"always\",\"--batch\",\"--passphrase-fd\",\"19\",\"--symmetric\",\"--force-mdc\",\"--no-textmode\"]
[2017-10-09 09:36:35.700070757] putContent git-annex-webdav-tmp-GPGHMACSHA1--b7d5df88040626033a471159a0652c9e3777d624
100% 153 B/s 0s[2017-10-09 09:36:37.830031092] delContent 18f/335/GPGHMACSHA1--b7d5df88040626033a471159a0652c9e3777d624/GPGHMACSHA1--b7d5df88040626033a471159a0652c9e3777d624
[2017-10-09 09:36:38.453637089] getProps 18f/335/GPGHMACSHA1--b7d5df88040626033a471159a0652c9e3777d624
[2017-10-09 09:36:38.891805895] mkCol 18f/335/GPGHMACSHA1--b7d5df88040626033a471159a0652c9e3777d624
[2017-10-09 09:36:39.47474337] moveContent git-annex-webdav-tmp-GPGHMACSHA1--b7d5df88040626033a471159a0652c9e3777d624 https://dav.box.com/dav/mystuff/annex/18f/335/GPGHMACSHA1--b7d5df88040626033a471159a0652c9e3777d624/GPGHMACSHA1--b7d5df88040626033a471159a0652c9e3777d624
[2017-10-09 09:36:40.325543883] process done ExitSuccess
ok
[2017-10-09 09:36:40.343371234] chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"hash-object\",\"-w\",\"--stdin-paths\",\"--no-filters\"]
[2017-10-09 09:36:40.346018836] feed: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"update-index\",\"-z\",\"--index-info\"]
[2017-10-09 09:36:40.574634504] process done ExitSuccess
[2017-10-09 09:36:40.574833127] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"show-ref\",\"--hash\",\"refs/heads/git-annex\"]
[2017-10-09 09:36:40.579083747] process done ExitSuccess
(recording state in git...)
[2017-10-09 09:36:40.579508229] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"write-tree\"]
[2017-10-09 09:36:40.908596805] process done ExitSuccess
[2017-10-09 09:36:40.908746261] chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"commit-tree\",\"890c8c30542bfb566cb0f6c18948661f9dba3477\",\"--no-gpg-sign\",\"-p\",\"refs/heads/git-annex\"]
[2017-10-09 09:36:40.911636345] process done ExitSuccess
[2017-10-09 09:36:40.911746341] call: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"update-ref\",\"refs/heads/git-annex\",\"8f02270fa945f2381b63ed2f8280f8f966628a70\"]
[2017-10-09 09:36:40.916033767] process done ExitSuccess
[2017-10-09 09:36:40.917348489] process done ExitSuccess
[2017-10-09 09:36:40.917759841] process done ExitSuccess
[2017-10-09 09:36:40.918326516] process done ExitSuccess
"""]]