"go test -v -timeout 1h0m0s -remote TestDropbox: -verbose" - Starting (try 1/5) === RUN TestInternalGetMetadataCancellation --- PASS: TestInternalGetMetadataCancellation (0.00s) === RUN TestInternalCheckPathLength --- PASS: TestInternalCheckPathLength (0.00s) === RUN TestPaperExportRemote --- PASS: TestPaperExportRemote (0.02s) === RUN TestUploadChunkedEarlyEOF === RUN TestUploadChunkedEarlyEOF/MultiChunk === RUN TestUploadChunkedEarlyEOF/SingleChunk === RUN TestUploadChunkedEarlyEOF/Complete --- PASS: TestUploadChunkedEarlyEOF (0.01s) --- PASS: TestUploadChunkedEarlyEOF/MultiChunk (0.00s) --- PASS: TestUploadChunkedEarlyEOF/SingleChunk (0.00s) --- PASS: TestUploadChunkedEarlyEOF/Complete (0.00s) === RUN TestUploadChunkedCancel --- PASS: TestUploadChunkedCancel (0.00s) === RUN TestIntegration fstests.go:457: Using remote "TestDropbox:" 2026/08/06 04:29:49 DEBUG : Creating backend with remote "TestDropbox:rclone-test-dizoxod6fova" 2026/08/06 04:29:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/06 04:29:49 DEBUG : TestDropbox: Token expired 2026/08/06 04:29:49 DEBUG : TestDropbox: No updated token found in the config file 2026/08/06 04:29:49 DEBUG : TestDropbox: Token refresh successful 2026/08/06 04:29:49 DEBUG : Saving config "token" in section "TestDropbox" of the config file 2026/08/06 04:29:49 DEBUG : TestDropbox: Saved new token in config file === RUN TestIntegration/FsCheckWrap fstests.go:498: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:526: 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 2026/08/06 04:29:53 INFO : dir/subdir: Making directory 2026/08/06 04:29:55 INFO : dir/subdir: Removing directory 2026/08/06 04:29:56 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2026/08/06 04:29:58 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:727: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/08/06 04:29:59 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Uploading chunk 1/1 2026/08/06 04:30:00 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" to batch 2026/08/06 04:30:01 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:30:01 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ 2026/08/06 04:30:01 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡ === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:727: testing "." 2026/08/06 04:30:05 DEBUG : ./.: Uploading chunk 1/1 2026/08/06 04:30:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "./." to batch 2026/08/06 04:30:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:30:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: ./. 2026/08/06 04:30:07 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: ./. === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:727: testing ".." 2026/08/06 04:30:11 DEBUG : ../..: Uploading chunk 1/1 2026/08/06 04:30:11 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "../.." to batch 2026/08/06 04:30:12 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:30:12 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: ../.. 2026/08/06 04:30:12 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: ../.. === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2026/08/06 04:30:16 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Uploading chunk 1/1 2026/08/06 04:30:17 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" to batch 2026/08/06 04:30:18 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:30:18 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 2026/08/06 04:30:18 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:727: testing " leading space" 2026/08/06 04:30:22 DEBUG : leading space/ leading space: Uploading chunk 1/1 2026/08/06 04:30:23 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding " leading space/ leading space" to batch 2026/08/06 04:30:23 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:30:23 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: leading space/ leading space 2026/08/06 04:30:24 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: leading space/ leading space === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:727: testing "~leading tilde" 2026/08/06 04:30:28 DEBUG : ~leading tilde/~leading tilde: Uploading chunk 1/1 2026/08/06 04:30:28 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "~leading tilde/~leading tilde" to batch 2026/08/06 04:30:29 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:30:29 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: ~leading tilde/~leading tilde 2026/08/06 04:30:30 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: ~leading tilde/~leading tilde === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" 2026/08/06 04:30:34 DEBUG : ␍leading CR/␍leading CR: Uploading chunk 1/1 2026/08/06 04:30:34 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "␍leading CR/␍leading CR" to batch 2026/08/06 04:30:35 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:30:35 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: ␍leading CR/␍leading CR 2026/08/06 04:30:35 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: ␍leading CR/␍leading CR === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:727: testing "␊leading LF" 2026/08/06 04:30:39 DEBUG : ␊leading LF/␊leading LF: Uploading chunk 1/1 2026/08/06 04:30:40 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "␊leading LF/␊leading LF" to batch 2026/08/06 04:30:40 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:30:40 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: ␊leading LF/␊leading LF 2026/08/06 04:30:41 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: ␊leading LF/␊leading LF === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:727: testing "␉leading HT" 2026/08/06 04:30:45 DEBUG : ␉leading HT/␉leading HT: Uploading chunk 1/1 2026/08/06 04:30:45 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "␉leading HT/␉leading HT" to batch 2026/08/06 04:30:46 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:30:46 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: ␉leading HT/␉leading HT 2026/08/06 04:30:46 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: ␉leading HT/␉leading HT === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:727: testing "␋leading VT" 2026/08/06 04:30:50 DEBUG : ␋leading VT/␋leading VT: Uploading chunk 1/1 2026/08/06 04:30:51 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "␋leading VT/␋leading VT" to batch 2026/08/06 04:30:51 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:30:51 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: ␋leading VT/␋leading VT 2026/08/06 04:30:52 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: ␋leading VT/␋leading VT === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:727: testing ".leading dot" 2026/08/06 04:30:56 DEBUG : .leading dot/.leading dot: Uploading chunk 1/1 2026/08/06 04:30:56 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding ".leading dot/.leading dot" to batch 2026/08/06 04:30:57 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:30:57 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: .leading dot/.leading dot 2026/08/06 04:30:58 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: .leading dot/.leading dot === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:727: testing "trailing space " 2026/08/06 04:31:01 DEBUG : trailing space /trailing space : Uploading chunk 1/1 2026/08/06 04:31:02 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "trailing space /trailing space " to batch 2026/08/06 04:31:02 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:31:02 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: trailing space /trailing space 2026/08/06 04:31:03 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: trailing space /trailing space === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" 2026/08/06 04:31:07 DEBUG : trailing CR␍/trailing CR␍: Uploading chunk 1/1 2026/08/06 04:31:07 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "trailing CR␍/trailing CR␍" to batch 2026/08/06 04:31:08 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:31:08 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: trailing CR␍/trailing CR␍ 2026/08/06 04:31:08 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: trailing CR␍/trailing CR␍ === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "trailing LF␊" 2026/08/06 04:31:14 DEBUG : trailing LF␊/trailing LF␊: Uploading chunk 1/1 2026/08/06 04:31:15 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "trailing LF␊/trailing LF␊" to batch 2026/08/06 04:31:15 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:31:15 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: trailing LF␊/trailing LF␊ 2026/08/06 04:31:16 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: trailing LF␊/trailing LF␊ === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" 2026/08/06 04:31:21 DEBUG : trailing HT␉/trailing HT␉: Uploading chunk 1/1 2026/08/06 04:31:21 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "trailing HT␉/trailing HT␉" to batch 2026/08/06 04:31:22 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:31:22 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: trailing HT␉/trailing HT␉ 2026/08/06 04:31:23 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: trailing HT␉/trailing HT␉ === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" 2026/08/06 04:31:26 DEBUG : trailing VT␋/trailing VT␋: Uploading chunk 1/1 2026/08/06 04:31:27 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "trailing VT␋/trailing VT␋" to batch 2026/08/06 04:31:27 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:31:27 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: trailing VT␋/trailing VT␋ 2026/08/06 04:31:28 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: trailing VT␋/trailing VT␋ === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:727: testing "trailing dot." 2026/08/06 04:31:32 DEBUG : trailing dot./trailing dot.: Uploading chunk 1/1 2026/08/06 04:31:33 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "trailing dot./trailing dot." to batch 2026/08/06 04:31:33 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:31:33 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: trailing dot./trailing dot. 2026/08/06 04:31:34 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: trailing dot./trailing dot. === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:727: testing "invalid utf-8\xfe" 2026/08/06 04:31:37 DEBUG : invalid utf-8/invalid utf-8: Uploading chunk 1/1 2026/08/06 04:31:38 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "invalid utf-8\xfe/invalid utf-8\xfe" to batch 2026/08/06 04:31:38 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:31:38 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: invalid utf-8/invalid utf-8 2026/08/06 04:31:39 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: invalid utf-8/invalid utf-8 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:727: testing "test%46.txt" 2026/08/06 04:31:43 DEBUG : test%46.txt/test%46.txt: Uploading chunk 1/1 2026/08/06 04:31:43 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "test%46.txt/test%46.txt" to batch 2026/08/06 04:31:44 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:31:44 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: test%46.txt/test%46.txt 2026/08/06 04:31:45 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: test%46.txt/test%46.txt === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError 2026/08/06 04:31:48 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Uploading chunk 1/1 2026/08/06 04:31:48 DEBUG : pacer: low level retry 1/10 (error files: auto content_hash: compute: potato) 2026/08/06 04:31:48 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/06 04:31:48 DEBUG : pacer: low level retry 2/10 (error files: auto content_hash: compute: potato) 2026/08/06 04:31:48 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/06 04:31:48 DEBUG : pacer: low level retry 3/10 (error files: auto content_hash: compute: potato) 2026/08/06 04:31:48 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/08/06 04:31:48 DEBUG : pacer: low level retry 4/10 (error files: auto content_hash: compute: potato) 2026/08/06 04:31:48 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/08/06 04:31:48 DEBUG : pacer: low level retry 5/10 (error files: auto content_hash: compute: potato) 2026/08/06 04:31:48 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/08/06 04:31:48 DEBUG : pacer: low level retry 6/10 (error files: auto content_hash: compute: potato) 2026/08/06 04:31:48 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/08/06 04:31:49 DEBUG : pacer: low level retry 7/10 (error files: auto content_hash: compute: potato) 2026/08/06 04:31:49 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/08/06 04:31:49 DEBUG : pacer: low level retry 8/10 (error files: auto content_hash: compute: potato) 2026/08/06 04:31:49 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/06 04:31:51 DEBUG : pacer: low level retry 9/10 (error files: auto content_hash: compute: potato) 2026/08/06 04:31:53 DEBUG : pacer: low level retry 10/10 (error files: auto content_hash: compute: potato) 2026/08/06 04:31:55 DEBUG : pacer: Reducing sleep to 1.5s === RUN TestIntegration/FsMkdir/FsPutZeroLength 2026/08/06 04:31:57 DEBUG : pacer: Reducing sleep to 1.125s 2026/08/06 04:31:57 DEBUG : zero-length-file: Uploading chunk 1/0 2026/08/06 04:31:59 DEBUG : pacer: Reducing sleep to 843.75ms 2026/08/06 04:31:59 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "zero-length-file" to batch 2026/08/06 04:31:59 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:31:59 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: zero-length-file 2026/08/06 04:32:00 DEBUG : pacer: Reducing sleep to 632.8125ms 2026/08/06 04:32:00 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: zero-length-file 2026/08/06 04:32:00 DEBUG : pacer: Reducing sleep to 474.609375ms 2026/08/06 04:32:02 DEBUG : pacer: Reducing sleep to 355.957031ms 2026/08/06 04:32:02 DEBUG : pacer: Reducing sleep to 266.967773ms === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:806: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:839: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify 2026/08/06 04:32:02 INFO : dir: Making directory 2026/08/06 04:32:02 DEBUG : pacer: Reducing sleep to 200.225829ms 2026/08/06 04:32:03 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/08/06 04:32:03 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/08/06 04:32:03 INFO : dir/subdir1: Making directory 2026/08/06 04:32:03 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/08/06 04:32:04 DEBUG : pacer: Reducing sleep to 63.352703ms 2026/08/06 04:32:04 INFO : dir/subdir3: Making directory 2026/08/06 04:32:04 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote 2026/08/06 04:32:04 DEBUG : pacer: Reducing sleep to 47.514527ms 2026/08/06 04:32:05 DEBUG : pacer: Reducing sleep to 35.635895ms 2026/08/06 04:32:05 DEBUG : pacer: Reducing sleep to 26.726921ms 2026/08/06 04:32:05 INFO : dir/subdir2: Making directory 2026/08/06 04:32:05 DEBUG : pacer: Reducing sleep to 20.04519ms 2026/08/06 04:32:05 DEBUG : pacer: Reducing sleep to 15.033892ms 2026/08/06 04:32:05 DEBUG : doChangeNotify("dir/subdir1", 0) 2026/08/06 04:32:05 DEBUG : doChangeNotify("dir/subdir3", 0) 2026/08/06 04:32:05 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote 2026/08/06 04:32:06 DEBUG : pacer: Reducing sleep to 11.275419ms 2026/08/06 04:32:06 DEBUG : pacer: Reducing sleep to 10ms 2026/08/06 04:32:06 DEBUG : doChangeNotify("dir/subdir2", 0) 2026/08/06 04:32:06 DEBUG : dir/file2: Uploading chunk 1/1 2026/08/06 04:32:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote 2026/08/06 04:32:07 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "dir/file2" to batch 2026/08/06 04:32:07 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:32:07 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: dir/file2 2026/08/06 04:32:08 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: dir/file2 2026/08/06 04:32:08 DEBUG : doChangeNotify("dir/file2", 1) 2026/08/06 04:32:08 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote 2026/08/06 04:32:08 DEBUG : dir/file4: Uploading chunk 1/1 2026/08/06 04:32:09 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "dir/file4" to batch 2026/08/06 04:32:09 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:32:09 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: dir/file4 2026/08/06 04:32:10 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: dir/file4 2026/08/06 04:32:10 DEBUG : doChangeNotify("dir/file4", 1) 2026/08/06 04:32:10 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote 2026/08/06 04:32:11 DEBUG : dir/file3: Uploading chunk 1/1 2026/08/06 04:32:11 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "dir/file3" to batch 2026/08/06 04:32:12 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:32:12 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: dir/file3 2026/08/06 04:32:13 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: dir/file3 2026/08/06 04:32:13 DEBUG : doChangeNotify("dir/file3", 1) 2026/08/06 04:32:13 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote 2026/08/06 04:32:14 DEBUG : doChangeNotify("dir/file2", 1) 2026/08/06 04:32:14 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote 2026/08/06 04:32:15 DEBUG : doChangeNotify("dir/file4", 1) 2026/08/06 04:32:15 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote 2026/08/06 04:32:15 DEBUG : doChangeNotify("dir/file3", 1) 2026/08/06 04:32:15 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote 2026/08/06 04:32:16 DEBUG : doChangeNotify("dir/subdir1", 1) 2026/08/06 04:32:16 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote 2026/08/06 04:32:17 DEBUG : doChangeNotify("dir/subdir3", 1) 2026/08/06 04:32:17 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote 2026/08/06 04:32:18 DEBUG : doChangeNotify("dir/subdir2", 1) 2026/08/06 04:32:18 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Checking for changes on remote === RUN TestIntegration/FsMkdir/FsPutFiles 2026/08/06 04:32:19 DEBUG : doChangeNotify("dir", 1) 2026/08/06 04:32:19 DEBUG : file name.txt: Uploading chunk 1/1 2026/08/06 04:32:20 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "file name.txt" to batch 2026/08/06 04:32:20 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:32:20 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: file name.txt 2026/08/06 04:32:21 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: file name.txt 2026/08/06 04:32:22 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Uploading chunk 1/1 2026/08/06 04:32:22 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" to batch 2026/08/06 04:32:23 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:32:23 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/08/06 04:32:24 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt 2026/08/06 04:32:24 DEBUG : file name.txt: Uploading chunk 1/1 2026/08/06 04:32:25 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "file name.txt" to batch 2026/08/06 04:32:26 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:32:26 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: file name.txt 2026/08/06 04:32:26 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: file name.txt === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2026/08/06 04:32:31 DEBUG : Creating backend with remote "TestDropbox:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:418: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:418: 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 2026/08/06 04:32:48 DEBUG : dirToPurge/fileToPurge.txt: Uploading chunk 1/1 2026/08/06 04:32:48 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "dirToPurge/fileToPurge.txt" to batch 2026/08/06 04:32:49 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:32:49 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: dirToPurge/fileToPurge.txt 2026/08/06 04:32:50 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: dirToPurge/fileToPurge.txt === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/08/06 04:32:54 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Uploading chunk 1/1 2026/08/06 04:32:54 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "dirToPurgeFromRoot/fileToPurgeFromRoot.txt" to batch 2026/08/06 04:32:55 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:32:55 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: dirToPurgeFromRoot/fileToPurgeFromRoot.txt 2026/08/06 04:32:56 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: dirToPurgeFromRoot/fileToPurgeFromRoot.txt 2026/08/06 04:32:57 DEBUG : Creating backend with remote "TestDropbox:rclone-test-dizoxod6fova/dirToPurgeFromRoot" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/08/06 04:33:00 DEBUG : Creating backend with remote "TestDropbox:rclone-test-dizoxod6fova/hello? sausage/êé" 2026/08/06 04:33:01 DEBUG : a/b/c/d/e.txt: Uploading chunk 1/1 2026/08/06 04:33:01 DEBUG : Dropbox root 'rclone-test-dizoxod6fova/hello? sausage/êé': Adding "a/b/c/d/e.txt" to batch 2026/08/06 04:33:02 DEBUG : Dropbox root 'rclone-test-dizoxod6fova/hello? sausage/êé': Batch idle for 500ms so committing 2026/08/06 04:33:02 DEBUG : Dropbox root 'rclone-test-dizoxod6fova/hello? sausage/êé': Committing sync batch length 1 starting with: a/b/c/d/e.txt 2026/08/06 04:33:03 DEBUG : Dropbox root 'rclone-test-dizoxod6fova/hello? sausage/êé': Committed sync batch length 1 starting with: a/b/c/d/e.txt === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1318: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1430: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/08/06 04:33:23 DEBUG : Creating backend with remote "TestDropbox:rclone-test-vupuruc5todu" 2026/08/06 04:33:31 DEBUG : Dropbox root 'rclone-test-vupuruc5todu': Purge remote === 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:1626: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstests.go:1657: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1728: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime fstests.go:1785: 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/ObjectOpenFingerprint === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/full_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/seek_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read_to_end === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/refresh === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2026/08/06 04:33:48 DEBUG : file name.txt: Uploading chunk 1/1 2026/08/06 04:33:49 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "file name.txt" to batch 2026/08/06 04:33:49 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:33:49 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: file name.txt 2026/08/06 04:33:50 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: file name.txt === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/08/06 04:33:52 DEBUG : Creating backend with remote "TestDropbox:rclone-test-dizoxod6fova/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/08/06 04:33:52 DEBUG : Creating backend with remote "TestDropbox:rclone-test-dizoxod6fova/not found.txt" 2026/08/06 04:33:53 ERROR : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1987: Opening root remote "TestDropbox:" path "rclone-test-dizoxod6fova" from "TestDropbox:rclone-test-dizoxod6fova" 2026/08/06 04:33:53 DEBUG : Creating backend with remote "TestDropbox:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:2024: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2026/08/06 04:33:55 DEBUG : rclone-test-dizoxod6fova/created from root.txt: Uploading chunk 1/1 2026/08/06 04:33:56 DEBUG : Dropbox root '': Adding "rclone-test-dizoxod6fova/created from root.txt" to batch 2026/08/06 04:33:56 DEBUG : Dropbox root '': Batch idle for 500ms so committing 2026/08/06 04:33:56 DEBUG : Dropbox root '': Committing sync batch length 1 starting with: rclone-test-dizoxod6fova/created from root.txt 2026/08/06 04:33:57 DEBUG : Dropbox root '': Committed sync batch length 1 starting with: rclone-test-dizoxod6fova/created from root.txt === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink 2026/08/06 04:34:01 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': attempting to share 'file name.txt_does_not_exist' (absolute path: /rclone-test-dizoxod6fova/file name.txt_does_not_exist) 2026/08/06 04:34:01 DEBUG : /rclone-test-dizoxod6fova/file name.txt_does_not_exist: can't create link with expiry, trying without 2026/08/06 04:34:01 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': attempting to share 'file name.txt' (absolute path: /rclone-test-dizoxod6fova/file name.txt) 2026/08/06 04:34:01 DEBUG : /rclone-test-dizoxod6fova/file name.txt: can't create link with expiry, trying without 2026/08/06 04:34:03 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': attempting to share 'hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt' (absolute path: /rclone-test-dizoxod6fova/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt) 2026/08/06 04:34:03 DEBUG : /rclone-test-dizoxod6fova/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: can't create link with expiry, trying without 2026/08/06 04:34:04 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': attempting to share 'file name.txt' (absolute path: /rclone-test-dizoxod6fova/file name.txt) 2026/08/06 04:34:04 DEBUG : /rclone-test-dizoxod6fova/file name.txt: can't create link with expiry, trying without 2026/08/06 04:34:05 DEBUG : /rclone-test-dizoxod6fova/file name.txt: has a public link already, attempting to retrieve it 2026/08/06 04:34:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': attempting to share 'hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠' (absolute path: /rclone-test-dizoxod6fova/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠) 2026/08/06 04:34:06 DEBUG : /rclone-test-dizoxod6fova/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: can't create link with expiry, trying without 2026/08/06 04:34:07 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': attempting to share 'hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠' (absolute path: /rclone-test-dizoxod6fova/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠) 2026/08/06 04:34:07 DEBUG : /rclone-test-dizoxod6fova/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: can't create link with expiry, trying without 2026/08/06 04:34:08 DEBUG : /rclone-test-dizoxod6fova/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: has a public link already, attempting to retrieve it 2026/08/06 04:34:09 DEBUG : Creating backend with remote "TestDropbox:rclone-test-xequxog2palu" 2026/08/06 04:34:09 DEBUG : somefile: Uploading chunk 1/1 2026/08/06 04:34:10 DEBUG : Dropbox root 'rclone-test-xequxog2palu': Adding "somefile" to batch 2026/08/06 04:34:11 DEBUG : Dropbox root 'rclone-test-xequxog2palu': Batch idle for 500ms so committing 2026/08/06 04:34:11 DEBUG : Dropbox root 'rclone-test-xequxog2palu': Committing sync batch length 1 starting with: somefile 2026/08/06 04:34:11 DEBUG : Dropbox root 'rclone-test-xequxog2palu': Committed sync batch length 1 starting with: somefile 2026/08/06 04:34:11 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': attempting to share '' (absolute path: /rclone-test-dizoxod6fova) 2026/08/06 04:34:12 DEBUG : /rclone-test-dizoxod6fova: can't create link with expiry, trying without 2026/08/06 04:34:13 DEBUG : Dropbox root 'rclone-test-xequxog2palu': Purge remote === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:431: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2188: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2204: 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 2026/08/06 04:34:16 DEBUG : piped data.txt: Uploading chunk 1/0 2026/08/06 04:34:17 DEBUG : piped data.txt: Uploading chunk 2/0 2026/08/06 04:34:17 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "piped data.txt" to batch 2026/08/06 04:34:18 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:34:18 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: piped data.txt 2026/08/06 04:34:18 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: piped data.txt === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/08/06 04:34:20 DEBUG : piped data.txt: Uploading chunk 1/0 2026/08/06 04:34:20 DEBUG : piped data.txt: Uploading chunk 2/0 2026/08/06 04:34:21 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "piped data.txt" to batch 2026/08/06 04:34:21 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:34:21 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: piped data.txt 2026/08/06 04:34:22 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: piped data.txt === 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 2026/08/06 04:34:26 DEBUG : chunked-100-99.bin: Uploading chunk 1/1 2026/08/06 04:34:27 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-100-99.bin" to batch 2026/08/06 04:34:27 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:34:27 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-100-99.bin 2026/08/06 04:34:28 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-100-99.bin === RUN TestIntegration/FsMkdir/FsPutChunked/100/99/Streamed 2026/08/06 04:34:30 DEBUG : chunked-100-99-streamed.bin: Uploading chunk 1/0 2026/08/06 04:34:30 DEBUG : chunked-100-99-streamed.bin: Uploading chunk 2/0 2026/08/06 04:34:31 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-100-99-streamed.bin" to batch 2026/08/06 04:34:31 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:34:31 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-100-99-streamed.bin 2026/08/06 04:34:32 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-100-99-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/100/100 2026/08/06 04:34:34 DEBUG : chunked-100-100.bin: Uploading chunk 1/1 2026/08/06 04:34:35 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-100-100.bin" to batch 2026/08/06 04:34:35 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:34:35 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-100-100.bin 2026/08/06 04:34:36 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-100-100.bin === RUN TestIntegration/FsMkdir/FsPutChunked/100/100/Streamed 2026/08/06 04:34:38 DEBUG : chunked-100-100-streamed.bin: Uploading chunk 1/0 2026/08/06 04:34:39 DEBUG : chunked-100-100-streamed.bin: Uploading chunk 2/0 2026/08/06 04:34:39 DEBUG : chunked-100-100-streamed.bin: Uploading chunk 3/0 2026/08/06 04:34:39 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-100-100-streamed.bin" to batch 2026/08/06 04:34:40 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:34:40 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-100-100-streamed.bin 2026/08/06 04:34:41 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-100-100-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/100/201 2026/08/06 04:34:43 DEBUG : chunked-100-201.bin: Uploading chunk 1/3 2026/08/06 04:34:43 DEBUG : chunked-100-201.bin: Uploading chunk 2/3 2026/08/06 04:34:44 DEBUG : chunked-100-201.bin: Uploading chunk 3/3 2026/08/06 04:34:45 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-100-201.bin" to batch 2026/08/06 04:34:45 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:34:45 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-100-201.bin 2026/08/06 04:34:46 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-100-201.bin === RUN TestIntegration/FsMkdir/FsPutChunked/100/201/Streamed 2026/08/06 04:34:48 DEBUG : chunked-100-201-streamed.bin: Uploading chunk 1/0 2026/08/06 04:34:49 DEBUG : chunked-100-201-streamed.bin: Uploading chunk 2/0 2026/08/06 04:34:49 DEBUG : chunked-100-201-streamed.bin: Uploading chunk 3/0 2026/08/06 04:34:50 DEBUG : chunked-100-201-streamed.bin: Uploading chunk 4/0 2026/08/06 04:34:50 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-100-201-streamed.bin" to batch 2026/08/06 04:34:51 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:34:51 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-100-201-streamed.bin 2026/08/06 04:34:51 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-100-201-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/128 === RUN TestIntegration/FsMkdir/FsPutChunked/128/127 2026/08/06 04:34:54 DEBUG : chunked-128-127.bin: Uploading chunk 1/1 2026/08/06 04:34:54 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-128-127.bin" to batch 2026/08/06 04:34:55 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:34:55 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-128-127.bin 2026/08/06 04:34:55 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-128-127.bin === RUN TestIntegration/FsMkdir/FsPutChunked/128/127/Streamed 2026/08/06 04:34:57 DEBUG : chunked-128-127-streamed.bin: Uploading chunk 1/0 2026/08/06 04:34:58 DEBUG : chunked-128-127-streamed.bin: Uploading chunk 2/0 2026/08/06 04:34:58 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-128-127-streamed.bin" to batch 2026/08/06 04:34:59 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:34:59 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-128-127-streamed.bin 2026/08/06 04:34:59 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-128-127-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/128/128 2026/08/06 04:35:02 DEBUG : chunked-128-128.bin: Uploading chunk 1/1 2026/08/06 04:35:02 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-128-128.bin" to batch 2026/08/06 04:35:02 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:02 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-128-128.bin 2026/08/06 04:35:03 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-128-128.bin === RUN TestIntegration/FsMkdir/FsPutChunked/128/128/Streamed 2026/08/06 04:35:05 DEBUG : chunked-128-128-streamed.bin: Uploading chunk 1/0 2026/08/06 04:35:06 DEBUG : chunked-128-128-streamed.bin: Uploading chunk 2/0 2026/08/06 04:35:06 DEBUG : chunked-128-128-streamed.bin: Uploading chunk 3/0 2026/08/06 04:35:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-128-128-streamed.bin" to batch 2026/08/06 04:35:07 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:07 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-128-128-streamed.bin 2026/08/06 04:35:08 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-128-128-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/128/257 2026/08/06 04:35:10 DEBUG : chunked-128-257.bin: Uploading chunk 1/3 2026/08/06 04:35:10 DEBUG : chunked-128-257.bin: Uploading chunk 2/3 2026/08/06 04:35:11 DEBUG : chunked-128-257.bin: Uploading chunk 3/3 2026/08/06 04:35:11 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-128-257.bin" to batch 2026/08/06 04:35:12 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:12 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-128-257.bin 2026/08/06 04:35:12 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-128-257.bin === RUN TestIntegration/FsMkdir/FsPutChunked/128/257/Streamed 2026/08/06 04:35:15 DEBUG : chunked-128-257-streamed.bin: Uploading chunk 1/0 2026/08/06 04:35:15 DEBUG : chunked-128-257-streamed.bin: Uploading chunk 2/0 2026/08/06 04:35:16 DEBUG : chunked-128-257-streamed.bin: Uploading chunk 3/0 2026/08/06 04:35:16 DEBUG : chunked-128-257-streamed.bin: Uploading chunk 4/0 2026/08/06 04:35:17 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-128-257-streamed.bin" to batch 2026/08/06 04:35:17 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:17 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-128-257-streamed.bin 2026/08/06 04:35:18 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-128-257-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999 2026/08/06 04:35:20 DEBUG : chunked-97.656Ki-97.655Ki.bin: Uploading chunk 1/1 2026/08/06 04:35:21 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.656Ki-97.655Ki.bin" to batch 2026/08/06 04:35:21 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:21 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.656Ki-97.655Ki.bin 2026/08/06 04:35:22 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.656Ki-97.655Ki.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999/Streamed 2026/08/06 04:35:24 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Uploading chunk 1/0 2026/08/06 04:35:24 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Uploading chunk 2/0 2026/08/06 04:35:25 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.656Ki-97.655Ki-streamed.bin" to batch 2026/08/06 04:35:25 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:25 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.656Ki-97.655Ki-streamed.bin 2026/08/06 04:35:26 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.656Ki-97.655Ki-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000 2026/08/06 04:35:28 DEBUG : chunked-97.656Ki-97.656Ki.bin: Uploading chunk 1/1 2026/08/06 04:35:28 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.656Ki-97.656Ki.bin" to batch 2026/08/06 04:35:29 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:29 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.656Ki-97.656Ki.bin 2026/08/06 04:35:30 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.656Ki-97.656Ki.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000/Streamed 2026/08/06 04:35:32 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Uploading chunk 1/0 2026/08/06 04:35:32 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Uploading chunk 2/0 2026/08/06 04:35:32 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Uploading chunk 3/0 2026/08/06 04:35:33 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.656Ki-97.656Ki-streamed.bin" to batch 2026/08/06 04:35:33 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:33 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.656Ki-97.656Ki-streamed.bin 2026/08/06 04:35:34 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.656Ki-97.656Ki-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001 2026/08/06 04:35:36 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading chunk 1/3 2026/08/06 04:35:37 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading chunk 2/3 2026/08/06 04:35:38 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading chunk 3/3 2026/08/06 04:35:38 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.656Ki-195.313Ki.bin" to batch 2026/08/06 04:35:39 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:39 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.656Ki-195.313Ki.bin 2026/08/06 04:35:40 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.656Ki-195.313Ki.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001/Streamed 2026/08/06 04:35:42 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading chunk 1/0 2026/08/06 04:35:42 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading chunk 2/0 2026/08/06 04:35:43 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading chunk 3/0 2026/08/06 04:35:43 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading chunk 4/0 2026/08/06 04:35:44 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.656Ki-195.313Ki-streamed.bin" to batch 2026/08/06 04:35:44 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:44 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.656Ki-195.313Ki-streamed.bin 2026/08/06 04:35:45 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.656Ki-195.313Ki-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000 2026/08/06 04:35:47 DEBUG : chunked-97.657Ki-97.656Ki.bin: Uploading chunk 1/1 2026/08/06 04:35:48 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.657Ki-97.656Ki.bin" to batch 2026/08/06 04:35:48 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:48 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.657Ki-97.656Ki.bin 2026/08/06 04:35:49 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.657Ki-97.656Ki.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000/Streamed 2026/08/06 04:35:51 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Uploading chunk 1/0 2026/08/06 04:35:51 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Uploading chunk 2/0 2026/08/06 04:35:52 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.657Ki-97.656Ki-streamed.bin" to batch 2026/08/06 04:35:52 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:52 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.657Ki-97.656Ki-streamed.bin 2026/08/06 04:35:53 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.657Ki-97.656Ki-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001 2026/08/06 04:35:55 DEBUG : chunked-97.657Ki-97.657Ki.bin: Uploading chunk 1/1 2026/08/06 04:35:56 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.657Ki-97.657Ki.bin" to batch 2026/08/06 04:35:56 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:35:56 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.657Ki-97.657Ki.bin 2026/08/06 04:35:57 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.657Ki-97.657Ki.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001/Streamed 2026/08/06 04:35:59 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Uploading chunk 1/0 2026/08/06 04:35:59 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Uploading chunk 2/0 2026/08/06 04:36:00 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Uploading chunk 3/0 2026/08/06 04:36:00 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.657Ki-97.657Ki-streamed.bin" to batch 2026/08/06 04:36:01 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:01 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.657Ki-97.657Ki-streamed.bin 2026/08/06 04:36:01 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.657Ki-97.657Ki-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003 2026/08/06 04:36:04 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading chunk 1/3 2026/08/06 04:36:04 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading chunk 2/3 2026/08/06 04:36:05 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading chunk 3/3 2026/08/06 04:36:05 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.657Ki-195.315Ki.bin" to batch 2026/08/06 04:36:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.657Ki-195.315Ki.bin 2026/08/06 04:36:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.657Ki-195.315Ki.bin === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003/Streamed 2026/08/06 04:36:09 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading chunk 1/0 2026/08/06 04:36:09 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading chunk 2/0 2026/08/06 04:36:10 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading chunk 3/0 2026/08/06 04:36:10 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading chunk 4/0 2026/08/06 04:36:10 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-97.657Ki-195.315Ki-streamed.bin" to batch 2026/08/06 04:36:11 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:11 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-97.657Ki-195.315Ki-streamed.bin 2026/08/06 04:36:12 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-97.657Ki-195.315Ki-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116 2026/08/06 04:36:14 DEBUG : chunked-682.731Ki-682.730Ki.bin: Uploading chunk 1/1 2026/08/06 04:36:14 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-682.731Ki-682.730Ki.bin" to batch 2026/08/06 04:36:15 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:15 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-682.731Ki-682.730Ki.bin 2026/08/06 04:36:15 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-682.731Ki-682.730Ki.bin === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116/Streamed 2026/08/06 04:36:18 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Uploading chunk 1/0 2026/08/06 04:36:18 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Uploading chunk 2/0 2026/08/06 04:36:19 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-682.731Ki-682.730Ki-streamed.bin" to batch 2026/08/06 04:36:19 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:19 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-682.731Ki-682.730Ki-streamed.bin 2026/08/06 04:36:20 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-682.731Ki-682.730Ki-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117 2026/08/06 04:36:22 DEBUG : chunked-682.731Ki-682.731Ki.bin: Uploading chunk 1/1 2026/08/06 04:36:23 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-682.731Ki-682.731Ki.bin" to batch 2026/08/06 04:36:23 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:23 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-682.731Ki-682.731Ki.bin 2026/08/06 04:36:24 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-682.731Ki-682.731Ki.bin === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117/Streamed 2026/08/06 04:36:26 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Uploading chunk 1/0 2026/08/06 04:36:26 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Uploading chunk 2/0 2026/08/06 04:36:27 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Uploading chunk 3/0 2026/08/06 04:36:27 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-682.731Ki-682.731Ki-streamed.bin" to batch 2026/08/06 04:36:28 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:28 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-682.731Ki-682.731Ki-streamed.bin 2026/08/06 04:36:29 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-682.731Ki-682.731Ki-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235 2026/08/06 04:36:31 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading chunk 1/3 2026/08/06 04:36:31 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading chunk 2/3 2026/08/06 04:36:32 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading chunk 3/3 2026/08/06 04:36:32 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-682.731Ki-1.333Mi.bin" to batch 2026/08/06 04:36:33 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:33 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-682.731Ki-1.333Mi.bin 2026/08/06 04:36:34 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-682.731Ki-1.333Mi.bin === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235/Streamed 2026/08/06 04:36:36 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading chunk 1/0 2026/08/06 04:36:36 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading chunk 2/0 2026/08/06 04:36:37 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading chunk 3/0 2026/08/06 04:36:37 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading chunk 4/0 2026/08/06 04:36:38 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-682.731Ki-1.333Mi-streamed.bin" to batch 2026/08/06 04:36:38 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:38 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-682.731Ki-1.333Mi-streamed.bin 2026/08/06 04:36:39 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-682.731Ki-1.333Mi-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151 2026/08/06 04:36:41 DEBUG : chunked-2Mi-2.000Mi.bin: Uploading chunk 1/1 2026/08/06 04:36:42 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-2Mi-2.000Mi.bin" to batch 2026/08/06 04:36:42 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:42 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-2Mi-2.000Mi.bin 2026/08/06 04:36:43 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-2Mi-2.000Mi.bin === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed 2026/08/06 04:36:45 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Uploading chunk 1/0 2026/08/06 04:36:46 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Uploading chunk 2/0 2026/08/06 04:36:46 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-2Mi-2.000Mi-streamed.bin" to batch 2026/08/06 04:36:47 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:47 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-2Mi-2.000Mi-streamed.bin 2026/08/06 04:36:47 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-2Mi-2.000Mi-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152 2026/08/06 04:36:49 DEBUG : chunked-2Mi-2Mi.bin: Uploading chunk 1/1 2026/08/06 04:36:50 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-2Mi-2Mi.bin" to batch 2026/08/06 04:36:50 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:50 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-2Mi-2Mi.bin 2026/08/06 04:36:51 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-2Mi-2Mi.bin === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed 2026/08/06 04:36:53 DEBUG : chunked-2Mi-2Mi-streamed.bin: Uploading chunk 1/0 2026/08/06 04:36:54 DEBUG : chunked-2Mi-2Mi-streamed.bin: Uploading chunk 2/0 2026/08/06 04:36:54 DEBUG : chunked-2Mi-2Mi-streamed.bin: Uploading chunk 3/0 2026/08/06 04:36:55 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-2Mi-2Mi-streamed.bin" to batch 2026/08/06 04:36:55 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:36:55 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-2Mi-2Mi-streamed.bin 2026/08/06 04:36:56 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-2Mi-2Mi-streamed.bin === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 2026/08/06 04:36:58 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading chunk 1/3 2026/08/06 04:36:59 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading chunk 2/3 2026/08/06 04:36:59 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading chunk 3/3 2026/08/06 04:37:00 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-2Mi-4.000Mi.bin" to batch 2026/08/06 04:37:00 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:37:00 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-2Mi-4.000Mi.bin 2026/08/06 04:37:01 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-2Mi-4.000Mi.bin === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed 2026/08/06 04:37:03 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading chunk 1/0 2026/08/06 04:37:04 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading chunk 2/0 2026/08/06 04:37:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading chunk 3/0 2026/08/06 04:37:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading chunk 4/0 2026/08/06 04:37:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "chunked-2Mi-4.000Mi-streamed.bin" to batch 2026/08/06 04:37:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:37:06 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: chunked-2Mi-4.000Mi-streamed.bin 2026/08/06 04:37:07 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: chunked-2Mi-4.000Mi-streamed.bin === RUN TestIntegration/FsMkdir/FsPutShortEOF === RUN TestIntegration/FsMkdir/FsPutShortEOF/Simple 2026/08/06 04:37:09 DEBUG : short-eof.bin: Uploading chunk 1/1 fstests.go:2596: Put returned an error (acceptable): upload failed: expected 10240 bytes in input, but only read 5120: unexpected EOF === RUN TestIntegration/FsMkdir/FsPutShortEOF/Chunked 2026/08/06 04:37:11 DEBUG : short-eof-chunked.bin: Uploading chunk 1/4 2026/08/06 04:37:11 DEBUG : short-eof-chunked.bin: Uploading chunk 2/4 fstests.go:2596: Put returned an error (acceptable): upload failed: expected 400 bytes in input, but only read 150: unexpected EOF === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2691: *dropbox.Fs does not implement SetCopyCutoff === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/08/06 04:37:13 DEBUG : unknown-size-put.txt: Uploading chunk 1/0 2026/08/06 04:37:13 DEBUG : unknown-size-put.txt: Uploading chunk 2/0 2026/08/06 04:37:14 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "unknown-size-put.txt" to batch 2026/08/06 04:37:14 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:37:14 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: unknown-size-put.txt 2026/08/06 04:37:15 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: unknown-size-put.txt === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/08/06 04:37:16 DEBUG : unknown-size-update.txt: Uploading chunk 1/1 2026/08/06 04:37:16 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "unknown-size-update.txt" to batch 2026/08/06 04:37:17 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:37:17 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: unknown-size-update.txt 2026/08/06 04:37:17 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: unknown-size-update.txt 2026/08/06 04:37:18 DEBUG : unknown-size-update.txt: Uploading chunk 1/0 2026/08/06 04:37:19 DEBUG : unknown-size-update.txt: Uploading chunk 2/0 2026/08/06 04:37:19 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Adding "unknown-size-update.txt" to batch 2026/08/06 04:37:20 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Batch idle for 500ms so committing 2026/08/06 04:37:20 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committing sync batch length 1 starting with: unknown-size-update.txt 2026/08/06 04:37:21 DEBUG : Dropbox root 'rclone-test-dizoxod6fova': Committed sync batch length 1 starting with: unknown-size-update.txt === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/08/06 04:37:21 DEBUG : Creating backend with remote "TestDropbox:rclone-test-dizoxod6fova/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2831: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2874: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2931: FS has no Directory methods and doesn't Wrap 2026/08/06 04:37:22 ERROR : error listing: directory not found === NAME TestIntegration/FsMkdir fstests.go:3023: Warning: this should produce fs.ErrorDirNotFound === RUN TestIntegration/FsShutdown 2026/08/06 04:37:23 INFO : Dropbox root 'rclone-test-dizoxod6fova': Committing uploads - please wait... --- PASS: TestIntegration (454.04s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: 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.94s) --- PASS: TestIntegration/FsMkdir (451.25s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (4.44s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.29s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.28s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.24s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (109.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (5.56s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (5.55s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (5.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (5.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (5.51s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (6.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (5.33s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (5.51s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (5.56s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (5.39s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (5.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (5.50s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (6.54s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (7.53s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (5.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (5.48s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (5.44s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (5.49s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (5.48s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.49s) --- PASS: TestIntegration/FsMkdir/FsPutError (7.22s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (7.23s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- PASS: TestIntegration/FsMkdir/FsChangeNotify (16.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (127.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.49s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (1.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (11.34s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.58s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.61s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (1.49s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive/Dir (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (1.47s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (6.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (6.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (6.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (3.69s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (12.80s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (8.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.26s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.25s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.25s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (1.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (1.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (3.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (1.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint (6.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/full_read (0.80s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/seek_read (0.77s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read (0.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read_to_end (0.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/refresh (1.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (3.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (7.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (1.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.35s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (5.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (2.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (12.61s) --- 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.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (6.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (3.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (3.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (3.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/PaperExport (3.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (163.11s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100 (27.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/99 (7.96s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/99/Streamed (4.20s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/100 (8.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/100/Streamed (4.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/201 (10.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/201/Streamed (5.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128 (26.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/127 (7.96s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/127/Streamed (4.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/128 (8.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/128/Streamed (4.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/257 (10.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/257/Streamed (5.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki (26.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999 (7.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999/Streamed (4.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000 (8.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000/Streamed (4.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001 (10.53s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001/Streamed (5.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki (26.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000 (7.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000/Streamed (4.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001 (8.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001/Streamed (4.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003 (10.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003/Streamed (5.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki (27.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116 (8.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116/Streamed (4.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117 (8.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117/Streamed (4.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235 (10.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235/Streamed (5.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi (28.26s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151 (8.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed (4.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152 (8.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed (4.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 (11.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed (5.88s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF (3.21s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF/Simple (1.33s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF/Chunked (1.89s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (9.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (3.11s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (5.89s) --- 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 454.107s "go test -v -timeout 1h0m0s -remote TestDropbox: -verbose" - Finished OK in 7m35.795744466s (try 1/5)