"go test -v -timeout 1h0m0s -remote TestDropbox: -verbose" - Starting (try 1/5) === RUN TestInternalCheckPathLength --- PASS: TestInternalCheckPathLength (0.00s) === RUN TestIntegration fstests.go:438: Using remote "TestDropbox:" === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:507: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/06/12 04:04:54 INFO Making directory object=dir/subdir objectType=string 2025/06/12 04:04:55 INFO Removing directory object=dir/subdir objectType=string 2025/06/12 04:04:58 INFO Removing directory object=dir objectType=string === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2025/06/12 04:05:00 ERROR error listing: directory not found object="does not exist" objectType=string === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "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/06/12 04:07:35 INFO Making directory object=dir objectType=string 2025/06/12 04:07:36 INFO Making directory object=dir/subdir1 objectType=string 2025/06/12 04:07:37 INFO Making directory object=dir/subdir3 objectType=string 2025/06/12 04:07:38 INFO Making directory object=dir/subdir2 objectType=string === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive/Dir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1289: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1398: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === 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 fstests.go:1592: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstests.go:1623: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime fstests.go:1751: can't set modified time without deleting existing object === 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 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/06/12 04:09:25 ERROR error listing: directory not found object="" objectType=string === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestDropbox:" path "rclone-test-vifedov1woxu" from "TestDropbox:rclone-test-vifedov1woxu" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1945: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink === 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 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/PaperExport === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/100 === RUN TestIntegration/FsMkdir/FsPutChunked/100/99 === RUN TestIntegration/FsMkdir/FsPutChunked/100/99/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/100/100 === RUN TestIntegration/FsMkdir/FsPutChunked/100/100/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/100/201 === RUN TestIntegration/FsMkdir/FsPutChunked/100/201/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/128 === RUN TestIntegration/FsMkdir/FsPutChunked/128/127 === RUN TestIntegration/FsMkdir/FsPutChunked/128/127/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/128/128 === RUN TestIntegration/FsMkdir/FsPutChunked/128/128/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/128/257 === RUN TestIntegration/FsMkdir/FsPutChunked/128/257/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999 === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000 === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001 === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000 === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001 === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003 === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116 === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117 === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235 === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151 === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152 === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2485: *dropbox.Fs does not implement SetCopyCutoff === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize === RUN TestIntegration/FsMkdir/FsRootCollapse === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2725: FS has no Directory methods and doesn't Wrap 2025/06/12 04:12:57 ERROR error listing: directory not found object="" objectType=string === NAME TestIntegration/FsMkdir fstests.go:2817: Warning: this should produce fs.ErrorDirNotFound === RUN TestIntegration/FsShutdown 2025/06/12 04:12:57 INFO Committing uploads - please wait... object="Dropbox root 'rclone-test-vifedov1woxu'" objectType=*dropbox.Fs --- PASS: TestIntegration (487.87s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.46s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.32s) --- PASS: TestIntegration/FsMkdir (484.59s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (5.36s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.20s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.21s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.20s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (139.48s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (6.97s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (7.29s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (8.63s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (7.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (7.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (7.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (7.28s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (6.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (7.42s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (6.59s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (6.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (6.91s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (9.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (6.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (7.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (7.32s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (7.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (6.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (6.46s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutError (7.13s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (7.89s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- PASS: TestIntegration/FsMkdir/FsChangeNotify (20.83s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (126.56s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.41s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (1.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (8.95s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.44s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.51s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (1.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive/Dir (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (1.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (1.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (6.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (6.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (5.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (3.83s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (15.71s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (9.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.44s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.59s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.33s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (2.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (4.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (7.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (1.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.24s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (6.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (2.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (15.10s) --- 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 (2.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (8.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (3.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (4.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (3.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/PaperExport (3.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (162.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100 (26.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/99 (8.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/99/Streamed (4.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/100 (8.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/100/Streamed (3.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/201 (9.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/201/Streamed (5.26s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128 (25.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/127 (8.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/127/Streamed (3.96s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/128 (8.20s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/128/Streamed (4.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/257 (8.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/257/Streamed (4.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki (25.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999 (8.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999/Streamed (4.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000 (8.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000/Streamed (4.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001 (9.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001/Streamed (4.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki (29.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000 (8.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000/Streamed (4.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001 (8.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001/Streamed (4.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003 (12.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003/Streamed (7.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki (26.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116 (8.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116/Streamed (4.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117 (8.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117/Streamed (4.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235 (9.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235/Streamed (5.08s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi (28.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151 (8.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed (4.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152 (9.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed (4.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 (10.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed (5.33s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (10.18s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (3.25s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (6.93s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.54s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- PASS: TestIntegration/FsShutdown (0.00s) PASS ok github.com/rclone/rclone/backend/dropbox 487.906s "go test -v -timeout 1h0m0s -remote TestDropbox: -verbose" - Finished OK in 8m9.408366147s (try 1/5)