restic test suite results for OpenBSD pasted by C-Keen on Mon May 4 22:04:07 2015

; go test -v 
=== RUN TestArchivePipe
--- PASS: TestArchivePipe (0.00s)
=== RUN TestArchiveDirectory
--- PASS: TestArchiveDirectory (1.36s)
        archiver_test.go:129: snapshot archived as c4c9322ded3d05095533b980de9e5c079502a699963ccb4bd4b72cd6f027b604
=== RUN TestArchiveDedup
--- FAIL: TestArchiveDedup (1.42s)
        archiver_test.go:168: archived snapshot 6b67f200
        archiver_test.go:175: packs 2, data blobs 131, tree blobs 36
        archiver_test.go:179: archived snapshot d07ec39e
        archiver_test.go:186: packs 3, data blobs 131, tree blobs 71
        archiver_test.go:191: TestArchiverDedup: too many packs in repository: before 2, after 3
=== RUN TestCache
--- PASS: TestCache (1.47s)
=== RUN TestNewSnapshot
--- PASS: TestNewSnapshot (0.02s)
=== RUN TestTree
--- PASS: TestTree (0.01s)
=== RUN TestNodeMarshal
--- PASS: TestNodeMarshal (0.00s)
=== RUN TestNodeComparison
--- PASS: TestNodeComparison (0.00s)
=== RUN TestLoadTree
--- PASS: TestLoadTree (1.50s)
=== RUN TestWalkTree
--- PASS: TestWalkTree (1.30s)
FAIL

and from the testsuite:

run test testsuite/test-backup.sh

0: ModTime does not match
0/0: ModTime does not match
0/0/0: ModTime does not match
0/0/1: ModTime does not match
0/0/2: ModTime does not match
0/0/3: ModTime does not match
0/0/4: ModTime does not match
0/0/5: ModTime does not match
0/0/6: ModTime does not match
0/0/7: ModTime does not match
0/0/8: ModTime does not match
0/0/9: ModTime does not match
0/tests: ModTime does not match
0/tests/testfile-symlink: ModTime does not match
0: ModTime does not match
0/0: ModTime does not match
0/0/0: ModTime does not match
0/0/1: ModTime does not match
0/0/2: ModTime does not match
0/0/3: ModTime does not match
0/0/4: ModTime does not match
0/0/5: ModTime does not match
0/0/6: ModTime does not match
0/0/7: ModTime does not match
0/0/8: ModTime does not match
0/0/9: ModTime does not match
0/tests: ModTime does not match
0/tests/testfile-symlink: ModTime does not match
test-backup pass

more weirdness added by C-Keen on Mon May 4 22:20:33 2015

=== RUN TestArchiveDedup
error for /tmp/restic-test-175201103/repo/tmp/temp-481725894: file has changed
error for /tmp/restic-test-175201103/repo/tmp/temp-682369439: file has changed
error for /tmp/restic-test-175201103/repo/tmp/temp-748348020: file has changed
error for /tmp/restic-test-175201103/repo/tmp/temp-406839619: errors saving node "/tmp/restic-test-175201103/repo/tmp/temp-406839619": saved 5199700 bytes, wanted 5199479 bytes
error for /tmp/restic-test-175201103/repo/tmp/temp-097093234: errors saving node "/tmp/restic-test-175201103/repo/tmp/temp-097093234": saved 4351347 bytes, wanted 4351126 bytes
error for /tmp/restic-test-175201103/repo/tmp/temp-099814185: errors saving node "/tmp/restic-test-175201103/repo/tmp/temp-099814185": saved 5152932 bytes, wanted 5152748 bytes
error for /tmp/restic-test-175201103/repo/tmp/temp-321876168: open /tmp/restic-test-175201103/repo/tmp/temp-321876168: no such file or directory
error for /tmp/restic-test-175201103/repo/tmp/temp-708166993: open /tmp/restic-test-175201103/repo/tmp/temp-708166993: no such file or directory
error for /tmp/restic-test-175201103/repo/tmp/temp-148106364: errors saving node "/tmp/restic-test-175201103/repo/tmp/temp-148106364": saved 4788129 bytes, wanted 4787908 bytes
error for /tmp/restic-test-175201103/repo/tmp/temp-994558222: errors saving node "/tmp/restic-test-175201103/repo/tmp/temp-994558222": saved 3975137 bytes, wanted 2205205 bytes
--- FAIL: TestArchiveDedup (143.28s)
        archiver_test.go:168: archived snapshot b24d4f9c
        archiver_test.go:175: packs 115, data blobs 1710, tree blobs 283
        archiver_test.go:179: archived snapshot 3bb739e2
        archiver_test.go:186: packs 195, data blobs 2001, tree blobs 352
        archiver_test.go:191: TestArchiverDedup: too many data blobs in repository: before 1710, after 2001