aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/20151116_tests_fail_on_OS_X.mdwn
diff options
context:
space:
mode:
authorGravatar jwiegley <jwiegley@web>2015-11-25 21:28:22 +0000
committerGravatar admin <admin@branchable.com>2015-11-25 21:28:22 +0000
commit8d726548b8c19d281b9e2f6be502ae7c8761d95c (patch)
tree2341290a44c87863823fe1a9dec88eae51cd367d /doc/bugs/20151116_tests_fail_on_OS_X.mdwn
parentaa3df94def8ef17c743c1d22d2fdc3b6c6fd6598 (diff)
Diffstat (limited to 'doc/bugs/20151116_tests_fail_on_OS_X.mdwn')
-rw-r--r--doc/bugs/20151116_tests_fail_on_OS_X.mdwn38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/bugs/20151116_tests_fail_on_OS_X.mdwn b/doc/bugs/20151116_tests_fail_on_OS_X.mdwn
new file mode 100644
index 000000000..e1db603cb
--- /dev/null
+++ b/doc/bugs/20151116_tests_fail_on_OS_X.mdwn
@@ -0,0 +1,38 @@
+Test output on OS X. Btw, the previous version works:
+
+```
+OK (4.87s)
+ map: OK (0.33s)
+ uninit: Deleted branch git-annex (was 9a28b38).
+OK (0.38s)
+ uninit (in git-annex branch): Switched to branch 'git-annex'
+OK (0.26s)
+ upgrade: OK (0.21s)
+ whereis: OK (0.61s)
+ hook remote: OK (0.91s)
+ directory remote: OK (0.85s)
+ rsync remote: OK (1.40s)
+ bup remote: Reinitialized existing Git repository in /private/var/folders/4j/br7bdhjx4b384_snb2087gt00000gn/T/nix-build-git-annex-5.20151116.drv-0/.bup/
+Initialized empty Git repository in /private/var/folders/4j/br7bdhjx4b384_snb2087gt00000gn/T/nix-build-git-annex-5.20151116.drv-0/git-annex-5.20151116/.t/tmprepo0/dir/
+ content cannot be completely removed from bup remote
+OK (2.62s)
+ crypto: OK (4.16s)
+ preferred content: OK (1.97s)
+ add subdirs: Merge made by the 'recursive' strategy.
+ conflictor.variant-cc12 | 1 +
+ conflictor/subfile | 1 +
+ 2 files changed, 2 insertions(+)
+ create mode 120000 conflictor.variant-cc12
+ create mode 120000 conflictor/subfile
+To /private/var/folders/4j/br7bdhjx4b384_snb2087gt00000gn/T/nix-build-git-annex-5.20151116.drv-0/git-annex-5.20151116/.t/repo
+ e4d3d14..60148c4 git-annex -> synced/git-annex
+ efda76d..f76baae master -> synced/master
+OK (0.55s)
+ addurl: git-annex: .git/annex/objects/2Q/J8/SHA256E-s3--2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae/SHA256E-s3--2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae: createSymbolicLink: invalid argument (File name too long)
+FAIL (0.29s)
+ addurl failed on file:///private/var/folders/4j/br7bdhjx4b384_snb2087gt00000gn/T/nix-build-git-annex-5.20151116.drv-0/git-annex-5.20151116/.t/tmprepo0/myurl
+
+2 out of 150 tests failed (126.13s)
+ (This could be due to a bug in git-annex, or an incompatability
+ with utilities, such as git, installed on this system.)
+```