? github.com/ncw/rclone [no test files] === RUN TestNewFS --- PASS: TestNewFS (0.00s) === RUN TestNewFSNoRemote --- PASS: TestNewFSNoRemote (0.00s) === RUN TestNewFSInvalidRemote --- PASS: TestNewFSInvalidRemote (0.00s) PASS ok github.com/ncw/rclone/backend/alias 0.018s ? github.com/ncw/rclone/backend/all [no test files] ? github.com/ncw/rclone/backend/amazonclouddrive [no test files] === RUN TestIntegration === RUN TestIntegration/TestInit SIGQUIT: quit PC=0x45d7c1 m=0 sigcode=0 goroutine 5 [syscall]: runtime.notetsleepg(0xc17b00, 0xffffffffffffffff, 0x0) /usr/local/go/src/runtime/lock_futex.go:227 +0x42 fp=0xc42003df80 sp=0xc42003df50 pc=0x411292 os/signal.signal_recv(0x0) /usr/local/go/src/runtime/sigqueue.go:139 +0xa6 fp=0xc42003dfa8 sp=0xc42003df80 pc=0x443376 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:22 +0x22 fp=0xc42003dfe0 sp=0xc42003dfa8 pc=0x768aa2 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2361 +0x1 fp=0xc42003dfe8 sp=0xc42003dfe0 pc=0x45c221 created by os/signal.init.0 /usr/local/go/src/os/signal/signal_unix.go:28 +0x41 goroutine 1 [chan receive]: testing.(*T).Run(0xc4200202d0, 0x939da4, 0xf, 0x956938, 0x47c596) /usr/local/go/src/testing/testing.go:825 +0x301 testing.runTests.func1(0xc4200201e0) /usr/local/go/src/testing/testing.go:1063 +0x64 testing.tRunner(0xc4200201e0, 0xc42013bdf8) /usr/local/go/src/testing/testing.go:777 +0xd0 testing.runTests(0xc4201010e0, 0xbe8f90, 0x1, 0x1, 0x411fc9) /usr/local/go/src/testing/testing.go:1061 +0x2c4 testing.(*M).Run(0xc420140200, 0x0) /usr/local/go/src/testing/testing.go:978 +0x171 main.main() _testmain.go:44 +0x151 goroutine 7 [chan receive]: testing.(*T).Run(0xc4200203c0, 0x935b5e, 0x8, 0xc42006d040, 0x0) /usr/local/go/src/testing/testing.go:825 +0x301 github.com/ncw/rclone/fstest/fstests.Run(0xc4200202d0, 0xc42006d000) /home/rclone/go/src/github.com/ncw/rclone/fstest/fstests/fstests.go:203 +0x4bc github.com/ncw/rclone/backend/azureblob_test.TestIntegration(0xc4200202d0) /home/rclone/go/src/github.com/ncw/rclone/backend/azureblob/azureblob_test.go:13 +0x89 testing.tRunner(0xc4200202d0, 0x956938) /usr/local/go/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:824 +0x2e0 goroutine 8 [semacquire]: sync.runtime_SemacquireMutex(0xc42017233c, 0xba4900) /usr/local/go/src/runtime/sema.go:71 +0x3d sync.(*Mutex).Lock(0xc420172338) /usr/local/go/src/sync/mutex.go:134 +0x108 github.com/ncw/rclone/backend/azureblob.(*Fs).list(0xc4201722d0, 0x0, 0x0, 0x0, 0x1, 0x956920, 0x1, 0x1) /home/rclone/go/src/github.com/ncw/rclone/backend/azureblob/azureblob.go:331 +0x51 github.com/ncw/rclone/backend/azureblob.(*Fs).Mkdir(0xc4201722d0, 0x0, 0x0, 0x0, 0x0) /home/rclone/go/src/github.com/ncw/rclone/backend/azureblob/azureblob.go:577 +0xa8 github.com/ncw/rclone/fstest/fstests.Run.func4(0xc4200203c0) /home/rclone/go/src/github.com/ncw/rclone/fstest/fstests/fstests.go:232 +0x282 testing.tRunner(0xc4200203c0, 0xc42006d040) /usr/local/go/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:824 +0x2e0 rax 0xca rbx 0xbfa860 rcx 0x45d7c3 rdx 0x0 rdi 0xc17b00 rsi 0x0 rbp 0xc42003df08 rsp 0xc42003dec0 r8 0x0 r9 0x0 r10 0x0 r11 0x286 r12 0x0 r13 0xff r14 0xff r15 0xf rip 0x45d7c1 rflags 0x286 cs 0x33 fs 0x0 gs 0x0 *** Test killed with quit: ran too long (10m0s). FAIL github.com/ncw/rclone/backend/azureblob 600.008s === RUN TestUrlEncode --- PASS: TestUrlEncode (0.00s) === RUN TestTimeString --- PASS: TestTimeString (0.00s) === RUN TestParseTimeString --- PASS: TestParseTimeString (0.00s) === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:01:15 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (28.34s) --- PASS: TestIntegration/TestInit (2.04s) fstests.go:221: Using remote "TestB2:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.38s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.18s) --- PASS: TestIntegration/TestFsMkdir (0.90s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.57s) fstest.go:259: Filtering empty directory "dir" fstest.go:259: Filtering empty directory "dir/subdir" fstest.go:259: Filtering empty directory "dir" --- PASS: TestIntegration/TestFsListEmpty (0.21s) --- PASS: TestIntegration/TestFsListDirEmpty (0.18s) --- PASS: TestIntegration/TestFsListRDirEmpty (0.18s) --- PASS: TestIntegration/TestFsListDirNotFound (0.20s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.19s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.32s) --- PASS: TestIntegration/TestFsPutFile1 (1.34s) --- PASS: TestIntegration/TestFsPutError (0.19s) --- PASS: TestIntegration/TestFsPutFile2 (1.04s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.88s) --- PASS: TestIntegration/TestFsListDirFile2 (1.03s) --- PASS: TestIntegration/TestFsListRDirFile2 (0.92s) --- PASS: TestIntegration/TestFsListDirRoot (0.90s) --- PASS: TestIntegration/TestFsListRDirRoot (0.42s) --- PASS: TestIntegration/TestFsListSubdir (0.19s) --- PASS: TestIntegration/TestFsListRSubdir (0.20s) --- PASS: TestIntegration/TestFsListLevel2 (0.35s) --- PASS: TestIntegration/TestFsListRLevel2 (0.31s) --- PASS: TestIntegration/TestFsListFile1 (0.97s) --- PASS: TestIntegration/TestFsNewObject (0.20s) --- PASS: TestIntegration/TestFsListFile1and2 (1.14s) --- PASS: TestIntegration/TestFsNewObjectDir (0.18s) --- SKIP: TestIntegration/TestFsCopy (0.00s) fstests.go:566: FS has no Copier interface --- SKIP: TestIntegration/TestFsMove (0.00s) fstests.go:600: FS has no Mover interface --- SKIP: TestIntegration/TestFsDirMove (0.00s) fstests.go:672: FS has no DirMover interface --- PASS: TestIntegration/TestFsRmdirFull (0.22s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.63s) --- PASS: TestIntegration/TestObjectFs (0.15s) --- PASS: TestIntegration/TestObjectRemote (0.27s) --- PASS: TestIntegration/TestObjectHashes (0.16s) --- PASS: TestIntegration/TestObjectModTime (0.15s) --- PASS: TestIntegration/TestObjectMimeType (0.17s) --- PASS: TestIntegration/TestObjectSetModTime (0.15s) fstests.go:877: can't set modified time --- PASS: TestIntegration/TestObjectSize (0.15s) --- PASS: TestIntegration/TestObjectOpen (0.77s) --- PASS: TestIntegration/TestObjectOpenSeek (0.32s) --- PASS: TestIntegration/TestObjectOpenRange (0.97s) --- PASS: TestIntegration/TestObjectPartialRead (0.34s) --- PASS: TestIntegration/TestObjectUpdate (1.86s) --- PASS: TestIntegration/TestObjectStorable (0.16s) --- PASS: TestIntegration/TestFsIsFile (1.23s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.73s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (1.47s) --- PASS: TestIntegration/TestFsPutStream (0.83s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (1.96s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *b2.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/b2 28.349s === RUN TestTimestampMarshalJSON --- PASS: TestTimestampMarshalJSON (0.00s) === RUN TestTimestampUnmarshalJSON --- PASS: TestTimestampUnmarshalJSON (0.00s) === RUN TestTimestampAddVersion --- PASS: TestTimestampAddVersion (0.00s) === RUN TestTimestampRemoveVersion --- PASS: TestTimestampRemoveVersion (0.00s) === RUN TestTimestampIsZero --- PASS: TestTimestampIsZero (0.00s) === RUN TestTimestampEqual --- PASS: TestTimestampEqual (0.00s) PASS ok github.com/ncw/rclone/backend/b2/api 0.007s === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:01:00 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:02:10 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:02:16 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (88.85s) --- PASS: TestIntegration/TestInit (3.20s) fstests.go:221: Using remote "TestBox:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.59s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.33s) --- PASS: TestIntegration/TestFsMkdir (2.01s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (5.35s) --- PASS: TestIntegration/TestFsListEmpty (0.28s) --- PASS: TestIntegration/TestFsListDirEmpty (0.27s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.29s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.55s) --- PASS: TestIntegration/TestFsPutFile1 (1.88s) --- PASS: TestIntegration/TestFsPutError (4.62s) --- PASS: TestIntegration/TestFsPutFile2 (2.39s) --- PASS: TestIntegration/TestFsUpdateFile1 (1.89s) --- PASS: TestIntegration/TestFsListDirFile2 (1.91s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.45s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.28s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.55s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (2.10s) --- PASS: TestIntegration/TestFsNewObject (0.31s) --- PASS: TestIntegration/TestFsListFile1and2 (1.60s) --- PASS: TestIntegration/TestFsNewObjectDir (0.30s) --- PASS: TestIntegration/TestFsCopy (3.45s) --- PASS: TestIntegration/TestFsMove (14.01s) --- PASS: TestIntegration/TestFsDirMove (12.72s) --- PASS: TestIntegration/TestFsRmdirFull (0.50s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.27s) --- PASS: TestIntegration/TestObjectFs (0.50s) --- PASS: TestIntegration/TestObjectRemote (0.51s) --- PASS: TestIntegration/TestObjectHashes (0.51s) --- PASS: TestIntegration/TestObjectModTime (0.26s) --- SKIP: TestIntegration/TestObjectMimeType (0.50s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (1.27s) --- PASS: TestIntegration/TestObjectSize (0.28s) --- PASS: TestIntegration/TestObjectOpen (1.57s) --- PASS: TestIntegration/TestObjectOpenSeek (1.10s) --- PASS: TestIntegration/TestObjectOpenRange (3.45s) --- PASS: TestIntegration/TestObjectPartialRead (1.05s) --- PASS: TestIntegration/TestObjectUpdate (2.33s) --- PASS: TestIntegration/TestObjectStorable (0.52s) --- PASS: TestIntegration/TestFsIsFile (4.99s) --- PASS: TestIntegration/TestFsIsFileNotFound (1.48s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (2.76s) --- PASS: TestIntegration/TestFsPutStream (1.57s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (2.12s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *box.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/box 88.864s ? github.com/ncw/rclone/backend/box/api [no test files] 2018/07/08 05:00:49 Running with the following params: remote: TestInternalCache, mount: false 2018/07/08 05:00:49 Mount Dir: /tmp/rclonecache-mount234006450 2018/07/08 05:00:49 Temp Upload Dir: /tmp/rclonecache-tmp016016233 === RUN TestInternalListRootAndInnerRemotes --- SKIP: TestInternalListRootAndInnerRemotes (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist === RUN TestInternalObjWrapFsFound --- SKIP: TestInternalObjWrapFsFound (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist === RUN TestInternalObjNotFound --- PASS: TestInternalObjNotFound (0.19s) === RUN TestInternalRemoteWrittenFileFoundInMount --- SKIP: TestInternalRemoteWrittenFileFoundInMount (0.00s) cache_internal_test.go:281: test needs mount mode === RUN TestInternalCachedWrittenContentMatches --- PASS: TestInternalCachedWrittenContentMatches (3.03s) === RUN TestInternalDoubleWrittenContentMatches --- PASS: TestInternalDoubleWrittenContentMatches (1.63s) === RUN TestInternalCachedUpdatedContentMatches --- PASS: TestInternalCachedUpdatedContentMatches (1.63s) === RUN TestInternalWrappedWrittenContentMatches --- SKIP: TestInternalWrappedWrittenContentMatches (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist === RUN TestInternalLargeWrittenContentMatches --- SKIP: TestInternalLargeWrittenContentMatches (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist === RUN TestInternalWrappedFsChangeNotSeen 2018/07/08 05:00:57 original size: 23592960 2018/07/08 05:00:57 updated size: 12 --- PASS: TestInternalWrappedFsChangeNotSeen (1.51s) === RUN TestInternalMoveWithNotify --- SKIP: TestInternalMoveWithNotify (0.05s) cache_internal_test.go:495: Not external === RUN TestInternalNotifyCreatesEmptyParts --- SKIP: TestInternalNotifyCreatesEmptyParts (0.05s) cache_internal_test.go:582: Not external === RUN TestInternalChangeSeenAfterDirCacheFlush --- PASS: TestInternalChangeSeenAfterDirCacheFlush (1.49s) === RUN TestInternalChangeSeenAfterRc 2018/07/08 05:00:59 NOTICE: Serving remote control on http://127.0.0.1:5572/ --- SKIP: TestInternalChangeSeenAfterRc (0.05s) cache_internal_test.go:706: needs mount === RUN TestInternalCacheWrites --- PASS: TestInternalCacheWrites (1.72s) === RUN TestInternalMaxChunkSizeRespected --- PASS: TestInternalMaxChunkSizeRespected (15.51s) === RUN TestInternalExpiredEntriesRemoved --- SKIP: TestInternalExpiredEntriesRemoved (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist === RUN TestInternalBug2117 2018/07/08 05:01:16 len: 1 2018/07/08 05:01:46 len: 1 2018/07/08 05:01:46 len: 4 2018/07/08 05:01:46 len: 4 --- PASS: TestInternalBug2117 (30.12s) === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:01:47 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError 2018/07/08 05:01:47 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removing partially written file on error: potato 2018/07/08 05:01:47 ERROR : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: put: error uploading: potato === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:01:56 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:01:56 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (9.34s) --- PASS: TestIntegration/TestInit (0.08s) fstests.go:221: Using remote "TestCache:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.01s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.00s) --- PASS: TestIntegration/TestFsMkdir (0.05s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.15s) --- PASS: TestIntegration/TestFsListEmpty (0.01s) --- PASS: TestIntegration/TestFsListDirEmpty (0.01s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.00s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.00s) --- PASS: TestIntegration/TestFsPutFile1 (0.05s) --- PASS: TestIntegration/TestFsPutError (0.00s) --- PASS: TestIntegration/TestFsPutFile2 (0.11s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.05s) --- PASS: TestIntegration/TestFsListDirFile2 (0.09s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.01s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.00s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.00s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (0.10s) --- PASS: TestIntegration/TestFsNewObject (0.00s) --- PASS: TestIntegration/TestFsListFile1and2 (0.00s) --- PASS: TestIntegration/TestFsNewObjectDir (0.00s) --- SKIP: TestIntegration/TestFsCopy (0.00s) fstests.go:566: FS has no Copier interface --- PASS: TestIntegration/TestFsMove (0.84s) --- PASS: TestIntegration/TestFsDirMove (0.41s) --- PASS: TestIntegration/TestFsRmdirFull (0.00s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.01s) --- PASS: TestIntegration/TestObjectFs (0.00s) --- PASS: TestIntegration/TestObjectRemote (0.00s) --- PASS: TestIntegration/TestObjectHashes (0.03s) --- PASS: TestIntegration/TestObjectModTime (0.00s) --- SKIP: TestIntegration/TestObjectMimeType (0.00s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.01s) --- PASS: TestIntegration/TestObjectSize (0.00s) --- PASS: TestIntegration/TestObjectOpen (1.51s) --- PASS: TestIntegration/TestObjectOpenSeek (0.01s) --- PASS: TestIntegration/TestObjectOpenRange (3.04s) --- PASS: TestIntegration/TestObjectPartialRead (1.01s) --- PASS: TestIntegration/TestObjectUpdate (1.56s) --- PASS: TestIntegration/TestObjectStorable (0.00s) --- PASS: TestIntegration/TestFsIsFile (0.06s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.00s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.06s) --- PASS: TestIntegration/TestFsPutStream (0.06s) --- PASS: TestIntegration/TestObjectAbout (0.00s) --- PASS: TestIntegration/TestObjectPurge (0.01s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *cache.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) === RUN TestInternalUploadTempDirCreated --- PASS: TestInternalUploadTempDirCreated (1.03s) === RUN TestInternalUploadQueueOneFileNoRest --- SKIP: TestInternalUploadQueueOneFileNoRest (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist === RUN TestInternalUploadQueueOneFileWithRest --- SKIP: TestInternalUploadQueueOneFileWithRest (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist === RUN TestInternalUploadMoveExistingFile --- SKIP: TestInternalUploadMoveExistingFile (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist === RUN TestInternalUploadTempPathCleaned --- SKIP: TestInternalUploadTempPathCleaned (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist === RUN TestInternalUploadQueueMoreFiles --- SKIP: TestInternalUploadQueueMoreFiles (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist === RUN TestInternalUploadTempFileOperations --- SKIP: TestInternalUploadTempFileOperations (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist === RUN TestInternalUploadUploadingFileOperations --- SKIP: TestInternalUploadUploadingFileOperations (0.00s) cache_internal_test.go:1041: Need remote (TestInternalCache) to exist PASS ok github.com/ncw/rclone/backend/cache 67.385s === RUN TestNewNameEncryptionMode --- PASS: TestNewNameEncryptionMode (0.00s) === RUN TestNewNameEncryptionModeString --- PASS: TestNewNameEncryptionModeString (0.00s) === RUN TestValidString --- PASS: TestValidString (0.00s) === RUN TestEncodeFileName --- PASS: TestEncodeFileName (0.00s) === RUN TestDecodeFileName --- PASS: TestDecodeFileName (0.00s) === RUN TestEncryptSegment --- PASS: TestEncryptSegment (0.00s) === RUN TestDecryptSegment --- PASS: TestDecryptSegment (0.00s) === RUN TestEncryptFileName --- PASS: TestEncryptFileName (0.00s) === RUN TestDecryptFileName --- PASS: TestDecryptFileName (0.00s) === RUN TestEncDecMatches --- PASS: TestEncDecMatches (0.00s) === RUN TestEncryptDirName --- PASS: TestEncryptDirName (0.00s) === RUN TestDecryptDirName --- PASS: TestDecryptDirName (0.00s) === RUN TestEncryptedSize --- PASS: TestEncryptedSize (0.00s) === RUN TestDecryptedSize --- PASS: TestDecryptedSize (0.00s) === RUN TestNoncePointer --- PASS: TestNoncePointer (0.00s) === RUN TestNonceFromReader --- PASS: TestNonceFromReader (0.00s) === RUN TestNonceFromBuf --- PASS: TestNonceFromBuf (0.00s) === RUN TestNonceIncrement --- PASS: TestNonceIncrement (0.00s) === RUN TestNonceAdd --- PASS: TestNonceAdd (0.00s) === RUN TestRandomSource --- PASS: TestRandomSource (0.59s) === RUN TestEncryptDecrypt1 --- PASS: TestEncryptDecrypt1 (0.91s) === RUN TestEncryptDecrypt32 --- PASS: TestEncryptDecrypt32 (1.25s) === RUN TestEncryptDecrypt4096 --- PASS: TestEncryptDecrypt4096 (0.98s) === RUN TestEncryptDecrypt65536 --- PASS: TestEncryptDecrypt65536 (0.99s) === RUN TestEncryptDecrypt65537 --- PASS: TestEncryptDecrypt65537 (1.00s) === RUN TestEncryptData --- PASS: TestEncryptData (0.00s) === RUN TestNewEncrypter --- PASS: TestNewEncrypter (0.00s) === RUN TestNewEncrypterErrUnexpectedEOF --- PASS: TestNewEncrypterErrUnexpectedEOF (0.00s) === RUN TestNewDecrypter --- PASS: TestNewDecrypter (0.00s) === RUN TestNewDecrypterErrUnexpectedEOF --- PASS: TestNewDecrypterErrUnexpectedEOF (0.00s) === RUN TestNewDecrypterSeekLimit --- PASS: TestNewDecrypterSeekLimit (0.28s) === RUN TestDecrypterCalculateUnderlying --- PASS: TestDecrypterCalculateUnderlying (0.00s) === RUN TestDecrypterRead --- PASS: TestDecrypterRead (0.00s) === RUN TestDecrypterClose --- PASS: TestDecrypterClose (0.00s) === RUN TestPutGetBlock --- PASS: TestPutGetBlock (0.00s) === RUN TestKey --- PASS: TestKey (0.33s) === RUN TestStandard === RUN TestStandard/TestInit === RUN TestStandard/TestFsString === RUN TestStandard/TestFsName === RUN TestStandard/TestFsRoot === RUN TestStandard/TestFsRmdirEmpty === RUN TestStandard/TestFsRmdirNotFound === RUN TestStandard/TestFsMkdir === RUN TestStandard/TestFsMkdirRmdirSubdir === RUN TestStandard/TestFsListEmpty === RUN TestStandard/TestFsListDirEmpty === RUN TestStandard/TestFsListRDirEmpty === RUN TestStandard/TestFsListDirNotFound 2018/07/08 05:01:24 ERROR : does not exist: error listing: directory not found === RUN TestStandard/TestFsListRDirNotFound === RUN TestStandard/TestFsNewObjectNotFound === RUN TestStandard/TestFsPutFile1 === RUN TestStandard/TestFsPutError 2018/07/08 05:01:24 NOTICE: 5ogs7ndfp8pupt44oi5f8kn0vo/jj28ore431k5fs198bgtj426jc/br8lo5iiiq5s02lei0ok5bb3cg/3ttv7i29lgugd9ojgbo7d3tmnmf2midibh6n2n5al1b1neo5jqrg/da179h86evnu3b0lg04golahkg: Removing partially written file on error: potato === RUN TestStandard/TestFsPutFile2 === RUN TestStandard/TestFsUpdateFile1 === RUN TestStandard/TestFsListDirFile2 === RUN TestStandard/TestFsListRDirFile2 === RUN TestStandard/TestFsListDirRoot === RUN TestStandard/TestFsListRDirRoot === RUN TestStandard/TestFsListSubdir === RUN TestStandard/TestFsListRSubdir === RUN TestStandard/TestFsListLevel2 === RUN TestStandard/TestFsListRLevel2 === RUN TestStandard/TestFsListFile1 === RUN TestStandard/TestFsNewObject === RUN TestStandard/TestFsListFile1and2 === RUN TestStandard/TestFsNewObjectDir === RUN TestStandard/TestFsCopy === RUN TestStandard/TestFsMove === RUN TestStandard/TestFsDirMove === RUN TestStandard/TestFsRmdirFull === RUN TestStandard/TestFsPrecision === RUN TestStandard/TestFsChangeNotify === RUN TestStandard/TestObjectString === RUN TestStandard/TestObjectFs === RUN TestStandard/TestObjectRemote === RUN TestStandard/TestObjectHashes === RUN TestStandard/TestObjectModTime === RUN TestStandard/TestObjectMimeType === RUN TestStandard/TestObjectSetModTime === RUN TestStandard/TestObjectSize === RUN TestStandard/TestObjectOpen === RUN TestStandard/TestObjectOpenSeek === RUN TestStandard/TestObjectOpenRange === RUN TestStandard/TestObjectPartialRead === RUN TestStandard/TestObjectUpdate === RUN TestStandard/TestObjectStorable === RUN TestStandard/TestFsIsFile === RUN TestStandard/TestFsIsFileNotFound 2018/07/08 05:01:24 ERROR : : error listing: directory not found === RUN TestStandard/TestPublicLink === RUN TestStandard/TestObjectRemove === RUN TestStandard/TestFsPutStream === RUN TestStandard/TestObjectAbout === RUN TestStandard/TestObjectPurge 2018/07/08 05:01:24 ERROR : : error listing: directory not found === RUN TestStandard/TestInternal === RUN TestStandard/TestFinalise --- PASS: TestStandard (0.50s) --- PASS: TestStandard/TestInit (0.10s) fstests.go:221: Using remote "TestCrypt:" --- PASS: TestStandard/TestFsString (0.00s) --- PASS: TestStandard/TestFsName (0.00s) --- PASS: TestStandard/TestFsRoot (0.00s) --- PASS: TestStandard/TestFsRmdirEmpty (0.00s) --- PASS: TestStandard/TestFsRmdirNotFound (0.00s) --- PASS: TestStandard/TestFsMkdir (0.08s) --- PASS: TestStandard/TestFsMkdirRmdirSubdir (0.00s) --- PASS: TestStandard/TestFsListEmpty (0.00s) --- PASS: TestStandard/TestFsListDirEmpty (0.00s) --- SKIP: TestStandard/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestStandard/TestFsListDirNotFound (0.00s) --- SKIP: TestStandard/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestStandard/TestFsNewObjectNotFound (0.00s) --- PASS: TestStandard/TestFsPutFile1 (0.00s) --- PASS: TestStandard/TestFsPutError (0.00s) --- PASS: TestStandard/TestFsPutFile2 (0.00s) --- PASS: TestStandard/TestFsUpdateFile1 (0.00s) --- PASS: TestStandard/TestFsListDirFile2 (0.00s) --- SKIP: TestStandard/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestStandard/TestFsListDirRoot (0.06s) --- SKIP: TestStandard/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestStandard/TestFsListSubdir (0.00s) --- SKIP: TestStandard/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestStandard/TestFsListLevel2 (0.00s) --- SKIP: TestStandard/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestStandard/TestFsListFile1 (0.00s) --- PASS: TestStandard/TestFsNewObject (0.00s) --- PASS: TestStandard/TestFsListFile1and2 (0.00s) --- PASS: TestStandard/TestFsNewObjectDir (0.00s) --- SKIP: TestStandard/TestFsCopy (0.00s) fstests.go:566: FS has no Copier interface --- PASS: TestStandard/TestFsMove (0.00s) --- PASS: TestStandard/TestFsDirMove (0.07s) --- PASS: TestStandard/TestFsRmdirFull (0.00s) --- PASS: TestStandard/TestFsPrecision (0.00s) --- SKIP: TestStandard/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestStandard/TestObjectString (0.00s) --- PASS: TestStandard/TestObjectFs (0.00s) --- PASS: TestStandard/TestObjectRemote (0.00s) --- PASS: TestStandard/TestObjectHashes (0.00s) --- PASS: TestStandard/TestObjectModTime (0.00s) --- SKIP: TestStandard/TestObjectMimeType (0.00s) fstests.go:860: MimeType method not supported --- PASS: TestStandard/TestObjectSetModTime (0.00s) --- PASS: TestStandard/TestObjectSize (0.00s) --- PASS: TestStandard/TestObjectOpen (0.00s) --- PASS: TestStandard/TestObjectOpenSeek (0.00s) --- PASS: TestStandard/TestObjectOpenRange (0.00s) --- PASS: TestStandard/TestObjectPartialRead (0.00s) --- PASS: TestStandard/TestObjectUpdate (0.00s) --- PASS: TestStandard/TestObjectStorable (0.00s) --- PASS: TestStandard/TestFsIsFile (0.09s) --- PASS: TestStandard/TestFsIsFileNotFound (0.09s) --- SKIP: TestStandard/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestStandard/TestObjectRemove (0.00s) --- PASS: TestStandard/TestFsPutStream (0.00s) --- PASS: TestStandard/TestObjectAbout (0.00s) --- PASS: TestStandard/TestObjectPurge (0.00s) --- SKIP: TestStandard/TestInternal (0.00s) fstests.go:1140: *crypt.Fs does not implement InternalTester --- PASS: TestStandard/TestFinalise (0.00s) === RUN TestOff === RUN TestOff/TestInit === RUN TestOff/TestFsString === RUN TestOff/TestFsName === RUN TestOff/TestFsRoot === RUN TestOff/TestFsRmdirEmpty === RUN TestOff/TestFsRmdirNotFound === RUN TestOff/TestFsMkdir === RUN TestOff/TestFsMkdirRmdirSubdir === RUN TestOff/TestFsListEmpty === RUN TestOff/TestFsListDirEmpty === RUN TestOff/TestFsListRDirEmpty === RUN TestOff/TestFsListDirNotFound 2018/07/08 05:01:24 ERROR : does not exist: error listing: directory not found === RUN TestOff/TestFsListRDirNotFound === RUN TestOff/TestFsNewObjectNotFound === RUN TestOff/TestFsPutFile1 === RUN TestOff/TestFsPutError 2018/07/08 05:01:24 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt.bin: Removing partially written file on error: potato === RUN TestOff/TestFsPutFile2 === RUN TestOff/TestFsUpdateFile1 === RUN TestOff/TestFsListDirFile2 === RUN TestOff/TestFsListRDirFile2 === RUN TestOff/TestFsListDirRoot === RUN TestOff/TestFsListRDirRoot === RUN TestOff/TestFsListSubdir === RUN TestOff/TestFsListRSubdir === RUN TestOff/TestFsListLevel2 === RUN TestOff/TestFsListRLevel2 === RUN TestOff/TestFsListFile1 === RUN TestOff/TestFsNewObject === RUN TestOff/TestFsListFile1and2 === RUN TestOff/TestFsNewObjectDir === RUN TestOff/TestFsCopy === RUN TestOff/TestFsMove === RUN TestOff/TestFsDirMove === RUN TestOff/TestFsRmdirFull === RUN TestOff/TestFsPrecision === RUN TestOff/TestFsChangeNotify === RUN TestOff/TestObjectString === RUN TestOff/TestObjectFs === RUN TestOff/TestObjectRemote === RUN TestOff/TestObjectHashes === RUN TestOff/TestObjectModTime === RUN TestOff/TestObjectMimeType === RUN TestOff/TestObjectSetModTime === RUN TestOff/TestObjectSize === RUN TestOff/TestObjectOpen === RUN TestOff/TestObjectOpenSeek === RUN TestOff/TestObjectOpenRange === RUN TestOff/TestObjectPartialRead === RUN TestOff/TestObjectUpdate === RUN TestOff/TestObjectStorable === RUN TestOff/TestFsIsFile === RUN TestOff/TestFsIsFileNotFound 2018/07/08 05:01:25 ERROR : : error listing: directory not found === RUN TestOff/TestPublicLink === RUN TestOff/TestObjectRemove === RUN TestOff/TestFsPutStream === RUN TestOff/TestObjectAbout === RUN TestOff/TestObjectPurge 2018/07/08 05:01:25 ERROR : : error listing: directory not found === RUN TestOff/TestInternal === RUN TestOff/TestFinalise --- PASS: TestOff (0.55s) --- PASS: TestOff/TestInit (0.07s) fstests.go:221: Using remote "TestCrypt2:" --- PASS: TestOff/TestFsString (0.00s) --- PASS: TestOff/TestFsName (0.00s) --- PASS: TestOff/TestFsRoot (0.00s) --- PASS: TestOff/TestFsRmdirEmpty (0.00s) --- PASS: TestOff/TestFsRmdirNotFound (0.00s) --- PASS: TestOff/TestFsMkdir (0.10s) --- PASS: TestOff/TestFsMkdirRmdirSubdir (0.00s) --- PASS: TestOff/TestFsListEmpty (0.00s) --- PASS: TestOff/TestFsListDirEmpty (0.00s) --- SKIP: TestOff/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestOff/TestFsListDirNotFound (0.00s) --- SKIP: TestOff/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestOff/TestFsNewObjectNotFound (0.00s) --- PASS: TestOff/TestFsPutFile1 (0.00s) --- PASS: TestOff/TestFsPutError (0.00s) --- PASS: TestOff/TestFsPutFile2 (0.00s) --- PASS: TestOff/TestFsUpdateFile1 (0.00s) --- PASS: TestOff/TestFsListDirFile2 (0.00s) --- SKIP: TestOff/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestOff/TestFsListDirRoot (0.09s) --- SKIP: TestOff/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestOff/TestFsListSubdir (0.00s) --- SKIP: TestOff/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestOff/TestFsListLevel2 (0.00s) --- SKIP: TestOff/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestOff/TestFsListFile1 (0.00s) --- PASS: TestOff/TestFsNewObject (0.00s) --- PASS: TestOff/TestFsListFile1and2 (0.00s) --- PASS: TestOff/TestFsNewObjectDir (0.00s) --- SKIP: TestOff/TestFsCopy (0.00s) fstests.go:566: FS has no Copier interface --- PASS: TestOff/TestFsMove (0.00s) --- PASS: TestOff/TestFsDirMove (0.10s) --- PASS: TestOff/TestFsRmdirFull (0.00s) --- PASS: TestOff/TestFsPrecision (0.00s) --- SKIP: TestOff/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestOff/TestObjectString (0.00s) --- PASS: TestOff/TestObjectFs (0.00s) --- PASS: TestOff/TestObjectRemote (0.00s) --- PASS: TestOff/TestObjectHashes (0.00s) --- PASS: TestOff/TestObjectModTime (0.00s) --- SKIP: TestOff/TestObjectMimeType (0.00s) fstests.go:860: MimeType method not supported --- PASS: TestOff/TestObjectSetModTime (0.00s) --- PASS: TestOff/TestObjectSize (0.00s) --- PASS: TestOff/TestObjectOpen (0.00s) --- PASS: TestOff/TestObjectOpenSeek (0.00s) --- PASS: TestOff/TestObjectOpenRange (0.00s) --- PASS: TestOff/TestObjectPartialRead (0.00s) --- PASS: TestOff/TestObjectUpdate (0.00s) --- PASS: TestOff/TestObjectStorable (0.00s) --- PASS: TestOff/TestFsIsFile (0.08s) --- PASS: TestOff/TestFsIsFileNotFound (0.09s) --- SKIP: TestOff/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestOff/TestObjectRemove (0.00s) --- PASS: TestOff/TestFsPutStream (0.00s) --- PASS: TestOff/TestObjectAbout (0.00s) --- PASS: TestOff/TestObjectPurge (0.00s) --- SKIP: TestOff/TestInternal (0.00s) fstests.go:1140: *crypt.Fs does not implement InternalTester --- PASS: TestOff/TestFinalise (0.00s) === RUN TestObfuscate === RUN TestObfuscate/TestInit === RUN TestObfuscate/TestFsString === RUN TestObfuscate/TestFsName === RUN TestObfuscate/TestFsRoot === RUN TestObfuscate/TestFsRmdirEmpty === RUN TestObfuscate/TestFsRmdirNotFound === RUN TestObfuscate/TestFsMkdir === RUN TestObfuscate/TestFsMkdirRmdirSubdir === RUN TestObfuscate/TestFsListEmpty === RUN TestObfuscate/TestFsListDirEmpty === RUN TestObfuscate/TestFsListRDirEmpty === RUN TestObfuscate/TestFsListDirNotFound 2018/07/08 05:01:25 ERROR : does not exist: error listing: directory not found === RUN TestObfuscate/TestFsListRDirNotFound === RUN TestObfuscate/TestFsNewObjectNotFound === RUN TestObfuscate/TestFsPutFile1 === RUN TestObfuscate/TestFsPutError 2018/07/08 05:01:25 NOTICE: 124.yvCCF_ JrLJrxv/211.¬«/162.Mjqqt, 主畱/180. _ ' @ _ _ & _ + ⊗/8.A.uyu: Removing partially written file on error: potato === RUN TestObfuscate/TestFsPutFile2 === RUN TestObfuscate/TestFsUpdateFile1 === RUN TestObfuscate/TestFsListDirFile2 === RUN TestObfuscate/TestFsListRDirFile2 === RUN TestObfuscate/TestFsListDirRoot === RUN TestObfuscate/TestFsListRDirRoot === RUN TestObfuscate/TestFsListSubdir === RUN TestObfuscate/TestFsListRSubdir === RUN TestObfuscate/TestFsListLevel2 === RUN TestObfuscate/TestFsListRLevel2 === RUN TestObfuscate/TestFsListFile1 === RUN TestObfuscate/TestFsNewObject === RUN TestObfuscate/TestFsListFile1and2 === RUN TestObfuscate/TestFsNewObjectDir === RUN TestObfuscate/TestFsCopy === RUN TestObfuscate/TestFsMove === RUN TestObfuscate/TestFsDirMove === RUN TestObfuscate/TestFsRmdirFull === RUN TestObfuscate/TestFsPrecision === RUN TestObfuscate/TestFsChangeNotify === RUN TestObfuscate/TestObjectString === RUN TestObfuscate/TestObjectFs === RUN TestObfuscate/TestObjectRemote === RUN TestObfuscate/TestObjectHashes === RUN TestObfuscate/TestObjectModTime === RUN TestObfuscate/TestObjectMimeType === RUN TestObfuscate/TestObjectSetModTime === RUN TestObfuscate/TestObjectSize === RUN TestObfuscate/TestObjectOpen === RUN TestObfuscate/TestObjectOpenSeek === RUN TestObfuscate/TestObjectOpenRange === RUN TestObfuscate/TestObjectPartialRead === RUN TestObfuscate/TestObjectUpdate === RUN TestObfuscate/TestObjectStorable === RUN TestObfuscate/TestFsIsFile === RUN TestObfuscate/TestFsIsFileNotFound 2018/07/08 05:01:25 ERROR : : error listing: directory not found === RUN TestObfuscate/TestPublicLink === RUN TestObfuscate/TestObjectRemove === RUN TestObfuscate/TestFsPutStream === RUN TestObfuscate/TestObjectAbout === RUN TestObfuscate/TestObjectPurge 2018/07/08 05:01:25 ERROR : : error listing: directory not found === RUN TestObfuscate/TestInternal === RUN TestObfuscate/TestFinalise --- PASS: TestObfuscate (0.56s) --- PASS: TestObfuscate/TestInit (0.10s) fstests.go:208: Removing bad windows characters from test file fstests.go:221: Using remote "TestCrypt3:" --- PASS: TestObfuscate/TestFsString (0.00s) --- PASS: TestObfuscate/TestFsName (0.00s) --- PASS: TestObfuscate/TestFsRoot (0.00s) --- PASS: TestObfuscate/TestFsRmdirEmpty (0.00s) --- PASS: TestObfuscate/TestFsRmdirNotFound (0.00s) --- PASS: TestObfuscate/TestFsMkdir (0.10s) --- PASS: TestObfuscate/TestFsMkdirRmdirSubdir (0.00s) --- PASS: TestObfuscate/TestFsListEmpty (0.00s) --- PASS: TestObfuscate/TestFsListDirEmpty (0.00s) --- SKIP: TestObfuscate/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestObfuscate/TestFsListDirNotFound (0.00s) --- SKIP: TestObfuscate/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestObfuscate/TestFsNewObjectNotFound (0.00s) --- PASS: TestObfuscate/TestFsPutFile1 (0.00s) --- PASS: TestObfuscate/TestFsPutError (0.00s) --- PASS: TestObfuscate/TestFsPutFile2 (0.00s) --- PASS: TestObfuscate/TestFsUpdateFile1 (0.00s) --- PASS: TestObfuscate/TestFsListDirFile2 (0.00s) --- SKIP: TestObfuscate/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestObfuscate/TestFsListDirRoot (0.07s) --- SKIP: TestObfuscate/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestObfuscate/TestFsListSubdir (0.00s) --- SKIP: TestObfuscate/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestObfuscate/TestFsListLevel2 (0.00s) --- SKIP: TestObfuscate/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestObfuscate/TestFsListFile1 (0.00s) --- PASS: TestObfuscate/TestFsNewObject (0.00s) --- PASS: TestObfuscate/TestFsListFile1and2 (0.00s) --- PASS: TestObfuscate/TestFsNewObjectDir (0.00s) --- SKIP: TestObfuscate/TestFsCopy (0.00s) fstests.go:566: FS has no Copier interface --- PASS: TestObfuscate/TestFsMove (0.00s) --- PASS: TestObfuscate/TestFsDirMove (0.09s) --- PASS: TestObfuscate/TestFsRmdirFull (0.00s) --- PASS: TestObfuscate/TestFsPrecision (0.00s) --- SKIP: TestObfuscate/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestObfuscate/TestObjectString (0.00s) --- PASS: TestObfuscate/TestObjectFs (0.00s) --- PASS: TestObfuscate/TestObjectRemote (0.00s) --- PASS: TestObfuscate/TestObjectHashes (0.00s) --- PASS: TestObfuscate/TestObjectModTime (0.00s) --- SKIP: TestObfuscate/TestObjectMimeType (0.00s) fstests.go:860: MimeType method not supported --- PASS: TestObfuscate/TestObjectSetModTime (0.00s) --- PASS: TestObfuscate/TestObjectSize (0.00s) --- PASS: TestObfuscate/TestObjectOpen (0.00s) --- PASS: TestObfuscate/TestObjectOpenSeek (0.00s) --- PASS: TestObfuscate/TestObjectOpenRange (0.00s) --- PASS: TestObfuscate/TestObjectPartialRead (0.00s) --- PASS: TestObfuscate/TestObjectUpdate (0.00s) --- PASS: TestObfuscate/TestObjectStorable (0.00s) --- PASS: TestObfuscate/TestFsIsFile (0.10s) --- PASS: TestObfuscate/TestFsIsFileNotFound (0.09s) --- SKIP: TestObfuscate/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestObfuscate/TestObjectRemove (0.00s) --- PASS: TestObfuscate/TestFsPutStream (0.00s) --- PASS: TestObfuscate/TestObjectAbout (0.00s) --- PASS: TestObfuscate/TestObjectPurge (0.00s) --- SKIP: TestObfuscate/TestInternal (0.00s) fstests.go:1140: *crypt.Fs does not implement InternalTester --- PASS: TestObfuscate/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/crypt 7.967s === RUN TestPad --- PASS: TestPad (0.00s) === RUN TestUnpad --- PASS: TestUnpad (0.00s) PASS ok github.com/ncw/rclone/backend/crypt/pkcs7 0.008s === RUN TestInternalLoadExampleExportFormats --- PASS: TestInternalLoadExampleExportFormats (0.00s) === RUN TestInternalParseExtensions --- PASS: TestInternalParseExtensions (0.00s) === RUN TestInternalFindExportFormat --- PASS: TestInternalFindExportFormat (0.00s) === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:01:56 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:03:56 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:04:16 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- FAIL: TestIntegration (169.03s) --- PASS: TestIntegration/TestInit (3.16s) fstests.go:221: Using remote "TestDrive:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.76s) --- PASS: TestIntegration/TestFsRmdirNotFound (8.75s) --- PASS: TestIntegration/TestFsMkdir (6.12s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (9.35s) --- PASS: TestIntegration/TestFsListEmpty (0.23s) --- PASS: TestIntegration/TestFsListDirEmpty (0.26s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.21s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.48s) --- PASS: TestIntegration/TestFsPutFile1 (1.85s) --- PASS: TestIntegration/TestFsPutError (13.87s) --- PASS: TestIntegration/TestFsPutFile2 (1.74s) --- PASS: TestIntegration/TestFsUpdateFile1 (1.68s) --- PASS: TestIntegration/TestFsListDirFile2 (1.07s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.24s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.25s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.49s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (1.09s) --- PASS: TestIntegration/TestFsNewObject (0.26s) --- PASS: TestIntegration/TestFsListFile1and2 (1.14s) --- PASS: TestIntegration/TestFsNewObjectDir (0.24s) --- PASS: TestIntegration/TestFsCopy (10.91s) --- PASS: TestIntegration/TestFsMove (9.62s) --- PASS: TestIntegration/TestFsDirMove (16.28s) --- PASS: TestIntegration/TestFsRmdirFull (0.25s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- FAIL: TestIntegration/TestFsChangeNotify (37.98s) fstests.go:797: Error Trace: fstests.go:797 Error: Not equal: expected: []string{"dir/subdir1", "dir/subdir3", "dir/subdir2"} actual : []string{"dir", "dir/subdir1", "dir/subdir3", "dir/subdir2"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=3) { +([]string) (len=4) { + (string) (len=3) "dir", (string) (len=11) "dir/subdir1", Test: TestIntegration/TestFsChangeNotify --- PASS: TestIntegration/TestObjectString (0.23s) --- PASS: TestIntegration/TestObjectFs (0.18s) --- PASS: TestIntegration/TestObjectRemote (0.23s) --- PASS: TestIntegration/TestObjectHashes (0.23s) --- PASS: TestIntegration/TestObjectModTime (0.20s) --- PASS: TestIntegration/TestObjectMimeType (0.19s) --- PASS: TestIntegration/TestObjectSetModTime (0.78s) --- PASS: TestIntegration/TestObjectSize (0.26s) --- PASS: TestIntegration/TestObjectOpen (0.73s) --- PASS: TestIntegration/TestObjectOpenSeek (0.57s) --- PASS: TestIntegration/TestObjectOpenRange (1.12s) --- PASS: TestIntegration/TestObjectPartialRead (0.42s) --- PASS: TestIntegration/TestObjectUpdate (1.81s) --- PASS: TestIntegration/TestObjectStorable (8.93s) --- PASS: TestIntegration/TestFsIsFile (2.96s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.97s) --- FAIL: TestIntegration/TestPublicLink (11.54s) require.go:794: Error Trace: fstests.go:1044 Error: Received unexpected error: googleapi: Error 403: Rate Limit Exceeded, rateLimitExceeded Test: TestIntegration/TestPublicLink --- PASS: TestIntegration/TestObjectRemove (6.35s) --- PASS: TestIntegration/TestFsPutStream (1.95s) --- PASS: TestIntegration/TestObjectAbout (0.22s) --- PASS: TestIntegration/TestObjectPurge (0.88s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *drive.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) FAIL FAIL github.com/ncw/rclone/backend/drive 169.045s === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:02:11 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:02:57 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:03:11 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (73.45s) --- PASS: TestIntegration/TestInit (1.86s) fstests.go:221: Using remote "TestDropbox:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (1.94s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.68s) --- PASS: TestIntegration/TestFsMkdir (2.94s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (4.94s) --- PASS: TestIntegration/TestFsListEmpty (0.37s) --- PASS: TestIntegration/TestFsListDirEmpty (0.34s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.26s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.97s) --- PASS: TestIntegration/TestFsPutFile1 (1.23s) --- PASS: TestIntegration/TestFsPutError (0.25s) --- PASS: TestIntegration/TestFsPutFile2 (1.19s) --- PASS: TestIntegration/TestFsUpdateFile1 (1.25s) --- PASS: TestIntegration/TestFsListDirFile2 (1.51s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.78s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.27s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.62s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (1.52s) --- PASS: TestIntegration/TestFsNewObject (0.26s) --- PASS: TestIntegration/TestFsListFile1and2 (1.47s) --- PASS: TestIntegration/TestFsNewObjectDir (0.26s) --- PASS: TestIntegration/TestFsCopy (3.00s) --- PASS: TestIntegration/TestFsMove (11.38s) --- PASS: TestIntegration/TestFsDirMove (8.09s) --- PASS: TestIntegration/TestFsRmdirFull (0.60s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.29s) --- PASS: TestIntegration/TestObjectFs (0.26s) --- PASS: TestIntegration/TestObjectRemote (0.26s) --- PASS: TestIntegration/TestObjectHashes (0.27s) --- PASS: TestIntegration/TestObjectModTime (0.26s) --- SKIP: TestIntegration/TestObjectMimeType (0.26s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.79s) fstests.go:877: can't set modified time without deleting existing object --- PASS: TestIntegration/TestObjectSize (0.25s) --- PASS: TestIntegration/TestObjectOpen (0.79s) --- PASS: TestIntegration/TestObjectOpenSeek (0.81s) --- PASS: TestIntegration/TestObjectOpenRange (2.51s) --- PASS: TestIntegration/TestObjectPartialRead (0.86s) --- PASS: TestIntegration/TestObjectUpdate (2.35s) --- PASS: TestIntegration/TestObjectStorable (0.27s) --- PASS: TestIntegration/TestFsIsFile (0.58s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.48s) --- PASS: TestIntegration/TestPublicLink (8.57s) --- PASS: TestIntegration/TestObjectRemove (2.38s) --- PASS: TestIntegration/TestFsPutStream (1.79s) --- PASS: TestIntegration/TestObjectAbout (0.26s) --- PASS: TestIntegration/TestObjectPurge (1.17s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *dropbox.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/dropbox 73.467s === RUN TestHashChunk16M --- PASS: TestHashChunk16M (0.21s) === RUN TestHashChunk8M --- PASS: TestHashChunk8M (0.18s) === RUN TestHashChunk4M --- PASS: TestHashChunk4M (0.20s) === RUN TestHashChunk2M --- PASS: TestHashChunk2M (0.14s) === RUN TestHashChunk1M --- PASS: TestHashChunk1M (0.21s) === RUN TestHashChunk64k --- PASS: TestHashChunk64k (0.15s) === RUN TestHashChunk32k --- PASS: TestHashChunk32k (0.15s) === RUN TestHashChunk2048 --- PASS: TestHashChunk2048 (0.27s) === RUN TestHashChunk2047 --- PASS: TestHashChunk2047 (0.27s) === RUN TestSumCalledTwice --- PASS: TestSumCalledTwice (0.00s) === RUN TestSize --- PASS: TestSize (0.00s) === RUN TestBlockSize --- PASS: TestBlockSize (0.00s) === RUN TestSum --- PASS: TestSum (0.00s) PASS ok github.com/ncw/rclone/backend/dropbox/dbhash 1.789s === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:02:20 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:02:21 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:02:21 ERROR : : error listing: directory not found 2018/07/08 05:02:21 ERROR : ftp://localhost:21/rclone-test-qapafal7waxeqow5nagoges7: Failed to list "": directory not found 2018/07/08 05:02:21 ERROR : : Failed to rmdir: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (0.69s) --- PASS: TestIntegration/TestInit (0.17s) fstests.go:221: Using remote "TestFTP:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.00s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.00s) --- PASS: TestIntegration/TestFsMkdir (0.06s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.01s) --- PASS: TestIntegration/TestFsListEmpty (0.00s) --- PASS: TestIntegration/TestFsListDirEmpty (0.00s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.00s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.00s) --- PASS: TestIntegration/TestFsPutFile1 (0.00s) --- PASS: TestIntegration/TestFsPutError (0.07s) --- PASS: TestIntegration/TestFsPutFile2 (0.00s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.00s) --- PASS: TestIntegration/TestFsListDirFile2 (0.00s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.05s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.00s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.00s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (0.00s) --- PASS: TestIntegration/TestFsNewObject (0.00s) --- PASS: TestIntegration/TestFsListFile1and2 (0.00s) --- PASS: TestIntegration/TestFsNewObjectDir (0.00s) --- SKIP: TestIntegration/TestFsCopy (0.00s) fstests.go:566: FS has no Copier interface --- PASS: TestIntegration/TestFsMove (0.08s) --- PASS: TestIntegration/TestFsDirMove (0.07s) --- PASS: TestIntegration/TestFsRmdirFull (0.00s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.00s) --- PASS: TestIntegration/TestObjectFs (0.00s) --- PASS: TestIntegration/TestObjectRemote (0.00s) --- PASS: TestIntegration/TestObjectHashes (0.00s) --- PASS: TestIntegration/TestObjectModTime (0.00s) --- SKIP: TestIntegration/TestObjectMimeType (0.00s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.00s) --- PASS: TestIntegration/TestObjectSize (0.00s) --- PASS: TestIntegration/TestObjectOpen (0.00s) --- PASS: TestIntegration/TestObjectOpenSeek (0.00s) --- PASS: TestIntegration/TestObjectOpenRange (0.00s) --- PASS: TestIntegration/TestObjectPartialRead (0.00s) --- PASS: TestIntegration/TestObjectUpdate (0.00s) --- PASS: TestIntegration/TestObjectStorable (0.00s) --- PASS: TestIntegration/TestFsIsFile (0.06s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.06s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.00s) --- PASS: TestIntegration/TestFsPutStream (0.00s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (0.01s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *ftp.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/ftp 0.706s === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:02:40 ERROR : : error listing: directory not found 2018/07/08 05:02:40 ERROR : Storage bucket rclone-test-momeciz0teregur8hosudar6: Failed to list "": directory not found 2018/07/08 05:02:40 ERROR : : Failed to rmdir: googleapi: Error 404: Not Found, notFound === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (18.14s) --- PASS: TestIntegration/TestInit (2.24s) fstests.go:221: Using remote "TestGoogleCloudStorage:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.47s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.14s) --- PASS: TestIntegration/TestFsMkdir (2.08s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.61s) fstest.go:259: Filtering empty directory "dir" fstest.go:259: Filtering empty directory "dir/subdir" fstest.go:259: Filtering empty directory "dir" --- PASS: TestIntegration/TestFsListEmpty (0.20s) --- PASS: TestIntegration/TestFsListDirEmpty (0.03s) --- PASS: TestIntegration/TestFsListRDirEmpty (0.18s) --- PASS: TestIntegration/TestFsListDirNotFound (0.19s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.03s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.77s) --- PASS: TestIntegration/TestFsPutFile1 (0.45s) --- PASS: TestIntegration/TestFsPutError (0.65s) --- PASS: TestIntegration/TestFsPutFile2 (0.45s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.53s) --- PASS: TestIntegration/TestFsListDirFile2 (0.52s) --- PASS: TestIntegration/TestFsListRDirFile2 (0.81s) --- PASS: TestIntegration/TestFsListDirRoot (0.24s) --- PASS: TestIntegration/TestFsListRDirRoot (0.24s) --- PASS: TestIntegration/TestFsListSubdir (0.23s) --- PASS: TestIntegration/TestFsListRSubdir (0.03s) --- PASS: TestIntegration/TestFsListLevel2 (0.07s) --- PASS: TestIntegration/TestFsListRLevel2 (0.04s) --- PASS: TestIntegration/TestFsListFile1 (0.45s) --- PASS: TestIntegration/TestFsNewObject (0.05s) --- PASS: TestIntegration/TestFsListFile1and2 (0.38s) --- PASS: TestIntegration/TestFsNewObjectDir (0.16s) --- PASS: TestIntegration/TestFsCopy (1.43s) --- SKIP: TestIntegration/TestFsMove (0.00s) fstests.go:600: FS has no Mover interface --- SKIP: TestIntegration/TestFsDirMove (0.00s) fstests.go:672: FS has no DirMover interface --- PASS: TestIntegration/TestFsRmdirFull (0.80s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.04s) --- PASS: TestIntegration/TestObjectFs (0.03s) --- PASS: TestIntegration/TestObjectRemote (0.04s) --- PASS: TestIntegration/TestObjectHashes (0.03s) --- PASS: TestIntegration/TestObjectModTime (0.04s) --- PASS: TestIntegration/TestObjectMimeType (0.04s) --- PASS: TestIntegration/TestObjectSetModTime (0.13s) --- PASS: TestIntegration/TestObjectSize (0.04s) --- PASS: TestIntegration/TestObjectOpen (0.09s) --- PASS: TestIntegration/TestObjectOpenSeek (0.08s) --- PASS: TestIntegration/TestObjectOpenRange (0.20s) --- PASS: TestIntegration/TestObjectPartialRead (0.07s) --- PASS: TestIntegration/TestObjectUpdate (0.52s) --- PASS: TestIntegration/TestObjectStorable (0.03s) --- PASS: TestIntegration/TestFsIsFile (0.17s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.23s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.50s) --- PASS: TestIntegration/TestFsPutStream (0.09s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (1.28s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *googlecloudstorage.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/googlecloudstorage 18.153s === RUN TestListRoot --- PASS: TestListRoot (0.01s) === RUN TestListSubDir --- PASS: TestListSubDir (0.00s) === RUN TestNewObject --- PASS: TestNewObject (0.00s) === RUN TestOpen --- PASS: TestOpen (0.01s) === RUN TestMimeType --- PASS: TestMimeType (0.00s) === RUN TestIsAFileRoot --- PASS: TestIsAFileRoot (0.00s) === RUN TestIsAFileSubDir --- PASS: TestIsAFileSubDir (0.00s) === RUN TestParseName --- PASS: TestParseName (0.00s) === RUN TestParseEmpty --- PASS: TestParseEmpty (0.00s) === RUN TestParseApache --- PASS: TestParseApache (0.00s) === RUN TestParseMemstore --- PASS: TestParseMemstore (0.00s) === RUN TestParseNginx --- PASS: TestParseNginx (0.00s) === RUN TestParseCaddy --- PASS: TestParseCaddy (0.00s) PASS ok github.com/ncw/rclone/backend/http 0.042s === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:04:35 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (113.59s) --- PASS: TestIntegration/TestInit (1.77s) fstests.go:221: Using remote "TestHubic:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.03s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.05s) --- PASS: TestIntegration/TestFsMkdir (0.30s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.13s) fstest.go:259: Filtering empty directory "dir" fstest.go:259: Filtering empty directory "dir/subdir" fstest.go:259: Filtering empty directory "dir" --- PASS: TestIntegration/TestFsListEmpty (0.04s) --- PASS: TestIntegration/TestFsListDirEmpty (0.03s) --- PASS: TestIntegration/TestFsListRDirEmpty (0.02s) --- PASS: TestIntegration/TestFsListDirNotFound (0.07s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.03s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.97s) --- PASS: TestIntegration/TestFsPutFile1 (21.34s) --- PASS: TestIntegration/TestFsPutError (1.17s) --- PASS: TestIntegration/TestFsPutFile2 (13.89s) --- PASS: TestIntegration/TestFsUpdateFile1 (12.75s) --- PASS: TestIntegration/TestFsListDirFile2 (0.14s) --- PASS: TestIntegration/TestFsListRDirFile2 (0.18s) --- PASS: TestIntegration/TestFsListDirRoot (0.24s) --- PASS: TestIntegration/TestFsListRDirRoot (0.21s) --- PASS: TestIntegration/TestFsListSubdir (0.02s) --- PASS: TestIntegration/TestFsListRSubdir (0.03s) --- PASS: TestIntegration/TestFsListLevel2 (0.08s) --- PASS: TestIntegration/TestFsListRLevel2 (0.04s) --- PASS: TestIntegration/TestFsListFile1 (0.34s) --- PASS: TestIntegration/TestFsNewObject (0.02s) --- PASS: TestIntegration/TestFsListFile1and2 (0.17s) --- PASS: TestIntegration/TestFsNewObjectDir (25.65s) --- PASS: TestIntegration/TestFsCopy (2.18s) --- SKIP: TestIntegration/TestFsMove (0.00s) fstests.go:600: FS has no Mover interface --- SKIP: TestIntegration/TestFsDirMove (0.00s) fstests.go:672: FS has no DirMover interface --- PASS: TestIntegration/TestFsRmdirFull (0.06s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.05s) --- PASS: TestIntegration/TestObjectFs (0.02s) --- PASS: TestIntegration/TestObjectRemote (0.02s) --- PASS: TestIntegration/TestObjectHashes (0.02s) --- PASS: TestIntegration/TestObjectModTime (0.02s) --- PASS: TestIntegration/TestObjectMimeType (0.02s) --- PASS: TestIntegration/TestObjectSetModTime (0.64s) --- PASS: TestIntegration/TestObjectSize (0.08s) --- PASS: TestIntegration/TestObjectOpen (0.50s) --- PASS: TestIntegration/TestObjectOpenSeek (0.33s) --- PASS: TestIntegration/TestObjectOpenRange (1.15s) --- PASS: TestIntegration/TestObjectPartialRead (0.36s) --- PASS: TestIntegration/TestObjectUpdate (10.14s) --- PASS: TestIntegration/TestObjectStorable (0.02s) --- PASS: TestIntegration/TestFsIsFile (0.26s) --- PASS: TestIntegration/TestFsIsFileNotFound (10.64s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.94s) --- PASS: TestIntegration/TestFsPutStream (3.63s) --- PASS: TestIntegration/TestObjectAbout (0.06s) --- PASS: TestIntegration/TestObjectPurge (2.74s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *hubic.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/hubic 113.592s === RUN TestMapper --- PASS: TestMapper (0.00s) === RUN TestUpdatingCheck 2018/07/08 05:03:13 ERROR : : error listing: directory not found --- PASS: TestUpdatingCheck (0.00s) run.go:173: Remote "Local file system at /tmp/rclone112153389", Local "Local file system at /tmp/rclone380208808", Modify Window "1ns" === RUN TestRemove --- PASS: TestRemove (0.25s) === RUN TestUncPaths --- PASS: TestUncPaths (0.00s) === RUN TestCleanRemote 2018/07/08 05:03:13 NOTICE: Local file system at : Replacing invalid UTF-8 characters in "\x80" 2018/07/08 05:03:13 NOTICE: Local file system at : Replacing invalid UTF-8 characters in "a\x80b" --- PASS: TestCleanRemote (0.00s) === RUN TestCleanWindows --- PASS: TestCleanWindows (0.00s) === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:03:13 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError 2018/07/08 05:03:13 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removing partially written file on error: potato === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:03:13 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:03:13 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (0.03s) --- PASS: TestIntegration/TestInit (0.00s) fstests.go:221: Using remote "" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.00s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.00s) --- PASS: TestIntegration/TestFsMkdir (0.00s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.00s) --- PASS: TestIntegration/TestFsListEmpty (0.00s) --- PASS: TestIntegration/TestFsListDirEmpty (0.00s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.00s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.00s) --- PASS: TestIntegration/TestFsPutFile1 (0.00s) --- PASS: TestIntegration/TestFsPutError (0.00s) --- PASS: TestIntegration/TestFsPutFile2 (0.00s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.00s) --- PASS: TestIntegration/TestFsListDirFile2 (0.00s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.00s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.00s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.00s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (0.00s) --- PASS: TestIntegration/TestFsNewObject (0.00s) --- PASS: TestIntegration/TestFsListFile1and2 (0.00s) --- PASS: TestIntegration/TestFsNewObjectDir (0.00s) --- SKIP: TestIntegration/TestFsCopy (0.00s) fstests.go:566: FS has no Copier interface --- PASS: TestIntegration/TestFsMove (0.01s) --- PASS: TestIntegration/TestFsDirMove (0.00s) --- PASS: TestIntegration/TestFsRmdirFull (0.00s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.00s) --- PASS: TestIntegration/TestObjectFs (0.00s) --- PASS: TestIntegration/TestObjectRemote (0.00s) --- PASS: TestIntegration/TestObjectHashes (0.00s) --- PASS: TestIntegration/TestObjectModTime (0.00s) --- SKIP: TestIntegration/TestObjectMimeType (0.00s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.00s) --- PASS: TestIntegration/TestObjectSize (0.00s) --- PASS: TestIntegration/TestObjectOpen (0.00s) --- PASS: TestIntegration/TestObjectOpenSeek (0.00s) --- PASS: TestIntegration/TestObjectOpenRange (0.00s) --- PASS: TestIntegration/TestObjectPartialRead (0.00s) --- PASS: TestIntegration/TestObjectUpdate (0.00s) --- PASS: TestIntegration/TestObjectStorable (0.00s) --- PASS: TestIntegration/TestFsIsFile (0.00s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.00s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.00s) --- PASS: TestIntegration/TestFsPutStream (0.00s) --- PASS: TestIntegration/TestObjectAbout (0.00s) --- PASS: TestIntegration/TestObjectPurge (0.00s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *local.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS 2018/07/08 05:03:13 purge failed: lstat /tmp/rclone112153389: no such file or directory ok github.com/ncw/rclone/backend/local 0.294s === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:03:18 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:03:25 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:03:25 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- FAIL: TestIntegration (11.49s) --- PASS: TestIntegration/TestInit (3.93s) fstests.go:221: Using remote "TestMega:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.35s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.00s) --- PASS: TestIntegration/TestFsMkdir (0.03s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.38s) --- PASS: TestIntegration/TestFsListEmpty (0.00s) --- PASS: TestIntegration/TestFsListDirEmpty (0.00s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.00s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.00s) --- PASS: TestIntegration/TestFsPutFile1 (1.43s) --- PASS: TestIntegration/TestFsPutError (0.34s) --- PASS: TestIntegration/TestFsPutFile2 (0.49s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.59s) --- PASS: TestIntegration/TestFsListDirFile2 (0.00s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.00s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.00s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.00s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (0.00s) --- PASS: TestIntegration/TestFsNewObject (0.00s) --- PASS: TestIntegration/TestFsListFile1and2 (0.00s) --- PASS: TestIntegration/TestFsNewObjectDir (0.00s) --- SKIP: TestIntegration/TestFsCopy (0.00s) fstests.go:566: FS has no Copier interface --- PASS: TestIntegration/TestFsMove (1.01s) --- PASS: TestIntegration/TestFsDirMove (0.83s) --- PASS: TestIntegration/TestFsRmdirFull (0.00s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.00s) --- PASS: TestIntegration/TestObjectFs (0.00s) --- PASS: TestIntegration/TestObjectRemote (0.00s) --- PASS: TestIntegration/TestObjectHashes (0.00s) --- PASS: TestIntegration/TestObjectModTime (0.00s) --- SKIP: TestIntegration/TestObjectMimeType (0.00s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.00s) fstests.go:877: can't set modified time --- PASS: TestIntegration/TestObjectSize (0.00s) --- PASS: TestIntegration/TestObjectOpen (0.18s) --- PASS: TestIntegration/TestObjectOpenSeek (0.11s) --- PASS: TestIntegration/TestObjectOpenRange (0.52s) --- PASS: TestIntegration/TestObjectPartialRead (0.09s) --- PASS: TestIntegration/TestObjectUpdate (0.66s) --- PASS: TestIntegration/TestObjectStorable (0.00s) --- PASS: TestIntegration/TestFsIsFile (0.00s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.00s) --- FAIL: TestIntegration/TestPublicLink (0.26s) require.go:794: Error Trace: fstests.go:1028 Error: Received unexpected error: Access violation PublicLink failed to create link github.com/ncw/rclone/backend/mega.(*Fs).PublicLink /home/rclone/go/src/github.com/ncw/rclone/backend/mega/mega.go:780 github.com/ncw/rclone/fs.(PublicLinker).PublicLink-fm /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:479 github.com/ncw/rclone/fstest/fstests.Run.func56 /home/rclone/go/src/github.com/ncw/rclone/fstest/fstests/fstests.go:1027 testing.tRunner /usr/local/go/src/testing/testing.go:777 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestPublicLink --- PASS: TestIntegration/TestObjectRemove (0.05s) --- SKIP: TestIntegration/TestFsPutStream (0.00s) fstests.go:1065: FS has no PutStream interface --- PASS: TestIntegration/TestObjectAbout (0.11s) --- PASS: TestIntegration/TestObjectPurge (0.14s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *mega.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) FAIL FAIL github.com/ncw/rclone/backend/mega 11.500s === RUN TestReplace --- PASS: TestReplace (0.00s) === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:03:36 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:04:17 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:04:19 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (52.77s) --- PASS: TestIntegration/TestInit (4.01s) fstests.go:221: Using remote "TestOneDrive:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.74s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.54s) --- PASS: TestIntegration/TestFsMkdir (1.05s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (2.58s) --- PASS: TestIntegration/TestFsListEmpty (0.15s) --- PASS: TestIntegration/TestFsListDirEmpty (0.17s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.16s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.71s) --- PASS: TestIntegration/TestFsPutFile1 (0.79s) --- PASS: TestIntegration/TestFsPutError (2.78s) --- PASS: TestIntegration/TestFsPutFile2 (0.70s) --- PASS: TestIntegration/TestFsUpdateFile1 (2.41s) --- PASS: TestIntegration/TestFsListDirFile2 (0.77s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (3.76s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.16s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.31s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (0.85s) --- PASS: TestIntegration/TestFsNewObject (0.19s) --- PASS: TestIntegration/TestFsListFile1and2 (0.82s) --- PASS: TestIntegration/TestFsNewObjectDir (0.19s) --- PASS: TestIntegration/TestFsCopy (6.61s) --- PASS: TestIntegration/TestFsMove (5.60s) --- SKIP: TestIntegration/TestFsDirMove (0.00s) fstests.go:672: FS has no DirMover interface --- PASS: TestIntegration/TestFsRmdirFull (0.19s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.25s) --- PASS: TestIntegration/TestObjectFs (0.57s) --- PASS: TestIntegration/TestObjectRemote (0.56s) --- PASS: TestIntegration/TestObjectHashes (0.19s) --- PASS: TestIntegration/TestObjectModTime (0.48s) --- PASS: TestIntegration/TestObjectMimeType (0.17s) --- PASS: TestIntegration/TestObjectSetModTime (0.89s) --- PASS: TestIntegration/TestObjectSize (0.20s) --- PASS: TestIntegration/TestObjectOpen (0.71s) --- PASS: TestIntegration/TestObjectOpenSeek (0.57s) --- PASS: TestIntegration/TestObjectOpenRange (1.53s) --- PASS: TestIntegration/TestObjectPartialRead (0.51s) --- PASS: TestIntegration/TestObjectUpdate (1.57s) --- PASS: TestIntegration/TestObjectStorable (0.19s) --- PASS: TestIntegration/TestFsIsFile (3.86s) --- PASS: TestIntegration/TestFsIsFileNotFound (1.63s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (1.13s) --- SKIP: TestIntegration/TestFsPutStream (0.00s) fstests.go:1065: FS has no PutStream interface --- PASS: TestIntegration/TestObjectAbout (0.16s) --- PASS: TestIntegration/TestObjectPurge (1.35s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *onedrive.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/onedrive 52.781s ? github.com/ncw/rclone/backend/onedrive/api [no test files] === RUN TestQuickXorHash --- PASS: TestQuickXorHash (0.00s) === RUN TestQuickXorHashByBlock --- PASS: TestQuickXorHashByBlock (0.05s) === RUN TestSize --- PASS: TestSize (0.00s) === RUN TestBlockSize --- PASS: TestBlockSize (0.00s) === RUN TestReset --- PASS: TestReset (0.00s) PASS ok github.com/ncw/rclone/backend/onedrive/quickxorhash 0.056s === RUN TestReplace --- PASS: TestReplace (0.00s) === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:04:36 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:06:29 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:06:35 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (137.19s) --- PASS: TestIntegration/TestInit (3.45s) fstests.go:221: Using remote "TestOpenDrive:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (1.09s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.55s) --- PASS: TestIntegration/TestFsMkdir (3.30s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (7.78s) --- PASS: TestIntegration/TestFsListEmpty (0.55s) --- PASS: TestIntegration/TestFsListDirEmpty (0.56s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.53s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (1.11s) --- PASS: TestIntegration/TestFsPutFile1 (5.87s) --- PASS: TestIntegration/TestFsPutError (7.29s) --- PASS: TestIntegration/TestFsPutFile2 (7.22s) --- PASS: TestIntegration/TestFsUpdateFile1 (4.88s) --- PASS: TestIntegration/TestFsListDirFile2 (2.87s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (1.11s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.55s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (1.11s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (2.78s) --- PASS: TestIntegration/TestFsNewObject (0.55s) --- PASS: TestIntegration/TestFsListFile1and2 (2.77s) --- PASS: TestIntegration/TestFsNewObjectDir (0.54s) --- PASS: TestIntegration/TestFsCopy (5.33s) --- PASS: TestIntegration/TestFsMove (20.93s) --- PASS: TestIntegration/TestFsDirMove (15.73s) --- PASS: TestIntegration/TestFsRmdirFull (0.58s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.54s) --- PASS: TestIntegration/TestObjectFs (0.56s) --- PASS: TestIntegration/TestObjectRemote (0.55s) --- PASS: TestIntegration/TestObjectHashes (0.55s) --- PASS: TestIntegration/TestObjectModTime (0.57s) --- SKIP: TestIntegration/TestObjectMimeType (0.54s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (1.67s) --- PASS: TestIntegration/TestObjectSize (0.57s) --- PASS: TestIntegration/TestObjectOpen (1.13s) --- PASS: TestIntegration/TestObjectOpenSeek (0.92s) --- PASS: TestIntegration/TestObjectOpenRange (2.03s) --- PASS: TestIntegration/TestObjectPartialRead (0.91s) --- PASS: TestIntegration/TestObjectUpdate (5.68s) --- PASS: TestIntegration/TestObjectStorable (0.38s) --- PASS: TestIntegration/TestFsIsFile (11.87s) --- PASS: TestIntegration/TestFsIsFileNotFound (3.41s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (3.97s) --- SKIP: TestIntegration/TestFsPutStream (0.00s) fstests.go:1065: FS has no PutStream interface --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (2.29s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *opendrive.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/opendrive 137.200s === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:04:33 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:05:49 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:05:54 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (93.90s) --- PASS: TestIntegration/TestInit (2.91s) fstests.go:221: Using remote "TestPcloud:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.44s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.69s) --- PASS: TestIntegration/TestFsMkdir (2.25s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (5.23s) --- PASS: TestIntegration/TestFsListEmpty (0.44s) --- PASS: TestIntegration/TestFsListDirEmpty (0.44s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.44s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.87s) --- PASS: TestIntegration/TestFsPutFile1 (1.41s) --- PASS: TestIntegration/TestFsPutError (4.26s) --- PASS: TestIntegration/TestFsPutFile2 (1.44s) --- PASS: TestIntegration/TestFsUpdateFile1 (1.43s) --- PASS: TestIntegration/TestFsListDirFile2 (2.18s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.46s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.43s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.88s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (3.06s) --- PASS: TestIntegration/TestFsNewObject (0.87s) --- PASS: TestIntegration/TestFsListFile1and2 (3.05s) --- PASS: TestIntegration/TestFsNewObjectDir (0.44s) --- PASS: TestIntegration/TestFsCopy (4.79s) --- PASS: TestIntegration/TestFsMove (17.08s) --- PASS: TestIntegration/TestFsDirMove (13.54s) --- PASS: TestIntegration/TestFsRmdirFull (0.44s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.44s) --- PASS: TestIntegration/TestObjectFs (0.43s) --- PASS: TestIntegration/TestObjectRemote (0.44s) --- PASS: TestIntegration/TestObjectHashes (0.88s) --- PASS: TestIntegration/TestObjectModTime (0.44s) --- SKIP: TestIntegration/TestObjectMimeType (0.44s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.44s) fstests.go:877: can't set modified time --- PASS: TestIntegration/TestObjectSize (0.44s) --- PASS: TestIntegration/TestObjectOpen (1.04s) --- PASS: TestIntegration/TestObjectOpenSeek (0.93s) --- PASS: TestIntegration/TestObjectOpenRange (1.07s) --- PASS: TestIntegration/TestObjectPartialRead (0.92s) --- PASS: TestIntegration/TestObjectUpdate (2.41s) --- PASS: TestIntegration/TestObjectStorable (0.44s) --- PASS: TestIntegration/TestFsIsFile (6.15s) --- PASS: TestIntegration/TestFsIsFileNotFound (2.25s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (3.50s) --- SKIP: TestIntegration/TestFsPutStream (0.00s) fstests.go:1065: FS has no PutStream interface --- PASS: TestIntegration/TestObjectAbout (0.44s) --- PASS: TestIntegration/TestObjectPurge (1.35s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *pcloud.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/pcloud 93.909s ? github.com/ncw/rclone/backend/pcloud/api [no test files] === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:05:57 ERROR : : Failed to rmdir: QingStor Error: StatusCode "403", Code "bucket_not_active", Message "The bucket is not active.", Request ID "201741b77f7f9714", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (80.03s) --- PASS: TestIntegration/TestInit (4.65s) fstests.go:221: Using remote "TestQingStor:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (1.04s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.81s) --- PASS: TestIntegration/TestFsMkdir (2.41s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (1.23s) fstest.go:259: Filtering empty directory "dir" fstest.go:259: Filtering empty directory "dir/subdir" fstest.go:259: Filtering empty directory "dir" --- PASS: TestIntegration/TestFsListEmpty (0.41s) --- PASS: TestIntegration/TestFsListDirEmpty (0.41s) --- PASS: TestIntegration/TestFsListRDirEmpty (0.41s) --- PASS: TestIntegration/TestFsListDirNotFound (0.41s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.41s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.82s) --- PASS: TestIntegration/TestFsPutFile1 (2.13s) --- PASS: TestIntegration/TestFsPutError (0.48s) --- PASS: TestIntegration/TestFsPutFile2 (2.11s) --- PASS: TestIntegration/TestFsUpdateFile1 (2.72s) --- PASS: TestIntegration/TestFsListDirFile2 (2.07s) --- PASS: TestIntegration/TestFsListRDirFile2 (2.06s) --- PASS: TestIntegration/TestFsListDirRoot (1.39s) --- PASS: TestIntegration/TestFsListRDirRoot (0.30s) --- PASS: TestIntegration/TestFsListSubdir (0.41s) --- PASS: TestIntegration/TestFsListRSubdir (0.41s) --- PASS: TestIntegration/TestFsListLevel2 (0.82s) --- PASS: TestIntegration/TestFsListRLevel2 (0.41s) --- PASS: TestIntegration/TestFsListFile1 (2.85s) --- PASS: TestIntegration/TestFsNewObject (2.02s) --- PASS: TestIntegration/TestFsListFile1and2 (2.85s) --- PASS: TestIntegration/TestFsNewObjectDir (0.41s) --- PASS: TestIntegration/TestFsCopy (5.59s) --- SKIP: TestIntegration/TestFsMove (0.00s) fstests.go:600: FS has no Mover interface --- SKIP: TestIntegration/TestFsDirMove (0.00s) fstests.go:672: FS has no DirMover interface --- PASS: TestIntegration/TestFsRmdirFull (0.40s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.41s) --- PASS: TestIntegration/TestObjectFs (0.41s) --- PASS: TestIntegration/TestObjectRemote (0.39s) --- PASS: TestIntegration/TestObjectHashes (1.02s) --- PASS: TestIntegration/TestObjectModTime (0.82s) --- PASS: TestIntegration/TestObjectMimeType (0.82s) --- PASS: TestIntegration/TestObjectSetModTime (2.85s) --- PASS: TestIntegration/TestObjectSize (0.41s) --- PASS: TestIntegration/TestObjectOpen (2.83s) --- PASS: TestIntegration/TestObjectOpenSeek (0.82s) --- PASS: TestIntegration/TestObjectOpenRange (2.02s) --- PASS: TestIntegration/TestObjectPartialRead (0.81s) --- PASS: TestIntegration/TestObjectUpdate (4.22s) --- PASS: TestIntegration/TestObjectStorable (0.41s) --- PASS: TestIntegration/TestFsIsFile (1.24s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.83s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (3.32s) --- SKIP: TestIntegration/TestFsPutStream (0.00s) fstests.go:1065: FS has no PutStream interface --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (13.94s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *qingstor.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/qingstor 80.044s === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:06:01 ERROR : : error listing: directory not found 2018/07/08 05:06:01 ERROR : S3 bucket rclone-test-muyipog4yedaniv8dezapot7: Failed to list "": directory not found 2018/07/08 05:06:01 ERROR : : Failed to rmdir: NoSuchBucket: The specified bucket does not exist status code: 404, request id: 410576E47416240A, host id: wDRY/VrsecxkHr27EbG9s0h3k8RT/V0ej3NdqpCFzCCXxpF5cc41+u0d4WaW2dxUpbt6DtATf4I= === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (5.11s) --- PASS: TestIntegration/TestInit (0.88s) fstests.go:221: Using remote "TestS3:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.56s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.02s) --- PASS: TestIntegration/TestFsMkdir (0.52s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.03s) fstest.go:259: Filtering empty directory "dir" fstest.go:259: Filtering empty directory "dir/subdir" fstest.go:259: Filtering empty directory "dir" --- PASS: TestIntegration/TestFsListEmpty (0.01s) --- PASS: TestIntegration/TestFsListDirEmpty (0.01s) --- PASS: TestIntegration/TestFsListRDirEmpty (0.01s) --- PASS: TestIntegration/TestFsListDirNotFound (0.01s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.01s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.02s) --- PASS: TestIntegration/TestFsPutFile1 (0.04s) --- PASS: TestIntegration/TestFsPutError (0.01s) --- PASS: TestIntegration/TestFsPutFile2 (0.05s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.03s) --- PASS: TestIntegration/TestFsListDirFile2 (0.27s) --- PASS: TestIntegration/TestFsListRDirFile2 (0.06s) --- PASS: TestIntegration/TestFsListDirRoot (0.01s) --- PASS: TestIntegration/TestFsListRDirRoot (0.01s) --- PASS: TestIntegration/TestFsListSubdir (0.01s) --- PASS: TestIntegration/TestFsListRSubdir (0.01s) --- PASS: TestIntegration/TestFsListLevel2 (0.02s) --- PASS: TestIntegration/TestFsListRLevel2 (0.01s) --- PASS: TestIntegration/TestFsListFile1 (0.07s) --- PASS: TestIntegration/TestFsNewObject (0.01s) --- PASS: TestIntegration/TestFsListFile1and2 (0.07s) --- PASS: TestIntegration/TestFsNewObjectDir (0.01s) --- PASS: TestIntegration/TestFsCopy (0.34s) --- SKIP: TestIntegration/TestFsMove (0.00s) fstests.go:600: FS has no Mover interface --- SKIP: TestIntegration/TestFsDirMove (0.00s) fstests.go:672: FS has no DirMover interface --- PASS: TestIntegration/TestFsRmdirFull (0.02s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.01s) --- PASS: TestIntegration/TestObjectFs (0.01s) --- PASS: TestIntegration/TestObjectRemote (0.01s) --- PASS: TestIntegration/TestObjectHashes (0.01s) --- PASS: TestIntegration/TestObjectModTime (0.01s) --- PASS: TestIntegration/TestObjectMimeType (0.01s) --- PASS: TestIntegration/TestObjectSetModTime (0.04s) --- PASS: TestIntegration/TestObjectSize (0.01s) --- PASS: TestIntegration/TestObjectOpen (0.02s) --- PASS: TestIntegration/TestObjectOpenSeek (0.02s) --- PASS: TestIntegration/TestObjectOpenRange (0.04s) --- PASS: TestIntegration/TestObjectPartialRead (0.02s) --- PASS: TestIntegration/TestObjectUpdate (0.07s) --- PASS: TestIntegration/TestObjectStorable (0.01s) --- PASS: TestIntegration/TestFsIsFile (0.23s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.02s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.08s) --- PASS: TestIntegration/TestFsPutStream (0.83s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (0.56s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *s3.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/s3 5.135s === RUN TestShellEscape --- PASS: TestShellEscape (0.00s) === RUN TestParseHash --- PASS: TestParseHash (0.00s) === RUN TestStringLock --- PASS: TestStringLock (1.16s) === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:06:00 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:06:01 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:06:01 ERROR : : error listing: directory not found 2018/07/08 05:06:01 ERROR : sftp://teststorage@localhost:22/rclone-test-kokivup3huluged0sotefoj5: Failed to list "": directory not found 2018/07/08 05:06:01 ERROR : : Failed to rmdir: file does not exist === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (2.27s) --- PASS: TestIntegration/TestInit (0.28s) fstests.go:221: Using remote "TestSftp:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.00s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.00s) --- PASS: TestIntegration/TestFsMkdir (0.26s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.01s) --- PASS: TestIntegration/TestFsListEmpty (0.00s) --- PASS: TestIntegration/TestFsListDirEmpty (0.00s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.00s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.00s) --- PASS: TestIntegration/TestFsPutFile1 (0.03s) --- PASS: TestIntegration/TestFsPutError (0.00s) --- PASS: TestIntegration/TestFsPutFile2 (0.02s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.02s) --- PASS: TestIntegration/TestFsListDirFile2 (0.01s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.30s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.00s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.00s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (0.04s) --- PASS: TestIntegration/TestFsNewObject (0.01s) --- PASS: TestIntegration/TestFsListFile1and2 (0.03s) --- PASS: TestIntegration/TestFsNewObjectDir (0.00s) --- SKIP: TestIntegration/TestFsCopy (0.00s) fstests.go:566: FS has no Copier interface --- PASS: TestIntegration/TestFsMove (0.33s) --- PASS: TestIntegration/TestFsDirMove (0.30s) --- PASS: TestIntegration/TestFsRmdirFull (0.00s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.00s) --- PASS: TestIntegration/TestObjectFs (0.00s) --- PASS: TestIntegration/TestObjectRemote (0.00s) --- PASS: TestIntegration/TestObjectHashes (0.01s) --- PASS: TestIntegration/TestObjectModTime (0.00s) --- SKIP: TestIntegration/TestObjectMimeType (0.00s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.00s) --- PASS: TestIntegration/TestObjectSize (0.00s) --- PASS: TestIntegration/TestObjectOpen (0.00s) --- PASS: TestIntegration/TestObjectOpenSeek (0.00s) --- PASS: TestIntegration/TestObjectOpenRange (0.00s) --- PASS: TestIntegration/TestObjectPartialRead (0.00s) --- PASS: TestIntegration/TestObjectUpdate (0.02s) --- PASS: TestIntegration/TestObjectStorable (0.00s) --- PASS: TestIntegration/TestFsIsFile (0.26s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.25s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.02s) --- PASS: TestIntegration/TestFsPutStream (0.02s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (0.02s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *sftp.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/sftp 3.440s === RUN TestInternalUrlEncode --- PASS: TestInternalUrlEncode (0.00s) === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:06:23 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (21.26s) --- PASS: TestIntegration/TestInit (1.62s) fstests.go:221: Using remote "TestSwift:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.82s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.56s) --- PASS: TestIntegration/TestFsMkdir (0.83s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.21s) fstest.go:259: Filtering empty directory "dir" fstest.go:259: Filtering empty directory "dir/subdir" fstest.go:259: Filtering empty directory "dir" --- PASS: TestIntegration/TestFsListEmpty (0.10s) --- PASS: TestIntegration/TestFsListDirEmpty (0.10s) --- PASS: TestIntegration/TestFsListRDirEmpty (0.10s) --- PASS: TestIntegration/TestFsListDirNotFound (0.10s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.10s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.08s) --- PASS: TestIntegration/TestFsPutFile1 (0.22s) --- PASS: TestIntegration/TestFsPutError (0.03s) --- PASS: TestIntegration/TestFsPutFile2 (0.19s) --- PASS: TestIntegration/TestFsUpdateFile1 (1.32s) --- PASS: TestIntegration/TestFsListDirFile2 (0.14s) --- PASS: TestIntegration/TestFsListRDirFile2 (0.13s) --- PASS: TestIntegration/TestFsListDirRoot (0.07s) --- PASS: TestIntegration/TestFsListRDirRoot (0.19s) --- PASS: TestIntegration/TestFsListSubdir (0.02s) --- PASS: TestIntegration/TestFsListRSubdir (0.01s) --- PASS: TestIntegration/TestFsListLevel2 (0.01s) --- PASS: TestIntegration/TestFsListRLevel2 (0.01s) --- PASS: TestIntegration/TestFsListFile1 (0.05s) --- PASS: TestIntegration/TestFsNewObject (0.00s) --- PASS: TestIntegration/TestFsListFile1and2 (0.05s) --- PASS: TestIntegration/TestFsNewObjectDir (0.19s) --- PASS: TestIntegration/TestFsCopy (1.39s) --- SKIP: TestIntegration/TestFsMove (0.00s) fstests.go:600: FS has no Mover interface --- SKIP: TestIntegration/TestFsDirMove (0.00s) fstests.go:672: FS has no DirMover interface --- PASS: TestIntegration/TestFsRmdirFull (0.12s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.01s) --- PASS: TestIntegration/TestObjectFs (0.01s) --- PASS: TestIntegration/TestObjectRemote (0.00s) --- PASS: TestIntegration/TestObjectHashes (0.01s) --- PASS: TestIntegration/TestObjectModTime (0.01s) --- PASS: TestIntegration/TestObjectMimeType (0.01s) --- PASS: TestIntegration/TestObjectSetModTime (0.15s) --- PASS: TestIntegration/TestObjectSize (0.01s) --- PASS: TestIntegration/TestObjectOpen (0.01s) --- PASS: TestIntegration/TestObjectOpenSeek (0.01s) --- PASS: TestIntegration/TestObjectOpenRange (0.03s) --- PASS: TestIntegration/TestObjectPartialRead (0.01s) --- PASS: TestIntegration/TestObjectUpdate (0.26s) --- PASS: TestIntegration/TestObjectStorable (0.01s) --- PASS: TestIntegration/TestFsIsFile (0.09s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.23s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.30s) --- PASS: TestIntegration/TestFsPutStream (8.89s) --- PASS: TestIntegration/TestObjectAbout (0.02s) --- PASS: TestIntegration/TestObjectPurge (2.44s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *swift.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/swift 21.275s === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:06:08 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:06:32 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:06:34 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (32.00s) --- PASS: TestIntegration/TestInit (0.89s) fstests.go:221: Using remote "TestWebdav:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (1.05s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.16s) --- PASS: TestIntegration/TestFsMkdir (0.63s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (2.57s) --- PASS: TestIntegration/TestFsListEmpty (0.14s) --- PASS: TestIntegration/TestFsListDirEmpty (0.10s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.12s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.27s) --- PASS: TestIntegration/TestFsPutFile1 (0.67s) --- PASS: TestIntegration/TestFsPutError (1.67s) --- PASS: TestIntegration/TestFsPutFile2 (0.67s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.67s) --- PASS: TestIntegration/TestFsListDirFile2 (0.53s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.11s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.13s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.25s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (0.66s) --- PASS: TestIntegration/TestFsNewObject (0.13s) --- PASS: TestIntegration/TestFsListFile1and2 (0.64s) --- PASS: TestIntegration/TestFsNewObjectDir (0.11s) --- PASS: TestIntegration/TestFsCopy (2.30s) --- PASS: TestIntegration/TestFsMove (6.52s) --- PASS: TestIntegration/TestFsDirMove (4.78s) --- PASS: TestIntegration/TestFsRmdirFull (0.11s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.12s) --- PASS: TestIntegration/TestObjectFs (0.13s) --- PASS: TestIntegration/TestObjectRemote (0.11s) --- PASS: TestIntegration/TestObjectHashes (0.14s) --- PASS: TestIntegration/TestObjectModTime (0.10s) --- SKIP: TestIntegration/TestObjectMimeType (0.10s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.10s) fstests.go:877: can't set modified time --- PASS: TestIntegration/TestObjectSize (0.10s) --- PASS: TestIntegration/TestObjectOpen (0.23s) --- PASS: TestIntegration/TestObjectOpenSeek (0.28s) --- PASS: TestIntegration/TestObjectOpenRange (0.71s) --- PASS: TestIntegration/TestObjectPartialRead (0.28s) --- PASS: TestIntegration/TestObjectUpdate (0.90s) --- PASS: TestIntegration/TestObjectStorable (0.13s) --- PASS: TestIntegration/TestFsIsFile (0.24s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.30s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (1.27s) --- SKIP: TestIntegration/TestFsPutStream (0.00s) fstests.go:1065: FS has no PutStream interface --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (0.89s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *webdav.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/webdav 32.006s ? github.com/ncw/rclone/backend/webdav/api [no test files] ? github.com/ncw/rclone/backend/webdav/odrvcookie [no test files] === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir 2018/07/08 05:06:31 ERROR : dir: error listing: directory not found === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:06:39 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound 2018/07/08 05:06:39 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:07:27 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:07:33 ERROR : hello? sausage/êé: error listing: directory not found 2018/07/08 05:07:34 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (76.02s) --- PASS: TestIntegration/TestInit (1.06s) fstests.go:221: Using remote "TestYandex:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.37s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.12s) --- PASS: TestIntegration/TestFsMkdir (0.89s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (11.99s) fstest.go:304: Sleeping for 1s for list eventual consistency: 1/6 fstest.go:298: Sleeping for 6s just to make sure --- PASS: TestIntegration/TestFsListEmpty (0.29s) --- PASS: TestIntegration/TestFsListDirEmpty (0.14s) --- PASS: TestIntegration/TestFsListRDirEmpty (0.14s) --- PASS: TestIntegration/TestFsListDirNotFound (0.12s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.10s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.24s) --- PASS: TestIntegration/TestFsPutFile1 (1.43s) --- PASS: TestIntegration/TestFsPutError (2.54s) --- PASS: TestIntegration/TestFsPutFile2 (4.55s) --- PASS: TestIntegration/TestFsUpdateFile1 (1.72s) --- PASS: TestIntegration/TestFsListDirFile2 (1.15s) --- PASS: TestIntegration/TestFsListRDirFile2 (1.36s) --- PASS: TestIntegration/TestFsListDirRoot (0.37s) --- PASS: TestIntegration/TestFsListRDirRoot (0.41s) --- PASS: TestIntegration/TestFsListSubdir (1.06s) --- PASS: TestIntegration/TestFsListRSubdir (3.90s) --- PASS: TestIntegration/TestFsListLevel2 (0.40s) --- PASS: TestIntegration/TestFsListRLevel2 (3.50s) --- PASS: TestIntegration/TestFsListFile1 (1.11s) --- PASS: TestIntegration/TestFsNewObject (0.22s) --- PASS: TestIntegration/TestFsListFile1and2 (1.89s) --- PASS: TestIntegration/TestFsNewObjectDir (0.24s) --- SKIP: TestIntegration/TestFsCopy (0.00s) fstests.go:566: FS has no Copier interface --- SKIP: TestIntegration/TestFsMove (0.00s) fstests.go:600: FS has no Mover interface --- SKIP: TestIntegration/TestFsDirMove (0.00s) fstests.go:672: FS has no DirMover interface --- PASS: TestIntegration/TestFsRmdirFull (0.28s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.18s) --- PASS: TestIntegration/TestObjectFs (0.18s) --- PASS: TestIntegration/TestObjectRemote (0.28s) --- PASS: TestIntegration/TestObjectHashes (0.23s) --- PASS: TestIntegration/TestObjectModTime (0.18s) --- PASS: TestIntegration/TestObjectMimeType (0.20s) --- PASS: TestIntegration/TestObjectSetModTime (0.96s) --- PASS: TestIntegration/TestObjectSize (0.20s) --- PASS: TestIntegration/TestObjectOpen (0.68s) --- PASS: TestIntegration/TestObjectOpenSeek (0.46s) --- PASS: TestIntegration/TestObjectOpenRange (1.08s) --- PASS: TestIntegration/TestObjectPartialRead (0.41s) --- PASS: TestIntegration/TestObjectUpdate (15.07s) --- PASS: TestIntegration/TestObjectStorable (0.20s) --- PASS: TestIntegration/TestFsIsFile (0.42s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.51s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (1.59s) --- PASS: TestIntegration/TestFsPutStream (3.35s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (8.25s) fstest.go:304: Sleeping for 1s for list eventual consistency: 1/6 fstest.go:298: Sleeping for 6s just to make sure --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *yandex.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/yandex 76.037s ? github.com/ncw/rclone/backend/yandex/api [no test files] ? github.com/ncw/rclone/cmd [no test files] ? github.com/ncw/rclone/cmd/about [no test files] ? github.com/ncw/rclone/cmd/all [no test files] ? github.com/ncw/rclone/cmd/authorize [no test files] ? github.com/ncw/rclone/cmd/cachestats [no test files] ? github.com/ncw/rclone/cmd/cat [no test files] ? github.com/ncw/rclone/cmd/check [no test files] ? github.com/ncw/rclone/cmd/cleanup [no test files] === RUN TestMount 2018/07/08 05:06:38 mount "Local file system at /tmp/rclone789876136" "/tmp/rclonefs-mount164496615" 2018/07/08 05:06:38 mount OK 2018/07/08 05:06:38 Starting test run with cache mode off === RUN TestMount/CacheMode=off === RUN TestMount/CacheMode=off/TestTouchAndDelete === RUN TestMount/CacheMode=off/TestRenameOpenHandle === RUN TestMount/CacheMode=off/TestDirLs === RUN TestMount/CacheMode=off/TestDirCreateAndRemoveDir 2018/07/08 05:06:39 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=off/TestDirCreateAndRemoveFile 2018/07/08 05:06:39 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=off/TestDirRenameFile === RUN TestMount/CacheMode=off/TestDirRenameEmptyDir === RUN TestMount/CacheMode=off/TestDirRenameFullDir === RUN TestMount/CacheMode=off/TestDirModTime === RUN TestMount/CacheMode=off/TestDirCacheFlush === RUN TestMount/CacheMode=off/TestDirCacheFlushOnDirRename === RUN TestMount/CacheMode=off/TestFileModTime === RUN TestMount/CacheMode=off/TestFileModTimeWithOpenWriters === RUN TestMount/CacheMode=off/TestMount === RUN TestMount/CacheMode=off/TestRoot === RUN TestMount/CacheMode=off/TestReadByByte === RUN TestMount/CacheMode=off/TestReadChecksum === RUN TestMount/CacheMode=off/TestReadFileDoubleClose === RUN TestMount/CacheMode=off/TestReadSeek === RUN TestMount/CacheMode=off/TestWriteFileNoWrite === RUN TestMount/CacheMode=off/TestWriteFileWrite === RUN TestMount/CacheMode=off/TestWriteFileOverwrite === RUN TestMount/CacheMode=off/TestWriteFileDoubleClose 2018/07/08 05:06:40 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=off/TestWriteFileFsync 2018/07/08 05:06:40 Finished test run with cache mode off (ok=true) 2018/07/08 05:06:40 Starting test run with cache mode minimal === RUN TestMount/CacheMode=minimal === RUN TestMount/CacheMode=minimal/TestTouchAndDelete === RUN TestMount/CacheMode=minimal/TestRenameOpenHandle === RUN TestMount/CacheMode=minimal/TestDirLs === RUN TestMount/CacheMode=minimal/TestDirCreateAndRemoveDir 2018/07/08 05:06:41 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=minimal/TestDirCreateAndRemoveFile 2018/07/08 05:06:41 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=minimal/TestDirRenameFile === RUN TestMount/CacheMode=minimal/TestDirRenameEmptyDir === RUN TestMount/CacheMode=minimal/TestDirRenameFullDir === RUN TestMount/CacheMode=minimal/TestDirModTime === RUN TestMount/CacheMode=minimal/TestDirCacheFlush === RUN TestMount/CacheMode=minimal/TestDirCacheFlushOnDirRename === RUN TestMount/CacheMode=minimal/TestFileModTime === RUN TestMount/CacheMode=minimal/TestFileModTimeWithOpenWriters === RUN TestMount/CacheMode=minimal/TestMount === RUN TestMount/CacheMode=minimal/TestRoot === RUN TestMount/CacheMode=minimal/TestReadByByte === RUN TestMount/CacheMode=minimal/TestReadChecksum === RUN TestMount/CacheMode=minimal/TestReadFileDoubleClose === RUN TestMount/CacheMode=minimal/TestReadSeek === RUN TestMount/CacheMode=minimal/TestWriteFileNoWrite === RUN TestMount/CacheMode=minimal/TestWriteFileWrite === RUN TestMount/CacheMode=minimal/TestWriteFileOverwrite === RUN TestMount/CacheMode=minimal/TestWriteFileDoubleClose 2018/07/08 05:06:43 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=minimal/TestWriteFileFsync 2018/07/08 05:06:43 Finished test run with cache mode minimal (ok=true) 2018/07/08 05:06:43 Starting test run with cache mode writes === RUN TestMount/CacheMode=writes === RUN TestMount/CacheMode=writes/TestTouchAndDelete === RUN TestMount/CacheMode=writes/TestRenameOpenHandle === RUN TestMount/CacheMode=writes/TestDirLs === RUN TestMount/CacheMode=writes/TestDirCreateAndRemoveDir 2018/07/08 05:06:44 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=writes/TestDirCreateAndRemoveFile 2018/07/08 05:06:44 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=writes/TestDirRenameFile === RUN TestMount/CacheMode=writes/TestDirRenameEmptyDir === RUN TestMount/CacheMode=writes/TestDirRenameFullDir === RUN TestMount/CacheMode=writes/TestDirModTime === RUN TestMount/CacheMode=writes/TestDirCacheFlush === RUN TestMount/CacheMode=writes/TestDirCacheFlushOnDirRename === RUN TestMount/CacheMode=writes/TestFileModTime === RUN TestMount/CacheMode=writes/TestFileModTimeWithOpenWriters === RUN TestMount/CacheMode=writes/TestMount === RUN TestMount/CacheMode=writes/TestRoot === RUN TestMount/CacheMode=writes/TestReadByByte === RUN TestMount/CacheMode=writes/TestReadChecksum === RUN TestMount/CacheMode=writes/TestReadFileDoubleClose === RUN TestMount/CacheMode=writes/TestReadSeek === RUN TestMount/CacheMode=writes/TestWriteFileNoWrite === RUN TestMount/CacheMode=writes/TestWriteFileWrite === RUN TestMount/CacheMode=writes/TestWriteFileOverwrite === RUN TestMount/CacheMode=writes/TestWriteFileDoubleClose 2018/07/08 05:06:46 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=writes/TestWriteFileFsync 2018/07/08 05:06:46 Finished test run with cache mode writes (ok=true) 2018/07/08 05:06:46 Starting test run with cache mode full === RUN TestMount/CacheMode=full === RUN TestMount/CacheMode=full/TestTouchAndDelete === RUN TestMount/CacheMode=full/TestRenameOpenHandle === RUN TestMount/CacheMode=full/TestDirLs === RUN TestMount/CacheMode=full/TestDirCreateAndRemoveDir 2018/07/08 05:06:47 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=full/TestDirCreateAndRemoveFile 2018/07/08 05:06:47 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=full/TestDirRenameFile === RUN TestMount/CacheMode=full/TestDirRenameEmptyDir === RUN TestMount/CacheMode=full/TestDirRenameFullDir === RUN TestMount/CacheMode=full/TestDirModTime === RUN TestMount/CacheMode=full/TestDirCacheFlush === RUN TestMount/CacheMode=full/TestDirCacheFlushOnDirRename === RUN TestMount/CacheMode=full/TestFileModTime === RUN TestMount/CacheMode=full/TestFileModTimeWithOpenWriters === RUN TestMount/CacheMode=full/TestMount === RUN TestMount/CacheMode=full/TestRoot === RUN TestMount/CacheMode=full/TestReadByByte === RUN TestMount/CacheMode=full/TestReadChecksum === RUN TestMount/CacheMode=full/TestReadFileDoubleClose === RUN TestMount/CacheMode=full/TestReadSeek === RUN TestMount/CacheMode=full/TestWriteFileNoWrite === RUN TestMount/CacheMode=full/TestWriteFileWrite === RUN TestMount/CacheMode=full/TestWriteFileOverwrite === RUN TestMount/CacheMode=full/TestWriteFileDoubleClose 2018/07/08 05:06:48 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=full/TestWriteFileFsync 2018/07/08 05:06:48 Finished test run with cache mode full (ok=true) 2018/07/08 05:06:48 Unmounting "/tmp/rclonefs-mount164496615" 2018/07/08 05:06:48 Waiting for umount --- PASS: TestMount (10.50s) --- PASS: TestMount/CacheMode=off (2.65s) --- PASS: TestMount/CacheMode=off/TestTouchAndDelete (1.01s) --- PASS: TestMount/CacheMode=off/TestRenameOpenHandle (0.00s) --- PASS: TestMount/CacheMode=off/TestDirLs (0.00s) --- PASS: TestMount/CacheMode=off/TestDirCreateAndRemoveDir (0.00s) --- PASS: TestMount/CacheMode=off/TestDirCreateAndRemoveFile (0.00s) --- PASS: TestMount/CacheMode=off/TestDirRenameFile (0.21s) --- PASS: TestMount/CacheMode=off/TestDirRenameEmptyDir (0.01s) --- PASS: TestMount/CacheMode=off/TestDirRenameFullDir (0.01s) --- PASS: TestMount/CacheMode=off/TestDirModTime (0.00s) --- PASS: TestMount/CacheMode=off/TestDirCacheFlush (0.01s) --- PASS: TestMount/CacheMode=off/TestDirCacheFlushOnDirRename (0.00s) --- PASS: TestMount/CacheMode=off/TestFileModTime (0.00s) --- PASS: TestMount/CacheMode=off/TestFileModTimeWithOpenWriters (0.00s) --- PASS: TestMount/CacheMode=off/TestMount (0.00s) --- PASS: TestMount/CacheMode=off/TestRoot (0.00s) --- PASS: TestMount/CacheMode=off/TestReadByByte (0.11s) --- PASS: TestMount/CacheMode=off/TestReadChecksum (0.05s) --- PASS: TestMount/CacheMode=off/TestReadFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=off/TestReadSeek (0.00s) --- PASS: TestMount/CacheMode=off/TestWriteFileNoWrite (1.00s) --- PASS: TestMount/CacheMode=off/TestWriteFileWrite (0.10s) --- PASS: TestMount/CacheMode=off/TestWriteFileOverwrite (0.11s) --- PASS: TestMount/CacheMode=off/TestWriteFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=off/TestWriteFileFsync (0.00s) --- PASS: TestMount/CacheMode=minimal (2.60s) --- PASS: TestMount/CacheMode=minimal/TestTouchAndDelete (1.00s) --- PASS: TestMount/CacheMode=minimal/TestRenameOpenHandle (0.00s) --- PASS: TestMount/CacheMode=minimal/TestDirLs (0.00s) --- PASS: TestMount/CacheMode=minimal/TestDirCreateAndRemoveDir (0.00s) --- PASS: TestMount/CacheMode=minimal/TestDirCreateAndRemoveFile (0.00s) --- PASS: TestMount/CacheMode=minimal/TestDirRenameFile (0.21s) --- PASS: TestMount/CacheMode=minimal/TestDirRenameEmptyDir (0.00s) --- PASS: TestMount/CacheMode=minimal/TestDirRenameFullDir (0.01s) --- PASS: TestMount/CacheMode=minimal/TestDirModTime (0.00s) --- PASS: TestMount/CacheMode=minimal/TestDirCacheFlush (0.01s) --- PASS: TestMount/CacheMode=minimal/TestDirCacheFlushOnDirRename (0.00s) --- PASS: TestMount/CacheMode=minimal/TestFileModTime (0.00s) --- PASS: TestMount/CacheMode=minimal/TestFileModTimeWithOpenWriters (0.00s) --- PASS: TestMount/CacheMode=minimal/TestMount (0.00s) --- PASS: TestMount/CacheMode=minimal/TestRoot (0.00s) --- PASS: TestMount/CacheMode=minimal/TestReadByByte (0.10s) --- PASS: TestMount/CacheMode=minimal/TestReadChecksum (0.03s) --- PASS: TestMount/CacheMode=minimal/TestReadFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=minimal/TestReadSeek (0.00s) --- PASS: TestMount/CacheMode=minimal/TestWriteFileNoWrite (1.00s) --- PASS: TestMount/CacheMode=minimal/TestWriteFileWrite (0.10s) --- PASS: TestMount/CacheMode=minimal/TestWriteFileOverwrite (0.10s) --- PASS: TestMount/CacheMode=minimal/TestWriteFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=minimal/TestWriteFileFsync (0.00s) --- PASS: TestMount/CacheMode=writes (2.60s) --- PASS: TestMount/CacheMode=writes/TestTouchAndDelete (1.00s) --- PASS: TestMount/CacheMode=writes/TestRenameOpenHandle (0.00s) --- PASS: TestMount/CacheMode=writes/TestDirLs (0.00s) --- PASS: TestMount/CacheMode=writes/TestDirCreateAndRemoveDir (0.00s) --- PASS: TestMount/CacheMode=writes/TestDirCreateAndRemoveFile (0.00s) --- PASS: TestMount/CacheMode=writes/TestDirRenameFile (0.21s) --- PASS: TestMount/CacheMode=writes/TestDirRenameEmptyDir (0.01s) --- PASS: TestMount/CacheMode=writes/TestDirRenameFullDir (0.00s) --- PASS: TestMount/CacheMode=writes/TestDirModTime (0.00s) --- PASS: TestMount/CacheMode=writes/TestDirCacheFlush (0.01s) --- PASS: TestMount/CacheMode=writes/TestDirCacheFlushOnDirRename (0.00s) --- PASS: TestMount/CacheMode=writes/TestFileModTime (0.00s) --- PASS: TestMount/CacheMode=writes/TestFileModTimeWithOpenWriters (0.00s) --- PASS: TestMount/CacheMode=writes/TestMount (0.00s) --- PASS: TestMount/CacheMode=writes/TestRoot (0.00s) --- PASS: TestMount/CacheMode=writes/TestReadByByte (0.10s) --- PASS: TestMount/CacheMode=writes/TestReadChecksum (0.04s) --- PASS: TestMount/CacheMode=writes/TestReadFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=writes/TestReadSeek (0.00s) --- PASS: TestMount/CacheMode=writes/TestWriteFileNoWrite (1.00s) --- PASS: TestMount/CacheMode=writes/TestWriteFileWrite (0.10s) --- PASS: TestMount/CacheMode=writes/TestWriteFileOverwrite (0.10s) --- PASS: TestMount/CacheMode=writes/TestWriteFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=writes/TestWriteFileFsync (0.00s) --- PASS: TestMount/CacheMode=full (2.62s) --- PASS: TestMount/CacheMode=full/TestTouchAndDelete (1.00s) --- PASS: TestMount/CacheMode=full/TestRenameOpenHandle (0.00s) --- PASS: TestMount/CacheMode=full/TestDirLs (0.00s) --- PASS: TestMount/CacheMode=full/TestDirCreateAndRemoveDir (0.00s) --- PASS: TestMount/CacheMode=full/TestDirCreateAndRemoveFile (0.00s) --- PASS: TestMount/CacheMode=full/TestDirRenameFile (0.21s) --- PASS: TestMount/CacheMode=full/TestDirRenameEmptyDir (0.01s) --- PASS: TestMount/CacheMode=full/TestDirRenameFullDir (0.01s) --- PASS: TestMount/CacheMode=full/TestDirModTime (0.00s) --- PASS: TestMount/CacheMode=full/TestDirCacheFlush (0.01s) --- PASS: TestMount/CacheMode=full/TestDirCacheFlushOnDirRename (0.00s) --- PASS: TestMount/CacheMode=full/TestFileModTime (0.00s) --- PASS: TestMount/CacheMode=full/TestFileModTimeWithOpenWriters (0.00s) --- PASS: TestMount/CacheMode=full/TestMount (0.00s) --- PASS: TestMount/CacheMode=full/TestRoot (0.00s) --- PASS: TestMount/CacheMode=full/TestReadByByte (0.11s) --- PASS: TestMount/CacheMode=full/TestReadChecksum (0.04s) --- PASS: TestMount/CacheMode=full/TestReadFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=full/TestReadSeek (0.00s) --- PASS: TestMount/CacheMode=full/TestWriteFileNoWrite (1.00s) --- PASS: TestMount/CacheMode=full/TestWriteFileWrite (0.10s) --- PASS: TestMount/CacheMode=full/TestWriteFileOverwrite (0.11s) --- PASS: TestMount/CacheMode=full/TestWriteFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=full/TestWriteFileFsync (0.00s) PASS ok github.com/ncw/rclone/cmd/cmount 10.512s ? github.com/ncw/rclone/cmd/config [no test files] ? github.com/ncw/rclone/cmd/copy [no test files] ? github.com/ncw/rclone/cmd/copyto [no test files] ? github.com/ncw/rclone/cmd/cryptcheck [no test files] ? github.com/ncw/rclone/cmd/cryptdecode [no test files] ? github.com/ncw/rclone/cmd/dbhashsum [no test files] ? github.com/ncw/rclone/cmd/dedupe [no test files] ? github.com/ncw/rclone/cmd/delete [no test files] ? github.com/ncw/rclone/cmd/deletefile [no test files] === RUN TestCompletionBash --- PASS: TestCompletionBash (0.00s) === RUN TestCompletionZsh --- PASS: TestCompletionZsh (0.00s) PASS ok github.com/ncw/rclone/cmd/genautocomplete 0.008s ? github.com/ncw/rclone/cmd/gendocs [no test files] ? github.com/ncw/rclone/cmd/hashsum [no test files] ? github.com/ncw/rclone/cmd/info [no test files] ? github.com/ncw/rclone/cmd/link [no test files] ? github.com/ncw/rclone/cmd/listremotes [no test files] ? github.com/ncw/rclone/cmd/ls [no test files] ? github.com/ncw/rclone/cmd/ls/lshelp [no test files] ? github.com/ncw/rclone/cmd/lsd [no test files] === RUN TestDefaultLsf --- PASS: TestDefaultLsf (0.00s) === RUN TestRecurseFlag --- PASS: TestRecurseFlag (0.00s) === RUN TestDirSlashFlag --- PASS: TestDirSlashFlag (0.00s) === RUN TestFormat --- PASS: TestFormat (0.03s) === RUN TestSeparator --- PASS: TestSeparator (0.00s) === RUN TestWholeLsf --- PASS: TestWholeLsf (0.00s) PASS ok github.com/ncw/rclone/cmd/lsf 0.041s ? github.com/ncw/rclone/cmd/lsjson [no test files] ? github.com/ncw/rclone/cmd/lsl [no test files] ? github.com/ncw/rclone/cmd/md5sum [no test files] ? github.com/ncw/rclone/cmd/memtest [no test files] ? github.com/ncw/rclone/cmd/mkdir [no test files] === RUN TestMount 2018/07/08 05:06:41 mount "Local file system at /tmp/rclone815447871" "/tmp/rclonefs-mount996293522" 2018/07/08 05:06:41 mount OK 2018/07/08 05:06:41 Starting test run with cache mode off === RUN TestMount/CacheMode=off === RUN TestMount/CacheMode=off/TestTouchAndDelete === RUN TestMount/CacheMode=off/TestRenameOpenHandle === RUN TestMount/CacheMode=off/TestDirLs === RUN TestMount/CacheMode=off/TestDirCreateAndRemoveDir 2018/07/08 05:06:42 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=off/TestDirCreateAndRemoveFile 2018/07/08 05:06:42 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=off/TestDirRenameFile === RUN TestMount/CacheMode=off/TestDirRenameEmptyDir === RUN TestMount/CacheMode=off/TestDirRenameFullDir === RUN TestMount/CacheMode=off/TestDirModTime === RUN TestMount/CacheMode=off/TestDirCacheFlush === RUN TestMount/CacheMode=off/TestDirCacheFlushOnDirRename === RUN TestMount/CacheMode=off/TestFileModTime === RUN TestMount/CacheMode=off/TestFileModTimeWithOpenWriters === RUN TestMount/CacheMode=off/TestMount === RUN TestMount/CacheMode=off/TestRoot === RUN TestMount/CacheMode=off/TestReadByByte === RUN TestMount/CacheMode=off/TestReadChecksum === RUN TestMount/CacheMode=off/TestReadFileDoubleClose === RUN TestMount/CacheMode=off/TestReadSeek === RUN TestMount/CacheMode=off/TestWriteFileNoWrite === RUN TestMount/CacheMode=off/TestWriteFileWrite === RUN TestMount/CacheMode=off/TestWriteFileOverwrite === RUN TestMount/CacheMode=off/TestWriteFileDoubleClose 2018/07/08 05:06:43 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=off/TestWriteFileFsync 2018/07/08 05:06:43 Finished test run with cache mode off (ok=true) 2018/07/08 05:06:43 Starting test run with cache mode minimal === RUN TestMount/CacheMode=minimal === RUN TestMount/CacheMode=minimal/TestTouchAndDelete === RUN TestMount/CacheMode=minimal/TestRenameOpenHandle === RUN TestMount/CacheMode=minimal/TestDirLs === RUN TestMount/CacheMode=minimal/TestDirCreateAndRemoveDir 2018/07/08 05:06:44 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=minimal/TestDirCreateAndRemoveFile 2018/07/08 05:06:44 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=minimal/TestDirRenameFile === RUN TestMount/CacheMode=minimal/TestDirRenameEmptyDir === RUN TestMount/CacheMode=minimal/TestDirRenameFullDir === RUN TestMount/CacheMode=minimal/TestDirModTime === RUN TestMount/CacheMode=minimal/TestDirCacheFlush === RUN TestMount/CacheMode=minimal/TestDirCacheFlushOnDirRename === RUN TestMount/CacheMode=minimal/TestFileModTime === RUN TestMount/CacheMode=minimal/TestFileModTimeWithOpenWriters === RUN TestMount/CacheMode=minimal/TestMount === RUN TestMount/CacheMode=minimal/TestRoot === RUN TestMount/CacheMode=minimal/TestReadByByte === RUN TestMount/CacheMode=minimal/TestReadChecksum === RUN TestMount/CacheMode=minimal/TestReadFileDoubleClose === RUN TestMount/CacheMode=minimal/TestReadSeek === RUN TestMount/CacheMode=minimal/TestWriteFileNoWrite === RUN TestMount/CacheMode=minimal/TestWriteFileWrite === RUN TestMount/CacheMode=minimal/TestWriteFileOverwrite === RUN TestMount/CacheMode=minimal/TestWriteFileDoubleClose 2018/07/08 05:06:46 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=minimal/TestWriteFileFsync 2018/07/08 05:06:46 Finished test run with cache mode minimal (ok=true) 2018/07/08 05:06:46 Starting test run with cache mode writes === RUN TestMount/CacheMode=writes === RUN TestMount/CacheMode=writes/TestTouchAndDelete === RUN TestMount/CacheMode=writes/TestRenameOpenHandle === RUN TestMount/CacheMode=writes/TestDirLs === RUN TestMount/CacheMode=writes/TestDirCreateAndRemoveDir 2018/07/08 05:06:47 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=writes/TestDirCreateAndRemoveFile 2018/07/08 05:06:47 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=writes/TestDirRenameFile === RUN TestMount/CacheMode=writes/TestDirRenameEmptyDir === RUN TestMount/CacheMode=writes/TestDirRenameFullDir === RUN TestMount/CacheMode=writes/TestDirModTime === RUN TestMount/CacheMode=writes/TestDirCacheFlush === RUN TestMount/CacheMode=writes/TestDirCacheFlushOnDirRename === RUN TestMount/CacheMode=writes/TestFileModTime === RUN TestMount/CacheMode=writes/TestFileModTimeWithOpenWriters === RUN TestMount/CacheMode=writes/TestMount === RUN TestMount/CacheMode=writes/TestRoot === RUN TestMount/CacheMode=writes/TestReadByByte === RUN TestMount/CacheMode=writes/TestReadChecksum === RUN TestMount/CacheMode=writes/TestReadFileDoubleClose 2018/07/08 05:06:47 ERROR : testdoubleclose: ReadFileHandle.Release error: hash: failed to stat: lstat /tmp/rclone815447871/testdoubleclose: no such file or directory === RUN TestMount/CacheMode=writes/TestReadSeek === RUN TestMount/CacheMode=writes/TestWriteFileNoWrite === RUN TestMount/CacheMode=writes/TestWriteFileWrite === RUN TestMount/CacheMode=writes/TestWriteFileOverwrite === RUN TestMount/CacheMode=writes/TestWriteFileDoubleClose 2018/07/08 05:06:48 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=writes/TestWriteFileFsync 2018/07/08 05:06:48 Finished test run with cache mode writes (ok=true) 2018/07/08 05:06:48 Starting test run with cache mode full === RUN TestMount/CacheMode=full === RUN TestMount/CacheMode=full/TestTouchAndDelete === RUN TestMount/CacheMode=full/TestRenameOpenHandle === RUN TestMount/CacheMode=full/TestDirLs === RUN TestMount/CacheMode=full/TestDirCreateAndRemoveDir 2018/07/08 05:06:49 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=full/TestDirCreateAndRemoveFile 2018/07/08 05:06:49 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=full/TestDirRenameFile === RUN TestMount/CacheMode=full/TestDirRenameEmptyDir === RUN TestMount/CacheMode=full/TestDirRenameFullDir === RUN TestMount/CacheMode=full/TestDirModTime === RUN TestMount/CacheMode=full/TestDirCacheFlush === RUN TestMount/CacheMode=full/TestDirCacheFlushOnDirRename === RUN TestMount/CacheMode=full/TestFileModTime === RUN TestMount/CacheMode=full/TestFileModTimeWithOpenWriters === RUN TestMount/CacheMode=full/TestMount === RUN TestMount/CacheMode=full/TestRoot === RUN TestMount/CacheMode=full/TestReadByByte === RUN TestMount/CacheMode=full/TestReadChecksum === RUN TestMount/CacheMode=full/TestReadFileDoubleClose === RUN TestMount/CacheMode=full/TestReadSeek === RUN TestMount/CacheMode=full/TestWriteFileNoWrite === RUN TestMount/CacheMode=full/TestWriteFileWrite === RUN TestMount/CacheMode=full/TestWriteFileOverwrite === RUN TestMount/CacheMode=full/TestWriteFileDoubleClose 2018/07/08 05:06:51 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=full/TestWriteFileFsync 2018/07/08 05:06:51 Finished test run with cache mode full (ok=true) 2018/07/08 05:06:51 Unmounting "/tmp/rclonefs-mount996293522" 2018/07/08 05:06:51 Waiting for umount --- PASS: TestMount (10.53s) --- PASS: TestMount/CacheMode=off (2.64s) --- PASS: TestMount/CacheMode=off/TestTouchAndDelete (1.01s) --- PASS: TestMount/CacheMode=off/TestRenameOpenHandle (0.00s) --- PASS: TestMount/CacheMode=off/TestDirLs (0.00s) --- PASS: TestMount/CacheMode=off/TestDirCreateAndRemoveDir (0.01s) --- PASS: TestMount/CacheMode=off/TestDirCreateAndRemoveFile (0.00s) --- PASS: TestMount/CacheMode=off/TestDirRenameFile (0.21s) --- PASS: TestMount/CacheMode=off/TestDirRenameEmptyDir (0.01s) --- PASS: TestMount/CacheMode=off/TestDirRenameFullDir (0.01s) --- PASS: TestMount/CacheMode=off/TestDirModTime (0.00s) --- PASS: TestMount/CacheMode=off/TestDirCacheFlush (0.01s) --- PASS: TestMount/CacheMode=off/TestDirCacheFlushOnDirRename (0.00s) --- PASS: TestMount/CacheMode=off/TestFileModTime (0.00s) --- PASS: TestMount/CacheMode=off/TestFileModTimeWithOpenWriters (0.00s) --- PASS: TestMount/CacheMode=off/TestMount (0.00s) --- PASS: TestMount/CacheMode=off/TestRoot (0.00s) --- PASS: TestMount/CacheMode=off/TestReadByByte (0.11s) --- PASS: TestMount/CacheMode=off/TestReadChecksum (0.03s) --- PASS: TestMount/CacheMode=off/TestReadFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=off/TestReadSeek (0.00s) --- PASS: TestMount/CacheMode=off/TestWriteFileNoWrite (1.00s) --- PASS: TestMount/CacheMode=off/TestWriteFileWrite (0.10s) --- PASS: TestMount/CacheMode=off/TestWriteFileOverwrite (0.11s) --- PASS: TestMount/CacheMode=off/TestWriteFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=off/TestWriteFileFsync (0.00s) --- PASS: TestMount/CacheMode=minimal (2.62s) --- PASS: TestMount/CacheMode=minimal/TestTouchAndDelete (1.00s) --- PASS: TestMount/CacheMode=minimal/TestRenameOpenHandle (0.00s) --- PASS: TestMount/CacheMode=minimal/TestDirLs (0.00s) --- PASS: TestMount/CacheMode=minimal/TestDirCreateAndRemoveDir (0.00s) --- PASS: TestMount/CacheMode=minimal/TestDirCreateAndRemoveFile (0.02s) --- PASS: TestMount/CacheMode=minimal/TestDirRenameFile (0.21s) --- PASS: TestMount/CacheMode=minimal/TestDirRenameEmptyDir (0.01s) --- PASS: TestMount/CacheMode=minimal/TestDirRenameFullDir (0.01s) --- PASS: TestMount/CacheMode=minimal/TestDirModTime (0.00s) --- PASS: TestMount/CacheMode=minimal/TestDirCacheFlush (0.01s) --- PASS: TestMount/CacheMode=minimal/TestDirCacheFlushOnDirRename (0.01s) --- PASS: TestMount/CacheMode=minimal/TestFileModTime (0.00s) --- PASS: TestMount/CacheMode=minimal/TestFileModTimeWithOpenWriters (0.00s) --- PASS: TestMount/CacheMode=minimal/TestMount (0.00s) --- PASS: TestMount/CacheMode=minimal/TestRoot (0.00s) --- PASS: TestMount/CacheMode=minimal/TestReadByByte (0.11s) --- PASS: TestMount/CacheMode=minimal/TestReadChecksum (0.03s) --- PASS: TestMount/CacheMode=minimal/TestReadFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=minimal/TestReadSeek (0.00s) --- PASS: TestMount/CacheMode=minimal/TestWriteFileNoWrite (1.00s) --- PASS: TestMount/CacheMode=minimal/TestWriteFileWrite (0.10s) --- PASS: TestMount/CacheMode=minimal/TestWriteFileOverwrite (0.10s) --- PASS: TestMount/CacheMode=minimal/TestWriteFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=minimal/TestWriteFileFsync (0.00s) --- PASS: TestMount/CacheMode=writes (2.60s) --- PASS: TestMount/CacheMode=writes/TestTouchAndDelete (1.00s) --- PASS: TestMount/CacheMode=writes/TestRenameOpenHandle (0.00s) --- PASS: TestMount/CacheMode=writes/TestDirLs (0.00s) --- PASS: TestMount/CacheMode=writes/TestDirCreateAndRemoveDir (0.00s) --- PASS: TestMount/CacheMode=writes/TestDirCreateAndRemoveFile (0.00s) --- PASS: TestMount/CacheMode=writes/TestDirRenameFile (0.21s) --- PASS: TestMount/CacheMode=writes/TestDirRenameEmptyDir (0.01s) --- PASS: TestMount/CacheMode=writes/TestDirRenameFullDir (0.01s) --- PASS: TestMount/CacheMode=writes/TestDirModTime (0.00s) --- PASS: TestMount/CacheMode=writes/TestDirCacheFlush (0.01s) --- PASS: TestMount/CacheMode=writes/TestDirCacheFlushOnDirRename (0.00s) --- PASS: TestMount/CacheMode=writes/TestFileModTime (0.00s) --- PASS: TestMount/CacheMode=writes/TestFileModTimeWithOpenWriters (0.00s) --- PASS: TestMount/CacheMode=writes/TestMount (0.00s) --- PASS: TestMount/CacheMode=writes/TestRoot (0.00s) --- PASS: TestMount/CacheMode=writes/TestReadByByte (0.11s) --- PASS: TestMount/CacheMode=writes/TestReadChecksum (0.03s) --- PASS: TestMount/CacheMode=writes/TestReadFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=writes/TestReadSeek (0.00s) --- PASS: TestMount/CacheMode=writes/TestWriteFileNoWrite (1.00s) --- PASS: TestMount/CacheMode=writes/TestWriteFileWrite (0.10s) --- PASS: TestMount/CacheMode=writes/TestWriteFileOverwrite (0.10s) --- PASS: TestMount/CacheMode=writes/TestWriteFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=writes/TestWriteFileFsync (0.00s) --- PASS: TestMount/CacheMode=full (2.65s) --- PASS: TestMount/CacheMode=full/TestTouchAndDelete (1.00s) --- PASS: TestMount/CacheMode=full/TestRenameOpenHandle (0.00s) --- PASS: TestMount/CacheMode=full/TestDirLs (0.00s) --- PASS: TestMount/CacheMode=full/TestDirCreateAndRemoveDir (0.00s) --- PASS: TestMount/CacheMode=full/TestDirCreateAndRemoveFile (0.02s) --- PASS: TestMount/CacheMode=full/TestDirRenameFile (0.21s) --- PASS: TestMount/CacheMode=full/TestDirRenameEmptyDir (0.01s) --- PASS: TestMount/CacheMode=full/TestDirRenameFullDir (0.01s) --- PASS: TestMount/CacheMode=full/TestDirModTime (0.00s) --- PASS: TestMount/CacheMode=full/TestDirCacheFlush (0.01s) --- PASS: TestMount/CacheMode=full/TestDirCacheFlushOnDirRename (0.01s) --- PASS: TestMount/CacheMode=full/TestFileModTime (0.01s) --- PASS: TestMount/CacheMode=full/TestFileModTimeWithOpenWriters (0.00s) --- PASS: TestMount/CacheMode=full/TestMount (0.00s) --- PASS: TestMount/CacheMode=full/TestRoot (0.00s) --- PASS: TestMount/CacheMode=full/TestReadByByte (0.11s) --- PASS: TestMount/CacheMode=full/TestReadChecksum (0.03s) --- PASS: TestMount/CacheMode=full/TestReadFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=full/TestReadSeek (0.00s) --- PASS: TestMount/CacheMode=full/TestWriteFileNoWrite (1.00s) --- PASS: TestMount/CacheMode=full/TestWriteFileWrite (0.11s) --- PASS: TestMount/CacheMode=full/TestWriteFileOverwrite (0.10s) --- PASS: TestMount/CacheMode=full/TestWriteFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=full/TestWriteFileFsync (0.00s) PASS ok github.com/ncw/rclone/cmd/mount 10.540s ? github.com/ncw/rclone/cmd/mountlib [no test files] ? github.com/ncw/rclone/cmd/mountlib/mounttest [no test files] ? github.com/ncw/rclone/cmd/move [no test files] ? github.com/ncw/rclone/cmd/moveto [no test files] ? github.com/ncw/rclone/cmd/ncdu [no test files] ? github.com/ncw/rclone/cmd/ncdu/scan [no test files] ? github.com/ncw/rclone/cmd/obscure [no test files] ? github.com/ncw/rclone/cmd/purge [no test files] ? github.com/ncw/rclone/cmd/rc [no test files] ? github.com/ncw/rclone/cmd/rcat [no test files] ? github.com/ncw/rclone/cmd/rmdir [no test files] ? github.com/ncw/rclone/cmd/rmdirs [no test files] ? github.com/ncw/rclone/cmd/serve [no test files] === RUN TestInit 2018/07/08 05:06:50 NOTICE: Local file system at /home/rclone/go/src/github.com/ncw/rclone/cmd/serve/http/testdata/files: Serving on http://127.0.0.1:51777/ --- PASS: TestInit (0.00s) === RUN TestGET --- PASS: TestGET (0.07s) === RUN TestAddEntry --- PASS: TestAddEntry (0.00s) === RUN TestFinalise --- PASS: TestFinalise (0.00s) PASS ok github.com/ncw/rclone/cmd/serve/http 0.088s ? github.com/ncw/rclone/cmd/serve/httplib [no test files] ? github.com/ncw/rclone/cmd/serve/httplib/httpflags [no test files] === RUN TestResticHandler === RUN TestResticHandler/#00 2018/07/08 05:06:52 ERROR : config: Post request: file already exists, refusing to overwrite in append-only mode === RUN TestResticHandler/#01 2018/07/08 05:06:52 ERROR : data/49/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99: Post request: file already exists, refusing to overwrite in append-only mode === RUN TestResticHandler/#02 2018/07/08 05:06:52 ERROR : locks/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99: Post request: file already exists, refusing to overwrite in append-only mode --- PASS: TestResticHandler (0.00s) --- PASS: TestResticHandler/#00 (0.00s) restic_appendonly_test.go:185: request 0: GET /config restic_appendonly_test.go:185: request 1: POST /config restic_appendonly_test.go:185: request 2: GET /config restic_appendonly_test.go:185: request 3: POST /config restic_appendonly_test.go:185: request 4: GET /config restic_appendonly_test.go:185: request 5: DELETE /config restic_appendonly_test.go:185: request 6: GET /config --- PASS: TestResticHandler/#01 (0.00s) restic_appendonly_test.go:185: request 0: GET /data/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 restic_appendonly_test.go:185: request 1: POST /data/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 restic_appendonly_test.go:185: request 2: GET /data/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 restic_appendonly_test.go:185: request 3: POST /data/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 restic_appendonly_test.go:185: request 4: GET /data/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 restic_appendonly_test.go:185: request 5: DELETE /data/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 restic_appendonly_test.go:185: request 6: GET /data/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 --- PASS: TestResticHandler/#02 (0.00s) restic_appendonly_test.go:185: request 0: GET /locks/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 restic_appendonly_test.go:185: request 1: POST /locks/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 restic_appendonly_test.go:185: request 2: GET /locks/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 restic_appendonly_test.go:185: request 3: POST /locks/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 restic_appendonly_test.go:185: request 4: DELETE /locks/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 restic_appendonly_test.go:185: request 5: GET /locks/49f867dad7e00434d194ff1eb0defb2246f51acc93acd23838bff78e127e5e99 === RUN TestRestic 2018/07/08 05:06:52 NOTICE: Local file system at /tmp/rclone761389946: Serving restic REST API on http://127.0.0.1:51779/ 2018/07/08 05:06:59 Error on serving HTTP server: http: Server closed --- PASS: TestRestic (6.64s) restic_test.go:63: ---------- === RUN TestBackendRESTExternalServer === RUN TestBackendRESTExternalServer/TestBackend === RUN TestBackendRESTExternalServer/TestConfig === RUN TestBackendRESTExternalServer/TestCreateWithConfig === RUN TestBackendRESTExternalServer/TestList === RUN TestBackendRESTExternalServer/TestList/max-11 === RUN TestBackendRESTExternalServer/TestList/max-23 === RUN TestBackendRESTExternalServer/TestList/max-24 === RUN TestBackendRESTExternalServer/TestList/max-34 === RUN TestBackendRESTExternalServer/TestList/max-1147 === RUN TestBackendRESTExternalServer/TestListCancel === RUN TestBackendRESTExternalServer/TestListCancel/Cancelled === RUN TestBackendRESTExternalServer/TestListCancel/First === RUN TestBackendRESTExternalServer/TestListCancel/Last === RUN TestBackendRESTExternalServer/TestListCancel/Timeout === RUN TestBackendRESTExternalServer/TestLoad === RUN TestBackendRESTExternalServer/TestLocation === RUN TestBackendRESTExternalServer/TestSave === RUN TestBackendRESTExternalServer/TestSaveFilenames === RUN TestBackendRESTExternalServer/TestZZZDelete --- PASS: TestBackendRESTExternalServer (1.87s) --- PASS: TestBackendRESTExternalServer/TestBackend (0.09s) --- PASS: TestBackendRESTExternalServer/TestConfig (0.00s) --- PASS: TestBackendRESTExternalServer/TestCreateWithConfig (0.00s) --- PASS: TestBackendRESTExternalServer/TestList (0.03s) tests.go:27: rand initialized with seed 1531026414575902711 tests.go:263: wrote 24 files --- PASS: TestBackendRESTExternalServer/TestList/max-11 (0.00s) tests.go:297: loaded 24 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-23 (0.00s) tests.go:297: loaded 24 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-24 (0.00s) tests.go:297: loaded 24 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-34 (0.00s) tests.go:297: loaded 24 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-1147 (0.00s) tests.go:297: loaded 24 IDs from backend tests.go:319: remove 24 files --- PASS: TestBackendRESTExternalServer/TestListCancel (1.01s) tests.go:27: rand initialized with seed 1531026414609650407 --- PASS: TestBackendRESTExternalServer/TestListCancel/Cancelled (0.00s) --- PASS: TestBackendRESTExternalServer/TestListCancel/First (0.00s) --- PASS: TestBackendRESTExternalServer/TestListCancel/Last (0.00s) --- PASS: TestBackendRESTExternalServer/TestListCancel/Timeout (1.00s) --- PASS: TestBackendRESTExternalServer/TestLoad (0.39s) tests.go:27: rand initialized with seed 1531026415617913799 tests.go:142: saved 9760265 bytes as --- PASS: TestBackendRESTExternalServer/TestLocation (0.00s) --- PASS: TestBackendRESTExternalServer/TestSave (0.34s) tests.go:27: rand initialized with seed 1531026416003308773 --- PASS: TestBackendRESTExternalServer/TestSaveFilenames (0.00s) --- PASS: TestBackendRESTExternalServer/TestZZZDelete (0.00s) PASS ok github.com/restic/restic/internal/backend/rest 1.878s ---------- restic_test.go:63: ---------- === RUN TestBackendRESTExternalServer === RUN TestBackendRESTExternalServer/TestBackend === RUN TestBackendRESTExternalServer/TestConfig === RUN TestBackendRESTExternalServer/TestCreateWithConfig === RUN TestBackendRESTExternalServer/TestList === RUN TestBackendRESTExternalServer/TestList/max-11 === RUN TestBackendRESTExternalServer/TestList/max-23 === RUN TestBackendRESTExternalServer/TestList/max-22 === RUN TestBackendRESTExternalServer/TestList/max-32 === RUN TestBackendRESTExternalServer/TestList/max-1145 === RUN TestBackendRESTExternalServer/TestListCancel === RUN TestBackendRESTExternalServer/TestListCancel/Cancelled === RUN TestBackendRESTExternalServer/TestListCancel/First === RUN TestBackendRESTExternalServer/TestListCancel/Last === RUN TestBackendRESTExternalServer/TestListCancel/Timeout === RUN TestBackendRESTExternalServer/TestLoad === RUN TestBackendRESTExternalServer/TestLocation === RUN TestBackendRESTExternalServer/TestSave === RUN TestBackendRESTExternalServer/TestSaveFilenames === RUN TestBackendRESTExternalServer/TestZZZDelete --- PASS: TestBackendRESTExternalServer (2.15s) --- PASS: TestBackendRESTExternalServer/TestBackend (0.09s) --- PASS: TestBackendRESTExternalServer/TestConfig (0.00s) --- PASS: TestBackendRESTExternalServer/TestCreateWithConfig (0.00s) --- PASS: TestBackendRESTExternalServer/TestList (0.03s) tests.go:27: rand initialized with seed 1531026417322053338 tests.go:263: wrote 22 files --- PASS: TestBackendRESTExternalServer/TestList/max-11 (0.00s) tests.go:297: loaded 22 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-23 (0.00s) tests.go:297: loaded 22 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-22 (0.00s) tests.go:297: loaded 22 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-32 (0.00s) tests.go:297: loaded 22 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-1145 (0.00s) tests.go:297: loaded 22 IDs from backend tests.go:319: remove 22 files --- PASS: TestBackendRESTExternalServer/TestListCancel (1.02s) tests.go:27: rand initialized with seed 1531026417354873525 --- PASS: TestBackendRESTExternalServer/TestListCancel/Cancelled (0.00s) --- PASS: TestBackendRESTExternalServer/TestListCancel/First (0.00s) --- PASS: TestBackendRESTExternalServer/TestListCancel/Last (0.00s) --- PASS: TestBackendRESTExternalServer/TestListCancel/Timeout (1.00s) --- PASS: TestBackendRESTExternalServer/TestLoad (0.38s) tests.go:27: rand initialized with seed 1531026418371485423 tests.go:142: saved 7570918 bytes as --- PASS: TestBackendRESTExternalServer/TestLocation (0.00s) --- PASS: TestBackendRESTExternalServer/TestSave (0.61s) tests.go:27: rand initialized with seed 1531026418754014917 --- PASS: TestBackendRESTExternalServer/TestSaveFilenames (0.01s) --- PASS: TestBackendRESTExternalServer/TestZZZDelete (0.00s) PASS ok github.com/restic/restic/internal/backend/rest 2.163s ---------- === RUN TestMakeRemote --- PASS: TestMakeRemote (0.00s) PASS ok github.com/ncw/rclone/cmd/serve/restic 6.668s === RUN TestWebDav 2018/07/08 05:06:53 NOTICE: Local file system at /tmp/rclone640836521: WebDav Server started on http://127.0.0.1:51778/ 2018/07/08 05:06:56 Error on serving HTTP server: http: Server closed --- PASS: TestWebDav (2.87s) webdav_test.go:67: ---------- === RUN TestIntegration === RUN TestIntegration/TestInit === RUN TestIntegration/TestFsString === RUN TestIntegration/TestFsName === RUN TestIntegration/TestFsRoot === RUN TestIntegration/TestFsRmdirEmpty === RUN TestIntegration/TestFsRmdirNotFound === RUN TestIntegration/TestFsMkdir === RUN TestIntegration/TestFsMkdirRmdirSubdir === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/08 05:06:54 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError === RUN TestIntegration/TestFsPutFile2 === RUN TestIntegration/TestFsUpdateFile1 === RUN TestIntegration/TestFsListDirFile2 === RUN TestIntegration/TestFsListRDirFile2 === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 === RUN TestIntegration/TestFsNewObjectDir === RUN TestIntegration/TestFsCopy === RUN TestIntegration/TestFsMove === RUN TestIntegration/TestFsDirMove === RUN TestIntegration/TestFsRmdirFull === RUN TestIntegration/TestFsPrecision === RUN TestIntegration/TestFsChangeNotify === RUN TestIntegration/TestObjectString === RUN TestIntegration/TestObjectFs === RUN TestIntegration/TestObjectRemote === RUN TestIntegration/TestObjectHashes === RUN TestIntegration/TestObjectModTime === RUN TestIntegration/TestObjectMimeType === RUN TestIntegration/TestObjectSetModTime === RUN TestIntegration/TestObjectSize === RUN TestIntegration/TestObjectOpen === RUN TestIntegration/TestObjectOpenSeek === RUN TestIntegration/TestObjectOpenRange === RUN TestIntegration/TestObjectPartialRead === RUN TestIntegration/TestObjectUpdate === RUN TestIntegration/TestObjectStorable === RUN TestIntegration/TestFsIsFile === RUN TestIntegration/TestFsIsFileNotFound 2018/07/08 05:06:55 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/08 05:06:56 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (1.81s) --- PASS: TestIntegration/TestInit (0.02s) fstests.go:221: Using remote "webdavtest:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.02s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.01s) --- PASS: TestIntegration/TestFsMkdir (0.03s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.13s) --- PASS: TestIntegration/TestFsListEmpty (0.01s) --- PASS: TestIntegration/TestFsListDirEmpty (0.01s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.01s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.02s) --- PASS: TestIntegration/TestFsPutFile1 (0.04s) --- PASS: TestIntegration/TestFsPutError (0.09s) --- PASS: TestIntegration/TestFsPutFile2 (0.04s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.04s) --- PASS: TestIntegration/TestFsListDirFile2 (0.05s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.00s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.01s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.02s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (0.05s) --- PASS: TestIntegration/TestFsNewObject (0.01s) --- PASS: TestIntegration/TestFsListFile1and2 (0.05s) --- PASS: TestIntegration/TestFsNewObjectDir (0.01s) --- PASS: TestIntegration/TestFsCopy (0.10s) --- PASS: TestIntegration/TestFsMove (0.42s) --- PASS: TestIntegration/TestFsDirMove (0.22s) --- PASS: TestIntegration/TestFsRmdirFull (0.00s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.01s) --- PASS: TestIntegration/TestObjectFs (0.01s) --- PASS: TestIntegration/TestObjectRemote (0.01s) --- PASS: TestIntegration/TestObjectHashes (0.01s) --- PASS: TestIntegration/TestObjectModTime (0.01s) --- SKIP: TestIntegration/TestObjectMimeType (0.01s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.01s) fstests.go:877: can't set modified time --- PASS: TestIntegration/TestObjectSize (0.01s) --- PASS: TestIntegration/TestObjectOpen (0.02s) --- PASS: TestIntegration/TestObjectOpenSeek (0.02s) --- PASS: TestIntegration/TestObjectOpenRange (0.05s) --- PASS: TestIntegration/TestObjectPartialRead (0.02s) --- PASS: TestIntegration/TestObjectUpdate (0.06s) --- PASS: TestIntegration/TestObjectStorable (0.01s) --- PASS: TestIntegration/TestFsIsFile (0.01s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.01s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.06s) --- SKIP: TestIntegration/TestFsPutStream (0.00s) fstests.go:1065: FS has no PutStream interface --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (0.03s) --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *webdav.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) PASS ok github.com/ncw/rclone/backend/webdav 1.822s ---------- PASS ok github.com/ncw/rclone/cmd/serve/webdav 2.901s ? github.com/ncw/rclone/cmd/sha1sum [no test files] ? github.com/ncw/rclone/cmd/size [no test files] ? github.com/ncw/rclone/cmd/sync [no test files] === RUN TestTouchOneFile --- PASS: TestTouchOneFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone157586690", Local "Local file system at /tmp/rclone295908473", Modify Window "1ns" === RUN TestTouchWithNoCreateFlag --- PASS: TestTouchWithNoCreateFlag (0.00s) run.go:173: Remote "Local file system at /tmp/rclone157586690", Local "Local file system at /tmp/rclone295908473", Modify Window "1ns" === RUN TestTouchWithTimestamp --- PASS: TestTouchWithTimestamp (0.00s) run.go:173: Remote "Local file system at /tmp/rclone157586690", Local "Local file system at /tmp/rclone295908473", Modify Window "1ns" === RUN TestTouchWithLognerTimestamp --- PASS: TestTouchWithLognerTimestamp (0.00s) run.go:173: Remote "Local file system at /tmp/rclone157586690", Local "Local file system at /tmp/rclone295908473", Modify Window "1ns" === RUN TestTouchUpdateTimestamp --- PASS: TestTouchUpdateTimestamp (0.00s) run.go:173: Remote "Local file system at /tmp/rclone157586690", Local "Local file system at /tmp/rclone295908473", Modify Window "1ns" === RUN TestTouchUpdateTimestampWithCFlag --- PASS: TestTouchUpdateTimestampWithCFlag (0.00s) run.go:173: Remote "Local file system at /tmp/rclone157586690", Local "Local file system at /tmp/rclone295908473", Modify Window "1ns" === RUN TestTouchCreateMultipleDirAndFile --- PASS: TestTouchCreateMultipleDirAndFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone157586690", Local "Local file system at /tmp/rclone295908473", Modify Window "1ns" PASS ok github.com/ncw/rclone/cmd/touch 0.019s === RUN TestTree --- PASS: TestTree (0.00s) PASS ok github.com/ncw/rclone/cmd/tree 0.011s === RUN TestVersionWorksWithoutAccessibleConfigFile ok github.com/ncw/rclone/cmd/version 0.023s === RUN TestBwTimetableSet --- PASS: TestBwTimetableSet (0.00s) === RUN TestBwTimetableLimitAt --- PASS: TestBwTimetableLimitAt (0.00s) === RUN TestDumpFlagsString --- PASS: TestDumpFlagsString (0.00s) === RUN TestDumpFlagsSet --- PASS: TestDumpFlagsSet (0.00s) === RUN TestDumpFlagsType --- PASS: TestDumpFlagsType (0.00s) === RUN TestFeaturesDisable --- PASS: TestFeaturesDisable (0.00s) === RUN TestFeaturesList --- PASS: TestFeaturesList (0.00s) === RUN TestFeaturesDisableList --- PASS: TestFeaturesDisableList (0.00s) === RUN TestParseRangeOption --- PASS: TestParseRangeOption (0.00s) === RUN TestRangeOptionDecode --- PASS: TestRangeOptionDecode (0.00s) === RUN TestParseDuration --- PASS: TestParseDuration (0.00s) === RUN TestDurationString --- PASS: TestDurationString (0.00s) === RUN TestSizeSuffixString --- PASS: TestSizeSuffixString (0.00s) === RUN TestSizeSuffixUnit --- PASS: TestSizeSuffixUnit (0.00s) === RUN TestSizeSuffixSet --- PASS: TestSizeSuffixSet (0.00s) PASS ok github.com/ncw/rclone/fs 0.007s === RUN TestNewAccountSizeName --- PASS: TestNewAccountSizeName (0.00s) === RUN TestNewAccount --- PASS: TestNewAccount (0.00s) === RUN TestAccountWithBuffer --- PASS: TestAccountWithBuffer (0.00s) === RUN TestAccountGetUpdateReader --- PASS: TestAccountGetUpdateReader (0.00s) === RUN TestAccountRead --- PASS: TestAccountRead (0.00s) === RUN TestAccountString --- PASS: TestAccountString (0.00s) === RUN TestAccountAccounter --- PASS: TestAccountAccounter (0.00s) === RUN TestAccountMaxTransfer --- PASS: TestAccountMaxTransfer (0.00s) PASS ok github.com/ncw/rclone/fs/accounting 0.005s === RUN TestAsyncReader --- PASS: TestAsyncReader (0.00s) === RUN TestAsyncWriteTo --- PASS: TestAsyncWriteTo (0.00s) === RUN TestAsyncReaderErrors --- PASS: TestAsyncReaderErrors (0.00s) === RUN TestAsyncReaderSizes --- PASS: TestAsyncReaderSizes (0.89s) === RUN TestAsyncReaderWriteTo --- PASS: TestAsyncReaderWriteTo (0.83s) === RUN TestAsyncReaderCloseRead --- PASS: TestAsyncReaderCloseRead (0.10s) === RUN TestAsyncReaderCloseWriteTo --- PASS: TestAsyncReaderCloseWriteTo (0.10s) PASS ok github.com/ncw/rclone/fs/asyncreader 1.918s === RUN TestChunkedReader === RUN TestChunkedReader/SeekModeNone === RUN TestChunkedReader/SeekModeNone/Chunksize_-1_-1 === RUN TestChunkedReader/SeekModeNone/Chunksize_-1_0 === RUN TestChunkedReader/SeekModeNone/Chunksize_-1_1 === RUN TestChunkedReader/SeekModeNone/Chunksize_-1_15 === RUN TestChunkedReader/SeekModeNone/Chunksize_-1_16 === RUN TestChunkedReader/SeekModeNone/Chunksize_-1_17 === RUN TestChunkedReader/SeekModeNone/Chunksize_-1_1023 === RUN TestChunkedReader/SeekModeNone/Chunksize_-1_1024 === RUN TestChunkedReader/SeekModeNone/Chunksize_-1_1025 === RUN TestChunkedReader/SeekModeNone/Chunksize_-1_2000 === RUN TestChunkedReader/SeekModeNone/Chunksize_0_-1 === RUN TestChunkedReader/SeekModeNone/Chunksize_0_0 === RUN TestChunkedReader/SeekModeNone/Chunksize_0_1 === RUN TestChunkedReader/SeekModeNone/Chunksize_0_15 === RUN TestChunkedReader/SeekModeNone/Chunksize_0_16 === RUN TestChunkedReader/SeekModeNone/Chunksize_0_17 === RUN TestChunkedReader/SeekModeNone/Chunksize_0_1023 === RUN TestChunkedReader/SeekModeNone/Chunksize_0_1024 === RUN TestChunkedReader/SeekModeNone/Chunksize_0_1025 === RUN TestChunkedReader/SeekModeNone/Chunksize_0_2000 === RUN TestChunkedReader/SeekModeNone/Chunksize_1_0 === RUN TestChunkedReader/SeekModeNone/Chunksize_1_1 === RUN TestChunkedReader/SeekModeNone/Chunksize_1_15 === RUN TestChunkedReader/SeekModeNone/Chunksize_1_16 === RUN TestChunkedReader/SeekModeNone/Chunksize_1_17 === RUN TestChunkedReader/SeekModeNone/Chunksize_1_1023 === RUN TestChunkedReader/SeekModeNone/Chunksize_1_1024 === RUN TestChunkedReader/SeekModeNone/Chunksize_1_1025 === RUN TestChunkedReader/SeekModeNone/Chunksize_1_2000 === RUN TestChunkedReader/SeekModeNone/Chunksize_15_1 === RUN TestChunkedReader/SeekModeNone/Chunksize_15_15 === RUN TestChunkedReader/SeekModeNone/Chunksize_15_16 === RUN TestChunkedReader/SeekModeNone/Chunksize_15_17 === RUN TestChunkedReader/SeekModeNone/Chunksize_15_1023 === RUN TestChunkedReader/SeekModeNone/Chunksize_15_1024 === RUN TestChunkedReader/SeekModeNone/Chunksize_15_1025 === RUN TestChunkedReader/SeekModeNone/Chunksize_15_2000 === RUN TestChunkedReader/SeekModeNone/Chunksize_16_15 === RUN TestChunkedReader/SeekModeNone/Chunksize_16_16 === RUN TestChunkedReader/SeekModeNone/Chunksize_16_17 === RUN TestChunkedReader/SeekModeNone/Chunksize_16_1023 === RUN TestChunkedReader/SeekModeNone/Chunksize_16_1024 === RUN TestChunkedReader/SeekModeNone/Chunksize_16_1025 === RUN TestChunkedReader/SeekModeNone/Chunksize_16_2000 === RUN TestChunkedReader/SeekModeNone/Chunksize_17_16 === RUN TestChunkedReader/SeekModeNone/Chunksize_17_17 === RUN TestChunkedReader/SeekModeNone/Chunksize_17_1023 === RUN TestChunkedReader/SeekModeNone/Chunksize_17_1024 === RUN TestChunkedReader/SeekModeNone/Chunksize_17_1025 === RUN TestChunkedReader/SeekModeNone/Chunksize_17_2000 === RUN TestChunkedReader/SeekModeNone/Chunksize_1023_17 === RUN TestChunkedReader/SeekModeNone/Chunksize_1023_1023 === RUN TestChunkedReader/SeekModeNone/Chunksize_1023_1024 === RUN TestChunkedReader/SeekModeNone/Chunksize_1023_1025 === RUN TestChunkedReader/SeekModeNone/Chunksize_1023_2000 === RUN TestChunkedReader/SeekModeNone/Chunksize_1024_1023 === RUN TestChunkedReader/SeekModeNone/Chunksize_1024_1024 === RUN TestChunkedReader/SeekModeNone/Chunksize_1024_1025 === RUN TestChunkedReader/SeekModeNone/Chunksize_1024_2000 === RUN TestChunkedReader/SeekModeNone/Chunksize_1025_1024 === RUN TestChunkedReader/SeekModeNone/Chunksize_1025_1025 === RUN TestChunkedReader/SeekModeNone/Chunksize_1025_2000 === RUN TestChunkedReader/SeekModeNone/Chunksize_2000_1025 === RUN TestChunkedReader/SeekModeNone/Chunksize_2000_2000 === RUN TestChunkedReader/SeekModeRegular === RUN TestChunkedReader/SeekModeRegular/Chunksize_-1_-1 === RUN TestChunkedReader/SeekModeRegular/Chunksize_-1_0 === RUN TestChunkedReader/SeekModeRegular/Chunksize_-1_1 === RUN TestChunkedReader/SeekModeRegular/Chunksize_-1_15 === RUN TestChunkedReader/SeekModeRegular/Chunksize_-1_16 === RUN TestChunkedReader/SeekModeRegular/Chunksize_-1_17 === RUN TestChunkedReader/SeekModeRegular/Chunksize_-1_1023 === RUN TestChunkedReader/SeekModeRegular/Chunksize_-1_1024 === RUN TestChunkedReader/SeekModeRegular/Chunksize_-1_1025 === RUN TestChunkedReader/SeekModeRegular/Chunksize_-1_2000 === RUN TestChunkedReader/SeekModeRegular/Chunksize_0_-1 === RUN TestChunkedReader/SeekModeRegular/Chunksize_0_0 === RUN TestChunkedReader/SeekModeRegular/Chunksize_0_1 === RUN TestChunkedReader/SeekModeRegular/Chunksize_0_15 === RUN TestChunkedReader/SeekModeRegular/Chunksize_0_16 === RUN TestChunkedReader/SeekModeRegular/Chunksize_0_17 === RUN TestChunkedReader/SeekModeRegular/Chunksize_0_1023 === RUN TestChunkedReader/SeekModeRegular/Chunksize_0_1024 === RUN TestChunkedReader/SeekModeRegular/Chunksize_0_1025 === RUN TestChunkedReader/SeekModeRegular/Chunksize_0_2000 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1_0 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1_1 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1_15 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1_16 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1_17 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1_1023 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1_1024 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1_1025 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1_2000 === RUN TestChunkedReader/SeekModeRegular/Chunksize_15_1 === RUN TestChunkedReader/SeekModeRegular/Chunksize_15_15 === RUN TestChunkedReader/SeekModeRegular/Chunksize_15_16 === RUN TestChunkedReader/SeekModeRegular/Chunksize_15_17 === RUN TestChunkedReader/SeekModeRegular/Chunksize_15_1023 === RUN TestChunkedReader/SeekModeRegular/Chunksize_15_1024 === RUN TestChunkedReader/SeekModeRegular/Chunksize_15_1025 === RUN TestChunkedReader/SeekModeRegular/Chunksize_15_2000 === RUN TestChunkedReader/SeekModeRegular/Chunksize_16_15 === RUN TestChunkedReader/SeekModeRegular/Chunksize_16_16 === RUN TestChunkedReader/SeekModeRegular/Chunksize_16_17 === RUN TestChunkedReader/SeekModeRegular/Chunksize_16_1023 === RUN TestChunkedReader/SeekModeRegular/Chunksize_16_1024 === RUN TestChunkedReader/SeekModeRegular/Chunksize_16_1025 === RUN TestChunkedReader/SeekModeRegular/Chunksize_16_2000 === RUN TestChunkedReader/SeekModeRegular/Chunksize_17_16 === RUN TestChunkedReader/SeekModeRegular/Chunksize_17_17 === RUN TestChunkedReader/SeekModeRegular/Chunksize_17_1023 === RUN TestChunkedReader/SeekModeRegular/Chunksize_17_1024 === RUN TestChunkedReader/SeekModeRegular/Chunksize_17_1025 === RUN TestChunkedReader/SeekModeRegular/Chunksize_17_2000 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1023_17 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1023_1023 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1023_1024 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1023_1025 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1023_2000 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1024_1023 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1024_1024 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1024_1025 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1024_2000 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1025_1024 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1025_1025 === RUN TestChunkedReader/SeekModeRegular/Chunksize_1025_2000 === RUN TestChunkedReader/SeekModeRegular/Chunksize_2000_1025 === RUN TestChunkedReader/SeekModeRegular/Chunksize_2000_2000 === RUN TestChunkedReader/SeekModeRange === RUN TestChunkedReader/SeekModeRange/Chunksize_-1_-1 === RUN TestChunkedReader/SeekModeRange/Chunksize_-1_0 === RUN TestChunkedReader/SeekModeRange/Chunksize_-1_1 === RUN TestChunkedReader/SeekModeRange/Chunksize_-1_15 === RUN TestChunkedReader/SeekModeRange/Chunksize_-1_16 === RUN TestChunkedReader/SeekModeRange/Chunksize_-1_17 === RUN TestChunkedReader/SeekModeRange/Chunksize_-1_1023 === RUN TestChunkedReader/SeekModeRange/Chunksize_-1_1024 === RUN TestChunkedReader/SeekModeRange/Chunksize_-1_1025 === RUN TestChunkedReader/SeekModeRange/Chunksize_-1_2000 === RUN TestChunkedReader/SeekModeRange/Chunksize_0_-1 === RUN TestChunkedReader/SeekModeRange/Chunksize_0_0 === RUN TestChunkedReader/SeekModeRange/Chunksize_0_1 === RUN TestChunkedReader/SeekModeRange/Chunksize_0_15 === RUN TestChunkedReader/SeekModeRange/Chunksize_0_16 === RUN TestChunkedReader/SeekModeRange/Chunksize_0_17 === RUN TestChunkedReader/SeekModeRange/Chunksize_0_1023 === RUN TestChunkedReader/SeekModeRange/Chunksize_0_1024 === RUN TestChunkedReader/SeekModeRange/Chunksize_0_1025 === RUN TestChunkedReader/SeekModeRange/Chunksize_0_2000 === RUN TestChunkedReader/SeekModeRange/Chunksize_1_0 === RUN TestChunkedReader/SeekModeRange/Chunksize_1_1 === RUN TestChunkedReader/SeekModeRange/Chunksize_1_15 === RUN TestChunkedReader/SeekModeRange/Chunksize_1_16 === RUN TestChunkedReader/SeekModeRange/Chunksize_1_17 === RUN TestChunkedReader/SeekModeRange/Chunksize_1_1023 === RUN TestChunkedReader/SeekModeRange/Chunksize_1_1024 === RUN TestChunkedReader/SeekModeRange/Chunksize_1_1025 === RUN TestChunkedReader/SeekModeRange/Chunksize_1_2000 === RUN TestChunkedReader/SeekModeRange/Chunksize_15_1 === RUN TestChunkedReader/SeekModeRange/Chunksize_15_15 === RUN TestChunkedReader/SeekModeRange/Chunksize_15_16 === RUN TestChunkedReader/SeekModeRange/Chunksize_15_17 === RUN TestChunkedReader/SeekModeRange/Chunksize_15_1023 === RUN TestChunkedReader/SeekModeRange/Chunksize_15_1024 === RUN TestChunkedReader/SeekModeRange/Chunksize_15_1025 === RUN TestChunkedReader/SeekModeRange/Chunksize_15_2000 === RUN TestChunkedReader/SeekModeRange/Chunksize_16_15 === RUN TestChunkedReader/SeekModeRange/Chunksize_16_16 === RUN TestChunkedReader/SeekModeRange/Chunksize_16_17 === RUN TestChunkedReader/SeekModeRange/Chunksize_16_1023 === RUN TestChunkedReader/SeekModeRange/Chunksize_16_1024 === RUN TestChunkedReader/SeekModeRange/Chunksize_16_1025 === RUN TestChunkedReader/SeekModeRange/Chunksize_16_2000 === RUN TestChunkedReader/SeekModeRange/Chunksize_17_16 === RUN TestChunkedReader/SeekModeRange/Chunksize_17_17 === RUN TestChunkedReader/SeekModeRange/Chunksize_17_1023 === RUN TestChunkedReader/SeekModeRange/Chunksize_17_1024 === RUN TestChunkedReader/SeekModeRange/Chunksize_17_1025 === RUN TestChunkedReader/SeekModeRange/Chunksize_17_2000 === RUN TestChunkedReader/SeekModeRange/Chunksize_1023_17 === RUN TestChunkedReader/SeekModeRange/Chunksize_1023_1023 === RUN TestChunkedReader/SeekModeRange/Chunksize_1023_1024 === RUN TestChunkedReader/SeekModeRange/Chunksize_1023_1025 === RUN TestChunkedReader/SeekModeRange/Chunksize_1023_2000 === RUN TestChunkedReader/SeekModeRange/Chunksize_1024_1023 === RUN TestChunkedReader/SeekModeRange/Chunksize_1024_1024 === RUN TestChunkedReader/SeekModeRange/Chunksize_1024_1025 === RUN TestChunkedReader/SeekModeRange/Chunksize_1024_2000 === RUN TestChunkedReader/SeekModeRange/Chunksize_1025_1024 === RUN TestChunkedReader/SeekModeRange/Chunksize_1025_1025 === RUN TestChunkedReader/SeekModeRange/Chunksize_1025_2000 === RUN TestChunkedReader/SeekModeRange/Chunksize_2000_1025 === RUN TestChunkedReader/SeekModeRange/Chunksize_2000_2000 --- PASS: TestChunkedReader (0.57s) --- PASS: TestChunkedReader/SeekModeNone (0.23s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_-1_-1 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_-1_0 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_-1_1 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_-1_15 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_-1_16 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_-1_17 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_-1_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_-1_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_-1_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_-1_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_-1 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_0 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_1 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_15 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_16 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_17 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_1024 (0.01s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1_0 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1_1 (0.01s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1_15 (0.02s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1_16 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1_17 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_15_1 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_15_15 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_15_16 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_15_17 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_15_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_15_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_15_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_15_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_16_15 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_16_16 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_16_17 (0.01s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_16_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_16_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_16_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_16_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_17_16 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_17_17 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_17_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_17_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_17_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_17_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1023_17 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1023_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1023_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1023_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1023_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1024_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1024_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1024_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1024_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1025_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1025_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1025_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_2000_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_2000_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular (0.19s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_-1_-1 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_-1_0 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_-1_1 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_-1_15 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_-1_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_-1_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_-1_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_-1_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_-1_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_-1_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_0_-1 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_0_0 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_0_1 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_0_15 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_0_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_0_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_0_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_0_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_0_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_0_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1_0 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1_1 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1_15 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1_2000 (0.01s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_15_1 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_15_15 (0.01s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_15_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_15_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_15_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_15_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_15_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_15_2000 (0.01s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_16_15 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_16_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_16_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_16_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_16_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_16_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_16_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_17_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_17_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_17_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_17_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_17_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_17_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1023_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1023_1023 (0.01s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1023_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1023_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1023_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1024_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1024_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1024_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1024_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1025_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1025_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_1025_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_2000_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_2000_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRange (0.15s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_-1_-1 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_-1_0 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_-1_1 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_-1_15 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_-1_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_-1_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_-1_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_-1_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_-1_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_-1_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_0_-1 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_0_0 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_0_1 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_0_15 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_0_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_0_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_0_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_0_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_0_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_0_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1_0 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1_1 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1_15 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_15_1 (0.01s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_15_15 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_15_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_15_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_15_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_15_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_15_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_15_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_16_15 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_16_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_16_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_16_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_16_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_16_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_16_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_17_16 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_17_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_17_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_17_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_17_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_17_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1023_17 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1023_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1023_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1023_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1023_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1024_1023 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1024_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1024_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1024_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1025_1024 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1025_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_1025_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_2000_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeRange/Chunksize_2000_2000 (0.00s) === RUN TestErrorAfterClose --- PASS: TestErrorAfterClose (0.00s) PASS ok github.com/ncw/rclone/fs/chunkedreader 0.581s === RUN TestCRUD --- PASS: TestCRUD (0.00s) === RUN TestReveal --- PASS: TestReveal (0.00s) === RUN TestConfigLoad --- PASS: TestConfigLoad (0.07s) === RUN TestConfigLoadEncrypted --- PASS: TestConfigLoadEncrypted (0.00s) === RUN TestConfigLoadEncryptedFailures --- PASS: TestConfigLoadEncryptedFailures (0.01s) === RUN TestPassword Your password contains leading/trailing whitespace - in previous versions of rclone this was stripped --- PASS: TestPassword (0.00s) === RUN TestMatchProvider --- PASS: TestMatchProvider (0.00s) PASS ok github.com/ncw/rclone/fs/config 0.095s ? github.com/ncw/rclone/fs/config/configflags [no test files] ? github.com/ncw/rclone/fs/config/flags [no test files] === RUN TestObscure --- PASS: TestObscure (0.00s) PASS ok github.com/ncw/rclone/fs/config/obscure 0.004s ? github.com/ncw/rclone/fs/driveletter [no test files] === RUN TestNewFilterDefault --- PASS: TestNewFilterDefault (0.00s) === RUN TestNewFilterFull 2018/07/08 05:07:03 ERROR : Using --filter is recommended instead of both --include and --exclude as the order they are parsed in is indeterminate --- PASS: TestNewFilterFull (0.00s) === RUN TestNewFilterIncludeFiles --- PASS: TestNewFilterIncludeFiles (0.00s) === RUN TestNewFilterIncludeFilesDirs --- PASS: TestNewFilterIncludeFilesDirs (0.00s) === RUN TestNewFilterMinSize --- PASS: TestNewFilterMinSize (0.00s) === RUN TestNewFilterMaxSize --- PASS: TestNewFilterMaxSize (0.00s) === RUN TestNewFilterMinAndMaxAge --- PASS: TestNewFilterMinAndMaxAge (0.00s) === RUN TestNewFilterMinAge --- PASS: TestNewFilterMinAge (0.00s) === RUN TestNewFilterMaxAge --- PASS: TestNewFilterMaxAge (0.00s) === RUN TestNewFilterMatches --- PASS: TestNewFilterMatches (0.00s) === RUN TestFilterAddDirRuleOrFileRule --- PASS: TestFilterAddDirRuleOrFileRule (0.00s) === RUN TestFilterForEachLine --- PASS: TestFilterForEachLine (0.00s) === RUN TestFilterMatchesFromDocs --- PASS: TestFilterMatchesFromDocs (0.00s) === RUN TestGlobToRegexp --- PASS: TestGlobToRegexp (0.00s) === RUN TestGlobToDirGlobs --- PASS: TestGlobToDirGlobs (0.00s) PASS ok github.com/ncw/rclone/fs/filter 0.010s ? github.com/ncw/rclone/fs/filter/filterflags [no test files] === RUN TestCause --- PASS: TestCause (0.00s) === RUN TestShouldRetry --- PASS: TestShouldRetry (0.00s) PASS ok github.com/ncw/rclone/fs/fserrors 0.003s === RUN TestSetDefaults --- PASS: TestSetDefaults (0.00s) === RUN TestCleanAuth --- PASS: TestCleanAuth (0.00s) === RUN TestCleanAuths --- PASS: TestCleanAuths (0.00s) PASS ok github.com/ncw/rclone/fs/fshttp 0.006s === RUN TestParse --- PASS: TestParse (0.00s) === RUN TestSplit --- PASS: TestSplit (0.00s) PASS ok github.com/ncw/rclone/fs/fspath 0.004s === RUN TestHashSet --- PASS: TestHashSet (0.00s) === RUN TestMultiHasher --- PASS: TestMultiHasher (0.00s) === RUN TestMultiHasherTypes --- PASS: TestMultiHasherTypes (0.00s) === RUN TestHashStream --- PASS: TestHashStream (0.00s) === RUN TestHashStreamTypes --- PASS: TestHashStreamTypes (0.00s) === RUN TestHashSetStringer --- PASS: TestHashSetStringer (0.00s) === RUN TestHashStringer --- PASS: TestHashStringer (0.00s) PASS ok github.com/ncw/rclone/fs/hash 0.004s === RUN TestFilterAndSortIncludeAll --- PASS: TestFilterAndSortIncludeAll (0.00s) === RUN TestFilterAndSortCheckDir 2018/07/08 05:07:05 ERROR : dir/: Entry doesn't belong in directory "dir" (same as directory) - ignoring 2018/07/08 05:07:05 ERROR : diR/a: Entry doesn't belong in directory "dir" (too short) - ignoring 2018/07/08 05:07:05 ERROR : dir/B/sub: Entry doesn't belong in directory "dir" (contains subdir) - ignoring --- PASS: TestFilterAndSortCheckDir (0.00s) === RUN TestFilterAndSortCheckDirRoot 2018/07/08 05:07:05 ERROR : : Entry doesn't belong in directory "" (same as directory) - ignoring 2018/07/08 05:07:05 ERROR : B/sub: Entry doesn't belong in directory "" (contains subdir) - ignoring --- PASS: TestFilterAndSortCheckDirRoot (0.00s) === RUN TestFilterAndSortUnknown 2018/07/08 05:07:05 ERROR : : Entry doesn't belong in directory "" (same as directory) - ignoring --- PASS: TestFilterAndSortUnknown (0.00s) PASS ok github.com/ncw/rclone/fs/list 0.006s ? github.com/ncw/rclone/fs/log [no test files] === RUN TestNewMatchEntries --- PASS: TestNewMatchEntries (0.00s) === RUN TestMatchListings 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in source - ignoring 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in destination - ignoring 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in source - ignoring 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in source - ignoring 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in destination - ignoring 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in source - ignoring 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in destination - ignoring 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in destination - ignoring 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in source - ignoring 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in destination - ignoring 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in source - ignoring 2018/07/08 05:07:05 NOTICE: a: Duplicate object found in destination - ignoring --- PASS: TestMatchListings (0.00s) PASS ok github.com/ncw/rclone/fs/march 0.005s === RUN TestStaticObject --- PASS: TestStaticObject (0.00s) === RUN TestMemoryFs --- PASS: TestMemoryFs (0.00s) === RUN TestMemoryObject --- PASS: TestMemoryObject (0.00s) PASS ok github.com/ncw/rclone/fs/object 0.004s === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestDeduplicateInteractive 2018/07/08 05:07:08 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateInteractive (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateSkip 2018/07/08 05:07:08 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateSkip (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateFirst 2018/07/08 05:07:08 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateFirst (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateNewest 2018/07/08 05:07:08 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateNewest (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateOldest 2018/07/08 05:07:08 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateOldest (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateLargest 2018/07/08 05:07:08 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateLargest (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateRename 2018/07/08 05:07:08 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateRename (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestMergeDirs 2018/07/08 05:07:08 ERROR : : error listing: directory not found --- SKIP: TestMergeDirs (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" dedupe_test.go:191: Can't merge directories === RUN TestListDirSorted --- PASS: TestListDirSorted (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestMkdir --- PASS: TestMkdir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestLsd --- PASS: TestLsd (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestLs --- PASS: TestLs (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestLsLong --- PASS: TestLsLong (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestHashSums --- PASS: TestHashSums (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestCount --- PASS: TestCount (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestDelete --- PASS: TestDelete (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestCheck 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 0 differences found 2018/07/08 05:07:08 ERROR : potato2: File not in Local file system at /tmp/rclone424286462 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 1 differences found 2018/07/08 05:07:08 ERROR : potato2: File not in Local file system at /tmp/rclone424286462 2018/07/08 05:07:08 ERROR : empty space: File not in Local file system at /tmp/rclone914182213 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone914182213: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 3 differences found 2018/07/08 05:07:08 ERROR : empty space: File not in Local file system at /tmp/rclone914182213 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone914182213: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 4 differences found 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 4 differences found 2018/07/08 05:07:08 ERROR : remotepotato: File not in Local file system at /tmp/rclone914182213 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone914182213: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 5 differences found 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 5 differences found --- PASS: TestCheck (0.01s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestCheckDownload 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 5 differences found 2018/07/08 05:07:08 ERROR : potato2: File not in Local file system at /tmp/rclone424286462 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 6 differences found 2018/07/08 05:07:08 ERROR : potato2: File not in Local file system at /tmp/rclone424286462 2018/07/08 05:07:08 ERROR : empty space: File not in Local file system at /tmp/rclone914182213 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone914182213: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 8 differences found 2018/07/08 05:07:08 ERROR : empty space: File not in Local file system at /tmp/rclone914182213 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone914182213: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 9 differences found 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 9 differences found 2018/07/08 05:07:08 ERROR : remotepotato: File not in Local file system at /tmp/rclone914182213 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone914182213: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 10 differences found 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 10 differences found --- PASS: TestCheckDownload (0.01s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestCheckSizeOnly 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 10 differences found 2018/07/08 05:07:08 ERROR : potato2: File not in Local file system at /tmp/rclone424286462 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 11 differences found 2018/07/08 05:07:08 ERROR : potato2: File not in Local file system at /tmp/rclone424286462 2018/07/08 05:07:08 ERROR : empty space: File not in Local file system at /tmp/rclone914182213 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone914182213: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 13 differences found 2018/07/08 05:07:08 ERROR : empty space: File not in Local file system at /tmp/rclone914182213 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone914182213: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 14 differences found 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 14 differences found 2018/07/08 05:07:08 ERROR : remotepotato: File not in Local file system at /tmp/rclone914182213 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone914182213: 1 files missing 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 15 differences found 2018/07/08 05:07:08 NOTICE: Local file system at /tmp/rclone424286462: 15 differences found --- PASS: TestCheckSizeOnly (0.01s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestCat --- PASS: TestCat (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestRcat --- PASS: TestRcat (0.03s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestRmdirsNoLeaveRoot --- PASS: TestRmdirsNoLeaveRoot (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestRmdirsLeaveRoot --- PASS: TestRmdirsLeaveRoot (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestMoveFile --- PASS: TestMoveFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestCopyFile --- PASS: TestCopyFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlapping --- PASS: TestOverlapping (0.00s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.01s) run.go:173: Remote "Local file system at /tmp/rclone424286462", Local "Local file system at /tmp/rclone914182213", Modify Window "1ns" PASS ok github.com/ncw/rclone/fs/operations 0.129s ? github.com/ncw/rclone/fs/rc [no test files] ? github.com/ncw/rclone/fs/rc/rcflags [no test files] === RUN TestCopyWithDryRun 2018/07/08 05:07:08 NOTICE: sub dir/hello world: Not copying as --dry-run --- PASS: TestCopyWithDryRun (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestCopy --- PASS: TestCopy (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestCopyWithDepth --- PASS: TestCopyWithDepth (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestCopyEmptyDirectories --- PASS: TestCopyEmptyDirectories (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestServerSideCopy --- PASS: TestServerSideCopy (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" sync_test.go:118: Server side copy (if possible) Local file system at /tmp/rclone291061122 -> Local file system at /tmp/rclone456412630 === RUN TestCopyAfterDelete 2018/07/08 05:07:08 ERROR : : error listing: directory not found --- PASS: TestCopyAfterDelete (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestCopyRedownload --- PASS: TestCopyRedownload (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncBasedOnCheckSum --- PASS: TestSyncBasedOnCheckSum (0.01s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncSizeOnly --- PASS: TestSyncSizeOnly (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncIgnoreSize --- PASS: TestSyncIgnoreSize (0.01s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncIgnoreTimes --- PASS: TestSyncIgnoreTimes (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncIgnoreExisting --- PASS: TestSyncIgnoreExisting (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncIgnoreErrors --- PASS: TestSyncIgnoreErrors (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncAfterChangingModtimeOnly 2018/07/08 05:07:08 NOTICE: empty space: Not updating modification time as --dry-run --- PASS: TestSyncAfterChangingModtimeOnly (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncDoesntUpdateModtime --- PASS: TestSyncDoesntUpdateModtime (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncAfterAddingAFile --- PASS: TestSyncAfterAddingAFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncAfterChangingFilesSizeOnly --- PASS: TestSyncAfterChangingFilesSizeOnly (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncAfterChangingContentsOnly --- PASS: TestSyncAfterChangingContentsOnly (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun 2018/07/08 05:07:08 NOTICE: potato2: Not copying as --dry-run 2018/07/08 05:07:08 NOTICE: potato: Not deleting as --dry-run --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncAfterRemovingAFileAndAddingAFile --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors 2018/07/08 05:07:08 ERROR : Local file system at /tmp/rclone291061122: not deleting files as there were IO errors 2018/07/08 05:07:08 ERROR : Local file system at /tmp/rclone291061122: not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring --- PASS: TestSyncDeleteDuring (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncDeleteBefore --- PASS: TestSyncDeleteBefore (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestCopyDeleteBefore --- PASS: TestCopyDeleteBefore (0.01s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncWithExclude --- PASS: TestSyncWithExclude (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncWithExcludeAndDeleteExcluded --- PASS: TestSyncWithExcludeAndDeleteExcluded (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncWithUpdateOlder --- PASS: TestSyncWithUpdateOlder (0.01s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncWithTrackRenames --- PASS: TestSyncWithTrackRenames (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" sync_test.go:855: Can track renames: true === RUN TestServerSideMove 2018/07/08 05:07:08 ERROR : : error listing: directory not found 2018/07/08 05:07:08 purge failed: lstat /tmp/rclone637113208: no such file or directory --- PASS: TestServerSideMove (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" sync_test.go:898: Server side move (if possible) Local file system at /tmp/rclone291061122 -> Local file system at /tmp/rclone637113208 === RUN TestServerSideMoveWithFilter --- PASS: TestServerSideMoveWithFilter (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" sync_test.go:898: Server side move (if possible) Local file system at /tmp/rclone291061122 -> Local file system at /tmp/rclone520353324 === RUN TestServerSideMoveDeleteEmptySourceDirs 2018/07/08 05:07:08 ERROR : : error listing: directory not found 2018/07/08 05:07:08 ERROR : : error listing: directory not found 2018/07/08 05:07:08 purge failed: lstat /tmp/rclone055908384: no such file or directory --- PASS: TestServerSideMoveDeleteEmptySourceDirs (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" sync_test.go:898: Server side move (if possible) Local file system at /tmp/rclone291061122 -> Local file system at /tmp/rclone055908384 === RUN TestServerSideMoveOverlap --- SKIP: TestServerSideMoveOverlap (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" sync_test.go:983: Skipping test as remote supports DirMove === RUN TestSyncBackupDir --- PASS: TestSyncBackupDir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncBackupDirWithSuffix --- PASS: TestSyncBackupDirWithSuffix (0.01s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncUTFNorm --- PASS: TestSyncUTFNorm (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestSyncImmutable 2018/07/08 05:07:08 ERROR : existing: Source and destination exist but do not match: immutable file modified 2018/07/08 05:07:08 ERROR : Local file system at /tmp/rclone291061122: not deleting files as there were IO errors 2018/07/08 05:07:08 ERROR : Local file system at /tmp/rclone291061122: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (0.01s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" === RUN TestAbort 2018/07/08 05:07:08 NOTICE: file1: Removing partially written file on error: Max transfer limit reached as set by --max-transfer 2018/07/08 05:07:08 ERROR : file1: Failed to copy: Max transfer limit reached as set by --max-transfer 2018/07/08 05:07:08 ERROR : Cancelling sync due to fatal error: Max transfer limit reached as set by --max-transfer 2018/07/08 05:07:08 ERROR : Local file system at /tmp/rclone291061122: not deleting files as there were IO errors 2018/07/08 05:07:08 ERROR : Local file system at /tmp/rclone291061122: not deleting directories as there were IO errors --- PASS: TestAbort (0.00s) run.go:173: Remote "Local file system at /tmp/rclone291061122", Local "Local file system at /tmp/rclone461578489", Modify Window "1ns" PASS ok github.com/ncw/rclone/fs/sync 0.170s === RUN TestWalkEmpty --- PASS: TestWalkEmpty (0.00s) === RUN TestWalkREmpty --- PASS: TestWalkREmpty (0.00s) === RUN TestWalkEmptySkip --- PASS: TestWalkEmptySkip (0.00s) === RUN TestWalkREmptySkip --- PASS: TestWalkREmptySkip (0.00s) === RUN TestWalkNotFound 2018/07/08 05:07:09 ERROR : : error listing: directory not found --- PASS: TestWalkNotFound (0.00s) === RUN TestWalkRNotFound --- PASS: TestWalkRNotFound (0.00s) === RUN TestWalkNotFoundMaskError --- PASS: TestWalkNotFoundMaskError (0.00s) === RUN TestWalkNotFoundSkipkError --- PASS: TestWalkNotFoundSkipkError (0.00s) === RUN TestWalkLevels --- PASS: TestWalkLevels (0.00s) === RUN TestWalkRLevels --- PASS: TestWalkRLevels (0.00s) === RUN TestWalkLevelsNoRecursive10 --- PASS: TestWalkLevelsNoRecursive10 (0.00s) === RUN TestWalkRLevelsNoRecursive10 --- PASS: TestWalkRLevelsNoRecursive10 (0.00s) === RUN TestWalkNDirTree --- PASS: TestWalkNDirTree (0.00s) === RUN TestWalkLevelsNoRecursive --- PASS: TestWalkLevelsNoRecursive (0.00s) === RUN TestWalkRLevelsNoRecursive --- PASS: TestWalkRLevelsNoRecursive (0.00s) === RUN TestWalkLevels2 --- PASS: TestWalkLevels2 (0.00s) === RUN TestWalkRLevels2 --- PASS: TestWalkRLevels2 (0.00s) === RUN TestWalkSkip --- PASS: TestWalkSkip (0.00s) === RUN TestWalkRSkip --- PASS: TestWalkRSkip (0.00s) === RUN TestWalkErrors 2018/07/08 05:07:09 ERROR : 0: error listing: directory not found --- PASS: TestWalkErrors (0.00s) === RUN TestWalkRErrors --- PASS: TestWalkRErrors (0.00s) === RUN TestWalkMulti --- PASS: TestWalkMulti (0.02s) === RUN TestWalkRMulti --- PASS: TestWalkRMulti (0.02s) === RUN TestWalkMultiErrors 2018/07/08 05:07:09 ERROR : 9/9/0: error listing: boom 2018/07/08 05:07:09 ERROR : 9/9/1: error listing: boom 2018/07/08 05:07:09 ERROR : 9/9/2: error listing: boom 2018/07/08 05:07:09 ERROR : 9/9/3: error listing: boom 2018/07/08 05:07:09 ERROR : 9/9/4: error listing: boom 2018/07/08 05:07:09 ERROR : 9/9/5: error listing: boom 2018/07/08 05:07:09 ERROR : 9/9/6: error listing: boom 2018/07/08 05:07:09 ERROR : 9/9/7: error listing: boom 2018/07/08 05:07:09 ERROR : 9/9/8: error listing: boom --- PASS: TestWalkMultiErrors (0.00s) === RUN TestWalkRMultiErrors 2018/07/08 05:07:09 ERROR : 9/9/0: error listing: boom --- PASS: TestWalkRMultiErrors (0.00s) === RUN TestWalkRDirTree --- PASS: TestWalkRDirTree (0.00s) === RUN TestWalkRDirTreeExclude --- PASS: TestWalkRDirTreeExclude (0.00s) PASS ok github.com/ncw/rclone/fs/walk 0.052s ? github.com/ncw/rclone/fstest [no test files] ? github.com/ncw/rclone/fstest/fstests [no test files] ? github.com/ncw/rclone/fstest/mockdir [no test files] ? github.com/ncw/rclone/fstest/mockobject [no test files] ? github.com/ncw/rclone/fstest/test_all [no test files] ? github.com/ncw/rclone/lib/atexit [no test files] ? github.com/ncw/rclone/lib/dircache [no test files] ? github.com/ncw/rclone/lib/oauthutil [no test files] === RUN TestNew --- PASS: TestNew (0.00s) === RUN TestSetSleep --- PASS: TestSetSleep (0.00s) === RUN TestGetSleep --- PASS: TestGetSleep (0.00s) === RUN TestSetMinSleep --- PASS: TestSetMinSleep (0.00s) === RUN TestSetMaxSleep --- PASS: TestSetMaxSleep (0.00s) === RUN TestMaxConnections --- PASS: TestMaxConnections (0.00s) === RUN TestSetDecayConstant --- PASS: TestSetDecayConstant (0.00s) === RUN TestDecay --- PASS: TestDecay (0.00s) === RUN TestSetAttackConstant --- PASS: TestSetAttackConstant (0.00s) === RUN TestAttack --- PASS: TestAttack (0.00s) === RUN TestSetRetries --- PASS: TestSetRetries (0.00s) === RUN TestSetPacer --- PASS: TestSetPacer (0.00s) === RUN TestBeginCall --- PASS: TestBeginCall (0.01s) === RUN TestBeginCallZeroConnections --- PASS: TestBeginCallZeroConnections (0.01s) === RUN TestDefaultPacer --- PASS: TestDefaultPacer (0.00s) === RUN TestAmazonCloudDrivePacer --- PASS: TestAmazonCloudDrivePacer (0.00s) === RUN TestGoogleDrivePacer --- PASS: TestGoogleDrivePacer (0.00s) === RUN TestEndCall --- PASS: TestEndCall (0.00s) === RUN TestEndCallZeroConnections --- PASS: TestEndCallZeroConnections (0.00s) === RUN Test_callNoRetry --- PASS: Test_callNoRetry (0.00s) === RUN Test_callRetry --- PASS: Test_callRetry (0.02s) === RUN TestCall --- PASS: TestCall (0.04s) === RUN TestCallNoRetry --- PASS: TestCallNoRetry (0.00s) === RUN TestTokenDispenser --- PASS: TestTokenDispenser (0.00s) PASS ok github.com/ncw/rclone/lib/pacer 0.092s === RUN TestReadFill --- PASS: TestReadFill (0.00s) === RUN TestRepeatableReader --- PASS: TestRepeatableReader (0.00s) PASS ok github.com/ncw/rclone/lib/readers 0.005s === RUN TestURLJoin --- PASS: TestURLJoin (0.00s) === RUN TestURLPathEscape --- PASS: TestURLPathEscape (0.00s) PASS ok github.com/ncw/rclone/lib/rest 0.007s === RUN TestCacheModeString --- PASS: TestCacheModeString (0.00s) === RUN TestCacheModeSet --- PASS: TestCacheModeSet (0.00s) === RUN TestCacheModeType --- PASS: TestCacheModeType (0.00s) === RUN TestCacheNew 2018/07/08 05:07:12 ERROR : : error listing: directory not found --- PASS: TestCacheNew (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestCacheOpens 2018/07/08 05:07:12 ERROR : : error listing: directory not found --- PASS: TestCacheOpens (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestCacheOpenMkdir 2018/07/08 05:07:12 ERROR : : error listing: directory not found --- PASS: TestCacheOpenMkdir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestCacheCacheDir 2018/07/08 05:07:12 ERROR : : error listing: directory not found --- PASS: TestCacheCacheDir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestCachePurgeOld 2018/07/08 05:07:12 ERROR : : error listing: directory not found --- PASS: TestCachePurgeOld (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirHandleMethods --- PASS: TestDirHandleMethods (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirHandleReaddir --- PASS: TestDirHandleReaddir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirHandleReaddirnames --- PASS: TestDirHandleReaddirnames (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirMethods --- PASS: TestDirMethods (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirForgetAll --- PASS: TestDirForgetAll (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirForgetPath --- PASS: TestDirForgetPath (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirWalk --- PASS: TestDirWalk (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirSetModTime --- PASS: TestDirSetModTime (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirStat --- PASS: TestDirStat (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirReadDirAll --- PASS: TestDirReadDirAll (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirOpen 2018/07/08 05:07:12 ERROR : dir/: Can only open directories read only --- PASS: TestDirOpen (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirCreate --- PASS: TestDirCreate (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirMkdir 2018/07/08 05:07:12 ERROR : dir/: Dir.Mkdir failed to create directory: mkdir /tmp/rclone219857674/dir/file1: not a directory --- PASS: TestDirMkdir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirRemove 2018/07/08 05:07:12 ERROR : dir/: Dir.Remove not empty --- PASS: TestDirRemove (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirRemoveAll --- PASS: TestDirRemoveAll (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirRemoveName --- PASS: TestDirRemoveName (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestDirRename 2018/07/08 05:07:12 ERROR : dir/not found: Dir.Rename error: file does not exist --- PASS: TestDirRename (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods --- PASS: TestFileMethods (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestFileSetModTime --- PASS: TestFileSetModTime (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestFileOpenRead --- PASS: TestFileOpenRead (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestFileOpenWrite --- PASS: TestFileOpenWrite (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestFileRemove --- PASS: TestFileRemove (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestFileRemoveAll --- PASS: TestFileRemoveAll (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestFileOpen 2018/07/08 05:07:12 ERROR : dir/file1: Can't figure out how to open with flags: 0x3 --- PASS: TestFileOpen (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestReadFileHandleMethods --- PASS: TestReadFileHandleMethods (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestReadFileHandleSeek --- PASS: TestReadFileHandleSeek (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestReadFileHandleReadAt 2018/07/08 05:07:12 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor --- PASS: TestReadFileHandleReadAt (0.01s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestReadFileHandleFlush --- PASS: TestReadFileHandleFlush (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestReadFileHandleRelease --- PASS: TestReadFileHandleRelease (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileHandleMethodsRead --- PASS: TestRWFileHandleMethodsRead (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileHandleSeek --- PASS: TestRWFileHandleSeek (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileHandleReadAt --- PASS: TestRWFileHandleReadAt (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileHandleFlushRead --- PASS: TestRWFileHandleFlushRead (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileHandleReleaseRead --- PASS: TestRWFileHandleReleaseRead (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileHandleMethodsWrite --- PASS: TestRWFileHandleMethodsWrite (0.01s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileHandleWriteAt --- PASS: TestRWFileHandleWriteAt (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileHandleWriteNoWrite --- PASS: TestRWFileHandleWriteNoWrite (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileHandleFlushWrite --- PASS: TestRWFileHandleFlushWrite (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileHandleReleaseWrite --- PASS: TestRWFileHandleReleaseWrite (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileHandleOpenTests 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/08 05:07:12 ERROR : open-test-file: File.openRW failed: file already exists --- PASS: TestRWFileHandleOpenTests (0.37s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestRWFileModTimeWithOpenWriters --- PASS: TestRWFileModTimeWithOpenWriters (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew --- PASS: TestVFSNew (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestVFSRoot --- PASS: TestVFSRoot (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestVFSStat --- PASS: TestVFSStat (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestVFSStatParent --- PASS: TestVFSStatParent (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestVFSOpenFile --- PASS: TestVFSOpenFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestVFSRename --- PASS: TestVFSRename (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestVFSStatfs --- PASS: TestVFSStatfs (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestWriteFileHandleMethods 2018/07/08 05:07:12 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2018/07/08 05:07:12 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2018/07/08 05:07:12 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2018/07/08 05:07:12 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes --- PASS: TestWriteFileHandleMethods (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestWriteFileHandleWriteAt 2018/07/08 05:07:12 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2018/07/08 05:07:12 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor --- PASS: TestWriteFileHandleWriteAt (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestWriteFileHandleFlush --- PASS: TestWriteFileHandleFlush (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestWriteFileHandleRelease --- PASS: TestWriteFileHandleRelease (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" === RUN TestWriteFileModTimeWithOpenWriters --- PASS: TestWriteFileModTimeWithOpenWriters (0.00s) run.go:173: Remote "Local file system at /tmp/rclone219857674", Local "Local file system at /tmp/rclone999330017", Modify Window "1ns" PASS ok github.com/ncw/rclone/vfs 0.473s ? github.com/ncw/rclone/vfs/vfsflags [no test files]