"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Starting (try 1/5) 2022/03/23 05:50:03 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sacawut5nehifey3joxixel6" 2022/03/23 05:50:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/03/23 05:50:03 DEBUG : Starting OpenDrive session with ID: 725862ca076be8c7c207aed21f1479059518517a44e68cb2bb68577f36093f9d 2022/03/23 05:50:04 DEBUG : Creating backend with remote "/tmp/rclone348391242" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateChunks === RUN TestMultithreadCalculateChunks/{size:1_streams:10_wantPartSize:65536_wantStreams:1} === RUN TestMultithreadCalculateChunks/{size:1048576_streams:1_wantPartSize:1048576_wantStreams:1} === RUN TestMultithreadCalculateChunks/{size:1048576_streams:2_wantPartSize:524288_wantStreams:2} === RUN TestMultithreadCalculateChunks/{size:1048577_streams:2_wantPartSize:589824_wantStreams:2} === RUN TestMultithreadCalculateChunks/{size:1048575_streams:2_wantPartSize:524288_wantStreams:2} --- PASS: TestMultithreadCalculateChunks (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1_streams:10_wantPartSize:65536_wantStreams:1} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048576_streams:1_wantPartSize:1048576_wantStreams:1} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048576_streams:2_wantPartSize:524288_wantStreams:2} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048577_streams:2_wantPartSize:589824_wantStreams:2} (0.00s) --- PASS: TestMultithreadCalculateChunks/{size:1048575_streams:2_wantPartSize:524288_wantStreams:2} (0.00s) === RUN TestMultithreadCopy run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" === RUN TestMultithreadCopy/{size:131071_streams:2} 2022/03/23 05:50:14 DEBUG : file1: Uploading chunk 0, size=131071, remain=0 2022/03/23 05:50:25 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64Ki 2022/03/23 05:50:25 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999Ki starting 2022/03/23 05:50:25 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki starting 2022/03/23 05:50:26 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999Ki finished 2022/03/23 05:50:26 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki finished 2022/03/23 05:50:26 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64Ki === RUN TestMultithreadCopy/{size:131072_streams:2} 2022/03/23 05:50:27 DEBUG : file1: Uploading chunk 0, size=131072, remain=0 2022/03/23 05:50:36 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64Ki 2022/03/23 05:50:36 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64Ki starting 2022/03/23 05:50:36 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki starting 2022/03/23 05:50:37 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64Ki finished 2022/03/23 05:50:37 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64Ki finished 2022/03/23 05:50:37 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64Ki === RUN TestMultithreadCopy/{size:131073_streams:2} 2022/03/23 05:50:38 DEBUG : file1: Uploading chunk 0, size=131073, remain=0 2022/03/23 05:50:45 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128Ki 2022/03/23 05:50:45 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2022/03/23 05:50:45 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128Ki starting 2022/03/23 05:50:46 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2022/03/23 05:50:46 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128Ki finished 2022/03/23 05:50:46 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128Ki --- PASS: TestMultithreadCopy (43.49s) --- PASS: TestMultithreadCopy/{size:131071_streams:2} (21.89s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (10.75s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (9.43s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2022/03/23 05:50:48 DEBUG : potato: Reopen failed after 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Range === RUN TestReOpen/Range/Basics === RUN TestReOpen/Range/ErrorAtStart === RUN TestReOpen/Range/WithErrors 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2022/03/23 05:50:48 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2022/03/23 05:50:48 DEBUG : potato: Reopen failed after 6 bytes read: failed to reopen: too many retries --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Seek (0.00s) --- PASS: TestReOpen/Seek/Basics (0.00s) --- PASS: TestReOpen/Seek/ErrorAtStart (0.00s) --- PASS: TestReOpen/Seek/WithErrors (0.00s) --- PASS: TestReOpen/Seek/TooManyErrors (0.00s) --- PASS: TestReOpen/Range (0.00s) --- PASS: TestReOpen/Range/Basics (0.00s) --- PASS: TestReOpen/Range/ErrorAtStart (0.00s) --- PASS: TestReOpen/Range/WithErrors (0.00s) --- PASS: TestReOpen/Range/TooManyErrors (0.00s) === RUN TestCheck run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 05:50:50 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheck/1 === RUN TestCheck/2 2022/03/23 05:51:02 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheck/3 2022/03/23 05:51:11 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/4 === RUN TestCheck/5 2022/03/23 05:51:20 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (44.96s) --- PASS: TestCheck/1 (0.79s) --- PASS: TestCheck/2 (0.79s) --- PASS: TestCheck/3 (0.79s) --- PASS: TestCheck/4 (0.75s) --- PASS: TestCheck/5 (0.79s) --- PASS: TestCheck/6 (0.79s) --- PASS: TestCheck/7 (0.77s) === RUN TestCheckFsError 2022/03/23 05:51:33 DEBUG : Creating backend with remote "non-existent" 2022/03/23 05:51:33 DEBUG : Creating backend with remote "non-existent" 2022/03/23 05:51:33 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2022/03/23 05:51:33 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: error reading source root directory: directory not found 2022/03/23 05:51:33 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 differences found 2022/03/23 05:51:33 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 05:51:38 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2022/03/23 05:51:53 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckDownload/3 2022/03/23 05:52:01 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2022/03/23 05:52:14 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (53.35s) --- PASS: TestCheckDownload/1 (1.51s) --- PASS: TestCheckDownload/2 (2.16s) --- PASS: TestCheckDownload/3 (1.54s) --- PASS: TestCheckDownload/4 (4.55s) --- PASS: TestCheckDownload/5 (1.94s) --- PASS: TestCheckDownload/6 (1.53s) --- PASS: TestCheckDownload/7 (1.59s) === RUN TestCheckSizeOnly run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 05:52:28 DEBUG : rutabaga: Uploading chunk 0, size=8, remain=0 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2022/03/23 05:52:44 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestCheckSizeOnly/3 2022/03/23 05:52:58 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2022/03/23 05:53:11 DEBUG : remotepotato: Uploading chunk 0, size=60, remain=0 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (60.21s) --- PASS: TestCheckSizeOnly/1 (0.77s) --- PASS: TestCheckSizeOnly/2 (0.76s) --- PASS: TestCheckSizeOnly/3 (0.77s) --- PASS: TestCheckSizeOnly/4 (0.84s) --- PASS: TestCheckSizeOnly/5 (3.84s) --- PASS: TestCheckSizeOnly/6 (0.78s) --- PASS: TestCheckSizeOnly/7 (1.78s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 05:53:29 DEBUG : test.sum: Uploading chunk 0, size=81, remain=0 2022/03/23 05:53:36 NOTICE: test.sum: improperly formatted checksum line 4 2022/03/23 05:53:36 NOTICE: test.sum: improperly formatted checksum line 5 2022/03/23 05:53:36 NOTICE: test.sum: improperly formatted checksum line 6 2022/03/23 05:53:36 NOTICE: test.sum: 2 warning(s) suppressed... 2022/03/23 05:53:39 DEBUG : test.sum: Uploading chunk 0, size=90, remain=0 2022/03/23 05:53:47 NOTICE: test.sum: improperly formatted checksum line 4 2022/03/23 05:53:47 NOTICE: test.sum: improperly formatted checksum line 5 2022/03/23 05:53:47 NOTICE: test.sum: improperly formatted checksum line 6 2022/03/23 05:53:47 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (24.26s) === RUN TestCheckSum run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 05:53:51 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sacawut5nehifey3joxixel6/data" 2022/03/23 05:53:51 DEBUG : Starting OpenDrive session with ID: 61ffcde21aef7f92340a022618fed1b321dca908a6b7b617fd8b5d50b9e38d28 2022/03/23 05:53:59 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2022/03/23 05:54:06 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest1 2022/03/23 05:54:20 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2022/03/23 05:54:26 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSum/subtest2 2022/03/23 05:54:42 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest3 2022/03/23 05:54:52 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest4 2022/03/23 05:55:05 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest5 2022/03/23 05:55:15 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSum/subtest6 2022/03/23 05:55:43 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2022/03/23 05:55:49 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2022/03/23 05:55:55 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (143.55s) --- PASS: TestCheckSum/subtest1 (4.06s) --- PASS: TestCheckSum/subtest2 (2.05s) --- PASS: TestCheckSum/subtest3 (3.00s) --- PASS: TestCheckSum/subtest4 (2.97s) --- PASS: TestCheckSum/subtest5 (2.07s) --- PASS: TestCheckSum/subtest6 (2.06s) --- PASS: TestCheckSum/subtest7 (2.16s) === RUN TestCheckSumDownload run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 05:56:14 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sacawut5nehifey3joxixel6/data" 2022/03/23 05:56:14 DEBUG : Config file has changed externaly - reloading 2022/03/23 05:56:15 DEBUG : Starting OpenDrive session with ID: 3f7822589353daf73dabc86c4c539847f50122a7aa11faa514e22a34b3cbd343 2022/03/23 05:56:24 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2022/03/23 05:56:35 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest1 2022/03/23 05:56:58 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2022/03/23 05:57:24 DEBUG : test.sum: Uploading chunk 0, size=41, remain=0 === RUN TestCheckSumDownload/subtest2 2022/03/23 05:57:35 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest3 2022/03/23 05:58:01 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest4 2022/03/23 05:58:22 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest5 2022/03/23 05:58:37 DEBUG : test.sum: Uploading chunk 0, size=123, remain=0 === RUN TestCheckSumDownload/subtest6 2022/03/23 05:59:16 DEBUG : data/banana: Uploading chunk 0, size=13, remain=0 2022/03/23 05:59:24 DEBUG : data/potato: Uploading chunk 0, size=15, remain=0 2022/03/23 05:59:33 DEBUG : test.sum: Uploading chunk 0, size=82, remain=0 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (217.65s) --- PASS: TestCheckSumDownload/subtest1 (15.61s) --- PASS: TestCheckSumDownload/subtest2 (2.88s) --- PASS: TestCheckSumDownload/subtest3 (13.36s) --- PASS: TestCheckSumDownload/subtest4 (13.92s) --- PASS: TestCheckSumDownload/subtest5 (2.82s) --- PASS: TestCheckSumDownload/subtest6 (12.17s) --- PASS: TestCheckSumDownload/subtest7 (2.91s) === RUN TestDeduplicateInteractive run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (1.54s) === RUN TestDeduplicateSkip run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (1.55s) === RUN TestDeduplicateSizeOnly run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (2.64s) === RUN TestDeduplicateFirst run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (1.58s) === RUN TestDeduplicateNewest run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (2.03s) === RUN TestDeduplicateNewestByHash run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:00:04 DEBUG : one: Uploading chunk 0, size=100, remain=0 2022/03/23 06:00:28 DEBUG : also/one: Uploading chunk 0, size=100, remain=0 2022/03/23 06:00:48 DEBUG : another: Uploading chunk 0, size=100, remain=0 2022/03/23 06:01:00 DEBUG : not-one: Uploading chunk 0, size=5, remain=0 2022/03/23 06:01:12 INFO : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': Looking for duplicate md5 hashes using newest mode. 2022/03/23 06:01:15 NOTICE: 3a254e441aacacf1743ca1c7fae77a8c: Found 3 files with duplicate md5 hashes 2022/03/23 06:01:17 INFO : one: Deleted 2022/03/23 06:01:18 INFO : also/one: Deleted 2022/03/23 06:01:18 NOTICE: 3a254e441aacacf1743ca1c7fae77a8c: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (87.66s) === RUN TestDeduplicateOldest run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (2.64s) === RUN TestDeduplicateLargest run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (1.56s) === RUN TestDeduplicateSmallest run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (2.62s) === RUN TestDeduplicateRename run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (1.57s) === RUN TestMergeDirs run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" dedupe_test.go:267: Can't merge directories 2022/03/23 06:02:00 DEBUG : pacer: low level retry 1/10 (error Folder is busy (Error 423)) 2022/03/23 06:02:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2022/03/23 06:02:01 DEBUG : pacer: Reducing sleep to 10ms --- SKIP: TestMergeDirs (23.50s) === RUN TestListDirSorted run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:02:03 DEBUG : a.txt: Uploading chunk 0, size=11, remain=0 2022/03/23 06:02:11 DEBUG : zend.txt: Uploading chunk 0, size=5, remain=0 2022/03/23 06:02:35 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 2022/03/23 06:02:44 DEBUG : sub dir/hello world2: Uploading chunk 0, size=11, remain=0 2022/03/23 06:02:57 DEBUG : sub dir/ignore dir/.ignore: Uploading chunk 0, size=1, remain=0 2022/03/23 06:04:00 DEBUG : sub dir/ignore dir/should be ignored: Uploading chunk 0, size=9, remain=0 2022/03/23 06:04:13 DEBUG : sub dir/sub sub dir/hello world3: Uploading chunk 0, size=11, remain=0 2022/03/23 06:05:15 DEBUG : a.txt: Excluded 2022/03/23 06:05:17 DEBUG : sub dir/hello world: Excluded 2022/03/23 06:05:17 DEBUG : sub dir/hello world2: Excluded 2022/03/23 06:06:05 DEBUG : sub dir/ignore dir: Excluded 2022/03/23 06:06:05 DEBUG : sub dir/hello world: Excluded 2022/03/23 06:06:05 DEBUG : sub dir/hello world2: Excluded 2022/03/23 06:06:06 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (264.55s) === RUN TestListJSON run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:06:28 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2022/03/23 06:08:20 DEBUG : sub/file2: Uploading chunk 0, size=9, remain=0 === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes --- PASS: TestListJSON (224.63s) --- PASS: TestListJSON/Default (0.76s) --- PASS: TestListJSON/FilesOnly (0.79s) --- PASS: TestListJSON/DirsOnly (0.79s) --- PASS: TestListJSON/Recurse (1.55s) --- PASS: TestListJSON/SubDir (0.79s) --- PASS: TestListJSON/NoModTime (0.74s) --- PASS: TestListJSON/NoMimeType (0.75s) --- PASS: TestListJSON/ShowHash (1.77s) --- PASS: TestListJSON/HashTypes (0.78s) === RUN TestStatJSON run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:10:12 DEBUG : file1: Uploading chunk 0, size=5, remain=0 2022/03/23 06:10:24 DEBUG : sub/file2: Uploading chunk 0, size=9, remain=0 === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2022/03/23 06:10:44 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sacawut5nehifey3joxixel6/notfound" 2022/03/23 06:10:44 DEBUG : Config file has changed externaly - reloading 2022/03/23 06:10:44 DEBUG : Starting OpenDrive session with ID: d8bbe99ae036c0fdfafed9cbd18a3ce381d13ac4bce8b5e89b17434cae693da3 --- PASS: TestStatJSON (58.38s) --- PASS: TestStatJSON/Root (0.75s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (1.79s) --- PASS: TestStatJSON/Dir (1.62s) --- PASS: TestStatJSON/File (1.05s) --- PASS: TestStatJSON/NotFound (1.54s) --- PASS: TestStatJSON/DirFilesOnly (0.79s) --- PASS: TestStatJSON/FileFilesOnly (0.82s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.81s) --- PASS: TestStatJSON/DirDirsOnly (1.82s) --- PASS: TestStatJSON/FileDirsOnly (0.76s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.79s) --- PASS: TestStatJSON/RootNotFound (6.21s) === RUN TestMkdir run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:11:08 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': Making directory 2022/03/23 06:11:09 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': Making directory --- PASS: TestMkdir (2.36s) === RUN TestLsd run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:11:16 DEBUG : sub dir/hello world: Uploading chunk 0, size=11, remain=0 --- PASS: TestLsd (24.17s) === RUN TestLs run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:11:38 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/23 06:14:07 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLs (179.74s) === RUN TestLsWithFilesFrom run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:14:38 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/23 06:14:46 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/23 06:14:55 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (29.98s) === RUN TestLsLong run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:15:07 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/23 06:15:33 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 --- PASS: TestLsLong (42.47s) === RUN TestHashSums run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:15:49 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/23 06:15:57 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (19.10s) --- PASS: TestHashSums/Md5 (0.78s) --- PASS: TestHashSums/Md5Download (1.76s) === RUN TestHashSumsWithErrors 2022/03/23 06:16:06 DEBUG : Creating backend with remote ":memory:" 2022/03/23 06:16:06 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2022/03/23 06:16:06 DEBUG : Creating md5 hash of 0 bytes read from input stream 2022/03/23 06:16:06 DEBUG : Creating md5 hash of 0 bytes read from input stream 2022/03/23 06:16:06 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2022/03/23 06:16:06 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2022/03/23 06:16:06 DEBUG : Creating md5 hash of 12 bytes read from input stream 2022/03/23 06:16:06 DEBUG : Creating md5 hash of 12 bytes read from input stream 2022/03/23 06:16:06 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2022/03/23 06:16:06 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:16:08 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/23 06:16:33 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/23 06:16:53 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 --- PASS: TestCount (111.21s) === RUN TestDelete run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:18:00 DEBUG : small: Uploading chunk 0, size=10, remain=0 2022/03/23 06:18:11 DEBUG : medium: Uploading chunk 0, size=60, remain=0 2022/03/23 06:19:56 DEBUG : large: Uploading chunk 0, size=100, remain=0 2022/03/23 06:20:01 DEBUG : Waiting for deletions to finish 2022/03/23 06:20:02 DEBUG : large: Excluded 2022/03/23 06:20:03 INFO : small: Deleted 2022/03/23 06:20:03 INFO : medium: Deleted --- PASS: TestDelete (129.33s) === RUN TestRetry 2022/03/23 06:20:07 DEBUG : Received error: EOF - low level retry 1/5 2022/03/23 06:20:07 DEBUG : Received error: EOF - low level retry 2/5 2022/03/23 06:20:07 DEBUG : Received error: EOF - low level retry 1/5 2022/03/23 06:20:07 DEBUG : Received error: EOF - low level retry 2/5 2022/03/23 06:20:07 DEBUG : Received error: EOF - low level retry 3/5 2022/03/23 06:20:07 DEBUG : Received error: EOF - low level retry 4/5 2022/03/23 06:20:07 DEBUG : Received error: EOF - low level retry 5/5 --- PASS: TestRetry (0.00s) === RUN TestCat run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:20:12 DEBUG : file1: Uploading chunk 0, size=10, remain=0 2022/03/23 06:20:19 DEBUG : file2: Uploading chunk 0, size=9, remain=0 --- PASS: TestCat (37.74s) === RUN TestPurge 2022/03/23 06:20:44 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-cadekel4yohaxum0gohaboz9" 2022/03/23 06:20:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/03/23 06:20:45 DEBUG : Starting OpenDrive session with ID: d806799b786ca89096ef836e95004723eec7944a97b1848ea25ae372b64b45e4 2022/03/23 06:20:46 DEBUG : Creating backend with remote "/tmp/rclone1216403535" run.go:181: Remote "OpenDrive root 'rclone-test-cadekel4yohaxum0gohaboz9'", Local "Local file system at /tmp/rclone1216403535", Modify Window "1s" 2022/03/23 06:21:11 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2022/03/23 06:21:14 DEBUG : A2: Making directory 2022/03/23 06:21:35 DEBUG : pacer: low level retry 1/10 (error Folder is busy (Error 423)) 2022/03/23 06:21:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2022/03/23 06:21:36 DEBUG : pacer: Reducing sleep to 10ms 2022/03/23 06:21:36 DEBUG : A1/B2: Making directory 2022/03/23 06:21:37 DEBUG : A1/B2/C2: Making directory 2022/03/23 06:21:41 DEBUG : A1/B1/C3: Making directory 2022/03/23 06:21:43 DEBUG : A3: Making directory 2022/03/23 06:21:45 DEBUG : A3/B3: Making directory 2022/03/23 06:21:47 DEBUG : A3/B3/C4: Making directory 2022/03/23 06:21:50 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2022/03/23 06:22:04 ERROR : : error listing: directory not found 2022/03/23 06:22:04 DEBUG : OpenDrive root 'rclone-test-cadekel4yohaxum0gohaboz9': Purge remote 2022/03/23 06:22:05 purge failed: directory not found --- PASS: TestPurge (80.62s) === RUN TestRmdirsNoLeaveRoot run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:22:16 DEBUG : A1/B1/C1/one: Uploading chunk 0, size=3, remain=0 2022/03/23 06:22:20 DEBUG : A2: Making directory 2022/03/23 06:22:21 DEBUG : A1/B2: Making directory 2022/03/23 06:22:23 DEBUG : A1/B2/C2: Making directory 2022/03/23 06:22:24 DEBUG : A1/B1/C3: Making directory 2022/03/23 06:22:26 DEBUG : A3: Making directory 2022/03/23 06:22:27 DEBUG : A3/B3: Making directory 2022/03/23 06:22:29 DEBUG : A3/B3/C4: Making directory 2022/03/23 06:22:33 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2022/03/23 06:22:46 INFO : A3/B3/C4: Removing directory 2022/03/23 06:22:56 INFO : A3/B3: Removing directory 2022/03/23 06:22:58 INFO : A3: Removing directory 2022/03/23 06:23:01 INFO : A2: Removing directory 2022/03/23 06:23:04 INFO : A1/B2/C2: Removing directory 2022/03/23 06:23:05 INFO : A1/B2: Removing directory 2022/03/23 06:23:10 INFO : A1/B1/C3: Removing directory --- PASS: TestRmdirsNoLeaveRoot (83.02s) === RUN TestRmdirsLeaveRoot run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:23:28 DEBUG : A1: Making directory 2022/03/23 06:23:30 DEBUG : A1/B1: Making directory 2022/03/23 06:23:31 DEBUG : A1/B1/C1: Making directory 2022/03/23 06:23:38 INFO : A1/B1/C1: Removing directory 2022/03/23 06:23:41 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (21.40s) === RUN TestRmdirsWithFilter run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:23:49 DEBUG : A1: Making directory 2022/03/23 06:23:52 DEBUG : A1/B1: Making directory 2022/03/23 06:23:54 DEBUG : A1/B1/C1: Making directory 2022/03/23 06:24:01 INFO : A1/B1/C1: Removing directory 2022/03/23 06:24:03 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (23.01s) === RUN TestCopyURL run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:24:16 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2022/03/23 06:24:23 DEBUG : filename.txt: File name found in url 2022/03/23 06:24:26 DEBUG : filename.txt: Uploading chunk 0, size=14, remain=0 2022/03/23 06:24:32 DEBUG : file2: Uploading chunk 0, size=14, remain=0 --- PASS: TestCopyURL (293.53s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:29:07 DEBUG : file1: Need to transfer - File not found at Destination 2022/03/23 06:29:12 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2022/03/23 06:29:16 INFO : file1: Copied (new) to: sub/file2 2022/03/23 06:29:16 INFO : file1: Deleted 2022/03/23 06:29:18 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/23 06:29:18 DEBUG : file1: Unchanged skipping 2022/03/23 06:29:18 INFO : file1: Deleted 2022/03/23 06:29:20 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (20.97s) === RUN TestMoveFileWithIgnoreExisting run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:29:29 DEBUG : file1: Need to transfer - File not found at Destination 2022/03/23 06:29:31 DEBUG : file1: Uploading chunk 0, size=14, remain=0 2022/03/23 06:29:38 INFO : file1: Copied (new) 2022/03/23 06:29:38 INFO : file1: Deleted 2022/03/23 06:29:39 DEBUG : file1: Destination exists, skipping 2022/03/23 06:29:39 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (16.55s) === RUN TestCaseInsensitiveMoveFile run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:29:45 DEBUG : file1: Need to transfer - File not found at Destination 2022/03/23 06:29:51 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2022/03/23 06:29:56 INFO : file1: Copied (new) to: sub/file2 2022/03/23 06:29:56 INFO : file1: Deleted 2022/03/23 06:29:58 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/23 06:29:58 DEBUG : file1: Unchanged skipping 2022/03/23 06:29:58 INFO : file1: Deleted 2022/03/23 06:30:16 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-hafodip0 2022/03/23 06:30:31 INFO : sub/File2-rclone-move-hafodip0: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (53.41s) === RUN TestMoveFileBackupDir run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:30:42 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2022/03/23 06:30:49 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sacawut5nehifey3joxixel6/backup" 2022/03/23 06:30:50 DEBUG : Starting OpenDrive session with ID: 1debf9abb5ab228b04c4516d802be922eb8d1268bd1bbb3ef82424cbda58a12a 2022/03/23 06:30:52 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2022/03/23 06:31:01 INFO : dst/file1: Moved (server-side) 2022/03/23 06:31:03 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2022/03/23 06:31:07 INFO : dst/file1: Copied (new) 2022/03/23 06:31:07 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (44.23s) === RUN TestCopyFile run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:31:22 DEBUG : file1: Need to transfer - File not found at Destination 2022/03/23 06:31:28 DEBUG : sub/file2: Uploading chunk 0, size=14, remain=0 2022/03/23 06:31:34 INFO : file1: Copied (new) to: sub/file2 2022/03/23 06:31:36 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2022/03/23 06:31:36 DEBUG : file1: Unchanged skipping 2022/03/23 06:31:38 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (22.46s) === RUN TestCopyFileBackupDir run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:31:47 DEBUG : dst/file1: Uploading chunk 0, size=18, remain=0 2022/03/23 06:31:54 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sacawut5nehifey3joxixel6/backup" 2022/03/23 06:31:56 DEBUG : Starting OpenDrive session with ID: b579745fccbd9169a1bc4be32398a58014a9af98a962368400e1565a46e8a6af 2022/03/23 06:31:59 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2022/03/23 06:32:04 INFO : dst/file1: Moved (server-side) 2022/03/23 06:32:07 DEBUG : dst/file1: Uploading chunk 0, size=14, remain=0 2022/03/23 06:32:12 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (45.58s) === RUN TestCopyFileCompareDest run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:32:29 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sacawut5nehifey3joxixel6/dst" 2022/03/23 06:32:30 DEBUG : Starting OpenDrive session with ID: fed839dcd1441e08b8056bf418159553fac77bb6d70b987b2047df0a2185324e 2022/03/23 06:32:33 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sacawut5nehifey3joxixel6/CompareDest" 2022/03/23 06:32:34 DEBUG : Starting OpenDrive session with ID: 745816605055bfe98bee00e3cb0bf499de776791efb9b25d1d91faf79f2ce0bc 2022/03/23 06:32:37 DEBUG : one: Need to transfer - File not found at Destination 2022/03/23 06:32:41 DEBUG : one: Uploading chunk 0, size=3, remain=0 2022/03/23 06:32:45 INFO : one: Copied (new) 2022/03/23 06:32:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/23 06:32:51 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/23 06:32:58 INFO : one: Copied (replaced existing) 2022/03/23 06:33:04 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/23 06:33:15 DEBUG : CompareDest/one: Uploading chunk 0, size=5, remain=0 2022/03/23 06:33:30 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/23 06:33:30 DEBUG : one: Destination found in --compare-dest, skipping 2022/03/23 06:33:39 DEBUG : CompareDest/two: Uploading chunk 0, size=3, remain=0 2022/03/23 06:33:52 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/23 06:33:52 DEBUG : two: Destination found in --compare-dest, skipping 2022/03/23 06:34:05 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/23 06:34:05 DEBUG : two: Destination found in --compare-dest, skipping 2022/03/23 06:34:11 DEBUG : two: Sizes differ (src 5 vs dst 3) 2022/03/23 06:34:11 DEBUG : two: Need to transfer - File not found at Destination 2022/03/23 06:34:14 DEBUG : two: Uploading chunk 0, size=5, remain=0 2022/03/23 06:34:19 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (121.54s) === RUN TestCopyFileCopyDest run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:34:31 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sacawut5nehifey3joxixel6/dst" 2022/03/23 06:34:32 DEBUG : Starting OpenDrive session with ID: 2e9c0870c340b92adafed13e4da72e70ae400711f556435cdb1f7cc56a6e1f7d 2022/03/23 06:34:36 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sacawut5nehifey3joxixel6/CopyDest" 2022/03/23 06:34:37 DEBUG : Starting OpenDrive session with ID: a76e8d9a78385c2a4d11014ec20b20a832df93b14863e5475575310538f8318e 2022/03/23 06:34:40 DEBUG : one: Need to transfer - File not found at Destination 2022/03/23 06:34:44 DEBUG : one: Uploading chunk 0, size=3, remain=0 2022/03/23 06:34:48 INFO : one: Copied (new) 2022/03/23 06:34:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/23 06:34:56 DEBUG : one: Uploading chunk 0, size=5, remain=0 2022/03/23 06:35:00 INFO : one: Copied (replaced existing) 2022/03/23 06:35:04 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2022/03/23 06:35:14 DEBUG : CopyDest/one: Uploading chunk 0, size=5, remain=0 2022/03/23 06:35:21 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-sacawut5nehifey3joxixel6/BackupDir" 2022/03/23 06:35:22 DEBUG : Starting OpenDrive session with ID: 8d5099eb9fc5c10707b68093fcd7f87300a0a76a917402cdbdd7dd73bc0f0f96 2022/03/23 06:35:30 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/23 06:35:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/03/23 06:35:34 INFO : one: Moved (server-side) 2022/03/23 06:35:36 INFO : one: Copied (server-side copy) 2022/03/23 06:35:36 DEBUG : one: Destination found in --copy-dest, using server-side copy 2022/03/23 06:35:42 DEBUG : CopyDest/two: Uploading chunk 0, size=3, remain=0 2022/03/23 06:35:52 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/23 06:35:53 INFO : two: Copied (server-side copy) 2022/03/23 06:35:53 DEBUG : two: Destination found in --copy-dest, using server-side copy 2022/03/23 06:35:57 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/23 06:35:57 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2022/03/23 06:35:57 DEBUG : two: Unchanged skipping 2022/03/23 06:36:00 DEBUG : CopyDest/three: Uploading chunk 0, size=5, remain=0 2022/03/23 06:36:12 DEBUG : three: Sizes differ (src 7 vs dst 5) 2022/03/23 06:36:12 DEBUG : three: Destination not found in --copy-dest 2022/03/23 06:36:12 DEBUG : three: Need to transfer - File not found at Destination 2022/03/23 06:36:15 DEBUG : three: Uploading chunk 0, size=7, remain=0 2022/03/23 06:36:19 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (133.01s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlapping --- PASS: TestOverlapping (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:36:48 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2022/03/23 06:36:55 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2022/03/23 06:37:03 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2022/03/23 06:37:12 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2022/03/23 06:37:24 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2022/03/23 06:37:32 DEBUG : A1/B2: Making directory 2022/03/23 06:37:33 DEBUG : A1/B1/C3: Making directory 2022/03/23 06:38:13 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2022/03/23 06:38:13 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2022/03/23 06:38:13 INFO : A2/one: Moved (server-side) to: A3/one 2022/03/23 06:38:14 INFO : A2/two: Moved (server-side) to: A3/two 2022/03/23 06:38:16 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three --- PASS: TestDirMove (124.16s) === RUN TestGetFsInfo run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" --- PASS: TestGetFsInfo (1.52s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false === CONT TestRcat run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:38:50 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': File to upload is small (34 bytes), uploading instead of streaming 2022/03/23 06:38:52 DEBUG : no_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2022/03/23 06:38:58 INFO : no_checksum_small_file_from_pipe: Copied (new) 2022/03/23 06:38:58 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2022/03/23 06:38:58 DEBUG : Creating backend with remote "/tmp/rclone-spool1672321188" 2022/03/23 06:38:58 DEBUG : Config file has changed externaly - reloading 2022/03/23 06:38:58 DEBUG : no_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/03/23 06:39:01 DEBUG : no_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2022/03/23 06:39:07 INFO : no_checksum_big_file_from_pipe: Copied (new) === RUN TestRcat/withChecksum=true,ignoreChecksum=false === CONT TestRcat run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:39:12 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': File to upload is small (34 bytes), uploading instead of streaming 2022/03/23 06:39:14 DEBUG : with_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2022/03/23 06:39:18 INFO : with_checksum_small_file_from_pipe: Copied (new) 2022/03/23 06:39:18 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2022/03/23 06:39:18 DEBUG : Creating backend with remote "/tmp/rclone-spool2101147277" 2022/03/23 06:39:18 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2022/03/23 06:39:18 DEBUG : with_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical 2022/03/23 06:39:21 DEBUG : with_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2022/03/23 06:39:26 INFO : with_checksum_big_file_from_pipe: Copied (new) === RUN TestRcat/withChecksum=false,ignoreChecksum=true === CONT TestRcat run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:39:30 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': File to upload is small (34 bytes), uploading instead of streaming 2022/03/23 06:39:33 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2022/03/23 06:39:37 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2022/03/23 06:39:37 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2022/03/23 06:39:37 DEBUG : Creating backend with remote "/tmp/rclone-spool1488096456" 2022/03/23 06:39:37 DEBUG : Config file has changed externaly - reloading 2022/03/23 06:39:37 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1s) 2022/03/23 06:39:41 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2022/03/23 06:39:46 INFO : ignore_checksum_big_file_from_pipe: Copied (new) === RUN TestRcat/withChecksum=true,ignoreChecksum=true === CONT TestRcat run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:39:52 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': File to upload is small (34 bytes), uploading instead of streaming 2022/03/23 06:39:54 DEBUG : ignore_checksum_small_file_from_pipe: Uploading chunk 0, size=34, remain=0 2022/03/23 06:39:58 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2022/03/23 06:39:58 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2022/03/23 06:39:58 DEBUG : Creating backend with remote "/tmp/rclone-spool2771647601" 2022/03/23 06:39:58 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2022/03/23 06:40:01 DEBUG : ignore_checksum_big_file_from_pipe: Uploading chunk 0, size=102401, remain=0 2022/03/23 06:40:06 INFO : ignore_checksum_big_file_from_pipe: Copied (new) --- PASS: TestRcat (82.61s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (21.74s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (18.27s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (20.53s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (22.07s) === RUN TestRcatSize run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:40:14 DEBUG : potato1: Uploading chunk 0, size=60, remain=0 2022/03/23 06:40:18 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': File to upload is small (60 bytes), uploading instead of streaming 2022/03/23 06:40:21 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/23 06:40:25 INFO : potato2: Copied (new) --- PASS: TestRcatSize (19.09s) === RUN TestCopyFileMaxTransfer run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:40:33 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2022/03/23 06:40:37 DEBUG : TestCopyFileMaxTransfer/file1: Uploading chunk 0, size=14, remain=0 2022/03/23 06:40:41 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2022/03/23 06:40:43 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2022/03/23 06:40:46 DEBUG : TestCopyFileMaxTransfer/file2: Uploading chunk 0, size=2062, remain=0 2022/03/23 06:40:46 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to create file: Post "https://dev.opendrive.com/api/v1/upload/upload_file_chunk.json": failed to copy data: Max transfer limit reached as set by --max-transfer 2022/03/23 06:40:48 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2022/03/23 06:40:51 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2022/03/23 06:40:53 DEBUG : TestCopyFileMaxTransfer/file4: Uploading chunk 0, size=2062, remain=0 2022/03/23 06:40:58 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (35.59s) === RUN TestTouchDir run.go:181: Remote "OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6'", Local "Local file system at /tmp/rclone348391242", Modify Window "1s" 2022/03/23 06:41:09 DEBUG : potato2: Uploading chunk 0, size=60, remain=0 2022/03/23 06:41:15 DEBUG : empty space: Uploading chunk 0, size=1, remain=0 2022/03/23 06:41:24 DEBUG : sub dir/potato3: Uploading chunk 0, size=5, remain=0 2022/03/23 06:41:31 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': Touching "empty space" 2022/03/23 06:41:32 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': Touching "potato2" 2022/03/23 06:41:34 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': Touching "sub dir/potato3" --- PASS: TestTouchDir (38.53s) === RUN TestRcAbout rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcMkdir rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:25: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:25: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) PASS 2022/03/23 06:41:45 DEBUG : OpenDrive root 'rclone-test-sacawut5nehifey3joxixel6': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose" - Finished OK in 51m44.853759604s (try 1/5)