"./operations.test -test.v -test.timeout 1h0m0s -remote TestOneDrive: -verbose" - Starting (try 1/5) 2020/05/15 05:18:28 DEBUG : TestOneDrive: Loaded invalid token from config file - ignoring 2020/05/15 05:18:28 DEBUG : TestOneDrive: Saved new token in config file === 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 TestMultithreadCopy/{size:131071_streams:2} 2020/05/15 05:18:32 DEBUG : file1: Starting multipart upload 2020/05/15 05:18:32 DEBUG : file1: Uploading segment 0/131071 size 131071 2020/05/15 05:18:33 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2020/05/15 05:18:33 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2020/05/15 05:18:33 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2020/05/15 05:18:34 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2020/05/15 05:18:34 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2020/05/15 05:18:34 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2020/05/15 05:18:34 DEBUG : file1: Starting multipart upload 2020/05/15 05:18:34 DEBUG : file1: Uploading segment 0/131072 size 131072 2020/05/15 05:18:35 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2020/05/15 05:18:35 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2020/05/15 05:18:35 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2020/05/15 05:18:35 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2020/05/15 05:18:36 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2020/05/15 05:18:36 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2020/05/15 05:18:36 DEBUG : file1: Starting multipart upload 2020/05/15 05:18:36 DEBUG : file1: Uploading segment 0/131073 size 131073 2020/05/15 05:18:37 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2020/05/15 05:18:37 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2020/05/15 05:18:37 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2020/05/15 05:18:37 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2020/05/15 05:18:37 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2020/05/15 05:18:37 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (6.93s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" --- PASS: TestMultithreadCopy/{size:131071_streams:2} (3.01s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (1.82s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (1.40s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2020/05/15 05:18:38 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 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2020/05/15 05:18:38 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2020/05/15 05:18:38 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 TestDeduplicateInteractive --- SKIP: TestDeduplicateInteractive (0.44s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateSkip --- SKIP: TestDeduplicateSkip (0.44s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateFirst --- SKIP: TestDeduplicateFirst (0.44s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateNewest --- SKIP: TestDeduplicateNewest (0.44s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateOldest --- SKIP: TestDeduplicateOldest (0.43s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateLargest --- SKIP: TestDeduplicateLargest (0.44s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateSmallest --- SKIP: TestDeduplicateSmallest (0.52s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateRename --- SKIP: TestDeduplicateRename (0.46s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestMergeDirs --- SKIP: TestMergeDirs (0.44s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" dedupe_test.go:217: Can't merge directories === RUN TestListDirSorted 2020/05/15 05:18:42 DEBUG : a.txt: Starting multipart upload 2020/05/15 05:18:42 DEBUG : a.txt: Uploading segment 0/11 size 11 2020/05/15 05:18:42 DEBUG : zend.txt: Starting multipart upload 2020/05/15 05:18:43 DEBUG : zend.txt: Uploading segment 0/5 size 5 2020/05/15 05:18:44 DEBUG : sub dir/hello world: Starting multipart upload 2020/05/15 05:18:44 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2020/05/15 05:18:44 DEBUG : sub dir/hello world2: Starting multipart upload 2020/05/15 05:18:45 DEBUG : sub dir/hello world2: Uploading segment 0/11 size 11 2020/05/15 05:18:46 DEBUG : sub dir/ignore dir/.ignore: Starting multipart upload 2020/05/15 05:18:46 DEBUG : sub dir/ignore dir/.ignore: Uploading segment 0/1 size 1 2020/05/15 05:18:46 DEBUG : sub dir/ignore dir/should be ignored: Starting multipart upload 2020/05/15 05:18:46 DEBUG : sub dir/ignore dir/should be ignored: Uploading segment 0/9 size 9 2020/05/15 05:18:47 DEBUG : sub dir/sub sub dir/hello world3: Starting multipart upload 2020/05/15 05:18:47 DEBUG : sub dir/sub sub dir/hello world3: Uploading segment 0/11 size 11 2020/05/15 05:18:49 DEBUG : a.txt: Excluded 2020/05/15 05:18:50 DEBUG : sub dir/hello world: Excluded 2020/05/15 05:18:50 DEBUG : sub dir/hello world2: Excluded 2020/05/15 05:18:51 DEBUG : sub dir/ignore dir: Excluded 2020/05/15 05:18:52 DEBUG : sub dir/hello world: Excluded 2020/05/15 05:18:52 DEBUG : sub dir/hello world2: Excluded 2020/05/15 05:18:52 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (16.74s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestMkdir 2020/05/15 05:18:58 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': Making directory 2020/05/15 05:18:59 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': Making directory --- PASS: TestMkdir (0.66s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestLsd 2020/05/15 05:19:00 DEBUG : sub dir/hello world: Starting multipart upload 2020/05/15 05:19:00 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 --- PASS: TestLsd (3.46s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestLs 2020/05/15 05:19:03 DEBUG : potato2: Starting multipart upload 2020/05/15 05:19:03 DEBUG : potato2: Uploading segment 0/60 size 60 2020/05/15 05:19:03 DEBUG : empty space: Starting multipart upload 2020/05/15 05:19:03 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestLs (2.50s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestLsWithFilesFrom 2020/05/15 05:19:05 DEBUG : potato2: Starting multipart upload 2020/05/15 05:19:05 DEBUG : potato2: Uploading segment 0/60 size 60 2020/05/15 05:19:06 DEBUG : empty space: Starting multipart upload 2020/05/15 05:19:06 DEBUG : empty space: Uploading segment 0/1 size 1 2020/05/15 05:19:07 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (3.23s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestLsLong 2020/05/15 05:19:08 DEBUG : potato2: Starting multipart upload 2020/05/15 05:19:09 DEBUG : potato2: Uploading segment 0/60 size 60 2020/05/15 05:19:09 DEBUG : empty space: Starting multipart upload 2020/05/15 05:19:10 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestLsLong (4.46s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestHashSums 2020/05/15 05:19:13 DEBUG : potato2: Starting multipart upload 2020/05/15 05:19:13 DEBUG : potato2: Uploading segment 0/60 size 60 2020/05/15 05:19:13 DEBUG : empty space: Starting multipart upload 2020/05/15 05:19:14 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestHashSums (5.54s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount 2020/05/15 05:19:18 DEBUG : potato2: Starting multipart upload 2020/05/15 05:19:19 DEBUG : potato2: Uploading segment 0/60 size 60 2020/05/15 05:19:19 DEBUG : empty space: Starting multipart upload 2020/05/15 05:19:20 DEBUG : empty space: Uploading segment 0/1 size 1 2020/05/15 05:19:21 DEBUG : sub dir/potato3: Starting multipart upload 2020/05/15 05:19:21 DEBUG : sub dir/potato3: Uploading segment 0/5 size 5 --- PASS: TestCount (7.01s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestDelete 2020/05/15 05:19:25 DEBUG : small: Starting multipart upload 2020/05/15 05:19:26 DEBUG : small: Uploading segment 0/10 size 10 2020/05/15 05:19:26 DEBUG : medium: Starting multipart upload 2020/05/15 05:19:26 DEBUG : medium: Uploading segment 0/60 size 60 2020/05/15 05:19:27 DEBUG : large: Starting multipart upload 2020/05/15 05:19:27 DEBUG : large: Uploading segment 0/100 size 100 2020/05/15 05:19:28 DEBUG : Waiting for deletions to finish 2020/05/15 05:19:29 DEBUG : large: Excluded 2020/05/15 05:19:29 INFO : small: Deleted 2020/05/15 05:19:30 INFO : medium: Deleted --- PASS: TestDelete (5.70s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCheck 2020/05/15 05:19:31 DEBUG : rutabaga: Starting multipart upload 2020/05/15 05:19:31 DEBUG : rutabaga: Uploading segment 0/8 size 8 2020/05/15 05:19:33 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 1: Starting check test 2020/05/15 05:19:33 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 2: Starting check test 2020/05/15 05:19:33 DEBUG : empty space: Starting multipart upload 2020/05/15 05:19:34 DEBUG : empty space: Uploading segment 0/1 size 1 2020/05/15 05:19:35 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 3: Starting check test 2020/05/15 05:19:35 DEBUG : potato2: Starting multipart upload 2020/05/15 05:19:36 DEBUG : potato2: Uploading segment 0/60 size 60 2020/05/15 05:19:36 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 4: Starting check test 2020/05/15 05:19:37 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 5: Starting check test 2020/05/15 05:19:37 DEBUG : remotepotato: Starting multipart upload 2020/05/15 05:19:37 DEBUG : remotepotato: Uploading segment 0/60 size 60 2020/05/15 05:19:38 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 6: Starting check test 2020/05/15 05:19:38 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 7: Starting check test --- PASS: TestCheck (10.54s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCheckFsError 2020/05/15 05:19:42 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2020/05/15 05:19:42 ERROR : : error reading source directory: directory not found 2020/05/15 05:19:42 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: 1 differences found --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload 2020/05/15 05:19:42 DEBUG : rutabaga: Starting multipart upload 2020/05/15 05:19:42 DEBUG : rutabaga: Uploading segment 0/8 size 8 2020/05/15 05:19:43 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 1: Starting check test 2020/05/15 05:19:44 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 2: Starting check test 2020/05/15 05:19:45 DEBUG : empty space: Starting multipart upload 2020/05/15 05:19:45 DEBUG : empty space: Uploading segment 0/1 size 1 2020/05/15 05:19:46 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 3: Starting check test 2020/05/15 05:19:46 DEBUG : potato2: Starting multipart upload 2020/05/15 05:19:47 DEBUG : potato2: Uploading segment 0/60 size 60 2020/05/15 05:19:47 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 4: Starting check test 2020/05/15 05:19:49 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 5: Starting check test 2020/05/15 05:19:51 DEBUG : remotepotato: Starting multipart upload 2020/05/15 05:19:52 DEBUG : remotepotato: Uploading segment 0/60 size 60 2020/05/15 05:19:53 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 6: Starting check test 2020/05/15 05:19:54 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 7: Starting check test --- PASS: TestCheckDownload (17.33s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCheckSizeOnly 2020/05/15 05:19:59 DEBUG : rutabaga: Starting multipart upload 2020/05/15 05:19:59 DEBUG : rutabaga: Uploading segment 0/8 size 8 2020/05/15 05:20:00 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 1: Starting check test 2020/05/15 05:20:00 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 2: Starting check test 2020/05/15 05:20:01 DEBUG : empty space: Starting multipart upload 2020/05/15 05:20:01 DEBUG : empty space: Uploading segment 0/1 size 1 2020/05/15 05:20:02 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 3: Starting check test 2020/05/15 05:20:02 DEBUG : potato2: Starting multipart upload 2020/05/15 05:20:03 DEBUG : potato2: Uploading segment 0/60 size 60 2020/05/15 05:20:03 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 4: Starting check test 2020/05/15 05:20:03 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 5: Starting check test 2020/05/15 05:20:04 DEBUG : remotepotato: Starting multipart upload 2020/05/15 05:20:05 DEBUG : remotepotato: Uploading segment 0/60 size 60 2020/05/15 05:20:05 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 6: Starting check test 2020/05/15 05:20:05 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': 7: Starting check test --- PASS: TestCheckSizeOnly (9.50s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCat 2020/05/15 05:20:08 DEBUG : file1: Starting multipart upload 2020/05/15 05:20:09 DEBUG : file1: Uploading segment 0/10 size 10 2020/05/15 05:20:09 DEBUG : file2: Starting multipart upload 2020/05/15 05:20:10 DEBUG : file2: Uploading segment 0/9 size 9 --- PASS: TestCat (9.47s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestPurge 2020/05/15 05:20:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2020/05/15 05:20:23 DEBUG : A1/B1/C1/one: Starting multipart upload 2020/05/15 05:20:23 DEBUG : A1/B1/C1/one: Uploading segment 0/3 size 3 2020/05/15 05:20:23 DEBUG : A2: Making directory 2020/05/15 05:20:24 DEBUG : A1/B2: Making directory 2020/05/15 05:20:25 DEBUG : A1/B2/C2: Making directory 2020/05/15 05:20:26 DEBUG : A1/B1/C3: Making directory 2020/05/15 05:20:28 DEBUG : A3: Making directory 2020/05/15 05:20:29 DEBUG : A3/B3: Making directory 2020/05/15 05:20:30 DEBUG : A3/B3/C4: Making directory 2020/05/15 05:20:31 DEBUG : A1/two: Starting multipart upload 2020/05/15 05:20:32 DEBUG : A1/two: Uploading segment 0/3 size 3 2020/05/15 05:20:34 DEBUG : Waiting for deletions to finish 2020/05/15 05:20:34 INFO : A1/B1/C1/one: Deleted 2020/05/15 05:20:36 DEBUG : A1/B1/C3: Removing directory 2020/05/15 05:20:36 DEBUG : A1/B1/C1: Removing directory 2020/05/15 05:20:37 DEBUG : A1/B1: Removing directory 2020/05/15 05:20:40 ERROR : : error listing: directory not found 2020/05/15 05:20:40 DEBUG : One drive root 'rclone-test-gixilak2merayaw3yisocuq4': Purge remote 2020/05/15 05:20:40 purge failed: directory not found --- PASS: TestPurge (22.18s) run.go:176: Remote "One drive root 'rclone-test-gixilak2merayaw3yisocuq4'", Local "Local file system at /tmp/rclone031257210", Modify Window "1s" === RUN TestRmdirsNoLeaveRoot 2020/05/15 05:20:42 DEBUG : A1/B1/C1/one: Starting multipart upload 2020/05/15 05:20:42 DEBUG : A1/B1/C1/one: Uploading segment 0/3 size 3 2020/05/15 05:20:43 DEBUG : A2: Making directory 2020/05/15 05:20:43 DEBUG : A1/B2: Making directory 2020/05/15 05:20:44 DEBUG : A1/B2/C2: Making directory 2020/05/15 05:20:45 DEBUG : A1/B1/C3: Making directory 2020/05/15 05:20:45 DEBUG : A3: Making directory 2020/05/15 05:20:46 DEBUG : A3/B3: Making directory 2020/05/15 05:20:47 DEBUG : A3/B3/C4: Making directory 2020/05/15 05:20:48 DEBUG : A1/two: Starting multipart upload 2020/05/15 05:20:48 DEBUG : A1/two: Uploading segment 0/3 size 3 2020/05/15 05:20:50 DEBUG : A3/B3/C4: Removing directory 2020/05/15 05:20:55 DEBUG : A3/B3: Removing directory 2020/05/15 05:20:56 DEBUG : A3: Removing directory 2020/05/15 05:20:57 DEBUG : A2: Removing directory 2020/05/15 05:20:58 DEBUG : A1/B2/C2: Removing directory 2020/05/15 05:20:58 DEBUG : A1/B2: Removing directory 2020/05/15 05:20:59 DEBUG : A1/B1/C3: Removing directory --- PASS: TestRmdirsNoLeaveRoot (26.43s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestRmdirsLeaveRoot 2020/05/15 05:21:06 DEBUG : A1: Making directory 2020/05/15 05:21:08 DEBUG : A1/B1: Making directory 2020/05/15 05:21:09 DEBUG : A1/B1/C1: Making directory 2020/05/15 05:21:12 DEBUG : A1/B1/C1: Removing directory 2020/05/15 05:21:13 DEBUG : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (9.83s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCopyURL 2020/05/15 05:21:17 DEBUG : file1: Starting multipart upload 2020/05/15 05:21:17 DEBUG : file1: Uploading segment 0/14 size 14 2020/05/15 05:21:19 DEBUG : filename.txt: Starting multipart upload 2020/05/15 05:21:19 DEBUG : filename.txt: Uploading segment 0/14 size 14 2020/05/15 05:21:19 DEBUG : file2: Starting multipart upload 2020/05/15 05:21:20 DEBUG : file2: Uploading segment 0/14 size 14 --- PASS: TestCopyURL (6.16s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile 2020/05/15 05:21:23 DEBUG : file1: Need to transfer - File not found at Destination 2020/05/15 05:21:24 DEBUG : sub/file2: Starting multipart upload 2020/05/15 05:21:25 DEBUG : sub/file2: Uploading segment 0/14 size 14 2020/05/15 05:21:25 DEBUG : file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/05/15 05:21:25 INFO : file1: Copied (new) 2020/05/15 05:21:25 INFO : file1: Deleted 2020/05/15 05:21:26 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2020/05/15 05:21:26 DEBUG : file1: Unchanged skipping 2020/05/15 05:21:26 INFO : file1: Deleted 2020/05/15 05:21:27 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (6.95s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCaseInsensitiveMoveFile 2020/05/15 05:21:30 DEBUG : file1: Need to transfer - File not found at Destination 2020/05/15 05:21:31 DEBUG : sub/file2: Starting multipart upload 2020/05/15 05:21:32 DEBUG : sub/file2: Uploading segment 0/14 size 14 2020/05/15 05:21:32 DEBUG : file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/05/15 05:21:32 INFO : file1: Copied (new) 2020/05/15 05:21:32 INFO : file1: Deleted 2020/05/15 05:21:33 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2020/05/15 05:21:33 DEBUG : file1: Unchanged skipping 2020/05/15 05:21:33 INFO : file1: Deleted 2020/05/15 05:21:37 INFO : sub/file2: Moved (server side) 2020/05/15 05:21:37 INFO : sub/File2-rclone-move-mihefoj6: Moved (server side) --- PASS: TestCaseInsensitiveMoveFile (10.91s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestMoveFileBackupDir 2020/05/15 05:21:41 DEBUG : dst/file1: Starting multipart upload 2020/05/15 05:21:42 DEBUG : dst/file1: Uploading segment 0/18 size 18 2020/05/15 05:21:45 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2020/05/15 05:21:47 INFO : dst/file1: Moved (server side) 2020/05/15 05:21:47 DEBUG : dst/file1: Starting multipart upload 2020/05/15 05:21:48 DEBUG : dst/file1: Uploading segment 0/14 size 14 2020/05/15 05:21:48 DEBUG : dst/file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/05/15 05:21:48 INFO : dst/file1: Copied (new) 2020/05/15 05:21:48 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (13.15s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCopyFile 2020/05/15 05:21:54 DEBUG : file1: Need to transfer - File not found at Destination 2020/05/15 05:21:54 DEBUG : sub/file2: Starting multipart upload 2020/05/15 05:21:55 DEBUG : sub/file2: Uploading segment 0/14 size 14 2020/05/15 05:21:55 DEBUG : file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/05/15 05:21:55 INFO : file1: Copied (new) 2020/05/15 05:21:56 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2020/05/15 05:21:56 DEBUG : file1: Unchanged skipping 2020/05/15 05:21:56 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (5.44s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCopyFileBackupDir 2020/05/15 05:22:00 DEBUG : dst/file1: Starting multipart upload 2020/05/15 05:22:00 DEBUG : dst/file1: Uploading segment 0/18 size 18 2020/05/15 05:22:03 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2020/05/15 05:22:06 INFO : dst/file1: Moved (server side) 2020/05/15 05:22:06 DEBUG : dst/file1: Starting multipart upload 2020/05/15 05:22:06 DEBUG : dst/file1: Uploading segment 0/14 size 14 2020/05/15 05:22:06 DEBUG : dst/file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/05/15 05:22:06 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (12.41s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCopyFileCompareDest 2020/05/15 05:22:15 DEBUG : one: Need to transfer - File not found at Destination 2020/05/15 05:22:16 DEBUG : one: Starting multipart upload 2020/05/15 05:22:16 DEBUG : one: Uploading segment 0/3 size 3 2020/05/15 05:22:16 DEBUG : one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2020/05/15 05:22:16 INFO : one: Copied (new) 2020/05/15 05:22:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/05/15 05:22:19 DEBUG : one: Starting multipart upload 2020/05/15 05:22:20 DEBUG : one: Uploading segment 0/5 size 5 2020/05/15 05:22:20 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2020/05/15 05:22:20 INFO : one: Copied (replaced existing) 2020/05/15 05:22:21 DEBUG : dst/one: Starting multipart upload 2020/05/15 05:22:22 DEBUG : dst/one: Uploading segment 0/3 size 3 2020/05/15 05:22:23 DEBUG : CompareDest/one: Starting multipart upload 2020/05/15 05:22:23 DEBUG : CompareDest/one: Uploading segment 0/5 size 5 2020/05/15 05:22:25 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/05/15 05:22:25 DEBUG : one: Destination found in --compare-dest, skipping 2020/05/15 05:22:26 DEBUG : CompareDest/two: Starting multipart upload 2020/05/15 05:22:26 DEBUG : CompareDest/two: Uploading segment 0/3 size 3 2020/05/15 05:22:28 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/05/15 05:22:28 DEBUG : two: Destination found in --compare-dest, skipping 2020/05/15 05:22:30 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/05/15 05:22:30 DEBUG : two: Destination found in --compare-dest, skipping 2020/05/15 05:22:32 DEBUG : two: Sizes differ (src 5 vs dst 3) 2020/05/15 05:22:32 DEBUG : two: Need to transfer - File not found at Destination 2020/05/15 05:22:32 DEBUG : two: Starting multipart upload 2020/05/15 05:22:32 DEBUG : two: Uploading segment 0/5 size 5 2020/05/15 05:22:33 DEBUG : two: SHA-1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2020/05/15 05:22:33 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (26.27s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCopyFileCopyDest 2020/05/15 05:22:43 DEBUG : one: Need to transfer - File not found at Destination 2020/05/15 05:22:43 DEBUG : one: Starting multipart upload 2020/05/15 05:22:44 DEBUG : one: Uploading segment 0/3 size 3 2020/05/15 05:22:44 DEBUG : one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2020/05/15 05:22:44 INFO : one: Copied (new) 2020/05/15 05:22:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/05/15 05:22:46 DEBUG : one: Starting multipart upload 2020/05/15 05:22:46 DEBUG : one: Uploading segment 0/5 size 5 2020/05/15 05:22:46 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2020/05/15 05:22:46 INFO : one: Copied (replaced existing) 2020/05/15 05:22:47 DEBUG : dst/one: Starting multipart upload 2020/05/15 05:22:47 DEBUG : dst/one: Uploading segment 0/3 size 3 2020/05/15 05:22:49 DEBUG : CopyDest/one: Starting multipart upload 2020/05/15 05:22:49 DEBUG : CopyDest/one: Uploading segment 0/5 size 5 2020/05/15 05:22:52 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/05/15 05:22:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/05/15 05:22:55 INFO : one: Moved (server side) 2020/05/15 05:22:56 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2020/05/15 05:22:56 INFO : one: Copied (server side copy) 2020/05/15 05:22:56 DEBUG : one: Destination found in --copy-dest, using server side copy 2020/05/15 05:22:57 DEBUG : CopyDest/two: Starting multipart upload 2020/05/15 05:22:58 DEBUG : CopyDest/two: Uploading segment 0/3 size 3 2020/05/15 05:22:59 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/05/15 05:23:01 DEBUG : two: SHA-1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2020/05/15 05:23:01 INFO : two: Copied (server side copy) 2020/05/15 05:23:01 DEBUG : two: Destination found in --copy-dest, using server side copy 2020/05/15 05:23:02 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/05/15 05:23:02 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/05/15 05:23:02 DEBUG : two: Unchanged skipping 2020/05/15 05:23:03 DEBUG : CopyDest/three: Starting multipart upload 2020/05/15 05:23:04 DEBUG : CopyDest/three: Uploading segment 0/5 size 5 2020/05/15 05:23:06 DEBUG : three: Sizes differ (src 7 vs dst 5) 2020/05/15 05:23:06 DEBUG : three: Destination not found in --copy-dest 2020/05/15 05:23:06 DEBUG : three: Need to transfer - File not found at Destination 2020/05/15 05:23:06 DEBUG : three: Starting multipart upload 2020/05/15 05:23:06 DEBUG : three: Uploading segment 0/7 size 7 2020/05/15 05:23:06 DEBUG : three: SHA-1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2020/05/15 05:23:06 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (33.65s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlapping --- PASS: TestOverlapping (0.00s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove 2020/05/15 05:23:12 DEBUG : A1/one: Starting multipart upload 2020/05/15 05:23:12 DEBUG : A1/one: Uploading segment 0/3 size 3 2020/05/15 05:23:12 DEBUG : A1/two: Starting multipart upload 2020/05/15 05:23:13 DEBUG : A1/two: Uploading segment 0/3 size 3 2020/05/15 05:23:13 DEBUG : A1/B1/three: Starting multipart upload 2020/05/15 05:23:14 DEBUG : A1/B1/three: Uploading segment 0/5 size 5 2020/05/15 05:23:15 DEBUG : A1/B1/C1/four: Starting multipart upload 2020/05/15 05:23:15 DEBUG : A1/B1/C1/four: Uploading segment 0/4 size 4 2020/05/15 05:23:16 DEBUG : A1/B1/C2/five: Starting multipart upload 2020/05/15 05:23:16 DEBUG : A1/B1/C2/five: Uploading segment 0/4 size 4 2020/05/15 05:23:16 DEBUG : A1/B2: Making directory 2020/05/15 05:23:17 DEBUG : A1/B1/C3: Making directory 2020/05/15 05:23:29 INFO : A2/one: Moved (server side) 2020/05/15 05:23:29 INFO : A2/B1/C1/four: Moved (server side) 2020/05/15 05:23:29 INFO : A2/two: Moved (server side) 2020/05/15 05:23:29 INFO : A2/B1/C2/five: Moved (server side) 2020/05/15 05:23:30 INFO : A2/B1/three: Moved (server side) --- PASS: TestDirMove (31.19s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestGetFsInfo --- PASS: TestGetFsInfo (0.46s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false 2020/05/15 05:23:43 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': File to upload is small (34 bytes), uploading instead of streaming 2020/05/15 05:23:43 DEBUG : no_checksum_small_file_from_pipe: Starting multipart upload 2020/05/15 05:23:43 DEBUG : no_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2020/05/15 05:23:44 DEBUG : no_checksum_small_file_from_pipe: SHA-1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2020/05/15 05:23:44 INFO : no_checksum_small_file_from_pipe: Copied (new) 2020/05/15 05:23:44 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2020/05/15 05:23:44 DEBUG : no_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1s) 2020/05/15 05:23:44 DEBUG : no_checksum_big_file_from_pipe: Starting multipart upload 2020/05/15 05:23:44 DEBUG : no_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2020/05/15 05:23:44 DEBUG : no_checksum_big_file_from_pipe: SHA-1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2020/05/15 05:23:44 INFO : no_checksum_big_file_from_pipe: Copied (new) === RUN TestRcat/withChecksum=true,ignoreChecksum=false 2020/05/15 05:23:46 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': File to upload is small (34 bytes), uploading instead of streaming 2020/05/15 05:23:46 DEBUG : with_checksum_small_file_from_pipe: Starting multipart upload 2020/05/15 05:23:46 DEBUG : with_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2020/05/15 05:23:46 DEBUG : with_checksum_small_file_from_pipe: SHA-1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2020/05/15 05:23:46 INFO : with_checksum_small_file_from_pipe: Copied (new) 2020/05/15 05:23:46 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2020/05/15 05:23:46 DEBUG : with_checksum_big_file_from_pipe: SHA-1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2020/05/15 05:23:46 DEBUG : with_checksum_big_file_from_pipe: Size and SHA-1 of src and dst objects identical 2020/05/15 05:23:46 DEBUG : with_checksum_big_file_from_pipe: Starting multipart upload 2020/05/15 05:23:46 DEBUG : with_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2020/05/15 05:23:47 DEBUG : with_checksum_big_file_from_pipe: SHA-1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2020/05/15 05:23:47 INFO : with_checksum_big_file_from_pipe: Copied (new) === RUN TestRcat/withChecksum=false,ignoreChecksum=true 2020/05/15 05:23:48 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': File to upload is small (34 bytes), uploading instead of streaming 2020/05/15 05:23:48 DEBUG : ignore_checksum_small_file_from_pipe: Starting multipart upload 2020/05/15 05:23:48 DEBUG : ignore_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2020/05/15 05:23:49 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2020/05/15 05:23:49 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2020/05/15 05:23:49 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1s) 2020/05/15 05:23:49 DEBUG : ignore_checksum_big_file_from_pipe: Starting multipart upload 2020/05/15 05:23:49 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2020/05/15 05:23:49 INFO : ignore_checksum_big_file_from_pipe: Copied (new) === RUN TestRcat/withChecksum=true,ignoreChecksum=true 2020/05/15 05:23:51 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': File to upload is small (34 bytes), uploading instead of streaming 2020/05/15 05:23:51 DEBUG : ignore_checksum_small_file_from_pipe: Starting multipart upload 2020/05/15 05:23:51 DEBUG : ignore_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2020/05/15 05:23:51 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2020/05/15 05:23:51 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2020/05/15 05:23:51 NOTICE: Local file system at /tmp/rclone-spool402225328: --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2020/05/15 05:23:51 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2020/05/15 05:23:51 DEBUG : ignore_checksum_big_file_from_pipe: Starting multipart upload 2020/05/15 05:23:52 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2020/05/15 05:23:52 INFO : ignore_checksum_big_file_from_pipe: Copied (new) --- PASS: TestRcat (10.83s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (2.49s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (2.49s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (2.48s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (3.36s) === RUN TestRcatSize 2020/05/15 05:23:54 DEBUG : potato1: Starting multipart upload 2020/05/15 05:23:54 DEBUG : potato1: Uploading segment 0/60 size 60 2020/05/15 05:23:54 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': File to upload is small (60 bytes), uploading instead of streaming 2020/05/15 05:23:54 DEBUG : potato2: Starting multipart upload 2020/05/15 05:23:55 DEBUG : potato2: Uploading segment 0/60 size 60 2020/05/15 05:23:55 DEBUG : potato2: SHA-1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2020/05/15 05:23:55 INFO : potato2: Copied (new) --- PASS: TestRcatSize (2.36s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestCopyFileMaxTransfer 2020/05/15 05:23:56 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2020/05/15 05:23:57 DEBUG : TestCopyFileMaxTransfer/file1: Starting multipart upload 2020/05/15 05:23:57 DEBUG : TestCopyFileMaxTransfer/file1: Uploading segment 0/14 size 14 2020/05/15 05:23:57 DEBUG : TestCopyFileMaxTransfer/file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/05/15 05:23:57 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2020/05/15 05:23:58 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2020/05/15 05:23:58 DEBUG : TestCopyFileMaxTransfer/file2: Starting multipart upload 2020/05/15 05:23:59 DEBUG : TestCopyFileMaxTransfer/file2: Uploading segment 0/2062 size 2062 2020/05/15 05:23:59 DEBUG : TestCopyFileMaxTransfer/file2: Error encountered during upload: Put https://api.onedrive.com/rup/71a96798e7b1d253/eyJSZXNvdXJjZUlEIjoiNzFBOTY3OThFN0IxRDI1MyEzODI4NjYiLCJSZWxhdGlvbnNoaXBOYW1lIjoiZmlsZTIifQ/4ml4TJYUKsuU3roqthuLT4AsX77qmgBGJ_UBvYWeT6k54wG6eaxSAG0H3XwEbWGt7Vrd8y2U3q8wgHqaxUaC0kJbCvSOgrWo4rWAyeOGtw82o/eyJuYW1lIjoiZmlsZTIiLCJmaWxlU3lzdGVtSW5mbyI6eyJDcmVhdGVkRGF0ZVRpbWUiOiIyMDExLTEyLTI1VDEyOjU5OjU5KzAwOjAwIiwiTGFzdE1vZGlmaWVkRGF0ZVRpbWUiOiIyMDExLTEyLTI1VDEyOjU5OjU5KzAwOjAwIn0sIkBuYW1lLmNvbmZsaWN0QmVoYXZpb3IiOiJyZXBsYWNlIn0/4wGMohIJBiyBmnX0V0oca7D2B1XR2Yrn_KdonFuihS9Oe5mtIyT9O7_qOpob65yY6DyDehuaDM217BK4AXqSeOx7KYO9jpUGdgzXVg0DRqP--fvURKS5omztYmwV7_aaRCjpr4amBWFlndQdd3gPEyKTi0-wqOs6tPmNN7NvAbPY_j9bmLrZZhMW2r2gvUNnnGdfWpXEyRGuzrS2rD1y43hWr3KcKbRzOUMKGaKPj6eyQt7PwCUmq0akGoM7jNaQSwsceEKVthp53WXrVEwEMbDGrKLjtFA2-aAaa4H2KyjaX6UsxuaKgXsd7E0pn2_YwzXgPNIYTDu7TGQ-Y-yQm1EqUQIwS8oLzeFh0xdy1sFtpQtZyt66vmjpqK5Rm_I7JHpYF3lShRrbtSE9kOy2AOmcgNAPpO9mJBq_HMBvu59XE_UYsNa_ru5tBZa8Ln-8qHZCVaJWYwGwID8GWQ6SgpyR-gpOu_KPFzQI31AoJmXdXsLhH-EVn1g8fM2X3MVvwu3rhlQ7hbptf1u4MBdJIF1mhg0DzjXOx5GvyIRWjbrdWOdpQzBikcUkH7_i_ljxYAMaXV2S-BCRLebOE_ISKS_gErcfJ6buJjtUlaEzYn5lSQe5M53DZp4zj06xmvn5o5: Max transfer limit reached as set by --max-transfer 2020/05/15 05:23:59 DEBUG : TestCopyFileMaxTransfer/file2: Cancelling multipart upload 2020/05/15 05:23:59 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put https://api.onedrive.com/rup/71a96798e7b1d253/eyJSZXNvdXJjZUlEIjoiNzFBOTY3OThFN0IxRDI1MyEzODI4NjYiLCJSZWxhdGlvbnNoaXBOYW1lIjoiZmlsZTIifQ/4ml4TJYUKsuU3roqthuLT4AsX77qmgBGJ_UBvYWeT6k54wG6eaxSAG0H3XwEbWGt7Vrd8y2U3q8wgHqaxUaC0kJbCvSOgrWo4rWAyeOGtw82o/eyJuYW1lIjoiZmlsZTIiLCJmaWxlU3lzdGVtSW5mbyI6eyJDcmVhdGVkRGF0ZVRpbWUiOiIyMDExLTEyLTI1VDEyOjU5OjU5KzAwOjAwIiwiTGFzdE1vZGlmaWVkRGF0ZVRpbWUiOiIyMDExLTEyLTI1VDEyOjU5OjU5KzAwOjAwIn0sIkBuYW1lLmNvbmZsaWN0QmVoYXZpb3IiOiJyZXBsYWNlIn0/4wGMohIJBiyBmnX0V0oca7D2B1XR2Yrn_KdonFuihS9Oe5mtIyT9O7_qOpob65yY6DyDehuaDM217BK4AXqSeOx7KYO9jpUGdgzXVg0DRqP--fvURKS5omztYmwV7_aaRCjpr4amBWFlndQdd3gPEyKTi0-wqOs6tPmNN7NvAbPY_j9bmLrZZhMW2r2gvUNnnGdfWpXEyRGuzrS2rD1y43hWr3KcKbRzOUMKGaKPj6eyQt7PwCUmq0akGoM7jNaQSwsceEKVthp53WXrVEwEMbDGrKLjtFA2-aAaa4H2KyjaX6UsxuaKgXsd7E0pn2_YwzXgPNIYTDu7TGQ-Y-yQm1EqUQIwS8oLzeFh0xdy1sFtpQtZyt66vmjpqK5Rm_I7JHpYF3lShRrbtSE9kOy2AOmcgNAPpO9mJBq_HMBvu59XE_UYsNa_ru5tBZa8Ln-8qHZCVaJWYwGwID8GWQ6SgpyR-gpOu_KPFzQI31AoJmXdXsLhH-EVn1g8fM2X3MVvwu3rhlQ7hbptf1u4MBdJIF1mhg0DzjXOx5GvyIRWjbrdWOdpQzBikcUkH7_i_ljxYAMaXV2S-BCRLebOE_ISKS_gErcfJ6buJjtUlaEzYn5lSQe5M53DZp4zj06xmvn5o5: Max transfer limit reached as set by --max-transfer 2020/05/15 05:24:00 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2020/05/15 05:24:00 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2020/05/15 05:24:00 DEBUG : TestCopyFileMaxTransfer/file4: Starting multipart upload 2020/05/15 05:24:01 DEBUG : TestCopyFileMaxTransfer/file4: Uploading segment 0/2062 size 2062 2020/05/15 05:24:01 DEBUG : TestCopyFileMaxTransfer/file4: SHA-1 = 292e16ea492e4da71ac8d3a64b4e5ae8a5799ad0 OK 2020/05/15 05:24:01 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (6.98s) run.go:176: Remote "One drive root 'rclone-test-conubaf1huqures5wotaqor2'", Local "Local file system at /tmp/rclone389533192", Modify Window "1s" === RUN TestRcAbout --- SKIP: TestRcAbout (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcCleanup --- SKIP: TestRcCleanup (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcCopyfile --- SKIP: TestRcCopyfile (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcCopyurl --- SKIP: TestRcCopyurl (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcDelete --- SKIP: TestRcDelete (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcDeletefile --- SKIP: TestRcDeletefile (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcList --- SKIP: TestRcList (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcMkdir --- SKIP: TestRcMkdir (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcMovefile --- SKIP: TestRcMovefile (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcPurge --- SKIP: TestRcPurge (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcRmdir --- SKIP: TestRcRmdir (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcRmdirs --- SKIP: TestRcRmdirs (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcSize --- SKIP: TestRcSize (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcPublicLink --- SKIP: TestRcPublicLink (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcFsInfo --- SKIP: TestRcFsInfo (0.00s) rc_test.go:21: Skipping test on non local remote === RUN TestRcCommand --- SKIP: TestRcCommand (0.00s) rc_test.go:21: Skipping test on non local remote PASS 2020/05/15 05:24:03 DEBUG : One drive root 'rclone-test-conubaf1huqures5wotaqor2': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOneDrive: -verbose" - Finished OK in 5m35.590789055s (try 1/5)