? 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.007s ? github.com/ncw/rclone/backend/all [no test files] ? github.com/ncw/rclone/backend/amazonclouddrive [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/28 05:01:24 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- FAIL: TestIntegration (2.04s) --- PASS: TestIntegration/TestInit (0.36s) fstests.go:221: Using remote "TestAzureBlob:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (0.03s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.00s) --- PASS: TestIntegration/TestFsMkdir (0.02s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.05s) 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.07s) --- FAIL: TestIntegration/TestFsPutError (0.06s) fstests.go:394: Error Trace: fstests.go:394 Error: Expected value not to be nil. Test: TestIntegration/TestFsPutError fstests.go:397: Error Trace: fstests.go:397 Error: Expected nil, but got: &azureblob.Object{fs:(*azureblob.Fs)(0xc420444240), remote:"hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt", modTime:time.Time{wall:0x756b5b3, ext:63116769910, loc:(*time.Location)(nil)}, md5:"F7fUFKex697D0QFlGcHdCg==", size:50, mimeType:"text/plain; charset=utf-8", accessTier:"Cool", meta:map[string]string{"mtime":"2001-02-03T04:05:10.123123123Z"}} Test: TestIntegration/TestFsPutError fstests.go:398: Error Trace: fstests.go:398 Error: Not equal: expected: *errors.fundamental(object not found) actual : () Test: TestIntegration/TestFsPutError --- PASS: TestIntegration/TestFsPutFile2 (0.03s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.03s) --- PASS: TestIntegration/TestFsListDirFile2 (0.37s) --- PASS: TestIntegration/TestFsListRDirFile2 (0.05s) --- 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.05s) --- PASS: TestIntegration/TestFsNewObject (0.01s) --- PASS: TestIntegration/TestFsListFile1and2 (0.05s) --- PASS: TestIntegration/TestFsNewObjectDir (0.01s) --- PASS: TestIntegration/TestFsCopy (0.22s) --- 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.03s) --- 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.03s) --- 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.07s) --- PASS: TestIntegration/TestObjectStorable (0.01s) --- PASS: TestIntegration/TestFsIsFile (0.03s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.02s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.07s) --- 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: *azureblob.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) FAIL FAIL github.com/ncw/rclone/backend/azureblob 2.042s === 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/28 05:01:51 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (28.70s) --- PASS: TestIntegration/TestInit (2.07s) 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.41s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.18s) --- PASS: TestIntegration/TestFsMkdir (0.83s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.54s) 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.18s) --- PASS: TestIntegration/TestFsListDirEmpty (0.16s) --- PASS: TestIntegration/TestFsListRDirEmpty (0.17s) --- PASS: TestIntegration/TestFsListDirNotFound (0.15s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.15s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.40s) --- PASS: TestIntegration/TestFsPutFile1 (1.99s) --- PASS: TestIntegration/TestFsPutError (0.17s) --- PASS: TestIntegration/TestFsPutFile2 (1.13s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.47s) --- PASS: TestIntegration/TestFsListDirFile2 (0.83s) --- PASS: TestIntegration/TestFsListRDirFile2 (0.80s) --- PASS: TestIntegration/TestFsListDirRoot (0.86s) --- PASS: TestIntegration/TestFsListRDirRoot (0.45s) --- PASS: TestIntegration/TestFsListSubdir (0.17s) --- PASS: TestIntegration/TestFsListRSubdir (0.16s) --- PASS: TestIntegration/TestFsListLevel2 (0.35s) --- PASS: TestIntegration/TestFsListRLevel2 (0.16s) --- PASS: TestIntegration/TestFsListFile1 (0.82s) --- PASS: TestIntegration/TestFsNewObject (0.15s) --- PASS: TestIntegration/TestFsListFile1and2 (0.76s) --- PASS: TestIntegration/TestFsNewObjectDir (0.15s) --- 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.16s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.73s) --- PASS: TestIntegration/TestObjectFs (0.15s) --- PASS: TestIntegration/TestObjectRemote (0.15s) --- PASS: TestIntegration/TestObjectHashes (0.15s) --- PASS: TestIntegration/TestObjectModTime (0.23s) --- PASS: TestIntegration/TestObjectMimeType (0.15s) --- PASS: TestIntegration/TestObjectSetModTime (0.15s) fstests.go:877: can't set modified time --- PASS: TestIntegration/TestObjectSize (0.16s) --- PASS: TestIntegration/TestObjectOpen (0.85s) --- PASS: TestIntegration/TestObjectOpenSeek (0.77s) --- PASS: TestIntegration/TestObjectOpenRange (0.86s) --- PASS: TestIntegration/TestObjectPartialRead (0.33s) --- PASS: TestIntegration/TestObjectUpdate (2.12s) --- PASS: TestIntegration/TestObjectStorable (0.23s) --- PASS: TestIntegration/TestFsIsFile (1.29s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.74s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (1.39s) --- PASS: TestIntegration/TestFsPutStream (1.55s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (1.88s) --- 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.709s === 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.005s === 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/28 05:01: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/28 05:02:39 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:02:45 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (82.86s) --- PASS: TestIntegration/TestInit (2.94s) 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.69s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.31s) --- PASS: TestIntegration/TestFsMkdir (1.74s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (6.35s) --- PASS: TestIntegration/TestFsListEmpty (0.30s) --- PASS: TestIntegration/TestFsListDirEmpty (0.28s) --- 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 (1.06s) --- PASS: TestIntegration/TestFsPutFile1 (1.76s) --- PASS: TestIntegration/TestFsPutError (3.93s) --- PASS: TestIntegration/TestFsPutFile2 (1.59s) --- PASS: TestIntegration/TestFsUpdateFile1 (1.50s) --- PASS: TestIntegration/TestFsListDirFile2 (1.56s) --- 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.33s) --- 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.30s) --- PASS: TestIntegration/TestFsListFile1and2 (1.53s) --- PASS: TestIntegration/TestFsNewObjectDir (0.30s) --- PASS: TestIntegration/TestFsCopy (4.17s) --- PASS: TestIntegration/TestFsMove (12.16s) --- PASS: TestIntegration/TestFsDirMove (11.50s) --- PASS: TestIntegration/TestFsRmdirFull (0.36s) --- 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.52s) --- PASS: TestIntegration/TestObjectRemote (0.29s) --- PASS: TestIntegration/TestObjectHashes (0.28s) --- PASS: TestIntegration/TestObjectModTime (0.28s) --- SKIP: TestIntegration/TestObjectMimeType (0.29s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (1.16s) --- PASS: TestIntegration/TestObjectSize (0.29s) --- PASS: TestIntegration/TestObjectOpen (1.52s) --- PASS: TestIntegration/TestObjectOpenSeek (0.87s) --- PASS: TestIntegration/TestObjectOpenRange (3.09s) --- PASS: TestIntegration/TestObjectPartialRead (1.07s) --- PASS: TestIntegration/TestObjectUpdate (2.17s) --- PASS: TestIntegration/TestObjectStorable (0.30s) --- PASS: TestIntegration/TestFsIsFile (4.93s) --- PASS: TestIntegration/TestFsIsFileNotFound (1.89s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (2.98s) --- PASS: TestIntegration/TestFsPutStream (1.56s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (1.70s) --- 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 82.867s ? github.com/ncw/rclone/backend/box/api [no test files] 2018/07/28 05:01:24 Running with the following params: remote: TestInternalCache, mount: false 2018/07/28 05:01:24 Mount Dir: /tmp/rclonecache-mount532689824 2018/07/28 05:01:24 Temp Upload Dir: /tmp/rclonecache-tmp228309631 === RUN TestInternalListRootAndInnerRemotes --- SKIP: TestInternalListRootAndInnerRemotes (0.00s) cache_internal_test.go:1016: Need remote (TestInternalCache) to exist === RUN TestInternalObjWrapFsFound --- SKIP: TestInternalObjWrapFsFound (0.00s) cache_internal_test.go:1016: Need remote (TestInternalCache) to exist === RUN TestInternalObjNotFound --- PASS: TestInternalObjNotFound (1.59s) === RUN TestInternalRemoteWrittenFileFoundInMount --- SKIP: TestInternalRemoteWrittenFileFoundInMount (0.00s) cache_internal_test.go:281: test needs mount mode === RUN TestInternalCachedWrittenContentMatches --- PASS: TestInternalCachedWrittenContentMatches (3.39s) === RUN TestInternalDoubleWrittenContentMatches --- PASS: TestInternalDoubleWrittenContentMatches (1.64s) === RUN TestInternalCachedUpdatedContentMatches --- PASS: TestInternalCachedUpdatedContentMatches (1.61s) === RUN TestInternalWrappedWrittenContentMatches --- SKIP: TestInternalWrappedWrittenContentMatches (0.00s) cache_internal_test.go:1016: Need remote (TestInternalCache) to exist === RUN TestInternalLargeWrittenContentMatches --- SKIP: TestInternalLargeWrittenContentMatches (0.00s) cache_internal_test.go:1016: Need remote (TestInternalCache) to exist === RUN TestInternalWrappedFsChangeNotSeen 2018/07/28 05:01:34 original size: 23592960 2018/07/28 05:01:34 updated size: 12 --- PASS: TestInternalWrappedFsChangeNotSeen (1.65s) === RUN TestInternalMoveWithNotify --- SKIP: TestInternalMoveWithNotify (0.20s) 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.47s) === RUN TestInternalChangeSeenAfterRc 2018/07/28 05:01:36 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.62s) === RUN TestInternalMaxChunkSizeRespected --- PASS: TestInternalMaxChunkSizeRespected (17.56s) === RUN TestInternalExpiredEntriesRemoved --- SKIP: TestInternalExpiredEntriesRemoved (0.00s) cache_internal_test.go:1016: Need remote (TestInternalCache) to exist === RUN TestInternalBug2117 2018/07/28 05:01:55 len: 1 2018/07/28 05:02:25 len: 1 2018/07/28 05:02:25 len: 4 2018/07/28 05:02:25 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/28 05:02:25 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError 2018/07/28 05:02:25 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Removing partially written file on error: potato 2018/07/28 05:02:25 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/28 05:02:38 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:02:38 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (12.80s) --- PASS: TestIntegration/TestInit (0.06s) 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.02s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.00s) --- PASS: TestIntegration/TestFsMkdir (0.05s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.16s) --- 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.06s) --- PASS: TestIntegration/TestFsPutError (0.00s) --- PASS: TestIntegration/TestFsPutFile2 (0.99s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.05s) --- PASS: TestIntegration/TestFsListDirFile2 (0.08s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.02s) --- 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.68s) --- PASS: TestIntegration/TestFsDirMove (0.47s) --- 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.04s) --- 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 (1.01s) --- PASS: TestIntegration/TestObjectOpenRange (3.04s) --- PASS: TestIntegration/TestObjectPartialRead (1.01s) --- PASS: TestIntegration/TestObjectUpdate (1.57s) --- PASS: TestIntegration/TestObjectStorable (0.00s) --- PASS: TestIntegration/TestFsIsFile (1.58s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.00s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.19s) --- PASS: TestIntegration/TestFsPutStream (0.05s) --- 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:1016: Need remote (TestInternalCache) to exist === RUN TestInternalUploadQueueOneFileWithRest --- SKIP: TestInternalUploadQueueOneFileWithRest (0.00s) cache_internal_test.go:1016: Need remote (TestInternalCache) to exist === RUN TestInternalUploadMoveExistingFile --- SKIP: TestInternalUploadMoveExistingFile (0.00s) cache_internal_test.go:1016: Need remote (TestInternalCache) to exist === RUN TestInternalUploadTempPathCleaned --- SKIP: TestInternalUploadTempPathCleaned (0.00s) cache_internal_test.go:1016: Need remote (TestInternalCache) to exist === RUN TestInternalUploadQueueMoreFiles --- SKIP: TestInternalUploadQueueMoreFiles (0.00s) cache_internal_test.go:1016: Need remote (TestInternalCache) to exist === RUN TestInternalUploadTempFileOperations --- SKIP: TestInternalUploadTempFileOperations (0.00s) cache_internal_test.go:1016: Need remote (TestInternalCache) to exist === RUN TestInternalUploadUploadingFileOperations --- SKIP: TestInternalUploadUploadingFileOperations (0.00s) cache_internal_test.go:1016: Need remote (TestInternalCache) to exist PASS ok github.com/ncw/rclone/backend/cache 74.827s === 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.87s) === RUN TestEncryptDecrypt32 --- PASS: TestEncryptDecrypt32 (1.25s) === RUN TestEncryptDecrypt4096 --- PASS: TestEncryptDecrypt4096 (0.97s) === RUN TestEncryptDecrypt65536 --- PASS: TestEncryptDecrypt65536 (0.98s) === RUN TestEncryptDecrypt65537 --- PASS: TestEncryptDecrypt65537 (0.99s) === 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.27s) === 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.36s) === 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/28 05:01:32 ERROR : does not exist: error listing: directory not found === RUN TestStandard/TestFsListRDirNotFound === RUN TestStandard/TestFsNewObjectNotFound === RUN TestStandard/TestFsPutFile1 === RUN TestStandard/TestFsPutError 2018/07/28 05:01:32 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/28 05:01:32 ERROR : : error listing: directory not found === RUN TestStandard/TestPublicLink === RUN TestStandard/TestObjectRemove === RUN TestStandard/TestFsPutStream === RUN TestStandard/TestObjectAbout === RUN TestStandard/TestObjectPurge 2018/07/28 05:01:32 ERROR : : error listing: directory not found === RUN TestStandard/TestInternal === RUN TestStandard/TestFinalise --- PASS: TestStandard (0.55s) --- PASS: TestStandard/TestInit (0.07s) 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.09s) --- 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.09s) --- 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.08s) --- 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.08s) --- PASS: TestStandard/TestFsIsFileNotFound (0.11s) --- 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/28 05:01:32 ERROR : does not exist: error listing: directory not found === RUN TestOff/TestFsListRDirNotFound === RUN TestOff/TestFsNewObjectNotFound === RUN TestOff/TestFsPutFile1 === RUN TestOff/TestFsPutError 2018/07/28 05:01:32 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/28 05:01:33 ERROR : : error listing: directory not found === RUN TestOff/TestPublicLink === RUN TestOff/TestObjectRemove === RUN TestOff/TestFsPutStream === RUN TestOff/TestObjectAbout === RUN TestOff/TestObjectPurge 2018/07/28 05:01:33 ERROR : : error listing: directory not found === RUN TestOff/TestInternal === RUN TestOff/TestFinalise --- PASS: TestOff (0.53s) --- PASS: TestOff/TestInit (0.08s) 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.09s) --- 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.10s) --- 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.06s) --- PASS: TestOff/TestFsIsFileNotFound (0.08s) --- 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/28 05:01:33 ERROR : does not exist: error listing: directory not found === RUN TestObfuscate/TestFsListRDirNotFound === RUN TestObfuscate/TestFsNewObjectNotFound === RUN TestObfuscate/TestFsPutFile1 === RUN TestObfuscate/TestFsPutError 2018/07/28 05:01:33 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/28 05:01:33 ERROR : : error listing: directory not found === RUN TestObfuscate/TestPublicLink === RUN TestObfuscate/TestObjectRemove === RUN TestObfuscate/TestFsPutStream === RUN TestObfuscate/TestObjectAbout === RUN TestObfuscate/TestObjectPurge 2018/07/28 05:01:33 ERROR : : error listing: directory not found === RUN TestObfuscate/TestInternal === RUN TestObfuscate/TestFinalise --- PASS: TestObfuscate (0.52s) --- 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.07s) --- 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.06s) --- 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.10s) --- 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.09s) --- PASS: TestObfuscate/TestFsIsFileNotFound (0.08s) --- 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.905s === RUN TestPad --- PASS: TestPad (0.00s) === RUN TestUnpad --- PASS: TestUnpad (0.00s) PASS ok github.com/ncw/rclone/backend/crypt/pkcs7 0.006s === 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/28 05:02:15 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/28 05:04:20 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:05:02 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- FAIL: TestIntegration (207.51s) --- PASS: TestIntegration/TestInit (7.12s) 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.79s) --- PASS: TestIntegration/TestFsRmdirNotFound (14.99s) --- PASS: TestIntegration/TestFsMkdir (1.96s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (14.18s) --- PASS: TestIntegration/TestFsListEmpty (0.20s) --- PASS: TestIntegration/TestFsListDirEmpty (0.20s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.19s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.50s) --- PASS: TestIntegration/TestFsPutFile1 (2.18s) --- PASS: TestIntegration/TestFsPutError (5.34s) --- PASS: TestIntegration/TestFsPutFile2 (10.04s) --- PASS: TestIntegration/TestFsUpdateFile1 (1.83s) --- PASS: TestIntegration/TestFsListDirFile2 (2.49s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.23s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (1.93s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.42s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (1.08s) --- PASS: TestIntegration/TestFsNewObject (0.21s) --- PASS: TestIntegration/TestFsListFile1and2 (1.15s) --- PASS: TestIntegration/TestFsNewObjectDir (0.21s) --- PASS: TestIntegration/TestFsCopy (10.87s) --- PASS: TestIntegration/TestFsMove (17.38s) --- PASS: TestIntegration/TestFsDirMove (8.34s) --- PASS: TestIntegration/TestFsRmdirFull (0.22s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- FAIL: TestIntegration/TestFsChangeNotify (35.61s) 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 (1.87s) --- PASS: TestIntegration/TestObjectFs (2.77s) --- PASS: TestIntegration/TestObjectRemote (0.20s) --- PASS: TestIntegration/TestObjectHashes (0.22s) --- PASS: TestIntegration/TestObjectModTime (0.21s) --- PASS: TestIntegration/TestObjectMimeType (0.20s) --- PASS: TestIntegration/TestObjectSetModTime (1.00s) --- PASS: TestIntegration/TestObjectSize (0.20s) --- PASS: TestIntegration/TestObjectOpen (5.60s) --- PASS: TestIntegration/TestObjectOpenSeek (4.90s) --- PASS: TestIntegration/TestObjectOpenRange (1.25s) --- PASS: TestIntegration/TestObjectPartialRead (0.56s) --- PASS: TestIntegration/TestObjectUpdate (1.97s) --- PASS: TestIntegration/TestObjectStorable (0.22s) --- PASS: TestIntegration/TestFsIsFile (2.96s) --- PASS: TestIntegration/TestFsIsFileNotFound (1.31s) --- PASS: TestIntegration/TestPublicLink (36.01s) --- PASS: TestIntegration/TestObjectRemove (3.53s) --- PASS: TestIntegration/TestFsPutStream (1.74s) --- PASS: TestIntegration/TestObjectAbout (0.18s) --- PASS: TestIntegration/TestObjectPurge (0.98s) --- 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 207.518s === 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/28 05:02:03 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/28 05:02:46 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:02:57 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (65.05s) --- PASS: TestIntegration/TestInit (1.67s) 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.13s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.25s) --- PASS: TestIntegration/TestFsMkdir (1.53s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (5.17s) --- PASS: TestIntegration/TestFsListEmpty (0.27s) --- PASS: TestIntegration/TestFsListDirEmpty (0.28s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.23s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.46s) --- PASS: TestIntegration/TestFsPutFile1 (1.17s) --- PASS: TestIntegration/TestFsPutError (0.24s) --- PASS: TestIntegration/TestFsPutFile2 (1.12s) --- PASS: TestIntegration/TestFsUpdateFile1 (1.13s) --- PASS: TestIntegration/TestFsListDirFile2 (1.41s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (1.28s) --- 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.56s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (1.61s) --- PASS: TestIntegration/TestFsNewObject (0.26s) --- PASS: TestIntegration/TestFsListFile1and2 (1.45s) --- PASS: TestIntegration/TestFsNewObjectDir (0.24s) --- PASS: TestIntegration/TestFsCopy (2.83s) --- PASS: TestIntegration/TestFsMove (10.35s) --- PASS: TestIntegration/TestFsDirMove (7.58s) --- PASS: TestIntegration/TestFsRmdirFull (0.52s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.24s) --- PASS: TestIntegration/TestObjectFs (0.27s) --- PASS: TestIntegration/TestObjectRemote (0.25s) --- PASS: TestIntegration/TestObjectHashes (0.26s) --- PASS: TestIntegration/TestObjectModTime (0.26s) --- SKIP: TestIntegration/TestObjectMimeType (0.25s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.25s) fstests.go:877: can't set modified time without deleting existing object --- PASS: TestIntegration/TestObjectSize (0.25s) --- PASS: TestIntegration/TestObjectOpen (0.78s) --- PASS: TestIntegration/TestObjectOpenSeek (0.79s) --- PASS: TestIntegration/TestObjectOpenRange (2.35s) --- PASS: TestIntegration/TestObjectPartialRead (0.82s) --- PASS: TestIntegration/TestObjectUpdate (2.43s) --- PASS: TestIntegration/TestObjectStorable (0.25s) --- PASS: TestIntegration/TestFsIsFile (0.54s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.46s) --- PASS: TestIntegration/TestPublicLink (6.23s) --- PASS: TestIntegration/TestObjectRemove (2.27s) --- PASS: TestIntegration/TestFsPutStream (1.76s) --- PASS: TestIntegration/TestObjectAbout (0.24s) --- PASS: TestIntegration/TestObjectPurge (1.09s) --- 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 65.066s === RUN TestHashChunk16M --- PASS: TestHashChunk16M (0.20s) === RUN TestHashChunk8M --- PASS: TestHashChunk8M (0.18s) === RUN TestHashChunk4M --- PASS: TestHashChunk4M (0.17s) === RUN TestHashChunk2M --- PASS: TestHashChunk2M (0.16s) === RUN TestHashChunk1M --- PASS: TestHashChunk1M (0.17s) === RUN TestHashChunk64k --- PASS: TestHashChunk64k (0.16s) === RUN TestHashChunk32k --- PASS: TestHashChunk32k (0.15s) === RUN TestHashChunk2048 --- PASS: TestHashChunk2048 (0.24s) === RUN TestHashChunk2047 --- PASS: TestHashChunk2047 (0.24s) === 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.671s === 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/28 05:02:42 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/28 05:02:43 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:02:43 ERROR : : error listing: directory not found 2018/07/28 05:02:43 ERROR : ftp://localhost:21/rclone-test-jazocom3kewevel0bupuzup1: Failed to list "": directory not found 2018/07/28 05:02:43 ERROR : : Failed to rmdir: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (0.60s) --- PASS: TestIntegration/TestInit (0.06s) 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.07s) --- 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.06s) --- 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.06s) --- 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.07s) --- PASS: TestIntegration/TestFsDirMove (0.08s) --- 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.05s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.07s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.01s) --- 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.611s === 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/28 05:03:03 ERROR : : error listing: directory not found 2018/07/28 05:03:03 ERROR : Storage bucket rclone-test-qodudiz9giqapim4lehaveb9: Failed to list "": directory not found 2018/07/28 05:03:04 ERROR : : Failed to rmdir: googleapi: Error 404: Not Found, notFound === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (19.58s) --- PASS: TestIntegration/TestInit (2.73s) 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.48s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.14s) --- PASS: TestIntegration/TestFsMkdir (2.07s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.63s) 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.19s) --- PASS: TestIntegration/TestFsListRDirEmpty (0.20s) --- PASS: TestIntegration/TestFsListDirNotFound (0.20s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.19s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.60s) --- PASS: TestIntegration/TestFsPutFile1 (0.37s) --- PASS: TestIntegration/TestFsPutError (0.52s) --- PASS: TestIntegration/TestFsPutFile2 (0.09s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.50s) --- PASS: TestIntegration/TestFsListDirFile2 (1.05s) --- PASS: TestIntegration/TestFsListRDirFile2 (0.57s) --- PASS: TestIntegration/TestFsListDirRoot (0.24s) --- PASS: TestIntegration/TestFsListRDirRoot (0.19s) --- PASS: TestIntegration/TestFsListSubdir (0.17s) --- PASS: TestIntegration/TestFsListRSubdir (0.04s) --- PASS: TestIntegration/TestFsListLevel2 (0.20s) --- PASS: TestIntegration/TestFsListRLevel2 (0.03s) --- PASS: TestIntegration/TestFsListFile1 (0.63s) --- PASS: TestIntegration/TestFsNewObject (0.04s) --- PASS: TestIntegration/TestFsListFile1and2 (0.48s) --- PASS: TestIntegration/TestFsNewObjectDir (0.18s) --- PASS: TestIntegration/TestFsCopy (1.41s) --- 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.03s) --- PASS: TestIntegration/TestObjectFs (0.04s) --- PASS: TestIntegration/TestObjectRemote (0.03s) --- PASS: TestIntegration/TestObjectHashes (0.03s) --- PASS: TestIntegration/TestObjectModTime (0.05s) --- PASS: TestIntegration/TestObjectMimeType (0.03s) --- PASS: TestIntegration/TestObjectSetModTime (0.13s) --- PASS: TestIntegration/TestObjectSize (0.04s) --- PASS: TestIntegration/TestObjectOpen (0.09s) --- PASS: TestIntegration/TestObjectOpenSeek (0.07s) --- PASS: TestIntegration/TestObjectOpenRange (0.19s) --- PASS: TestIntegration/TestObjectPartialRead (0.08s) --- PASS: TestIntegration/TestObjectUpdate (0.61s) --- PASS: TestIntegration/TestObjectStorable (0.05s) --- PASS: TestIntegration/TestFsIsFile (0.08s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.16s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.32s) --- PASS: TestIntegration/TestFsPutStream (0.50s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (1.90s) --- 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 19.585s === RUN TestListRoot --- PASS: TestListRoot (0.01s) === RUN TestListSubDir --- PASS: TestListSubDir (0.00s) === RUN TestNewObject --- PASS: TestNewObject (0.00s) === RUN TestOpen --- PASS: TestOpen (0.00s) === 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.039s === 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 SIGQUIT: quit PC=0x45d9b3 m=0 sigcode=0 goroutine 34 [syscall]: runtime.notetsleepg(0xba0fa0, 0x45d96480d0, 0x1) /usr/local/go/src/runtime/lock_futex.go:227 +0x42 fp=0xc42023e760 sp=0xc42023e730 pc=0x411272 runtime.timerproc(0xba0f80) /usr/local/go/src/runtime/time.go:261 +0x2e7 fp=0xc42023e7d8 sp=0xc42023e760 pc=0x44b747 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2361 +0x1 fp=0xc42023e7e0 sp=0xc42023e7d8 pc=0x45c411 created by runtime.(*timersBucket).addtimerLocked /usr/local/go/src/runtime/time.go:160 +0x107 goroutine 1 [chan receive, 9 minutes]: testing.(*T).Run(0xc4200201e0, 0x8f5746, 0xf, 0x911760, 0x47fec6) /usr/local/go/src/testing/testing.go:825 +0x301 testing.runTests.func1(0xc4200200f0) /usr/local/go/src/testing/testing.go:1063 +0x64 testing.tRunner(0xc4200200f0, 0xc420061df8) /usr/local/go/src/testing/testing.go:777 +0xd0 testing.runTests(0xc42000c5c0, 0xb8c540, 0x1, 0x1, 0x411fa9) /usr/local/go/src/testing/testing.go:1061 +0x2c4 testing.(*M).Run(0xc42018e100, 0x0) /usr/local/go/src/testing/testing.go:978 +0x171 main.main() _testmain.go:44 +0x151 goroutine 19 [syscall, 9 minutes]: os/signal.signal_recv(0x0) /usr/local/go/src/runtime/sigqueue.go:139 +0xa6 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:22 +0x22 created by os/signal.init.0 /usr/local/go/src/os/signal/signal_unix.go:28 +0x41 goroutine 4 [chan receive, 3 minutes]: testing.(*T).Run(0xc4200204b0, 0x8f4e02, 0xe, 0xc4204607c0, 0x1) /usr/local/go/src/testing/testing.go:825 +0x301 github.com/ncw/rclone/fstest/fstests.Run(0xc4200201e0, 0xc42006c700) /home/rclone/go/src/github.com/ncw/rclone/fstest/fstests/fstests.go:402 +0xc9a github.com/ncw/rclone/backend/hubic_test.TestIntegration(0xc4200201e0) /home/rclone/go/src/github.com/ncw/rclone/backend/hubic/hubic_test.go:13 +0x89 testing.tRunner(0xc4200201e0, 0x911760) /usr/local/go/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:824 +0x2e0 goroutine 256 [select]: github.com/ncw/rclone/vendor/github.com/ncw/swift.(*Connection).doTimeoutRequest(0xc420288580, 0xc4202f22d0, 0xc42015e500, 0xc420228000, 0xb7, 0x0) /home/rclone/go/src/github.com/ncw/rclone/vendor/github.com/ncw/swift/swift.go:398 +0x13a github.com/ncw/rclone/vendor/github.com/ncw/swift.(*Connection).Call(0xc420288580, 0xc42027c0a0, 0x45, 0xc420780180, 0x2d, 0xc4202433e0, 0x5e, 0x8edd41, 0x3, 0x0, ...) /home/rclone/go/src/github.com/ncw/rclone/vendor/github.com/ncw/swift/swift.go:723 +0x40e github.com/ncw/rclone/vendor/github.com/ncw/swift.(*Connection).storage(0xc420288580, 0xc420780180, 0x2d, 0xc4202433e0, 0x5e, 0x8edd41, 0x3, 0x0, 0xc420171410, 0xc420092db0, ...) /home/rclone/go/src/github.com/ncw/rclone/vendor/github.com/ncw/swift/swift.go:782 +0x110 github.com/ncw/rclone/vendor/github.com/ncw/swift.(*Connection).objectPut(0xc420288580, 0xc420780180, 0x2d, 0xc4202433e0, 0x5e, 0x948780, 0xc4204529c0, 0x4c6a01, 0x0, 0x0, ...) /home/rclone/go/src/github.com/ncw/rclone/vendor/github.com/ncw/swift/swift.go:1455 +0x1dc github.com/ncw/rclone/vendor/github.com/ncw/swift.(*Connection).ObjectPut(0xc420288580, 0xc420780180, 0x2d, 0xc4202433e0, 0x5e, 0x948780, 0xc4204529c0, 0xc42020a901, 0x0, 0x0, ...) /home/rclone/go/src/github.com/ncw/rclone/vendor/github.com/ncw/swift/swift.go:1501 +0xe4 github.com/ncw/rclone/backend/swift.(*Object).updateChunks(0xc420236500, 0x948820, 0xc420460840, 0xc420170d50, 0x64, 0xc4203d4340, 0x19, 0x411b16, 0xc420050bd8, 0x411fa9, ...) /home/rclone/go/src/github.com/ncw/rclone/backend/swift/swift.go:912 +0x71e github.com/ncw/rclone/backend/swift.(*Object).Update(0xc420236500, 0x948820, 0xc420460840, 0x94eae0, 0xc4201a0780, 0x0, 0x0, 0x0, 0x0, 0x20) /home/rclone/go/src/github.com/ncw/rclone/backend/swift/swift.go:954 +0x252 github.com/ncw/rclone/backend/swift.(*Fs).Put(0xc4200f0500, 0x948820, 0xc420460840, 0x94eae0, 0xc4201a0780, 0x0, 0x0, 0x0, 0x20, 0x885f20, ...) /home/rclone/go/src/github.com/ncw/rclone/backend/swift/swift.go:561 +0x131 github.com/ncw/rclone/fstest/fstests.testPut(0xc4200204b0, 0x9502e0, 0xc4203fc0e0, 0xc4201a0410, 0x47fec6, 0x5b5bfaa9) /home/rclone/go/src/github.com/ncw/rclone/fstest/fstests/fstests.go:86 +0x2f5 github.com/ncw/rclone/fstest/fstests.Run.func20(0xc4200204b0) /home/rclone/go/src/github.com/ncw/rclone/fstest/fstests/fstests.go:404 +0x72 testing.tRunner(0xc4200204b0, 0xc4204607c0) /usr/local/go/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:824 +0x2e0 goroutine 77 [IO wait]: internal/poll.runtime_pollWait(0x7f181f8ffe30, 0x72, 0xc42004d668) /usr/local/go/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc420180d98, 0x72, 0xffffffffffffff00, 0x9499e0, 0xb52710) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc420180d98, 0xc4204c1800, 0x400, 0x400) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc420180d80, 0xc4204c1800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc420180d80, 0xc4204c1800, 0x400, 0x400, 0xc42004d8b8, 0x61e4a4, 0xc42024eba0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc42009c0c8, 0xc4204c1800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:176 +0x6a net.(Conn).Read-fm(0xc4204c1800, 0x400, 0x400, 0xc42004d858, 0x499534, 0xc4203de119) /home/rclone/go/src/github.com/ncw/rclone/fs/fshttp/http.go:81 +0x4d github.com/ncw/rclone/fs/fshttp.(*timeoutConn).readOrWrite(0xc42041a4c0, 0xc42004d858, 0xc4204c1800, 0x400, 0x400, 0x0, 0xc4203de119, 0x1) /home/rclone/go/src/github.com/ncw/rclone/fs/fshttp/http.go:69 +0x48 github.com/ncw/rclone/fs/fshttp.(*timeoutConn).Read(0xc42041a4c0, 0xc4204c1800, 0x400, 0x400, 0x8b56c0, 0x0, 0x7f181f83b030) /home/rclone/go/src/github.com/ncw/rclone/fs/fshttp/http.go:81 +0x82 crypto/tls.(*block).readFromUntil(0xc42001ec00, 0x7f181f83b030, 0xc42041a4c0, 0x5, 0xc42041a4c0, 0x1) /usr/local/go/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc42024ea80, 0x912517, 0xc42024eba0, 0xc42004de58) /usr/local/go/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc42024ea80, 0xc4203ed000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1156 +0x100 net/http.(*persistConn).Read(0xc4201e8360, 0xc4203ed000, 0x1000, 0x1000, 0xc4200203c0, 0xc4201e8360, 0x0) /usr/local/go/src/net/http/transport.go:1453 +0x136 bufio.(*Reader).fill(0xc420246660) /usr/local/go/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc420246660, 0x1, 0x0, 0x0, 0x0, 0xc420084a20, 0x0) /usr/local/go/src/bufio/bufio.go:132 +0x3a net/http.(*persistConn).readLoop(0xc4201e8360) /usr/local/go/src/net/http/transport.go:1601 +0x185 created by net/http.(*Transport).dialConn /usr/local/go/src/net/http/transport.go:1237 +0x95a goroutine 78 [select]: net/http.(*persistConn).writeLoop(0xc4201e8360) /usr/local/go/src/net/http/transport.go:1822 +0x14b created by net/http.(*Transport).dialConn /usr/local/go/src/net/http/transport.go:1238 +0x97f goroutine 205 [select]: net/http.(*persistConn).roundTrip(0xc4201e8360, 0xc420171530, 0x0, 0x0, 0x0) /usr/local/go/src/net/http/transport.go:2033 +0x5a7 net/http.(*Transport).RoundTrip(0xc4200203c0, 0xc42015e500, 0xa, 0xc42009a560, 0x10) /usr/local/go/src/net/http/transport.go:422 +0x8f2 github.com/ncw/rclone/fs/fshttp.(*Transport).RoundTrip(0xc42001ee40, 0xc42015e500, 0xc42001ee40, 0x0, 0x0) /home/rclone/go/src/github.com/ncw/rclone/fs/fshttp/http.go:282 +0x10b net/http.send(0xc42015e500, 0x948500, 0xc42001ee40, 0x0, 0x0, 0x0, 0xc4202480e8, 0xc, 0xc4204a5de0, 0x1) /usr/local/go/src/net/http/client.go:252 +0x185 net/http.(*Client).send(0xc42001eae0, 0xc42015e500, 0x0, 0x0, 0x0, 0xc4202480e8, 0x0, 0x1, 0xc4201da638) /usr/local/go/src/net/http/client.go:176 +0xfa net/http.(*Client).Do(0xc42001eae0, 0xc42015e500, 0xc42008e030, 0x0, 0x434dd8) /usr/local/go/src/net/http/client.go:615 +0x28d github.com/ncw/rclone/vendor/github.com/ncw/swift.(*Connection).doTimeoutRequest.func1(0xc420288580, 0xc42015e500, 0xc4200ab200) /home/rclone/go/src/github.com/ncw/rclone/vendor/github.com/ncw/swift/swift.go:394 +0x3c created by github.com/ncw/rclone/vendor/github.com/ncw/swift.(*Connection).doTimeoutRequest /home/rclone/go/src/github.com/ncw/rclone/vendor/github.com/ncw/swift/swift.go:393 +0x89 rax 0xfffffffffffffffc rbx 0x3b9a92d0 rcx 0x45d9b3 rdx 0x0 rdi 0xba0fa0 rsi 0x0 rbp 0xc42023e6e8 rsp 0xc42023e6a0 r8 0x0 r9 0x0 r10 0xc42023e6d8 r11 0x202 r12 0xbf0 r13 0x80 r14 0x7f181f95bd90 r15 0x80 rip 0x45d9b3 rflags 0x202 cs 0x33 fs 0x0 gs 0x0 *** Test killed with quit: ran too long (10m0s). FAIL github.com/ncw/rclone/backend/hubic 600.009s === RUN TestMapper --- PASS: TestMapper (0.00s) === RUN TestUpdatingCheck 2018/07/28 05:02:58 ERROR : : error listing: directory not found --- PASS: TestUpdatingCheck (0.00s) run.go:173: Remote "Local file system at /tmp/rclone648249247", Local "Local file system at /tmp/rclone371560050", Modify Window "1ns" === RUN TestRemove --- PASS: TestRemove (0.25s) === RUN TestUncPaths --- PASS: TestUncPaths (0.00s) === RUN TestCleanRemote 2018/07/28 05:02:58 NOTICE: Local file system at : Replacing invalid UTF-8 characters in "\x80" 2018/07/28 05:02:58 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/28 05:02:58 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound === RUN TestIntegration/TestFsNewObjectNotFound === RUN TestIntegration/TestFsPutFile1 === RUN TestIntegration/TestFsPutError 2018/07/28 05:02:58 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/28 05:02:58 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:02:58 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/28 05:02:58 purge failed: lstat /tmp/rclone648249247: no such file or directory ok github.com/ncw/rclone/backend/local 0.295s === 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/28 05:03:04 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/28 05:03:16 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:03:16 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- FAIL: TestIntegration (16.74s) --- PASS: TestIntegration/TestInit (4.35s) 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.34s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.00s) --- PASS: TestIntegration/TestFsMkdir (0.03s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.41s) --- 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.66s) --- PASS: TestIntegration/TestFsPutError (0.31s) --- PASS: TestIntegration/TestFsPutFile2 (0.20s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.53s) --- 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.87s) --- PASS: TestIntegration/TestFsDirMove (0.84s) --- 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.64s) --- PASS: TestIntegration/TestObjectOpenSeek (1.02s) --- PASS: TestIntegration/TestObjectOpenRange (3.98s) --- PASS: TestIntegration/TestObjectPartialRead (1.00s) --- PASS: TestIntegration/TestObjectUpdate (1.02s) --- 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:797 github.com/ncw/rclone/fs.(PublicLinker).PublicLink-fm /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:549 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.04s) --- SKIP: TestIntegration/TestFsPutStream (0.00s) fstests.go:1065: FS has no PutStream interface --- PASS: TestIntegration/TestObjectAbout (0.10s) --- PASS: TestIntegration/TestObjectPurge (0.13s) --- 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 16.747s === 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/28 05:03:10 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/28 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/28 05:03:26 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (20.24s) --- PASS: TestIntegration/TestInit (2.39s) 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.24s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.14s) --- PASS: TestIntegration/TestFsMkdir (0.41s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (0.97s) --- PASS: TestIntegration/TestFsListEmpty (0.34s) --- PASS: TestIntegration/TestFsListDirEmpty (0.05s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.08s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.09s) --- PASS: TestIntegration/TestFsPutFile1 (0.40s) --- PASS: TestIntegration/TestFsPutError (0.97s) --- PASS: TestIntegration/TestFsPutFile2 (0.34s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.35s) --- PASS: TestIntegration/TestFsListDirFile2 (0.32s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.97s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.06s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.11s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (0.26s) --- PASS: TestIntegration/TestFsNewObject (0.09s) --- PASS: TestIntegration/TestFsListFile1and2 (0.27s) --- PASS: TestIntegration/TestFsNewObjectDir (0.06s) --- PASS: TestIntegration/TestFsCopy (3.95s) --- PASS: TestIntegration/TestFsMove (2.17s) --- SKIP: TestIntegration/TestFsDirMove (0.00s) fstests.go:672: FS has no DirMover interface --- PASS: TestIntegration/TestFsRmdirFull (0.15s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.07s) --- PASS: TestIntegration/TestObjectFs (0.09s) --- PASS: TestIntegration/TestObjectRemote (0.09s) --- PASS: TestIntegration/TestObjectHashes (0.09s) --- PASS: TestIntegration/TestObjectModTime (0.09s) --- PASS: TestIntegration/TestObjectMimeType (0.07s) --- PASS: TestIntegration/TestObjectSetModTime (0.22s) --- PASS: TestIntegration/TestObjectSize (0.09s) --- PASS: TestIntegration/TestObjectOpen (0.34s) --- PASS: TestIntegration/TestObjectOpenSeek (0.20s) --- PASS: TestIntegration/TestObjectOpenRange (0.53s) --- PASS: TestIntegration/TestObjectPartialRead (0.19s) --- PASS: TestIntegration/TestObjectUpdate (0.59s) --- PASS: TestIntegration/TestObjectStorable (0.11s) --- PASS: TestIntegration/TestFsIsFile (1.26s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.35s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.41s) --- SKIP: TestIntegration/TestFsPutStream (0.00s) fstests.go:1065: FS has no PutStream interface --- PASS: TestIntegration/TestObjectAbout (0.05s) --- PASS: TestIntegration/TestObjectPurge (0.26s) --- 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 20.257s ? 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.057s === 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/28 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/28 05:05:23 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:05:29 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (131.30s) --- PASS: TestIntegration/TestInit (3.64s) 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.11s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.59s) --- PASS: TestIntegration/TestFsMkdir (3.34s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (7.83s) --- PASS: TestIntegration/TestFsListEmpty (0.54s) --- PASS: TestIntegration/TestFsListDirEmpty (0.55s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.55s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (1.09s) --- PASS: TestIntegration/TestFsPutFile1 (5.66s) --- PASS: TestIntegration/TestFsPutError (7.22s) --- PASS: TestIntegration/TestFsPutFile2 (5.43s) --- PASS: TestIntegration/TestFsUpdateFile1 (4.91s) --- PASS: TestIntegration/TestFsListDirFile2 (2.81s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (1.09s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.57s) --- 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.79s) --- PASS: TestIntegration/TestFsNewObject (0.55s) --- PASS: TestIntegration/TestFsListFile1and2 (2.75s) --- PASS: TestIntegration/TestFsNewObjectDir (0.53s) --- PASS: TestIntegration/TestFsCopy (5.06s) --- PASS: TestIntegration/TestFsMove (20.51s) --- PASS: TestIntegration/TestFsDirMove (16.62s) --- PASS: TestIntegration/TestFsRmdirFull (0.56s) --- 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.55s) --- PASS: TestIntegration/TestObjectRemote (0.54s) --- PASS: TestIntegration/TestObjectHashes (0.54s) --- PASS: TestIntegration/TestObjectModTime (0.57s) --- SKIP: TestIntegration/TestObjectMimeType (0.57s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (1.66s) --- PASS: TestIntegration/TestObjectSize (0.55s) --- PASS: TestIntegration/TestObjectOpen (1.14s) --- PASS: TestIntegration/TestObjectOpenSeek (0.93s) --- PASS: TestIntegration/TestObjectOpenRange (2.17s) --- PASS: TestIntegration/TestObjectPartialRead (1.07s) --- PASS: TestIntegration/TestObjectUpdate (5.07s) --- PASS: TestIntegration/TestObjectStorable (0.40s) --- PASS: TestIntegration/TestFsIsFile (7.87s) --- PASS: TestIntegration/TestFsIsFileNotFound (3.30s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (4.12s) --- 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.28s) --- 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 131.310s === 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/28 05:03:40 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/28 05:05:05 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:05:10 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (103.33s) --- PASS: TestIntegration/TestInit (3.07s) 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.46s) --- PASS: TestIntegration/TestFsMkdir (2.54s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (5.23s) --- PASS: TestIntegration/TestFsListEmpty (0.43s) --- 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.43s) --- PASS: TestIntegration/TestFsPutError (4.26s) --- PASS: TestIntegration/TestFsPutFile2 (1.37s) --- PASS: TestIntegration/TestFsUpdateFile1 (1.42s) --- 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.44s) --- SKIP: TestIntegration/TestFsListRSubdir (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListLevel2 (0.87s) --- SKIP: TestIntegration/TestFsListRLevel2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListFile1 (3.04s) --- PASS: TestIntegration/TestFsNewObject (0.87s) --- PASS: TestIntegration/TestFsListFile1and2 (3.05s) --- PASS: TestIntegration/TestFsNewObjectDir (0.43s) --- PASS: TestIntegration/TestFsCopy (4.80s) --- PASS: TestIntegration/TestFsMove (26.72s) fstest.go:304: Sleeping for 1s for list eventual consistency: 1/6 fstest.go:307: Flushing the directory cache fstest.go:298: Sleeping for 6s just to make sure --- PASS: TestIntegration/TestFsDirMove (13.19s) --- 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.44s) --- PASS: TestIntegration/TestObjectRemote (0.44s) --- PASS: TestIntegration/TestObjectHashes (0.87s) --- PASS: TestIntegration/TestObjectModTime (0.44s) --- SKIP: TestIntegration/TestObjectMimeType (0.44s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.43s) fstests.go:877: can't set modified time --- PASS: TestIntegration/TestObjectSize (0.43s) --- PASS: TestIntegration/TestObjectOpen (1.06s) --- PASS: TestIntegration/TestObjectOpenSeek (0.92s) --- PASS: TestIntegration/TestObjectOpenRange (1.06s) --- PASS: TestIntegration/TestObjectPartialRead (0.92s) --- PASS: TestIntegration/TestObjectUpdate (2.44s) --- PASS: TestIntegration/TestObjectStorable (0.44s) --- PASS: TestIntegration/TestFsIsFile (6.16s) --- PASS: TestIntegration/TestFsIsFileNotFound (2.24s) --- 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.36s) --- 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 103.343s ? 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 2018/07/28 05:05:13 ERROR : : error listing: directory not found === RUN TestIntegration/TestFsListDirEmpty 2018/07/28 05:05:14 ERROR : : error listing: directory not found === RUN TestIntegration/TestFsListRDirEmpty 2018/07/28 05:05:14 ERROR : : error listing: directory not found === RUN TestIntegration/TestFsListDirNotFound 2018/07/28 05:05:15 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound 2018/07/28 05:05:15 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 2018/07/28 05:05:25 ERROR : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: error listing: directory not found 2018/07/28 05:05:26 ERROR : hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠: error listing: directory not found === RUN TestIntegration/TestFsListRDirFile2 2018/07/28 05:05:26 ERROR : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: error listing: directory not found 2018/07/28 05:05:27 ERROR : hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠: error listing: directory not found === RUN TestIntegration/TestFsListDirRoot === RUN TestIntegration/TestFsListRDirRoot === RUN TestIntegration/TestFsListSubdir 2018/07/28 05:05:30 ERROR : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: error listing: directory not found 2018/07/28 05:05:31 ERROR : hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠: error listing: directory not found === RUN TestIntegration/TestFsListRSubdir === RUN TestIntegration/TestFsListLevel2 2018/07/28 05:05:32 ERROR : : error listing: directory not found === RUN TestIntegration/TestFsListRLevel2 === RUN TestIntegration/TestFsListFile1 2018/07/28 05:05:33 ERROR : : error listing: directory not found 2018/07/28 05:05:34 ERROR : : error listing: directory not found 2018/07/28 05:05:37 ERROR : : error listing: directory not found 2018/07/28 05:05:41 ERROR : : error listing: directory not found 2018/07/28 05:05:50 ERROR : : error listing: directory not found 2018/07/28 05:06:06 ERROR : : error listing: directory not found === RUN TestIntegration/TestFsNewObject === RUN TestIntegration/TestFsListFile1and2 2018/07/28 05:06:47 ERROR : : error listing: directory not found 2018/07/28 05:06:48 ERROR : : error listing: directory not found 2018/07/28 05:06:51 ERROR : : error listing: directory not found 2018/07/28 05:06:56 ERROR : : error listing: directory not found 2018/07/28 05:07:04 ERROR : : error listing: directory not found 2018/07/28 05:07:21 ERROR : : error listing: directory not found === 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 2018/07/28 05:10:10 ERROR : : error listing: directory not found 2018/07/28 05:10:12 ERROR : : error listing: directory not found 2018/07/28 05:10:16 ERROR : : error listing: directory not found 2018/07/28 05:10:20 ERROR : : error listing: directory not found 2018/07/28 05:10:29 ERROR : : error listing: directory not found 2018/07/28 05:10:45 ERROR : : error listing: directory not found === RUN TestIntegration/TestFsIsFileNotFound 2018/07/28 05:11:19 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:11:29 ERROR : QingStor bucket rclone-test-wiwekiv5nizagar7tuxunaf6: Failed to list "": directory not found 2018/07/28 05:11:29 ERROR : : Failed to rmdir: QingStor Error: StatusCode "404", Code "bucket_not_exists", Message "The bucket you are accessing does not exist.", Request ID "129e2e0334d4e1b6", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- FAIL: TestIntegration (385.44s) --- FAIL: TestIntegration/TestInit (5.09s) fstests.go:221: Using remote "TestQingStor:" require.go:794: Error Trace: fstests.go:233 Error: Received unexpected error: QingStor Error: StatusCode "403", Code "too_many_buckets", Message "You created too many buckets, please open ticket to apply more quota.", Request ID "801d7530f88f6505", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" Test: TestIntegration/TestInit --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- FAIL: TestIntegration/TestFsRmdirEmpty (0.46s) require.go:794: Error Trace: fstests.go:272 Error: Received unexpected error: QingStor Error: StatusCode "404", Code "bucket_not_exists", Message "The bucket you are accessing does not exist.", Request ID "a44ed67895f15721", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" Test: TestIntegration/TestFsRmdirEmpty --- PASS: TestIntegration/TestFsRmdirNotFound (0.44s) --- FAIL: TestIntegration/TestFsMkdir (1.47s) require.go:794: Error Trace: fstests.go:292 Error: Received unexpected error: QingStor Error: StatusCode "403", Code "too_many_buckets", Message "You created too many buckets, please open ticket to apply more quota.", Request ID "63cae435d93e1778", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" Test: TestIntegration/TestFsMkdir --- FAIL: TestIntegration/TestFsMkdirRmdirSubdir (1.50s) require.go:794: Error Trace: fstests.go:304 Error: Received unexpected error: QingStor Error: StatusCode "403", Code "too_many_buckets", Message "You created too many buckets, please open ticket to apply more quota.", Request ID "0d78ef0de81dbebd", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" Test: TestIntegration/TestFsMkdirRmdirSubdir --- PASS: TestIntegration/TestFsListEmpty (0.46s) --- FAIL: TestIntegration/TestFsListDirEmpty (0.45s) require.go:794: Error Trace: fstests.go:326 Error: Received unexpected error: directory not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:53 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestFsListDirEmpty --- FAIL: TestIntegration/TestFsListRDirEmpty (0.46s) require.go:794: Error Trace: fstests.go:326 fstests.go:335 Error: Received unexpected error: directory not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:53 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestFsListRDirEmpty --- PASS: TestIntegration/TestFsListDirNotFound (0.43s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.46s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.90s) --- FAIL: TestIntegration/TestFsPutFile1 (1.50s) require.go:794: Error Trace: fstests.go:96 fstests.go:375 Error: Received unexpected error: QingStor Error: StatusCode "403", Code "too_many_buckets", Message "You created too many buckets, please open ticket to apply more quota.", Request ID "ae5d8f8f8242868b", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" Test: TestIntegration/TestFsPutFile1 Messages: Put error: QingStor Error: StatusCode "403", Code "too_many_buckets", Message "You created too many buckets, please open ticket to apply more quota.", Request ID "ae5d8f8f8242868b", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" --- PASS: TestIntegration/TestFsPutError (3.78s) --- FAIL: TestIntegration/TestFsPutFile2 (1.45s) require.go:794: Error Trace: fstests.go:96 fstests.go:404 Error: Received unexpected error: QingStor Error: StatusCode "403", Code "too_many_buckets", Message "You created too many buckets, please open ticket to apply more quota.", Request ID "2f5a6342773788d2", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" Test: TestIntegration/TestFsPutFile2 Messages: Put error: QingStor Error: StatusCode "403", Code "too_many_buckets", Message "You created too many buckets, please open ticket to apply more quota.", Request ID "2f5a6342773788d2", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" --- FAIL: TestIntegration/TestFsUpdateFile1 (1.52s) require.go:794: Error Trace: fstests.go:96 fstests.go:410 Error: Received unexpected error: QingStor Error: StatusCode "403", Code "too_many_buckets", Message "You created too many buckets, please open ticket to apply more quota.", Request ID "725b4ed1d9d0c048", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" Test: TestIntegration/TestFsUpdateFile1 Messages: Put error: QingStor Error: StatusCode "403", Code "too_many_buckets", Message "You created too many buckets, please open ticket to apply more quota.", Request ID "725b4ed1d9d0c048", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" --- FAIL: TestIntegration/TestFsListDirFile2 (1.60s) require.go:794: Error Trace: fstests.go:425 fstests.go:454 Error: Received unexpected error: directory not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:53 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestFsListDirFile2 --- FAIL: TestIntegration/TestFsListRDirFile2 (0.79s) require.go:794: Error Trace: fstests.go:425 fstests.go:454 fstests.go:463 Error: Received unexpected error: directory not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:53 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestFsListRDirFile2 --- FAIL: TestIntegration/TestFsListDirRoot (2.56s) fstests.go:473: Error Trace: fstests.go:473 Error: "[rclone-test-fepulok2saboseh2bijukit7 rclone-test-numidey6sotemih0qalagom4]" does not contain "rclone-test-wiwekiv5nizagar7tuxunaf6" Test: TestIntegration/TestFsListDirRoot Messages: Remote leaf not found --- FAIL: TestIntegration/TestFsListRDirRoot (0.32s) fstests.go:473: Error Trace: fstests.go:473 fstests.go:480 Error: "[rclone-test-fepulok2saboseh2bijukit7 rclone-test-numidey6sotemih0qalagom4]" does not contain "rclone-test-wiwekiv5nizagar7tuxunaf6" Test: TestIntegration/TestFsListRDirRoot Messages: Remote leaf not found --- FAIL: TestIntegration/TestFsListSubdir (1.42s) require.go:794: Error Trace: fstests.go:499 Error: Received unexpected error: directory not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:53 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestFsListSubdir --- FAIL: TestIntegration/TestFsListRSubdir (0.82s) require.go:794: Error Trace: fstests.go:499 fstests.go:509 Error: Received unexpected error: directory not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:53 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestFsListRSubdir --- FAIL: TestIntegration/TestFsListLevel2 (0.42s) require.go:794: Error Trace: fstests.go:519 Error: Received unexpected error: directory not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:53 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestFsListLevel2 --- FAIL: TestIntegration/TestFsListRLevel2 (0.46s) require.go:794: Error Trace: fstests.go:519 fstests.go:528 Error: Received unexpected error: directory not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:53 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestFsListRLevel2 --- FAIL: TestIntegration/TestFsListFile1 (65.56s) fstest.go:304: Sleeping for 1s for list eventual consistency: 1/6 fstest.go:304: Sleeping for 2s for list eventual consistency: 2/6 fstest.go:304: Sleeping for 4s for list eventual consistency: 3/6 fstest.go:304: Sleeping for 8s for list eventual consistency: 4/6 fstest.go:304: Sleeping for 16s for list eventual consistency: 5/6 fstest.go:304: Sleeping for 32s for list eventual consistency: 6/6 fstest.go:311: Error Trace: fstest.go:311 fstest.go:340 fstests.go:534 Error: Should be true Test: TestIntegration/TestFsListFile1 Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) or file name.txt (100), hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠/z.txt (100) got fstest.go:205: Not found "file name.txt" fstest.go:205: Not found "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" fstest.go:208: Error Trace: fstest.go:208 fstest.go:316 fstest.go:340 fstests.go:534 Error: Not equal: expected: 0 actual : 2 Test: TestIntegration/TestFsListFile1 Messages: 2 objects not found --- FAIL: TestIntegration/TestFsNewObject (8.50s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:540 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestFsNewObject --- FAIL: TestIntegration/TestFsListFile1and2 (66.13s) fstest.go:304: Sleeping for 1s for list eventual consistency: 1/6 fstest.go:304: Sleeping for 2s for list eventual consistency: 2/6 fstest.go:304: Sleeping for 4s for list eventual consistency: 3/6 fstest.go:304: Sleeping for 8s for list eventual consistency: 4/6 fstest.go:304: Sleeping for 16s for list eventual consistency: 5/6 fstest.go:304: Sleeping for 32s for list eventual consistency: 6/6 fstest.go:311: Error Trace: fstest.go:311 fstest.go:340 fstests.go:547 Error: Should be true Test: TestIntegration/TestFsListFile1and2 Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) or file name.txt (100), hello_ sausage/êé/Hello, 世界/ _ ' @ _ _ & _ + ≠/z.txt (100) got fstest.go:205: Not found "file name.txt" fstest.go:205: Not found "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" fstest.go:208: Error Trace: fstest.go:208 fstest.go:316 fstest.go:340 fstests.go:547 Error: Not equal: expected: 0 actual : 2 Test: TestIntegration/TestFsListFile1and2 Messages: 2 objects not found --- PASS: TestIntegration/TestFsNewObjectDir (0.45s) --- FAIL: TestIntegration/TestFsCopy (9.08s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:574 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestFsCopy --- 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.44s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- FAIL: TestIntegration/TestObjectString (9.16s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:813 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectString --- FAIL: TestIntegration/TestObjectFs (10.15s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:821 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectFs --- FAIL: TestIntegration/TestObjectRemote (8.56s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:835 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectRemote --- FAIL: TestIntegration/TestObjectHashes (9.06s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:842 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectHashes --- FAIL: TestIntegration/TestObjectModTime (8.62s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:849 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectModTime --- FAIL: TestIntegration/TestObjectMimeType (9.82s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:857 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectMimeType --- FAIL: TestIntegration/TestObjectSetModTime (8.58s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:874 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectSetModTime --- FAIL: TestIntegration/TestObjectSize (9.14s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:890 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectSize --- FAIL: TestIntegration/TestObjectOpen (8.59s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:897 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectOpen --- FAIL: TestIntegration/TestObjectOpenSeek (9.44s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:904 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectOpenSeek --- FAIL: TestIntegration/TestObjectOpenRange (9.21s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:913 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectOpenRange --- FAIL: TestIntegration/TestObjectPartialRead (9.18s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:934 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectPartialRead --- FAIL: TestIntegration/TestObjectUpdate (8.60s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:947 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectUpdate --- FAIL: TestIntegration/TestObjectStorable (8.63s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:968 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectStorable --- FAIL: TestIntegration/TestFsIsFile (67.84s) fstests.go:982: Error Trace: fstests.go:982 Error: Not equal: expected: *errors.fundamental(is a file not a directory) actual : () Test: TestIntegration/TestFsIsFile fstest.go:304: Sleeping for 1s for list eventual consistency: 1/6 fstest.go:304: Sleeping for 2s for list eventual consistency: 2/6 fstest.go:304: Sleeping for 4s for list eventual consistency: 3/6 fstest.go:304: Sleeping for 8s for list eventual consistency: 4/6 fstest.go:304: Sleeping for 16s for list eventual consistency: 5/6 fstest.go:304: Sleeping for 32s for list eventual consistency: 6/6 fstest.go:311: Error Trace: fstest.go:311 fstest.go:340 fstests.go:983 Error: Should be true Test: TestIntegration/TestFsIsFile Messages: listing wrong, want z.txt (100) or z.txt (100) got fstest.go:205: Not found "z.txt" fstest.go:208: Error Trace: fstest.go:208 fstest.go:316 fstest.go:340 fstests.go:983 Error: Not equal: expected: 0 actual : 1 Test: TestIntegration/TestFsIsFile Messages: 1 objects not found --- PASS: TestIntegration/TestFsIsFileNotFound (1.56s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- FAIL: TestIntegration/TestObjectRemove (9.11s) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 1/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 2/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 3/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 4/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 5/6 (object not found) fstests.go:67: Sleeping for 1 second for findObject eventual consistency: 6/6 (object not found) require.go:794: Error Trace: fstests.go:70 fstests.go:1054 Error: Received unexpected error: object not found github.com/ncw/rclone/fs.init /home/rclone/go/src/github.com/ncw/rclone/fs/fs.go:54 github.com/ncw/rclone/backend/qingstor.init :1 main.init :1 runtime.main /usr/local/go/src/runtime/proc.go:186 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:2361 Test: TestIntegration/TestObjectRemove --- 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 --- FAIL: TestIntegration/TestObjectPurge (1.23s) require.go:794: Error Trace: fstests.go:1127 Error: Received unexpected error: QingStor Error: StatusCode "404", Code "bucket_not_exists", Message "The bucket you are accessing does not exist.", Request ID "129e2e0334d4e1b6", Reference URL "http://docs.qingcloud.com/qingstor/api/common/error_code.html" Test: TestIntegration/TestObjectPurge --- SKIP: TestIntegration/TestInternal (0.00s) fstests.go:1140: *qingstor.Fs does not implement InternalTester --- PASS: TestIntegration/TestFinalise (0.00s) FAIL FAIL github.com/ncw/rclone/backend/qingstor 385.455s === 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/28 05:05:18 ERROR : : error listing: directory not found 2018/07/28 05:05:18 ERROR : S3 bucket rclone-test-wabofeg6qofacew4limaxud1: Failed to list "": directory not found 2018/07/28 05:05:18 ERROR : : Failed to rmdir: NoSuchBucket: The specified bucket does not exist status code: 404, request id: 41B527E890099AEE, host id: P7LhYYbLVRMC8pDTVICJ7FRYIyOKPQUkc3JmCeNZ3ZAk6gqTH5Uqlk5lTE6zVh2AjRtaQWud3EQ= === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (6.24s) --- PASS: TestIntegration/TestInit (0.74s) 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.41s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.02s) --- PASS: TestIntegration/TestFsMkdir (0.53s) --- 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.21s) --- 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.03s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.03s) --- PASS: TestIntegration/TestFsListDirFile2 (0.27s) --- PASS: TestIntegration/TestFsListRDirFile2 (0.27s) --- PASS: TestIntegration/TestFsListDirRoot (0.01s) --- PASS: TestIntegration/TestFsListRDirRoot (0.01s) --- PASS: TestIntegration/TestFsListSubdir (0.21s) --- PASS: TestIntegration/TestFsListRSubdir (0.01s) --- PASS: TestIntegration/TestFsListLevel2 (0.02s) --- PASS: TestIntegration/TestFsListRLevel2 (0.01s) --- PASS: TestIntegration/TestFsListFile1 (0.29s) --- PASS: TestIntegration/TestFsNewObject (0.01s) --- PASS: TestIntegration/TestFsListFile1and2 (0.28s) --- PASS: TestIntegration/TestFsNewObjectDir (0.01s) --- PASS: TestIntegration/TestFsCopy (1.02s) --- 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.01s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.23s) --- 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.05s) --- PASS: TestIntegration/TestObjectPartialRead (0.02s) --- PASS: TestIntegration/TestObjectUpdate (0.07s) --- PASS: TestIntegration/TestObjectStorable (0.01s) --- PASS: TestIntegration/TestFsIsFile (0.03s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.02s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.09s) --- PASS: TestIntegration/TestFsPutStream (0.73s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (0.31s) --- 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 6.261s === 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/28 05:05:24 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/28 05:05:25 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:05:25 ERROR : : error listing: directory not found 2018/07/28 05:05:25 ERROR : sftp://teststorage@localhost:22/rclone-test-cowudah7poyurow7ququxiz9: Failed to list "": directory not found 2018/07/28 05:05:25 ERROR : : Failed to rmdir: file does not exist === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (4.99s) --- PASS: TestIntegration/TestInit (3.14s) 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.23s) --- 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.24s) --- 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.03s) --- 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.31s) --- PASS: TestIntegration/TestFsDirMove (0.32s) --- 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.24s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (0.02s) --- PASS: TestIntegration/TestFsPutStream (0.03s) --- 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 6.168s === 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/28 05:06:12 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (45.63s) --- PASS: TestIntegration/TestInit (0.79s) 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.38s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.82s) --- PASS: TestIntegration/TestFsMkdir (0.32s) --- 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.11s) --- PASS: TestIntegration/TestFsListDirNotFound (0.10s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.10s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.17s) --- PASS: TestIntegration/TestFsPutFile1 (0.92s) --- PASS: TestIntegration/TestFsPutError (0.04s) --- PASS: TestIntegration/TestFsPutFile2 (0.38s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.53s) --- PASS: TestIntegration/TestFsListDirFile2 (1.23s) --- PASS: TestIntegration/TestFsListRDirFile2 (0.04s) --- PASS: TestIntegration/TestFsListDirRoot (0.57s) --- PASS: TestIntegration/TestFsListRDirRoot (0.17s) --- 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.06s) --- PASS: TestIntegration/TestFsCopy (9.14s) --- 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 (20.01s) --- 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.00s) --- PASS: TestIntegration/TestObjectModTime (0.00s) --- PASS: TestIntegration/TestObjectMimeType (0.01s) --- PASS: TestIntegration/TestObjectSetModTime (0.52s) --- 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 (1.18s) --- PASS: TestIntegration/TestObjectStorable (0.00s) --- PASS: TestIntegration/TestFsIsFile (0.08s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.17s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (2.93s) --- PASS: TestIntegration/TestFsPutStream (1.40s) --- PASS: TestIntegration/TestObjectAbout (0.06s) --- PASS: TestIntegration/TestObjectPurge (2.74s) --- 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 45.640s === 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/28 05:05:38 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/28 05:06:05 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:06:12 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (41.77s) --- PASS: TestIntegration/TestInit (0.96s) fstests.go:221: Using remote "TestWebdav:" --- PASS: TestIntegration/TestFsString (0.00s) --- PASS: TestIntegration/TestFsName (0.00s) --- PASS: TestIntegration/TestFsRoot (0.00s) --- PASS: TestIntegration/TestFsRmdirEmpty (3.37s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.16s) --- PASS: TestIntegration/TestFsMkdir (0.55s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (3.05s) --- PASS: TestIntegration/TestFsListEmpty (0.10s) --- PASS: TestIntegration/TestFsListDirEmpty (0.11s) --- SKIP: TestIntegration/TestFsListRDirEmpty (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirNotFound (0.13s) --- SKIP: TestIntegration/TestFsListRDirNotFound (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsNewObjectNotFound (0.36s) --- PASS: TestIntegration/TestFsPutFile1 (0.58s) --- PASS: TestIntegration/TestFsPutError (1.68s) --- PASS: TestIntegration/TestFsPutFile2 (1.24s) --- PASS: TestIntegration/TestFsUpdateFile1 (0.75s) --- PASS: TestIntegration/TestFsListDirFile2 (0.57s) --- SKIP: TestIntegration/TestFsListRDirFile2 (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListDirRoot (0.12s) --- SKIP: TestIntegration/TestFsListRDirRoot (0.00s) fstests.go:193: FS has no ListR interface --- PASS: TestIntegration/TestFsListSubdir (0.14s) --- 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.64s) --- PASS: TestIntegration/TestFsNewObject (0.13s) --- PASS: TestIntegration/TestFsListFile1and2 (0.62s) --- PASS: TestIntegration/TestFsNewObjectDir (0.11s) --- PASS: TestIntegration/TestFsCopy (1.85s) --- PASS: TestIntegration/TestFsMove (7.69s) --- PASS: TestIntegration/TestFsDirMove (5.16s) --- PASS: TestIntegration/TestFsRmdirFull (0.17s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.15s) --- PASS: TestIntegration/TestObjectFs (0.11s) --- PASS: TestIntegration/TestObjectRemote (0.14s) --- PASS: TestIntegration/TestObjectHashes (0.11s) --- PASS: TestIntegration/TestObjectModTime (0.13s) --- SKIP: TestIntegration/TestObjectMimeType (0.13s) fstests.go:860: MimeType method not supported --- PASS: TestIntegration/TestObjectSetModTime (0.15s) fstests.go:877: can't set modified time --- PASS: TestIntegration/TestObjectSize (0.12s) --- PASS: TestIntegration/TestObjectOpen (0.29s) --- PASS: TestIntegration/TestObjectOpenSeek (0.23s) --- PASS: TestIntegration/TestObjectOpenRange (0.73s) --- PASS: TestIntegration/TestObjectPartialRead (0.29s) --- PASS: TestIntegration/TestObjectUpdate (1.44s) --- PASS: TestIntegration/TestObjectStorable (0.14s) --- PASS: TestIntegration/TestFsIsFile (0.21s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.29s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (5.65s) --- 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.96s) --- 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 41.783s ? 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 === RUN TestIntegration/TestFsListEmpty === RUN TestIntegration/TestFsListDirEmpty === RUN TestIntegration/TestFsListRDirEmpty === RUN TestIntegration/TestFsListDirNotFound 2018/07/28 05:06:22 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/TestFsListRDirNotFound 2018/07/28 05:06:22 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/28 05:06:57 ERROR : : error listing: directory not found === RUN TestIntegration/TestPublicLink === RUN TestIntegration/TestObjectRemove === RUN TestIntegration/TestFsPutStream === RUN TestIntegration/TestObjectAbout === RUN TestIntegration/TestObjectPurge 2018/07/28 05:07:04 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (56.55s) --- PASS: TestIntegration/TestInit (1.63s) 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.68s) --- PASS: TestIntegration/TestFsRmdirNotFound (0.16s) --- PASS: TestIntegration/TestFsMkdir (0.85s) --- PASS: TestIntegration/TestFsMkdirRmdirSubdir (4.67s) --- PASS: TestIntegration/TestFsListEmpty (0.21s) --- PASS: TestIntegration/TestFsListDirEmpty (0.20s) --- PASS: TestIntegration/TestFsListRDirEmpty (0.21s) --- PASS: TestIntegration/TestFsListDirNotFound (0.16s) --- PASS: TestIntegration/TestFsListRDirNotFound (0.17s) --- PASS: TestIntegration/TestFsNewObjectNotFound (0.81s) --- PASS: TestIntegration/TestFsPutFile1 (2.45s) --- PASS: TestIntegration/TestFsPutError (2.79s) --- PASS: TestIntegration/TestFsPutFile2 (2.16s) --- PASS: TestIntegration/TestFsUpdateFile1 (1.83s) --- PASS: TestIntegration/TestFsListDirFile2 (1.30s) --- PASS: TestIntegration/TestFsListRDirFile2 (1.44s) --- PASS: TestIntegration/TestFsListDirRoot (0.39s) --- PASS: TestIntegration/TestFsListRDirRoot (0.30s) --- PASS: TestIntegration/TestFsListSubdir (0.23s) --- PASS: TestIntegration/TestFsListRSubdir (3.90s) --- PASS: TestIntegration/TestFsListLevel2 (0.42s) --- PASS: TestIntegration/TestFsListRLevel2 (4.24s) --- PASS: TestIntegration/TestFsListFile1 (1.03s) --- PASS: TestIntegration/TestFsNewObject (0.19s) --- PASS: TestIntegration/TestFsListFile1and2 (1.02s) --- PASS: TestIntegration/TestFsNewObjectDir (0.23s) --- 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.19s) --- PASS: TestIntegration/TestFsPrecision (0.00s) --- SKIP: TestIntegration/TestFsChangeNotify (0.00s) fstests.go:754: FS has no ChangeNotify interface --- PASS: TestIntegration/TestObjectString (0.47s) --- PASS: TestIntegration/TestObjectFs (0.18s) --- PASS: TestIntegration/TestObjectRemote (0.23s) --- PASS: TestIntegration/TestObjectHashes (0.21s) --- PASS: TestIntegration/TestObjectModTime (0.19s) --- PASS: TestIntegration/TestObjectMimeType (0.21s) --- PASS: TestIntegration/TestObjectSetModTime (1.05s) --- PASS: TestIntegration/TestObjectSize (0.19s) --- PASS: TestIntegration/TestObjectOpen (0.77s) --- PASS: TestIntegration/TestObjectOpenSeek (0.55s) --- PASS: TestIntegration/TestObjectOpenRange (1.53s) --- PASS: TestIntegration/TestObjectPartialRead (0.55s) --- PASS: TestIntegration/TestObjectUpdate (2.27s) --- PASS: TestIntegration/TestObjectStorable (0.20s) --- PASS: TestIntegration/TestFsIsFile (0.36s) --- PASS: TestIntegration/TestFsIsFileNotFound (0.31s) --- SKIP: TestIntegration/TestPublicLink (0.00s) fstests.go:1001: FS has no PublicLinker interface --- PASS: TestIntegration/TestObjectRemove (2.63s) --- PASS: TestIntegration/TestFsPutStream (1.81s) --- SKIP: TestIntegration/TestObjectAbout (0.00s) fstests.go:1112: FS does not support About --- PASS: TestIntegration/TestObjectPurge (8.98s) 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 56.563s ? 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/28 05:06:15 mount "Local file system at /tmp/rclone341661815" "/tmp/rclonefs-mount645453674" 2018/07/28 05:06:15 mount OK 2018/07/28 05:06:15 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/28 05:06:16 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=off/TestDirCreateAndRemoveFile 2018/07/28 05:06:16 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/28 05:06:18 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=off/TestWriteFileFsync 2018/07/28 05:06:18 Finished test run with cache mode off (ok=true) 2018/07/28 05:06:18 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/28 05:06:19 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=minimal/TestDirCreateAndRemoveFile 2018/07/28 05:06:19 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/28 05:06:21 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=minimal/TestWriteFileFsync 2018/07/28 05:06:21 Finished test run with cache mode minimal (ok=true) 2018/07/28 05:06:21 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/28 05:06:22 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=writes/TestDirCreateAndRemoveFile 2018/07/28 05:06:22 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/28 05:06:23 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=writes/TestWriteFileFsync 2018/07/28 05:06:23 Finished test run with cache mode writes (ok=true) 2018/07/28 05:06:23 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/28 05:06:24 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=full/TestDirCreateAndRemoveFile 2018/07/28 05:06:24 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/28 05:06:26 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=full/TestWriteFileFsync 2018/07/28 05:06:26 Finished test run with cache mode full (ok=true) 2018/07/28 05:06:26 Unmounting "/tmp/rclonefs-mount645453674" 2018/07/28 05:06:26 Waiting for umount --- PASS: TestMount (10.53s) --- PASS: TestMount/CacheMode=off (2.61s) --- PASS: TestMount/CacheMode=off/TestTouchAndDelete (1.00s) --- 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.00s) --- 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.61s) --- 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.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.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.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.61s) --- 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.00s) --- 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.11s) --- PASS: TestMount/CacheMode=writes/TestWriteFileDoubleClose (0.00s) --- PASS: TestMount/CacheMode=writes/TestWriteFileFsync (0.00s) --- PASS: TestMount/CacheMode=full (2.61s) --- 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.00s) --- 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.10s) --- 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/cmount 10.544s ? 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.013s ? 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.07s) === RUN TestSeparator --- PASS: TestSeparator (0.00s) === RUN TestWholeLsf --- PASS: TestWholeLsf (0.00s) PASS ok github.com/ncw/rclone/cmd/lsf 0.087s ? 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/28 05:06:31 mount "Local file system at /tmp/rclone993296192" "/tmp/rclonefs-mount056961951" 2018/07/28 05:06:31 mount OK 2018/07/28 05:06:31 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/28 05:06:32 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=off/TestDirCreateAndRemoveFile 2018/07/28 05:06:32 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 2018/07/28 05:06:32 ERROR : testdoubleclose: ReadFileHandle.Release error: hash: failed to stat: lstat /tmp/rclone993296192/testdoubleclose: no such file or directory === 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/28 05:06:33 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=off/TestWriteFileFsync 2018/07/28 05:06:33 Finished test run with cache mode off (ok=true) 2018/07/28 05:06:33 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/28 05:06:34 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=minimal/TestDirCreateAndRemoveFile 2018/07/28 05:06:34 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 2018/07/28 05:06:35 ERROR : testdoubleclose: ReadFileHandle.Release error: hash: failed to stat: lstat /tmp/rclone993296192/testdoubleclose: no such file or directory === 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/28 05:06:36 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=minimal/TestWriteFileFsync 2018/07/28 05:06:36 Finished test run with cache mode minimal (ok=true) 2018/07/28 05:06:36 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/28 05:06:37 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=writes/TestDirCreateAndRemoveFile 2018/07/28 05:06:37 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/28 05:06:37 ERROR : testdoubleclose: ReadFileHandle.Release error: hash: failed to stat: lstat /tmp/rclone993296192/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/28 05:06:38 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=writes/TestWriteFileFsync 2018/07/28 05:06:38 Finished test run with cache mode writes (ok=true) 2018/07/28 05:06:38 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/28 05:06:39 ERROR : dir/: Dir.Remove not empty === RUN TestMount/CacheMode=full/TestDirCreateAndRemoveFile 2018/07/28 05:06:39 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 2018/07/28 05:06:40 ERROR : testdoubleclose: ReadFileHandle.Release error: hash: failed to stat: lstat /tmp/rclone993296192/testdoubleclose: no such file or directory === RUN TestMount/CacheMode=full/TestReadSeek === RUN TestMount/CacheMode=full/TestWriteFileNoWrite 2018/07/28 05:06:40 ERROR : testfile: ReadFileHandle.Release error: hash: failed to stat: lstat /tmp/rclone993296192/testfile: no such file or directory === RUN TestMount/CacheMode=full/TestWriteFileWrite === RUN TestMount/CacheMode=full/TestWriteFileOverwrite === RUN TestMount/CacheMode=full/TestWriteFileDoubleClose 2018/07/28 05:06:41 ERROR : testdoubleclose: WriteFileHandle.Write: error: Bad file descriptor === RUN TestMount/CacheMode=full/TestWriteFileFsync 2018/07/28 05:06:41 Finished test run with cache mode full (ok=true) 2018/07/28 05:06:41 Unmounting "/tmp/rclonefs-mount056961951" 2018/07/28 05:06:41 Waiting for umount --- PASS: TestMount (10.51s) --- PASS: TestMount/CacheMode=off (2.64s) --- PASS: TestMount/CacheMode=off/TestTouchAndDelete (1.01s) --- PASS: TestMount/CacheMode=off/TestRenameOpenHandle (0.01s) --- 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.01s) --- 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.61s) --- 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.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.61s) --- 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.01s) --- 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.62s) --- PASS: TestMount/CacheMode=full/TestTouchAndDelete (1.00s) --- PASS: TestMount/CacheMode=full/TestRenameOpenHandle (0.01s) --- PASS: TestMount/CacheMode=full/TestDirLs (0.00s) --- PASS: TestMount/CacheMode=full/TestDirCreateAndRemoveDir (0.01s) --- 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.01s) --- 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.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.10s) --- 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.524s ? 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/28 05:06:43 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.06s) === RUN TestAddEntry --- PASS: TestAddEntry (0.00s) === RUN TestFinalise --- PASS: TestFinalise (0.00s) PASS ok github.com/ncw/rclone/cmd/serve/http 0.073s ? 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/28 05:06:45 ERROR : config: Post request: file already exists, refusing to overwrite in append-only mode === RUN TestResticHandler/#01 2018/07/28 05:06:45 ERROR : data/ad/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3: Post request: file already exists, refusing to overwrite in append-only mode === RUN TestResticHandler/#02 2018/07/28 05:06:45 ERROR : locks/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3: 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/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 restic_appendonly_test.go:185: request 1: POST /data/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 restic_appendonly_test.go:185: request 2: GET /data/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 restic_appendonly_test.go:185: request 3: POST /data/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 restic_appendonly_test.go:185: request 4: GET /data/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 restic_appendonly_test.go:185: request 5: DELETE /data/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 restic_appendonly_test.go:185: request 6: GET /data/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 --- PASS: TestResticHandler/#02 (0.00s) restic_appendonly_test.go:185: request 0: GET /locks/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 restic_appendonly_test.go:185: request 1: POST /locks/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 restic_appendonly_test.go:185: request 2: GET /locks/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 restic_appendonly_test.go:185: request 3: POST /locks/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 restic_appendonly_test.go:185: request 4: DELETE /locks/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 restic_appendonly_test.go:185: request 5: GET /locks/ad105c6d573e38d06b9cf3943425dbe6f19d87c5ea58dd2658430477231b10d3 === RUN TestRestic 2018/07/28 05:06:45 NOTICE: Local file system at /tmp/rclone303971925: Serving restic REST API on http://127.0.0.1:51779/ 2018/07/28 05:06:51 Error on serving HTTP server: http: Server closed --- PASS: TestRestic (6.30s) 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-33 === RUN TestBackendRESTExternalServer/TestList/max-43 === RUN TestBackendRESTExternalServer/TestList/max-1156 === 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.13s) --- PASS: TestBackendRESTExternalServer/TestBackend (0.10s) --- PASS: TestBackendRESTExternalServer/TestConfig (0.00s) --- PASS: TestBackendRESTExternalServer/TestCreateWithConfig (0.00s) --- PASS: TestBackendRESTExternalServer/TestList (0.04s) tests.go:27: rand initialized with seed 1532754407127470847 tests.go:263: wrote 33 files --- PASS: TestBackendRESTExternalServer/TestList/max-11 (0.00s) tests.go:297: loaded 33 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-23 (0.00s) tests.go:297: loaded 33 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-33 (0.00s) tests.go:297: loaded 33 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-43 (0.00s) tests.go:297: loaded 33 IDs from backend --- PASS: TestBackendRESTExternalServer/TestList/max-1156 (0.00s) tests.go:297: loaded 33 IDs from backend tests.go:319: remove 33 files --- PASS: TestBackendRESTExternalServer/TestListCancel (1.01s) tests.go:27: rand initialized with seed 1532754407171648748 --- 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.54s) tests.go:27: rand initialized with seed 1532754408181679337 tests.go:142: saved 11422515 bytes as --- PASS: TestBackendRESTExternalServer/TestLocation (0.00s) --- PASS: TestBackendRESTExternalServer/TestSave (0.41s) tests.go:27: rand initialized with seed 1532754408718481243 --- PASS: TestBackendRESTExternalServer/TestSaveFilenames (0.01s) --- PASS: TestBackendRESTExternalServer/TestZZZDelete (0.01s) PASS ok github.com/restic/restic/internal/backend/rest 2.144s ---------- 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 (1.67s) --- PASS: TestBackendRESTExternalServer/TestBackend (0.08s) --- PASS: TestBackendRESTExternalServer/TestConfig (0.00s) --- PASS: TestBackendRESTExternalServer/TestCreateWithConfig (0.00s) --- PASS: TestBackendRESTExternalServer/TestList (0.02s) tests.go:27: rand initialized with seed 1532754410116419876 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.01s) tests.go:27: rand initialized with seed 1532754410138142581 --- 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.06s) tests.go:27: rand initialized with seed 1532754411147352873 tests.go:142: saved 710173 bytes as --- PASS: TestBackendRESTExternalServer/TestLocation (0.00s) --- PASS: TestBackendRESTExternalServer/TestSave (0.49s) tests.go:27: rand initialized with seed 1532754411205009257 --- PASS: TestBackendRESTExternalServer/TestSaveFilenames (0.00s) --- PASS: TestBackendRESTExternalServer/TestZZZDelete (0.00s) PASS ok github.com/restic/restic/internal/backend/rest 1.677s ---------- === RUN TestMakeRemote --- PASS: TestMakeRemote (0.00s) PASS ok github.com/ncw/rclone/cmd/serve/restic 6.320s === RUN TestWebDav 2018/07/28 05:06:52 NOTICE: Local file system at /tmp/rclone903921717: WebDav Server started on http://127.0.0.1:51778/ 2018/07/28 05:06:55 Error on serving HTTP server: http: Server closed --- PASS: TestWebDav (2.81s) 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/28 05:06:53 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/28 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/28 05:06:55 ERROR : : error listing: directory not found === RUN TestIntegration/TestInternal === RUN TestIntegration/TestFinalise --- PASS: TestIntegration (1.82s) --- 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.825s ---------- PASS ok github.com/ncw/rclone/cmd/serve/webdav 2.816s ? 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/rclone593761724", Local "Local file system at /tmp/rclone143193579", Modify Window "1ns" === RUN TestTouchWithNoCreateFlag --- PASS: TestTouchWithNoCreateFlag (0.00s) run.go:173: Remote "Local file system at /tmp/rclone593761724", Local "Local file system at /tmp/rclone143193579", Modify Window "1ns" === RUN TestTouchWithTimestamp --- PASS: TestTouchWithTimestamp (0.00s) run.go:173: Remote "Local file system at /tmp/rclone593761724", Local "Local file system at /tmp/rclone143193579", Modify Window "1ns" === RUN TestTouchWithLognerTimestamp --- PASS: TestTouchWithLognerTimestamp (0.00s) run.go:173: Remote "Local file system at /tmp/rclone593761724", Local "Local file system at /tmp/rclone143193579", Modify Window "1ns" === RUN TestTouchUpdateTimestamp --- PASS: TestTouchUpdateTimestamp (0.00s) run.go:173: Remote "Local file system at /tmp/rclone593761724", Local "Local file system at /tmp/rclone143193579", Modify Window "1ns" === RUN TestTouchUpdateTimestampWithCFlag --- PASS: TestTouchUpdateTimestampWithCFlag (0.00s) run.go:173: Remote "Local file system at /tmp/rclone593761724", Local "Local file system at /tmp/rclone143193579", Modify Window "1ns" === RUN TestTouchCreateMultipleDirAndFile --- PASS: TestTouchCreateMultipleDirAndFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone593761724", Local "Local file system at /tmp/rclone143193579", Modify Window "1ns" PASS ok github.com/ncw/rclone/cmd/touch 0.020s === RUN TestTree --- PASS: TestTree (0.00s) PASS ok github.com/ncw/rclone/cmd/tree 0.010s === RUN TestVersionWorksWithoutAccessibleConfigFile ok github.com/ncw/rclone/cmd/version 0.010s === 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 TestOption --- PASS: TestOption (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 TestDurationScan --- PASS: TestDurationScan (0.00s) === RUN TestSizeSuffixString --- PASS: TestSizeSuffixString (0.00s) === RUN TestSizeSuffixUnit --- PASS: TestSizeSuffixUnit (0.00s) === RUN TestSizeSuffixSet --- PASS: TestSizeSuffixSet (0.00s) === RUN TestSizeSuffixScan --- PASS: TestSizeSuffixScan (0.00s) PASS ok github.com/ncw/rclone/fs 0.008s === 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.008s === RUN TestAsyncReader --- PASS: TestAsyncReader (0.00s) === RUN TestAsyncWriteTo --- PASS: TestAsyncWriteTo (0.00s) === RUN TestAsyncReaderErrors --- PASS: TestAsyncReaderErrors (0.00s) === RUN TestAsyncReaderSizes --- PASS: TestAsyncReaderSizes (0.79s) === RUN TestAsyncReaderWriteTo --- PASS: TestAsyncReaderWriteTo (0.68s) === RUN TestAsyncReaderCloseRead --- PASS: TestAsyncReaderCloseRead (0.10s) === RUN TestAsyncReaderCloseWriteTo --- PASS: TestAsyncReaderCloseWriteTo (0.10s) PASS ok github.com/ncw/rclone/fs/asyncreader 1.679s === 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.60s) --- PASS: TestChunkedReader/SeekModeNone (0.22s) --- 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.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_1025 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_0_2000 (0.00s) --- PASS: TestChunkedReader/SeekModeNone/Chunksize_1_0 (0.01s) --- 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_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.00s) --- 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.20s) --- 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.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_15_1 (0.00s) --- PASS: TestChunkedReader/SeekModeRegular/Chunksize_15_15 (0.00s) --- 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.00s) --- 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.00s) --- 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.18s) --- 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.00s) --- 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.606s === RUN TestCRUD --- PASS: TestCRUD (0.00s) === RUN TestReveal --- PASS: TestReveal (0.00s) === RUN TestConfigLoad --- PASS: TestConfigLoad (0.00s) === RUN TestConfigLoadEncrypted --- PASS: TestConfigLoadEncrypted (0.00s) === RUN TestConfigLoadEncryptedFailures --- PASS: TestConfigLoadEncryptedFailures (0.00s) === 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.017s ? github.com/ncw/rclone/fs/config/configflags [no test files] === RUN TestConfigMapGet --- PASS: TestConfigMapGet (0.00s) === RUN TestConfigMapSet --- PASS: TestConfigMapSet (0.00s) PASS ok github.com/ncw/rclone/fs/config/configmap 0.007s === RUN TestCamelToSnake --- PASS: TestCamelToSnake (0.00s) === RUN TestStringToInterface --- PASS: TestStringToInterface (0.00s) === RUN TestItemsError --- PASS: TestItemsError (0.00s) === RUN TestItems --- PASS: TestItems (0.00s) === RUN TestSetBasics --- PASS: TestSetBasics (0.00s) === RUN TestSetMore --- PASS: TestSetMore (0.00s) === RUN TestSetFull --- PASS: TestSetFull (0.00s) PASS ok github.com/ncw/rclone/fs/config/configstruct 0.006s ? 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.005s ? github.com/ncw/rclone/fs/driveletter [no test files] === RUN TestNewFilterDefault --- PASS: TestNewFilterDefault (0.00s) === RUN TestNewFilterFull 2018/07/28 05:07:06 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.012s ? 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.005s === 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.007s === 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.007s === RUN TestFilterAndSortIncludeAll --- PASS: TestFilterAndSortIncludeAll (0.00s) === RUN TestFilterAndSortCheckDir 2018/07/28 05:07:09 ERROR : dir/: Entry doesn't belong in directory "dir" (same as directory) - ignoring 2018/07/28 05:07:09 ERROR : diR/a: Entry doesn't belong in directory "dir" (too short) - ignoring 2018/07/28 05:07:09 ERROR : dir/B/sub: Entry doesn't belong in directory "dir" (contains subdir) - ignoring --- PASS: TestFilterAndSortCheckDir (0.00s) === RUN TestFilterAndSortCheckDirRoot 2018/07/28 05:07:09 ERROR : : Entry doesn't belong in directory "" (same as directory) - ignoring 2018/07/28 05:07:09 ERROR : B/sub: Entry doesn't belong in directory "" (contains subdir) - ignoring --- PASS: TestFilterAndSortCheckDirRoot (0.00s) === RUN TestFilterAndSortUnknown 2018/07/28 05:07:09 ERROR : : Entry doesn't belong in directory "" (same as directory) - ignoring --- PASS: TestFilterAndSortUnknown (0.00s) PASS ok github.com/ncw/rclone/fs/list 0.005s ? github.com/ncw/rclone/fs/log [no test files] === RUN TestNewMatchEntries --- PASS: TestNewMatchEntries (0.00s) === RUN TestMatchListings 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in source - ignoring 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in destination - ignoring 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in source - ignoring 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in source - ignoring 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in destination - ignoring 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in source - ignoring 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in destination - ignoring 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in destination - ignoring 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in source - ignoring 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in destination - ignoring 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in source - ignoring 2018/07/28 05:07:10 NOTICE: a: Duplicate object found in destination - ignoring --- PASS: TestMatchListings (0.00s) PASS ok github.com/ncw/rclone/fs/march 0.004s === 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.006s === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestDeduplicateInteractive 2018/07/28 05:07:12 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateInteractive (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateSkip 2018/07/28 05:07:12 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateSkip (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateFirst 2018/07/28 05:07:12 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateFirst (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateNewest 2018/07/28 05:07:12 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateNewest (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateOldest 2018/07/28 05:07:12 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateOldest (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateLargest 2018/07/28 05:07:12 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateLargest (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateRename 2018/07/28 05:07:12 ERROR : : error listing: directory not found --- SKIP: TestDeduplicateRename (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" dedupe_test.go:18: Can't test deduplicate - no duplicate files possible === RUN TestMergeDirs 2018/07/28 05:07:12 ERROR : : error listing: directory not found --- SKIP: TestMergeDirs (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" dedupe_test.go:191: Can't merge directories === RUN TestListDirSorted --- PASS: TestListDirSorted (0.01s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestMkdir --- PASS: TestMkdir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestLsd --- PASS: TestLsd (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestLs --- PASS: TestLs (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestLsLong --- PASS: TestLsLong (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestHashSums --- PASS: TestHashSums (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestCount --- PASS: TestCount (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestDelete --- PASS: TestDelete (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestCheck 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 0 differences found 2018/07/28 05:07:12 ERROR : potato2: File not in Local file system at /tmp/rclone201588803 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 1 differences found 2018/07/28 05:07:12 ERROR : potato2: File not in Local file system at /tmp/rclone201588803 2018/07/28 05:07:12 ERROR : empty space: File not in Local file system at /tmp/rclone375284422 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone375284422: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 3 differences found 2018/07/28 05:07:12 ERROR : empty space: File not in Local file system at /tmp/rclone375284422 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone375284422: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 4 differences found 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 4 differences found 2018/07/28 05:07:12 ERROR : remotepotato: File not in Local file system at /tmp/rclone375284422 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone375284422: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 5 differences found 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 5 differences found --- PASS: TestCheck (0.01s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestCheckDownload 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 5 differences found 2018/07/28 05:07:12 ERROR : potato2: File not in Local file system at /tmp/rclone201588803 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 6 differences found 2018/07/28 05:07:12 ERROR : potato2: File not in Local file system at /tmp/rclone201588803 2018/07/28 05:07:12 ERROR : empty space: File not in Local file system at /tmp/rclone375284422 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone375284422: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 8 differences found 2018/07/28 05:07:12 ERROR : empty space: File not in Local file system at /tmp/rclone375284422 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone375284422: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 9 differences found 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 9 differences found 2018/07/28 05:07:12 ERROR : remotepotato: File not in Local file system at /tmp/rclone375284422 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone375284422: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 10 differences found 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 10 differences found --- PASS: TestCheckDownload (0.01s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestCheckSizeOnly 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 10 differences found 2018/07/28 05:07:12 ERROR : potato2: File not in Local file system at /tmp/rclone201588803 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 11 differences found 2018/07/28 05:07:12 ERROR : potato2: File not in Local file system at /tmp/rclone201588803 2018/07/28 05:07:12 ERROR : empty space: File not in Local file system at /tmp/rclone375284422 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone375284422: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 13 differences found 2018/07/28 05:07:12 ERROR : empty space: File not in Local file system at /tmp/rclone375284422 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone375284422: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 14 differences found 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 14 differences found 2018/07/28 05:07:12 ERROR : remotepotato: File not in Local file system at /tmp/rclone375284422 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone375284422: 1 files missing 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 15 differences found 2018/07/28 05:07:12 NOTICE: Local file system at /tmp/rclone201588803: 15 differences found --- PASS: TestCheckSizeOnly (0.01s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestCat --- PASS: TestCat (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestRcat --- PASS: TestRcat (0.03s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestRmdirsNoLeaveRoot --- PASS: TestRmdirsNoLeaveRoot (0.01s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestRmdirsLeaveRoot --- PASS: TestRmdirsLeaveRoot (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestMoveFile --- PASS: TestMoveFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" === RUN TestCopyFile --- PASS: TestCopyFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone201588803", Local "Local file system at /tmp/rclone375284422", 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/rclone201588803", Local "Local file system at /tmp/rclone375284422", Modify Window "1ns" PASS ok github.com/ncw/rclone/fs/operations 0.125s ? github.com/ncw/rclone/fs/rc [no test files] ? github.com/ncw/rclone/fs/rc/rcflags [no test files] === RUN TestCopyWithDryRun 2018/07/28 05:07:12 NOTICE: sub dir/hello world: Not copying as --dry-run --- PASS: TestCopyWithDryRun (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestCopy --- PASS: TestCopy (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestCopyWithDepth --- PASS: TestCopyWithDepth (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestCopyEmptyDirectories --- PASS: TestCopyEmptyDirectories (0.01s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestServerSideCopy --- PASS: TestServerSideCopy (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" sync_test.go:118: Server side copy (if possible) Local file system at /tmp/rclone456598382 -> Local file system at /tmp/rclone932174978 === RUN TestCopyAfterDelete 2018/07/28 05:07:12 ERROR : : error listing: directory not found --- PASS: TestCopyAfterDelete (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestCopyRedownload --- PASS: TestCopyRedownload (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncBasedOnCheckSum --- PASS: TestSyncBasedOnCheckSum (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncSizeOnly --- PASS: TestSyncSizeOnly (0.01s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncIgnoreSize --- PASS: TestSyncIgnoreSize (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncIgnoreTimes --- PASS: TestSyncIgnoreTimes (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncIgnoreExisting --- PASS: TestSyncIgnoreExisting (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncIgnoreErrors --- PASS: TestSyncIgnoreErrors (0.01s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncAfterChangingModtimeOnly 2018/07/28 05:07:12 NOTICE: empty space: Not updating modification time as --dry-run --- PASS: TestSyncAfterChangingModtimeOnly (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncDoesntUpdateModtime --- PASS: TestSyncDoesntUpdateModtime (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncAfterAddingAFile --- PASS: TestSyncAfterAddingAFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncAfterChangingFilesSizeOnly --- PASS: TestSyncAfterChangingFilesSizeOnly (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncAfterChangingContentsOnly --- PASS: TestSyncAfterChangingContentsOnly (0.01s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun 2018/07/28 05:07:13 NOTICE: potato2: Not copying as --dry-run 2018/07/28 05:07:13 NOTICE: potato: Not deleting as --dry-run --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncAfterRemovingAFileAndAddingAFile --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (0.01s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors 2018/07/28 05:07:13 ERROR : Local file system at /tmp/rclone456598382: not deleting files as there were IO errors 2018/07/28 05:07:13 ERROR : Local file system at /tmp/rclone456598382: not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring --- PASS: TestSyncDeleteDuring (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncDeleteBefore --- PASS: TestSyncDeleteBefore (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestCopyDeleteBefore --- PASS: TestCopyDeleteBefore (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncWithExclude --- PASS: TestSyncWithExclude (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncWithExcludeAndDeleteExcluded --- PASS: TestSyncWithExcludeAndDeleteExcluded (0.01s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncWithUpdateOlder --- PASS: TestSyncWithUpdateOlder (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncWithTrackRenames --- PASS: TestSyncWithTrackRenames (0.01s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" sync_test.go:855: Can track renames: true === RUN TestMoveWithDeleteEmptySrcDirs --- PASS: TestMoveWithDeleteEmptySrcDirs (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestMoveWithoutDeleteEmptySrcDirs --- PASS: TestMoveWithoutDeleteEmptySrcDirs (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestServerSideMove 2018/07/28 05:07:13 ERROR : : error listing: directory not found 2018/07/28 05:07:13 purge failed: lstat /tmp/rclone166620932: no such file or directory --- PASS: TestServerSideMove (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" sync_test.go:898: Server side move (if possible) Local file system at /tmp/rclone456598382 -> Local file system at /tmp/rclone166620932 === RUN TestServerSideMoveWithFilter --- PASS: TestServerSideMoveWithFilter (0.01s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" sync_test.go:898: Server side move (if possible) Local file system at /tmp/rclone456598382 -> Local file system at /tmp/rclone371044472 === RUN TestServerSideMoveDeleteEmptySourceDirs 2018/07/28 05:07:13 ERROR : : error listing: directory not found 2018/07/28 05:07:13 ERROR : : error listing: directory not found 2018/07/28 05:07:13 purge failed: lstat /tmp/rclone469435180: no such file or directory --- PASS: TestServerSideMoveDeleteEmptySourceDirs (0.01s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" sync_test.go:898: Server side move (if possible) Local file system at /tmp/rclone456598382 -> Local file system at /tmp/rclone469435180 === RUN TestServerSideMoveOverlap --- SKIP: TestServerSideMoveOverlap (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" sync_test.go:1029: Skipping test as remote supports DirMove === RUN TestSyncBackupDir --- PASS: TestSyncBackupDir (0.01s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncBackupDirWithSuffix --- PASS: TestSyncBackupDirWithSuffix (0.02s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncUTFNorm --- PASS: TestSyncUTFNorm (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestSyncImmutable 2018/07/28 05:07:13 ERROR : existing: Source and destination exist but do not match: immutable file modified 2018/07/28 05:07:13 ERROR : Local file system at /tmp/rclone456598382: not deleting files as there were IO errors 2018/07/28 05:07:13 ERROR : Local file system at /tmp/rclone456598382: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (0.01s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" === RUN TestAbort 2018/07/28 05:07:13 NOTICE: file1: Removing partially written file on error: Max transfer limit reached as set by --max-transfer 2018/07/28 05:07:13 ERROR : file1: Failed to copy: Max transfer limit reached as set by --max-transfer 2018/07/28 05:07:13 ERROR : Cancelling sync due to fatal error: Max transfer limit reached as set by --max-transfer 2018/07/28 05:07:13 ERROR : Local file system at /tmp/rclone456598382: not deleting files as there were IO errors 2018/07/28 05:07:13 ERROR : Local file system at /tmp/rclone456598382: not deleting directories as there were IO errors --- PASS: TestAbort (0.00s) run.go:173: Remote "Local file system at /tmp/rclone456598382", Local "Local file system at /tmp/rclone202871797", Modify Window "1ns" PASS ok github.com/ncw/rclone/fs/sync 0.193s === 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/28 05:07:13 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/28 05:07:13 ERROR : 0: error listing: directory not found 2018/07/28 05:07:13 ERROR : 1: error listing: directory not found 2018/07/28 05:07:13 ERROR : 2: error listing: directory not found 2018/07/28 05:07:13 ERROR : 3: error listing: directory not found 2018/07/28 05:07:13 ERROR : 4: error listing: directory not found 2018/07/28 05:07:13 ERROR : 5: error listing: directory not found 2018/07/28 05:07:13 ERROR : 6: error listing: directory not found 2018/07/28 05:07:13 ERROR : 7: error listing: directory not found 2018/07/28 05:07:13 ERROR : 8: error listing: directory not found 2018/07/28 05:07:13 ERROR : 9: error listing: directory not found --- PASS: TestWalkErrors (0.00s) === RUN TestWalkRErrors --- PASS: TestWalkRErrors (0.00s) === RUN TestWalkMulti --- PASS: TestWalkMulti (0.01s) === RUN TestWalkRMulti --- PASS: TestWalkRMulti (0.02s) === RUN TestWalkMultiErrors 2018/07/28 05:07:13 ERROR : 0/0/0: error listing: boom --- PASS: TestWalkMultiErrors (0.00s) === RUN TestWalkRMultiErrors 2018/07/28 05:07:13 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.041s ? 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.105s === RUN TestReadFill --- PASS: TestReadFill (0.00s) === RUN TestRepeatableReader --- PASS: TestRepeatableReader (0.00s) PASS ok github.com/ncw/rclone/lib/readers 0.004s === RUN TestURLJoin --- PASS: TestURLJoin (0.00s) === RUN TestURLPathEscape --- PASS: TestURLPathEscape (0.00s) PASS ok github.com/ncw/rclone/lib/rest 0.004s === RUN TestCacheModeString --- PASS: TestCacheModeString (0.00s) === RUN TestCacheModeSet --- PASS: TestCacheModeSet (0.00s) === RUN TestCacheModeType --- PASS: TestCacheModeType (0.00s) === RUN TestCacheNew 2018/07/28 05:07:16 ERROR : : error listing: directory not found --- PASS: TestCacheNew (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestCacheOpens 2018/07/28 05:07:16 ERROR : : error listing: directory not found --- PASS: TestCacheOpens (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestCacheOpenMkdir 2018/07/28 05:07:16 ERROR : : error listing: directory not found --- PASS: TestCacheOpenMkdir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestCacheCacheDir 2018/07/28 05:07:16 ERROR : : error listing: directory not found --- PASS: TestCacheCacheDir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestCachePurgeOld 2018/07/28 05:07:16 ERROR : : error listing: directory not found --- PASS: TestCachePurgeOld (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirHandleMethods --- PASS: TestDirHandleMethods (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirHandleReaddir --- PASS: TestDirHandleReaddir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirHandleReaddirnames --- PASS: TestDirHandleReaddirnames (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirMethods --- PASS: TestDirMethods (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirForgetAll --- PASS: TestDirForgetAll (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirForgetPath --- PASS: TestDirForgetPath (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirWalk --- PASS: TestDirWalk (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirSetModTime --- PASS: TestDirSetModTime (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirStat --- PASS: TestDirStat (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirReadDirAll --- PASS: TestDirReadDirAll (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirOpen 2018/07/28 05:07:16 ERROR : dir/: Can only open directories read only --- PASS: TestDirOpen (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirCreate --- PASS: TestDirCreate (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirMkdir 2018/07/28 05:07:16 ERROR : dir/: Dir.Mkdir failed to create directory: mkdir /tmp/rclone348132244/dir/file1: not a directory --- PASS: TestDirMkdir (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirRemove 2018/07/28 05:07:16 ERROR : dir/: Dir.Remove not empty --- PASS: TestDirRemove (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirRemoveAll --- PASS: TestDirRemoveAll (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirRemoveName --- PASS: TestDirRemoveName (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestDirRename 2018/07/28 05:07:16 ERROR : dir/not found: Dir.Rename error: file does not exist --- PASS: TestDirRename (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods --- PASS: TestFileMethods (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestFileSetModTime --- PASS: TestFileSetModTime (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestFileOpenRead --- PASS: TestFileOpenRead (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestFileOpenWrite --- PASS: TestFileOpenWrite (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestFileRemove --- PASS: TestFileRemove (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestFileRemoveAll --- PASS: TestFileRemoveAll (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestFileOpen 2018/07/28 05:07:16 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/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestReadFileHandleMethods --- PASS: TestReadFileHandleMethods (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestReadFileHandleSeek --- PASS: TestReadFileHandleSeek (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestReadFileHandleReadAt 2018/07/28 05:07:16 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor --- PASS: TestReadFileHandleReadAt (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestReadFileHandleFlush --- PASS: TestReadFileHandleFlush (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestReadFileHandleRelease --- PASS: TestReadFileHandleRelease (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileHandleMethodsRead --- PASS: TestRWFileHandleMethodsRead (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileHandleSeek --- PASS: TestRWFileHandleSeek (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileHandleReadAt --- PASS: TestRWFileHandleReadAt (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileHandleFlushRead --- PASS: TestRWFileHandleFlushRead (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileHandleReleaseRead --- PASS: TestRWFileHandleReleaseRead (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileHandleMethodsWrite --- PASS: TestRWFileHandleMethodsWrite (0.07s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileHandleWriteAt --- PASS: TestRWFileHandleWriteAt (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileHandleWriteNoWrite --- PASS: TestRWFileHandleWriteNoWrite (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileHandleFlushWrite --- PASS: TestRWFileHandleFlushWrite (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileHandleReleaseWrite --- PASS: TestRWFileHandleReleaseWrite (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileHandleOpenTests 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists 2018/07/28 05:07:16 ERROR : open-test-file: File.openRW failed: file already exists --- PASS: TestRWFileHandleOpenTests (0.33s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestRWFileModTimeWithOpenWriters --- PASS: TestRWFileModTimeWithOpenWriters (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew --- PASS: TestVFSNew (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestVFSRoot --- PASS: TestVFSRoot (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestVFSStat --- PASS: TestVFSStat (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestVFSStatParent --- PASS: TestVFSStatParent (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestVFSOpenFile --- PASS: TestVFSOpenFile (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestVFSRename --- PASS: TestVFSRename (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestVFSStatfs --- PASS: TestVFSStatfs (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestWriteFileHandleMethods 2018/07/28 05:07:16 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2018/07/28 05:07:16 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2018/07/28 05:07:16 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2018/07/28 05:07:16 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/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestWriteFileHandleWriteAt 2018/07/28 05:07:16 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2018/07/28 05:07:16 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor --- PASS: TestWriteFileHandleWriteAt (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestWriteFileHandleFlush --- PASS: TestWriteFileHandleFlush (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestWriteFileHandleRelease --- PASS: TestWriteFileHandleRelease (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" === RUN TestWriteFileModTimeWithOpenWriters --- PASS: TestWriteFileModTimeWithOpenWriters (0.00s) run.go:173: Remote "Local file system at /tmp/rclone348132244", Local "Local file system at /tmp/rclone684272611", Modify Window "1ns" PASS ok github.com/ncw/rclone/vfs 0.493s ? github.com/ncw/rclone/vfs/vfsflags [no test files]