"go test -v -timeout 1h0m0s -remote TestDrive: -verbose" - Starting (try 1/5) === RUN TestDriveScopes --- PASS: TestDriveScopes (0.00s) === RUN TestInternalLoadExampleFormats --- PASS: TestInternalLoadExampleFormats (0.00s) === RUN TestInternalParseExtensions --- PASS: TestInternalParseExtensions (0.00s) === RUN TestInternalFindExportFormat --- PASS: TestInternalFindExportFormat (0.00s) === RUN TestMimeTypesToExtension --- PASS: TestMimeTypesToExtension (0.00s) === RUN TestExtensionToMimeType --- PASS: TestExtensionToMimeType (0.00s) === RUN TestExtensionsForExportFormats --- PASS: TestExtensionsForExportFormats (0.00s) === RUN TestExtensionsForImportFormats drive_internal_test.go:181: --- SKIP: TestExtensionsForImportFormats (0.00s) === RUN TestIntegration fstests.go:438: Using remote "TestDrive:" 2025/07/05 03:54:13 NOTICE: TestDrive: Starting server 2025/07/05 03:54:13 DEBUG : Creating backend with remote "TestDrive:rclone-test-qideciz9pohe" 2025/07/05 03:54:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/07/05 03:54:17 INFO : dir/subdir: Making directory 2025/07/05 03:54:19 INFO : dir/subdir: Removing directory 2025/07/05 03:54:20 INFO : dir: Removing directory 2025/07/05 03:54:20 DEBUG : dir: Rmdir: contains trashed file: "subdir" === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound 2025/07/05 03:54:22 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound 2025/07/05 03:54:22 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/07/05 03:54:26 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Rmdir: contains trashed file: "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/07/05 03:54:30 DEBUG : .: Rmdir: contains trashed file: "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/07/05 03:54:35 DEBUG : ..: Rmdir: contains trashed file: ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/07/05 03:54:39 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Rmdir: contains trashed file: "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/07/05 03:54:43 DEBUG : leading space: Rmdir: contains trashed file: " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/07/05 03:54:47 DEBUG : ~leading tilde: Rmdir: contains trashed file: "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/07/05 03:54:51 DEBUG : ␍leading CR: Rmdir: contains trashed file: "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/07/05 03:54:55 DEBUG : ␊leading LF: Rmdir: contains trashed file: "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/07/05 03:54:59 DEBUG : ␉leading HT: Rmdir: contains trashed file: "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/07/05 03:55:04 DEBUG : ␋leading VT: Rmdir: contains trashed file: "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/07/05 03:55:08 DEBUG : .leading dot: Rmdir: contains trashed file: ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/07/05 03:55:12 DEBUG : trailing space : Rmdir: contains trashed file: "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/07/05 03:55:17 DEBUG : trailing CR␍: Rmdir: contains trashed file: "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/07/05 03:55:21 DEBUG : trailing LF␊: Rmdir: contains trashed file: "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/07/05 03:55:25 DEBUG : trailing HT␉: Rmdir: contains trashed file: "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/07/05 03:55:29 DEBUG : trailing VT␋: Rmdir: contains trashed file: "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/07/05 03:55:33 DEBUG : trailing dot.: Rmdir: contains trashed file: "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/07/05 03:55:37 DEBUG : invalid utf-8: Rmdir: contains trashed file: "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/07/05 03:55:41 DEBUG : test%46.txt: Rmdir: contains trashed file: "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:819: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify 2025/07/05 03:55:48 INFO : dir: Making directory 2025/07/05 03:55:49 INFO : dir/subdir1: Making directory 2025/07/05 03:55:49 INFO : dir/subdir3: Making directory 2025/07/05 03:55:50 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:55:50 INFO : dir/subdir2: Making directory 2025/07/05 03:55:51 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:55:52 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:55:53 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:55:54 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:55:55 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:55:55 DEBUG : doChangeNotify("test%46.txt", 0) 2025/07/05 03:55:55 DEBUG : doChangeNotify("hello? sausage", 0) 2025/07/05 03:55:55 DEBUG : Ignoring notify for file1 or file2: "hello? sausage", 0 2025/07/05 03:55:55 DEBUG : doChangeNotify("hello? sausage/êé", 0) 2025/07/05 03:55:55 DEBUG : Ignoring notify for file1 or file2: "hello? sausage/êé", 0 2025/07/05 03:55:55 DEBUG : doChangeNotify("hello? sausage/êé/Hello, 世界", 0) 2025/07/05 03:55:55 DEBUG : Ignoring notify for file1 or file2: "hello? sausage/êé/Hello, 世界", 0 2025/07/05 03:55:55 DEBUG : doChangeNotify("hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", 0) 2025/07/05 03:55:55 DEBUG : Ignoring notify for file1 or file2: "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", 0 fstests.go:931: Try 1/10 waiting for dirChanges and objChanges 2025/07/05 03:55:56 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:55:57 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:55:58 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote fstests.go:931: Try 2/10 waiting for dirChanges and objChanges 2025/07/05 03:55:59 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:00 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:01 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:01 DEBUG : doChangeNotify("zero-length-file", 1) 2025/07/05 03:56:01 DEBUG : doChangeNotify("dir", 0) 2025/07/05 03:56:01 DEBUG : doChangeNotify("dir/subdir1", 0) 2025/07/05 03:56:01 DEBUG : doChangeNotify("dir/subdir3", 0) 2025/07/05 03:56:01 DEBUG : doChangeNotify("dir/subdir2", 0) fstests.go:931: Try 3/10 waiting for dirChanges and objChanges 2025/07/05 03:56:02 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:03 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:04 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote fstests.go:931: Try 4/10 waiting for dirChanges and objChanges 2025/07/05 03:56:05 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:06 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:07 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:07 DEBUG : doChangeNotify("dir/file2", 1) 2025/07/05 03:56:07 DEBUG : doChangeNotify("dir/file4", 1) 2025/07/05 03:56:07 DEBUG : doChangeNotify("dir/file3", 1) 2025/07/05 03:56:08 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:09 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:10 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:11 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Checking for changes on remote 2025/07/05 03:56:11 DEBUG : dir: Rmdir: contains trashed file: "file3" 2025/07/05 03:56:11 DEBUG : dir: Rmdir: contains trashed file: "file4" 2025/07/05 03:56:11 DEBUG : dir: Rmdir: contains trashed file: "file2" 2025/07/05 03:56:11 DEBUG : dir: Rmdir: contains trashed file: "subdir2" 2025/07/05 03:56:11 DEBUG : dir: Rmdir: contains trashed file: "subdir3" 2025/07/05 03:56:11 DEBUG : dir: Rmdir: contains trashed file: "subdir1" === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/07/05 03:56:21 DEBUG : Creating backend with remote "TestDrive:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/07/05 03:56:21 DEBUG : Creating backend with remote "TestDrive:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/07/05 03:56:37 DEBUG : Creating backend with remote "TestDrive:rclone-test-qideciz9pohe/dirToPurgeFromRoot" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/07/05 03:56:39 DEBUG : Creating backend with remote "TestDrive:rclone-test-qideciz9pohe/hello? sausage/êé" === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata 2025/07/05 03:57:05 DEBUG : Google drive root 'rclone-test-qideciz9pohe': Skipping btime metadata as can't update it on an existing file: 2025-07-05T03:57:04.976Z === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/07/05 03:57:08 DEBUG : Creating backend with remote "TestDrive:rclone-test-vuwuyol6dile" 2025/07/05 03:57:15 DEBUG : Google drive root 'rclone-test-vuwuyol6dile': Purge remote === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull 2025/07/05 03:57:16 DEBUG : Rmdir: contains trashed file: "moveTest" 2025/07/05 03:57:16 DEBUG : Rmdir: contains trashed file: "dirToPurgeFromRoot" 2025/07/05 03:57:16 DEBUG : Rmdir: contains trashed file: "dirToPurge" 2025/07/05 03:57:16 DEBUG : Rmdir: contains trashed file: "dir" 2025/07/05 03:57:16 DEBUG : Rmdir: contains file: "hello? sausage" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/07/05 03:57:30 DEBUG : Creating backend with remote "TestDrive:rclone-test-qideciz9pohe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/07/05 03:57:33 DEBUG : Creating backend with remote "TestDrive:rclone-test-qideciz9pohe/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestDrive:" path "rclone-test-qideciz9pohe" from "TestDrive:rclone-test-qideciz9pohe" 2025/07/05 03:57:35 DEBUG : Creating backend with remote "TestDrive:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink 2025/07/05 03:57:44 DEBUG : Google drive root 'rclone-test-qideciz9pohe': attempting to share single file 'file name.txt_does_not_exist' 2025/07/05 03:57:45 DEBUG : Google drive root 'rclone-test-qideciz9pohe': attempting to share single file 'file name.txt' 2025/07/05 03:57:46 DEBUG : Google drive root 'rclone-test-qideciz9pohe': attempting to share single file 'hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt' 2025/07/05 03:57:47 DEBUG : Google drive root 'rclone-test-qideciz9pohe': attempting to share single file 'file name.txt' 2025/07/05 03:57:48 DEBUG : Google drive root 'rclone-test-qideciz9pohe': attempting to share directory 'hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠' 2025/07/05 03:57:48 DEBUG : Google drive root 'rclone-test-qideciz9pohe': attempting to share directory 'hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠' 2025/07/05 03:57:49 DEBUG : Creating backend with remote "TestDrive:rclone-test-susedib8cobi" 2025/07/05 03:57:51 DEBUG : Google drive root 'rclone-test-qideciz9pohe': attempting to share directory '' 2025/07/05 03:57:52 DEBUG : Google drive root 'rclone-test-susedib8cobi': Purge remote === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2125: Not a bucket based backend === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/07/05 03:57:55 DEBUG : piped data.txt: Sending chunk 0 length 0 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/07/05 03:57:57 DEBUG : piped data.txt: Sending chunk 0 length 100 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/DocumentImport 2025/07/05 03:57:58 DEBUG : Creating backend with remote "/home/rclone/go/src/github.com/rclone/rclone/backend/drive/test/files" 2025/07/05 03:57:59 DEBUG : example2.doc: Need to transfer - File not found at Destination 2025/07/05 03:58:02 DEBUG : example2.docx: Dst hash empty - aborting Src hash check 2025/07/05 03:58:02 INFO : example2.doc: Copied (new) to: example2.docx === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/DocumentImport/DocumentUpdate 2025/07/05 03:58:02 DEBUG : Creating backend with remote "/home/rclone/go/src/github.com/rclone/rclone/backend/drive/test/files" 2025/07/05 03:58:02 DEBUG : example1.ods: Need to transfer - File not found at Destination 2025/07/05 03:58:03 DEBUG : example1.ods: md5 = 00339b48e86b01836673394effde944a OK 2025/07/05 03:58:03 INFO : example1.ods: Copied (new) to: example2.xlsx === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/DocumentImport/DocumentUpdate/DocumentExport 2025/07/05 03:58:05 DEBUG : example2.txt: Updating size of doc after download to 3050 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/DocumentImport/DocumentUpdate/DocumentExport/DocumentLink === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Shortcuts === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Shortcuts/Errors === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Shortcuts/File === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Shortcuts/Dir === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Shortcuts/Command 2025/07/05 03:58:12 DEBUG : Creating backend with remote "doesnotexistremote:" 2025/07/05 03:58:12 DEBUG : Creating backend with remote "." 2025/07/05 03:58:12 DEBUG : fs cache: renaming cache item "." to be canonical "/home/rclone/go/src/github.com/rclone/rclone/backend/drive" 2025/07/05 03:58:12 DEBUG : Creating backend with remote "TestDrive:rclone-test-qideciz9pohe" === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/UnTrash 2025/07/05 03:58:22 DEBUG : trashDir: finding trash to restore in directory "1uwqIFJXXJOyXkCbEmJnJQhUh7CJ9dLyt" 2025/07/05 03:58:22 INFO : trashDir/subdir: restoring "1Ch8hWyQZSr4k9aaVFlz7LshEdVCQ-fkA" 2025/07/05 03:58:22 DEBUG : trashDir/subdir: finding trash to restore in directory "1Ch8hWyQZSr4k9aaVFlz7LshEdVCQ-fkA" 2025/07/05 03:58:23 INFO : trashDir/toBeTrashed: restoring "1utLrBR4FjpSeRfLFpYdtxAv2MHZVggwr" === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/BadID === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/Directory === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/MoveWithoutDestName 2025/07/05 03:58:25 DEBUG : Creating backend with remote "/tmp/TestIntegrationFsMkdirFsPutFilesInternalCopyOrMoveID337331336/001/" 2025/07/05 03:58:25 DEBUG : fs cache: renaming cache item "/tmp/TestIntegrationFsMkdirFsPutFilesInternalCopyOrMoveID337331336/001/" to be canonical "/tmp/TestIntegrationFsMkdirFsPutFilesInternalCopyOrMoveID337331336/001" 2025/07/05 03:58:26 DEBUG : z.txt: md5 = 4d2d79293da74178792bf4521e4812d0 OK 2025/07/05 03:58:26 DEBUG : z.txt.544cd58d.partial: renamed to: z.txt 2025/07/05 03:58:26 INFO : z.txt: Copied (new) 2025/07/05 03:58:26 INFO : z.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/CopyWithoutDestName 2025/07/05 03:58:26 DEBUG : fs cache: switching user supplied name "/tmp/TestIntegrationFsMkdirFsPutFilesInternalCopyOrMoveID337331336/001/" for canonical name "/tmp/TestIntegrationFsMkdirFsPutFilesInternalCopyOrMoveID337331336/001" 2025/07/05 03:58:27 DEBUG : z.txt: md5 = 4d2d79293da74178792bf4521e4812d0 OK 2025/07/05 03:58:27 DEBUG : z.txt.544cd58d.partial: renamed to: z.txt 2025/07/05 03:58:27 INFO : z.txt: Copied (new) === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/MoveWithDestName 2025/07/05 03:58:27 DEBUG : fs cache: switching user supplied name "/tmp/TestIntegrationFsMkdirFsPutFilesInternalCopyOrMoveID337331336/001/" for canonical name "/tmp/TestIntegrationFsMkdirFsPutFilesInternalCopyOrMoveID337331336/001" 2025/07/05 03:58:28 DEBUG : z.txt: md5 = 4d2d79293da74178792bf4521e4812d0 OK 2025/07/05 03:58:28 DEBUG : potato.txt.544cd58d.partial: renamed to: potato.txt 2025/07/05 03:58:28 INFO : z.txt: Copied (new) to: potato.txt 2025/07/05 03:58:28 INFO : z.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/CopyWithDestName 2025/07/05 03:58:29 DEBUG : fs cache: switching user supplied name "/tmp/TestIntegrationFsMkdirFsPutFilesInternalCopyOrMoveID337331336/001/" for canonical name "/tmp/TestIntegrationFsMkdirFsPutFilesInternalCopyOrMoveID337331336/001" 2025/07/05 03:58:29 DEBUG : z.txt: md5 = 4d2d79293da74178792bf4521e4812d0 OK 2025/07/05 03:58:29 DEBUG : potato.txt.544cd58d.partial: renamed to: potato.txt 2025/07/05 03:58:29 INFO : z.txt: Copied (new) to: potato.txt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Query === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Query/BadQuery === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Query/NoMatch === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Query/GoodQuery drive_internal_test.go:566: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/drive/drive_internal_test.go:566 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Query/GoodQuery === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/AgeQuery 2025/07/05 03:58:31 DEBUG : --min-age 0s to 2025-07-05 03:58:31.554906758 +0000 UTC m=+257.949803245 2025/07/05 03:58:31 DEBUG : --max-age 1h0m0s to 2025-07-05 02:58:31.554988992 +0000 UTC m=-3342.050114521 2025/07/05 03:58:31 DEBUG : Creating backend with remote "TestDrive:rclone-test-qideciz9pohe/agequery-testdir" 2025/07/05 03:58:32 DEBUG : Creating backend with remote "/tmp/TestIntegrationFsMkdirFsPutFilesInternalAgeQuery2583705272/001" 2025/07/05 03:58:32 DEBUG : Creating backend with remote "/tmp/TestIntegrationFsMkdirFsPutFilesInternalAgeQuery2583705272/002" 2025/07/05 03:58:32 DEBUG : agequery.txt: Need to transfer - File not found at Destination 2025/07/05 03:58:32 DEBUG : Google drive root 'rclone-test-qideciz9pohe/agequery-testdir': Waiting for checks to finish 2025/07/05 03:58:32 DEBUG : Google drive root 'rclone-test-qideciz9pohe/agequery-testdir': Waiting for transfers to finish 2025/07/05 03:58:34 DEBUG : agequery.txt: md5 = 70fb874a43097a25234382390c0baeb3 OK 2025/07/05 03:58:34 INFO : agequery.txt: Copied (new) 2025/07/05 03:58:34 DEBUG : agequery.txt: Excluded (ModTime Filter) 2025/07/05 03:58:34 DEBUG : agequery.txt: Excluded 2025/07/05 03:58:35 DEBUG : Google drive root 'rclone-test-qideciz9pohe/agequery-testdir': Waiting for checks to finish 2025/07/05 03:58:35 DEBUG : Google drive root 'rclone-test-qideciz9pohe/agequery-testdir': Waiting for transfers to finish 2025/07/05 03:58:35 DEBUG : Local file system at /tmp/TestIntegrationFsMkdirFsPutFilesInternalAgeQuery2583705272/002: Waiting for checks to finish 2025/07/05 03:58:35 DEBUG : Local file system at /tmp/TestIntegrationFsMkdirFsPutFilesInternalAgeQuery2583705272/002: Waiting for transfers to finish 2025/07/05 03:58:35 DEBUG : agequery.txt: Need to transfer - File not found at Destination 2025/07/05 03:58:35 DEBUG : Local file system at /tmp/TestIntegrationFsMkdirFsPutFilesInternalAgeQuery2583705272/002: Waiting for checks to finish 2025/07/05 03:58:35 DEBUG : Local file system at /tmp/TestIntegrationFsMkdirFsPutFilesInternalAgeQuery2583705272/002: Waiting for transfers to finish 2025/07/05 03:58:36 DEBUG : agequery.txt: md5 = 70fb874a43097a25234382390c0baeb3 OK 2025/07/05 03:58:36 DEBUG : agequery.txt.9db70019.partial: renamed to: agequery.txt 2025/07/05 03:58:36 INFO : agequery.txt: Copied (new) === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ShouldRetry 2025/07/05 03:58:37 ERROR : Google drive root 'rclone-test-qideciz9pohe': Received upload limit error: googleapi: Error 403: More details: Reason: rateLimitExceeded, Message: User rate limit exceeded. 2025/07/05 03:58:37 ERROR : Google drive root 'rclone-test-qideciz9pohe': Received download limit error: googleapi: Error 403: , downloadQuotaExceeded 2025/07/05 03:58:37 ERROR : Google drive root 'rclone-test-qideciz9pohe': Received Shared Drive file limit error: googleapi: Error 403: , teamDriveFileLimitExceeded 2025/07/05 03:58:37 ERROR : Google drive root 'rclone-test-qideciz9pohe': Received upload limit error: googleapi: Error 403: , quotaExceeded 2025/07/05 03:58:37 ERROR : Google drive root 'rclone-test-qideciz9pohe': Received upload limit error: googleapi: Error 403: , storageQuotaExceeded === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/256Ki === RUN TestIntegration/FsMkdir/FsPutChunked/256Ki/262143 === RUN TestIntegration/FsMkdir/FsPutChunked/256Ki/262143/Streamed 2025/07/05 03:58:40 DEBUG : chunked-256Ki-255.999Ki-streamed.bin: Sending chunk 0 length 262143 === RUN TestIntegration/FsMkdir/FsPutChunked/256Ki/262144 2025/07/05 03:58:43 DEBUG : chunked-256Ki-256Ki.bin: Sending chunk 0 length 262144 === RUN TestIntegration/FsMkdir/FsPutChunked/256Ki/262144/Streamed 2025/07/05 03:58:46 DEBUG : chunked-256Ki-256Ki-streamed.bin: Sending chunk 0 length 262144 2025/07/05 03:58:46 DEBUG : chunked-256Ki-256Ki-streamed.bin: Sending chunk 262144 length 0 === RUN TestIntegration/FsMkdir/FsPutChunked/256Ki/524289 2025/07/05 03:58:50 DEBUG : chunked-256Ki-512.001Ki.bin: Sending chunk 0 length 262144 2025/07/05 03:58:50 DEBUG : chunked-256Ki-512.001Ki.bin: Sending chunk 262144 length 262144 2025/07/05 03:58:50 DEBUG : chunked-256Ki-512.001Ki.bin: Sending chunk 524288 length 1 === RUN TestIntegration/FsMkdir/FsPutChunked/256Ki/524289/Streamed 2025/07/05 03:58:53 DEBUG : chunked-256Ki-512.001Ki-streamed.bin: Sending chunk 0 length 262144 2025/07/05 03:58:53 DEBUG : chunked-256Ki-512.001Ki-streamed.bin: Sending chunk 262144 length 262144 2025/07/05 03:58:53 DEBUG : chunked-256Ki-512.001Ki-streamed.bin: Sending chunk 524288 length 1 === RUN TestIntegration/FsMkdir/FsPutChunked/512Ki === RUN TestIntegration/FsMkdir/FsPutChunked/512Ki/524287 === RUN TestIntegration/FsMkdir/FsPutChunked/512Ki/524287/Streamed 2025/07/05 03:59:00 DEBUG : chunked-512Ki-511.999Ki-streamed.bin: Sending chunk 0 length 524287 === RUN TestIntegration/FsMkdir/FsPutChunked/512Ki/524288 2025/07/05 03:59:03 DEBUG : chunked-512Ki-512Ki.bin: Sending chunk 0 length 524288 === RUN TestIntegration/FsMkdir/FsPutChunked/512Ki/524288/Streamed 2025/07/05 03:59:06 DEBUG : chunked-512Ki-512Ki-streamed.bin: Sending chunk 0 length 524288 2025/07/05 03:59:06 DEBUG : chunked-512Ki-512Ki-streamed.bin: Sending chunk 524288 length 0 === RUN TestIntegration/FsMkdir/FsPutChunked/512Ki/1048577 2025/07/05 03:59:10 DEBUG : chunked-512Ki-1.000Mi.bin: Sending chunk 0 length 524288 2025/07/05 03:59:10 DEBUG : chunked-512Ki-1.000Mi.bin: Sending chunk 524288 length 524288 2025/07/05 03:59:10 DEBUG : chunked-512Ki-1.000Mi.bin: Sending chunk 1048576 length 1 === RUN TestIntegration/FsMkdir/FsPutChunked/512Ki/1048577/Streamed 2025/07/05 03:59:14 DEBUG : chunked-512Ki-1.000Mi-streamed.bin: Sending chunk 0 length 524288 2025/07/05 03:59:14 DEBUG : chunked-512Ki-1.000Mi-streamed.bin: Sending chunk 524288 length 524288 2025/07/05 03:59:14 DEBUG : chunked-512Ki-1.000Mi-streamed.bin: Sending chunk 1048576 length 1 === RUN TestIntegration/FsMkdir/FsPutChunked/1Mi === RUN TestIntegration/FsMkdir/FsPutChunked/1Mi/1048575 === RUN TestIntegration/FsMkdir/FsPutChunked/1Mi/1048575/Streamed 2025/07/05 03:59:20 DEBUG : chunked-1Mi-1023.999Ki-streamed.bin: Sending chunk 0 length 1048575 === RUN TestIntegration/FsMkdir/FsPutChunked/1Mi/1048576 2025/07/05 03:59:23 DEBUG : chunked-1Mi-1Mi.bin: Sending chunk 0 length 1048576 === RUN TestIntegration/FsMkdir/FsPutChunked/1Mi/1048576/Streamed 2025/07/05 03:59:27 DEBUG : chunked-1Mi-1Mi-streamed.bin: Sending chunk 0 length 1048576 2025/07/05 03:59:27 DEBUG : chunked-1Mi-1Mi-streamed.bin: Sending chunk 1048576 length 0 === RUN TestIntegration/FsMkdir/FsPutChunked/1Mi/2097153 2025/07/05 03:59:30 DEBUG : chunked-1Mi-2.000Mi.bin: Sending chunk 0 length 1048576 2025/07/05 03:59:30 DEBUG : chunked-1Mi-2.000Mi.bin: Sending chunk 1048576 length 1048576 2025/07/05 03:59:30 DEBUG : chunked-1Mi-2.000Mi.bin: Sending chunk 2097152 length 1 === RUN TestIntegration/FsMkdir/FsPutChunked/1Mi/2097153/Streamed 2025/07/05 03:59:34 DEBUG : chunked-1Mi-2.000Mi-streamed.bin: Sending chunk 0 length 1048576 2025/07/05 03:59:34 DEBUG : chunked-1Mi-2.000Mi-streamed.bin: Sending chunk 1048576 length 1048576 2025/07/05 03:59:34 DEBUG : chunked-1Mi-2.000Mi-streamed.bin: Sending chunk 2097152 length 1 === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151 === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed 2025/07/05 03:59:41 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Sending chunk 0 length 2097151 === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152 2025/07/05 03:59:44 DEBUG : chunked-2Mi-2Mi.bin: Sending chunk 0 length 2097152 === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed 2025/07/05 03:59:48 DEBUG : chunked-2Mi-2Mi-streamed.bin: Sending chunk 0 length 2097152 2025/07/05 03:59:48 DEBUG : chunked-2Mi-2Mi-streamed.bin: Sending chunk 2097152 length 0 === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 2025/07/05 03:59:51 DEBUG : chunked-2Mi-4.000Mi.bin: Sending chunk 0 length 2097152 2025/07/05 03:59:52 DEBUG : chunked-2Mi-4.000Mi.bin: Sending chunk 2097152 length 2097152 2025/07/05 03:59:52 DEBUG : chunked-2Mi-4.000Mi.bin: Sending chunk 4194304 length 1 === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed 2025/07/05 03:59:55 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Sending chunk 0 length 2097152 2025/07/05 03:59:56 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Sending chunk 2097152 length 2097152 2025/07/05 03:59:56 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Sending chunk 4194304 length 1 === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2485: *drive.Fs does not implement SetCopyCutoff === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/07/05 03:59:59 DEBUG : unknown-size-put.txt: Sending chunk 0 length 100 === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/07/05 04:00:03 DEBUG : unknown-size-update.txt: Sending chunk 0 length 200 === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/07/05 04:00:04 DEBUG : Creating backend with remote "TestDrive:rclone-test-qideciz9pohe/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime === RUN TestIntegration/FsMkdir/FsMkdirMetadata === RUN TestIntegration/FsMkdir/FsMkdirMetadata/Update === RUN TestIntegration/FsMkdir/FsMkdirMetadata/CheckDirectory === RUN TestIntegration/FsMkdir/FsDirectory === RUN TestIntegration/FsMkdir/FsDirectory/ReadDirMetadata === RUN TestIntegration/FsMkdir/FsDirectory/WriteDirMetadata === RUN TestIntegration/FsMkdir/FsDirectory/WriteDirSetModTime === RUN TestIntegration/FsMkdir/FsDirectory/DirectoryCheckWrap fstests.go:2789: Not a wrapping Fs === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- FAIL: TestIntegration (361.03s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.24s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.68s) --- FAIL: TestIntegration/FsMkdir (358.73s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (4.56s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.22s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.23s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.22s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.23s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.25s) --- PASS: TestIntegration/FsMkdir/FsEncoding (79.16s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (4.20s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (4.16s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (4.46s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (4.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (4.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (4.20s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (3.95s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (4.30s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (4.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (4.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (4.19s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (4.22s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (4.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (4.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (4.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (4.19s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (3.91s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (4.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (3.98s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.47s) --- PASS: TestIntegration/FsMkdir/FsPutError (3.35s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (2.44s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- PASS: TestIntegration/FsMkdir/FsChangeNotify (23.71s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (145.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (1.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.89s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.47s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (1.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (1.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.24s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (1.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (5.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (5.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (7.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (8.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (4.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (13.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (3.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (8.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (2.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (2.26s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.92s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (1.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (1.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (3.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (2.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (3.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (1.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (9.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (2.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (2.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (4.89s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (1.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (8.02s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.87s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (4.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (2.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (2.13s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal (38.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/DocumentImport (6.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/DocumentImport/DocumentUpdate (3.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/DocumentImport/DocumentUpdate/DocumentExport (1.97s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/DocumentImport/DocumentUpdate/DocumentExport/DocumentLink (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Shortcuts (10.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Shortcuts/Errors (1.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Shortcuts/File (2.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Shortcuts/Dir (2.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Shortcuts/Command (4.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/UnTrash (8.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID (5.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/BadID (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/Directory (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/MoveWithoutDestName (1.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/CopyWithoutDestName (0.95s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/MoveWithDestName (1.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CopyOrMoveID/CopyWithDestName (0.83s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Query (1.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Query/BadQuery (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Query/NoMatch (0.37s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Query/GoodQuery (1.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/AgeQuery (5.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ShouldRetry (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (81.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/256Ki (19.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/256Ki/262143 (5.95s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/256Ki/262143/Streamed (2.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/256Ki/262144 (6.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/256Ki/262144/Streamed (3.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/256Ki/524289 (6.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/256Ki/524289/Streamed (3.20s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/512Ki (20.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/512Ki/524287 (6.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/512Ki/524287/Streamed (3.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/512Ki/524288 (6.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/512Ki/524288/Streamed (3.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/512Ki/1048577 (7.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/512Ki/1048577/Streamed (3.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/1Mi (20.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/1Mi/1048575 (6.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/1Mi/1048575/Streamed (3.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/1Mi/1048576 (6.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/1Mi/1048576/Streamed (3.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/1Mi/2097153 (7.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/1Mi/2097153/Streamed (3.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi (21.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151 (6.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed (3.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152 (7.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed (3.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 (7.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed (3.48s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (5.66s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.96s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (3.69s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.19s) --- PASS: TestIntegration/FsMkdir/FsDirSetModTime (2.62s) --- PASS: TestIntegration/FsMkdir/FsMkdirMetadata (2.36s) --- PASS: TestIntegration/FsMkdir/FsMkdirMetadata/Update (0.71s) --- PASS: TestIntegration/FsMkdir/FsMkdirMetadata/CheckDirectory (0.00s) --- PASS: TestIntegration/FsMkdir/FsDirectory (3.22s) --- PASS: TestIntegration/FsMkdir/FsDirectory/ReadDirMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsDirectory/WriteDirMetadata (0.74s) --- PASS: TestIntegration/FsMkdir/FsDirectory/WriteDirSetModTime (0.75s) --- SKIP: TestIntegration/FsMkdir/FsDirectory/DirectoryCheckWrap (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/drive 361.055s "go test -v -timeout 1h0m0s -remote TestDrive: -verbose" - Finished ERROR in 6m3.330779255s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutFiles/Internal/Query/GoodQuery]