"./operations.test -test.v -test.timeout 30m0s -remote TestOneDrive: -verbose" - Starting (try 1/5) 2020/04/15 06:07:34 DEBUG : TestOneDrive: Loaded invalid token from config file - ignoring 2020/04/15 06:07:35 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/04/15 06:07:36 DEBUG : file1: Starting multipart upload 2020/04/15 06:07:37 DEBUG : file1: Uploading segment 0/131071 size 131071 2020/04/15 06:07:37 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2020/04/15 06:07:37 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k starting 2020/04/15 06:07:37 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2020/04/15 06:07:38 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2020/04/15 06:07:38 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131071) size 63.999k finished 2020/04/15 06:07:38 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131072_streams:2} 2020/04/15 06:07:38 DEBUG : file1: Starting multipart upload 2020/04/15 06:07:39 DEBUG : file1: Uploading segment 0/131072 size 131072 2020/04/15 06:07:40 DEBUG : file1: Starting multi-thread copy with 2 parts of size 64k 2020/04/15 06:07:40 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k starting 2020/04/15 06:07:40 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k starting 2020/04/15 06:07:40 DEBUG : file1: multi-thread copy: stream 1/2 (0-65536) size 64k finished 2020/04/15 06:07:40 DEBUG : file1: multi-thread copy: stream 2/2 (65536-131072) size 64k finished 2020/04/15 06:07:40 DEBUG : file1: Finished multi-thread copy with 2 parts of size 64k === RUN TestMultithreadCopy/{size:131073_streams:2} 2020/04/15 06:07:40 DEBUG : file1: Starting multipart upload 2020/04/15 06:07:40 DEBUG : file1: Uploading segment 0/131073 size 131073 2020/04/15 06:07:41 DEBUG : file1: Starting multi-thread copy with 2 parts of size 128k 2020/04/15 06:07:41 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 starting 2020/04/15 06:07:41 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k starting 2020/04/15 06:07:41 DEBUG : file1: multi-thread copy: stream 1/2 (0-131072) size 128k finished 2020/04/15 06:07:41 DEBUG : file1: multi-thread copy: stream 2/2 (131072-131073) size 1 finished 2020/04/15 06:07:41 DEBUG : file1: Finished multi-thread copy with 2 parts of size 128k --- PASS: TestMultithreadCopy (8.41s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" --- PASS: TestMultithreadCopy/{size:131071_streams:2} (2.52s) --- PASS: TestMultithreadCopy/{size:131072_streams:2} (2.04s) --- PASS: TestMultithreadCopy/{size:131073_streams:2} (1.54s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Seek === RUN TestReOpen/Seek/Basics === RUN TestReOpen/Seek/ErrorAtStart === RUN TestReOpen/Seek/WithErrors 2020/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2020/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2020/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Seek/TooManyErrors 2020/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2020/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2020/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2020/04/15 06:07:44 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/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/10: test error 2020/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/10: test error 2020/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/10: test error === RUN TestReOpen/Range/TooManyErrors 2020/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 2 bytes: retry 1/3: test error 2020/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 3 bytes: retry 2/3: test error 2020/04/15 06:07:44 DEBUG : potato: Reopening on read failure after 6 bytes: retry 3/3: test error 2020/04/15 06:07:44 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.84s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateSkip --- SKIP: TestDeduplicateSkip (0.53s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateFirst --- SKIP: TestDeduplicateFirst (1.25s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateNewest --- SKIP: TestDeduplicateNewest (0.75s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateOldest --- SKIP: TestDeduplicateOldest (0.53s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateLargest --- SKIP: TestDeduplicateLargest (0.52s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateSmallest --- SKIP: TestDeduplicateSmallest (0.56s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestDeduplicateRename --- SKIP: TestDeduplicateRename (0.52s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" dedupe_test.go:23: Can't test deduplicate - no duplicate files possible === RUN TestMergeDirs --- SKIP: TestMergeDirs (0.53s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" dedupe_test.go:217: Can't merge directories === RUN TestListDirSorted 2020/04/15 06:07:50 DEBUG : a.txt: Starting multipart upload 2020/04/15 06:07:51 DEBUG : a.txt: Uploading segment 0/11 size 11 2020/04/15 06:07:51 DEBUG : zend.txt: Starting multipart upload 2020/04/15 06:07:52 DEBUG : zend.txt: Uploading segment 0/5 size 5 2020/04/15 06:07:53 DEBUG : sub dir/hello world: Starting multipart upload 2020/04/15 06:07:53 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2020/04/15 06:07:53 DEBUG : sub dir/hello world2: Starting multipart upload 2020/04/15 06:07:54 DEBUG : sub dir/hello world2: Uploading segment 0/11 size 11 2020/04/15 06:07:55 DEBUG : sub dir/ignore dir/.ignore: Starting multipart upload 2020/04/15 06:07:55 DEBUG : sub dir/ignore dir/.ignore: Uploading segment 0/1 size 1 2020/04/15 06:07:55 DEBUG : sub dir/ignore dir/should be ignored: Starting multipart upload 2020/04/15 06:07:56 DEBUG : sub dir/ignore dir/should be ignored: Uploading segment 0/9 size 9 2020/04/15 06:07:57 DEBUG : sub dir/sub sub dir/hello world3: Starting multipart upload 2020/04/15 06:07:57 DEBUG : sub dir/sub sub dir/hello world3: Uploading segment 0/11 size 11 2020/04/15 06:07:59 DEBUG : a.txt: Excluded 2020/04/15 06:07:59 DEBUG : sub dir/hello world: Excluded 2020/04/15 06:07:59 DEBUG : sub dir/hello world2: Excluded 2020/04/15 06:08:00 DEBUG : sub dir/ignore dir: Excluded 2020/04/15 06:08:00 DEBUG : sub dir/hello world: Excluded 2020/04/15 06:08:00 DEBUG : sub dir/hello world2: Excluded 2020/04/15 06:08:00 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (17.37s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestMkdir 2020/04/15 06:08:07 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': Making directory 2020/04/15 06:08:08 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': Making directory --- PASS: TestMkdir (2.67s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestLsd 2020/04/15 06:08:10 DEBUG : sub dir/hello world: Starting multipart upload 2020/04/15 06:08:11 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 --- PASS: TestLsd (4.24s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestLs 2020/04/15 06:08:14 DEBUG : potato2: Starting multipart upload 2020/04/15 06:08:14 DEBUG : potato2: Uploading segment 0/60 size 60 2020/04/15 06:08:15 DEBUG : empty space: Starting multipart upload 2020/04/15 06:08:15 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestLs (3.94s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestLsWithFilesFrom 2020/04/15 06:08:18 DEBUG : potato2: Starting multipart upload 2020/04/15 06:08:18 DEBUG : potato2: Uploading segment 0/60 size 60 2020/04/15 06:08:19 DEBUG : empty space: Starting multipart upload 2020/04/15 06:08:19 DEBUG : empty space: Uploading segment 0/1 size 1 2020/04/15 06:08:20 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (3.88s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestLsLong 2020/04/15 06:08:22 DEBUG : potato2: Starting multipart upload 2020/04/15 06:08:22 DEBUG : potato2: Uploading segment 0/60 size 60 2020/04/15 06:08:23 DEBUG : empty space: Starting multipart upload 2020/04/15 06:08:23 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestLsLong (2.79s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestHashSums 2020/04/15 06:08:25 DEBUG : potato2: Starting multipart upload 2020/04/15 06:08:25 DEBUG : potato2: Uploading segment 0/60 size 60 2020/04/15 06:08:25 DEBUG : empty space: Starting multipart upload 2020/04/15 06:08:25 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestHashSums (3.55s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount 2020/04/15 06:08:28 DEBUG : potato2: Starting multipart upload 2020/04/15 06:08:29 DEBUG : potato2: Uploading segment 0/60 size 60 2020/04/15 06:08:29 DEBUG : empty space: Starting multipart upload 2020/04/15 06:08:29 DEBUG : empty space: Uploading segment 0/1 size 1 2020/04/15 06:08:30 DEBUG : sub dir/potato3: Starting multipart upload 2020/04/15 06:08:30 DEBUG : sub dir/potato3: Uploading segment 0/5 size 5 --- PASS: TestCount (5.98s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestDelete 2020/04/15 06:08:34 DEBUG : small: Starting multipart upload 2020/04/15 06:08:34 DEBUG : small: Uploading segment 0/10 size 10 2020/04/15 06:08:35 DEBUG : medium: Starting multipart upload 2020/04/15 06:08:35 DEBUG : medium: Uploading segment 0/60 size 60 2020/04/15 06:08:35 DEBUG : large: Starting multipart upload 2020/04/15 06:08:36 DEBUG : large: Uploading segment 0/100 size 100 2020/04/15 06:08:36 DEBUG : Waiting for deletions to finish 2020/04/15 06:08:36 DEBUG : large: Excluded 2020/04/15 06:08:37 INFO : medium: Deleted 2020/04/15 06:08:37 INFO : small: Deleted --- PASS: TestDelete (4.23s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCheck 2020/04/15 06:08:38 DEBUG : rutabaga: Starting multipart upload 2020/04/15 06:08:39 DEBUG : rutabaga: Uploading segment 0/8 size 8 2020/04/15 06:08:39 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 1: Starting check test 2020/04/15 06:08:39 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 2: Starting check test 2020/04/15 06:08:40 DEBUG : empty space: Starting multipart upload 2020/04/15 06:08:40 DEBUG : empty space: Uploading segment 0/1 size 1 2020/04/15 06:08:41 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 3: Starting check test 2020/04/15 06:08:41 DEBUG : potato2: Starting multipart upload 2020/04/15 06:08:41 DEBUG : potato2: Uploading segment 0/60 size 60 2020/04/15 06:08:43 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 4: Starting check test 2020/04/15 06:08:43 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 5: Starting check test 2020/04/15 06:08:44 DEBUG : remotepotato: Starting multipart upload 2020/04/15 06:08:44 DEBUG : remotepotato: Uploading segment 0/60 size 60 2020/04/15 06:08:45 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 6: Starting check test 2020/04/15 06:08:45 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 7: Starting check test --- PASS: TestCheck (8.12s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCheckFsError 2020/04/15 06:08:47 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/non-existent: Waiting for checks to finish 2020/04/15 06:08:47 ERROR : : error reading source directory: directory not found 2020/04/15 06:08:47 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/04/15 06:08:47 DEBUG : rutabaga: Starting multipart upload 2020/04/15 06:08:47 DEBUG : rutabaga: Uploading segment 0/8 size 8 2020/04/15 06:08:47 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 1: Starting check test 2020/04/15 06:08:48 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 2: Starting check test 2020/04/15 06:08:48 DEBUG : empty space: Starting multipart upload 2020/04/15 06:08:49 DEBUG : empty space: Uploading segment 0/1 size 1 2020/04/15 06:08:50 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 3: Starting check test 2020/04/15 06:08:50 DEBUG : potato2: Starting multipart upload 2020/04/15 06:08:50 DEBUG : potato2: Uploading segment 0/60 size 60 2020/04/15 06:08:51 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 4: Starting check test 2020/04/15 06:08:52 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 5: Starting check test 2020/04/15 06:08:54 DEBUG : remotepotato: Starting multipart upload 2020/04/15 06:08:54 DEBUG : remotepotato: Uploading segment 0/60 size 60 2020/04/15 06:08:54 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 6: Starting check test 2020/04/15 06:08:56 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 7: Starting check test --- PASS: TestCheckDownload (11.59s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCheckSizeOnly 2020/04/15 06:08:58 DEBUG : rutabaga: Starting multipart upload 2020/04/15 06:08:58 DEBUG : rutabaga: Uploading segment 0/8 size 8 2020/04/15 06:08:59 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 1: Starting check test 2020/04/15 06:08:59 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 2: Starting check test 2020/04/15 06:08:59 DEBUG : empty space: Starting multipart upload 2020/04/15 06:09:00 DEBUG : empty space: Uploading segment 0/1 size 1 2020/04/15 06:09:00 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 3: Starting check test 2020/04/15 06:09:01 DEBUG : potato2: Starting multipart upload 2020/04/15 06:09:01 DEBUG : potato2: Uploading segment 0/60 size 60 2020/04/15 06:09:01 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 4: Starting check test 2020/04/15 06:09:02 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 5: Starting check test 2020/04/15 06:09:02 DEBUG : remotepotato: Starting multipart upload 2020/04/15 06:09:02 DEBUG : remotepotato: Uploading segment 0/60 size 60 2020/04/15 06:09:03 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 6: Starting check test 2020/04/15 06:09:03 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': 7: Starting check test --- PASS: TestCheckSizeOnly (6.83s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCat 2020/04/15 06:09:05 DEBUG : file1: Starting multipart upload 2020/04/15 06:09:05 DEBUG : file1: Uploading segment 0/10 size 10 2020/04/15 06:09:06 DEBUG : file2: Starting multipart upload 2020/04/15 06:09:06 DEBUG : file2: Uploading segment 0/9 size 9 --- PASS: TestCat (7.05s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestPurge 2020/04/15 06:09:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2020/04/15 06:09:16 DEBUG : A1/B1/C1/one: Starting multipart upload 2020/04/15 06:09:16 DEBUG : A1/B1/C1/one: Uploading segment 0/3 size 3 2020/04/15 06:09:16 DEBUG : A2: Making directory 2020/04/15 06:09:17 DEBUG : A1/B2: Making directory 2020/04/15 06:09:18 DEBUG : A1/B2/C2: Making directory 2020/04/15 06:09:18 DEBUG : A1/B1/C3: Making directory 2020/04/15 06:09:19 DEBUG : A3: Making directory 2020/04/15 06:09:20 DEBUG : A3/B3: Making directory 2020/04/15 06:09:20 DEBUG : A3/B3/C4: Making directory 2020/04/15 06:09:21 DEBUG : A1/two: Starting multipart upload 2020/04/15 06:09:21 DEBUG : A1/two: Uploading segment 0/3 size 3 2020/04/15 06:09:23 DEBUG : Waiting for deletions to finish 2020/04/15 06:09:24 INFO : A1/B1/C1/one: Deleted 2020/04/15 06:09:25 DEBUG : A1/B1/C3: Removing directory 2020/04/15 06:09:26 DEBUG : A1/B1/C1: Removing directory 2020/04/15 06:09:26 DEBUG : A1/B1: Removing directory 2020/04/15 06:09:31 ERROR : : error listing: directory not found 2020/04/15 06:09:31 DEBUG : One drive root 'rclone-test-cizefem5zugijeq1dezewer5': Purge remote 2020/04/15 06:09:31 purge failed: directory not found --- PASS: TestPurge (18.99s) run.go:176: Remote "One drive root 'rclone-test-cizefem5zugijeq1dezewer5'", Local "Local file system at /tmp/rclone264002398", Modify Window "1s" === RUN TestRmdirsNoLeaveRoot 2020/04/15 06:09:33 DEBUG : A1/B1/C1/one: Starting multipart upload 2020/04/15 06:09:34 DEBUG : A1/B1/C1/one: Uploading segment 0/3 size 3 2020/04/15 06:09:34 DEBUG : A2: Making directory 2020/04/15 06:09:35 DEBUG : A1/B2: Making directory 2020/04/15 06:09:36 DEBUG : A1/B2/C2: Making directory 2020/04/15 06:09:37 DEBUG : A1/B1/C3: Making directory 2020/04/15 06:09:38 DEBUG : A3: Making directory 2020/04/15 06:09:39 DEBUG : A3/B3: Making directory 2020/04/15 06:09:39 DEBUG : A3/B3/C4: Making directory 2020/04/15 06:09:40 DEBUG : A1/two: Starting multipart upload 2020/04/15 06:09:40 DEBUG : A1/two: Uploading segment 0/3 size 3 2020/04/15 06:09:42 DEBUG : A3/B3/C4: Removing directory 2020/04/15 06:09:45 DEBUG : A3/B3: Removing directory 2020/04/15 06:09:46 DEBUG : A3: Removing directory 2020/04/15 06:09:46 DEBUG : A2: Removing directory 2020/04/15 06:09:47 DEBUG : A1/B2/C2: Removing directory 2020/04/15 06:09:47 DEBUG : A1/B2: Removing directory 2020/04/15 06:09:48 DEBUG : A1/B1/C3: Removing directory --- PASS: TestRmdirsNoLeaveRoot (21.51s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestRmdirsLeaveRoot 2020/04/15 06:09:53 DEBUG : A1: Making directory 2020/04/15 06:09:53 DEBUG : A1/B1: Making directory 2020/04/15 06:09:54 DEBUG : A1/B1/C1: Making directory 2020/04/15 06:09:56 DEBUG : A1/B1/C1: Removing directory 2020/04/15 06:09:56 DEBUG : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (6.04s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCopyURL 2020/04/15 06:09:59 DEBUG : file1: Starting multipart upload 2020/04/15 06:09:59 DEBUG : file1: Uploading segment 0/14 size 14 2020/04/15 06:10:00 DEBUG : filename.txt: Starting multipart upload 2020/04/15 06:10:00 DEBUG : filename.txt: Uploading segment 0/14 size 14 2020/04/15 06:10:00 DEBUG : file2: Starting multipart upload 2020/04/15 06:10:01 DEBUG : file2: Uploading segment 0/14 size 14 --- PASS: TestCopyURL (5.11s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile 2020/04/15 06:10:04 DEBUG : file1: Need to transfer - File not found at Destination 2020/04/15 06:10:34 DEBUG : pacer: low level retry 1/10 (error UnknownError: ) 2020/04/15 06:10:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2020/04/15 06:10:34 DEBUG : pacer: Reducing sleep to 15ms 2020/04/15 06:10:34 DEBUG : pacer: Reducing sleep to 11.25ms 2020/04/15 06:10:34 DEBUG : sub/file2: Starting multipart upload 2020/04/15 06:10:35 DEBUG : pacer: Reducing sleep to 10ms 2020/04/15 06:10:35 DEBUG : sub/file2: Uploading segment 0/14 size 14 2020/04/15 06:10:35 DEBUG : file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/04/15 06:10:35 INFO : file1: Copied (new) 2020/04/15 06:10:35 INFO : file1: Deleted 2020/04/15 06:10:37 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2020/04/15 06:10:37 DEBUG : file1: Unchanged skipping 2020/04/15 06:10:37 INFO : file1: Deleted 2020/04/15 06:10:37 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (35.45s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCaseInsensitiveMoveFile 2020/04/15 06:10:39 DEBUG : file1: Need to transfer - File not found at Destination 2020/04/15 06:10:40 DEBUG : sub/file2: Starting multipart upload 2020/04/15 06:10:40 DEBUG : sub/file2: Uploading segment 0/14 size 14 2020/04/15 06:10:40 DEBUG : file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/04/15 06:10:40 INFO : file1: Copied (new) 2020/04/15 06:10:40 INFO : file1: Deleted 2020/04/15 06:10:44 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2020/04/15 06:10:44 DEBUG : file1: Unchanged skipping 2020/04/15 06:10:44 INFO : file1: Deleted 2020/04/15 06:10:45 INFO : sub/file2: Moved (server side) 2020/04/15 06:10:45 INFO : sub/File2-rclone-move-wageqah0: Moved (server side) --- PASS: TestCaseInsensitiveMoveFile (8.32s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestMoveFileBackupDir 2020/04/15 06:10:48 DEBUG : dst/file1: Starting multipart upload 2020/04/15 06:10:48 DEBUG : dst/file1: Uploading segment 0/18 size 18 2020/04/15 06:10:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2020/04/15 06:10:54 INFO : dst/file1: Moved (server side) 2020/04/15 06:10:54 DEBUG : dst/file1: Starting multipart upload 2020/04/15 06:10:54 DEBUG : dst/file1: Uploading segment 0/14 size 14 2020/04/15 06:10:54 DEBUG : dst/file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/04/15 06:10:54 INFO : dst/file1: Copied (new) 2020/04/15 06:10:54 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (10.99s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCopyFile 2020/04/15 06:10:59 DEBUG : file1: Need to transfer - File not found at Destination 2020/04/15 06:10:59 DEBUG : sub/file2: Starting multipart upload 2020/04/15 06:11:00 DEBUG : sub/file2: Uploading segment 0/14 size 14 2020/04/15 06:11:00 DEBUG : file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/04/15 06:11:00 INFO : file1: Copied (new) 2020/04/15 06:11:01 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2020/04/15 06:11:01 DEBUG : file1: Unchanged skipping 2020/04/15 06:11:01 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (5.01s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCopyFileBackupDir 2020/04/15 06:11:04 DEBUG : dst/file1: Starting multipart upload 2020/04/15 06:11:04 DEBUG : dst/file1: Uploading segment 0/18 size 18 2020/04/15 06:11:07 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2020/04/15 06:11:10 INFO : dst/file1: Moved (server side) 2020/04/15 06:11:10 DEBUG : dst/file1: Starting multipart upload 2020/04/15 06:11:10 DEBUG : dst/file1: Uploading segment 0/14 size 14 2020/04/15 06:11:10 DEBUG : dst/file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/04/15 06:11:10 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (11.92s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCopyFileCompareDest 2020/04/15 06:11:19 DEBUG : one: Need to transfer - File not found at Destination 2020/04/15 06:11:20 DEBUG : one: Starting multipart upload 2020/04/15 06:11:21 DEBUG : one: Uploading segment 0/3 size 3 2020/04/15 06:11:21 DEBUG : one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2020/04/15 06:11:21 INFO : one: Copied (new) 2020/04/15 06:11:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/04/15 06:11:23 DEBUG : one: Starting multipart upload 2020/04/15 06:11:23 DEBUG : one: Uploading segment 0/5 size 5 2020/04/15 06:11:23 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2020/04/15 06:11:23 INFO : one: Copied (replaced existing) 2020/04/15 06:11:24 DEBUG : dst/one: Starting multipart upload 2020/04/15 06:11:24 DEBUG : dst/one: Uploading segment 0/3 size 3 2020/04/15 06:11:25 DEBUG : CompareDest/one: Starting multipart upload 2020/04/15 06:11:26 DEBUG : CompareDest/one: Uploading segment 0/5 size 5 2020/04/15 06:11:27 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/04/15 06:11:27 DEBUG : one: Destination found in --compare-dest, skipping 2020/04/15 06:11:28 DEBUG : CompareDest/two: Starting multipart upload 2020/04/15 06:11:28 DEBUG : CompareDest/two: Uploading segment 0/3 size 3 2020/04/15 06:11:30 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/04/15 06:11:30 DEBUG : two: Destination found in --compare-dest, skipping 2020/04/15 06:11:32 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/04/15 06:11:32 DEBUG : two: Destination found in --compare-dest, skipping 2020/04/15 06:11:34 DEBUG : two: Sizes differ (src 5 vs dst 3) 2020/04/15 06:11:34 DEBUG : two: Need to transfer - File not found at Destination 2020/04/15 06:11:34 DEBUG : two: Starting multipart upload 2020/04/15 06:11:34 DEBUG : two: Uploading segment 0/5 size 5 2020/04/15 06:11:34 DEBUG : two: SHA-1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2020/04/15 06:11:34 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (22.64s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCopyFileCopyDest 2020/04/15 06:11:42 DEBUG : one: Need to transfer - File not found at Destination 2020/04/15 06:11:42 DEBUG : one: Starting multipart upload 2020/04/15 06:11:43 DEBUG : one: Uploading segment 0/3 size 3 2020/04/15 06:11:43 DEBUG : one: SHA-1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2020/04/15 06:11:43 INFO : one: Copied (new) 2020/04/15 06:11:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/04/15 06:11:45 DEBUG : one: Starting multipart upload 2020/04/15 06:11:45 DEBUG : one: Uploading segment 0/5 size 5 2020/04/15 06:11:46 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2020/04/15 06:11:46 INFO : one: Copied (replaced existing) 2020/04/15 06:11:46 DEBUG : dst/one: Starting multipart upload 2020/04/15 06:11:47 DEBUG : dst/one: Uploading segment 0/3 size 3 2020/04/15 06:11:48 DEBUG : CopyDest/one: Starting multipart upload 2020/04/15 06:11:48 DEBUG : CopyDest/one: Uploading segment 0/5 size 5 2020/04/15 06:11:51 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/04/15 06:11:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2020/04/15 06:11:53 INFO : one: Moved (server side) 2020/04/15 06:11:54 DEBUG : one: SHA-1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2020/04/15 06:11:54 INFO : one: Copied (server side copy) 2020/04/15 06:11:54 DEBUG : one: Destination found in --copy-dest, using server side copy 2020/04/15 06:11:55 DEBUG : CopyDest/two: Starting multipart upload 2020/04/15 06:11:55 DEBUG : CopyDest/two: Uploading segment 0/3 size 3 2020/04/15 06:11:57 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/04/15 06:11:59 DEBUG : two: SHA-1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2020/04/15 06:11:59 INFO : two: Copied (server side copy) 2020/04/15 06:11:59 DEBUG : two: Destination found in --copy-dest, using server side copy 2020/04/15 06:12:00 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/04/15 06:12:00 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2020/04/15 06:12:00 DEBUG : two: Unchanged skipping 2020/04/15 06:12:01 DEBUG : CopyDest/three: Starting multipart upload 2020/04/15 06:12:01 DEBUG : CopyDest/three: Uploading segment 0/5 size 5 2020/04/15 06:12:03 DEBUG : three: Sizes differ (src 7 vs dst 5) 2020/04/15 06:12:03 DEBUG : three: Destination not found in --copy-dest 2020/04/15 06:12:03 DEBUG : three: Need to transfer - File not found at Destination 2020/04/15 06:12:03 DEBUG : three: Starting multipart upload 2020/04/15 06:12:03 DEBUG : three: Uploading segment 0/7 size 7 2020/04/15 06:12:04 DEBUG : three: SHA-1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2020/04/15 06:12:04 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (31.03s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", 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/04/15 06:12:10 DEBUG : A1/one: Starting multipart upload 2020/04/15 06:12:10 DEBUG : A1/one: Uploading segment 0/3 size 3 2020/04/15 06:12:10 DEBUG : A1/two: Starting multipart upload 2020/04/15 06:12:10 DEBUG : A1/two: Uploading segment 0/3 size 3 2020/04/15 06:12:11 DEBUG : A1/B1/three: Starting multipart upload 2020/04/15 06:12:12 DEBUG : A1/B1/three: Uploading segment 0/5 size 5 2020/04/15 06:12:12 DEBUG : A1/B1/C1/four: Starting multipart upload 2020/04/15 06:12:13 DEBUG : A1/B1/C1/four: Uploading segment 0/4 size 4 2020/04/15 06:12:13 DEBUG : A1/B1/C2/five: Starting multipart upload 2020/04/15 06:12:14 DEBUG : A1/B1/C2/five: Uploading segment 0/4 size 4 2020/04/15 06:12:14 DEBUG : A1/B2: Making directory 2020/04/15 06:12:15 DEBUG : A1/B1/C3: Making directory 2020/04/15 06:12:25 INFO : A2/two: Moved (server side) 2020/04/15 06:12:25 INFO : A2/B1/C1/four: Moved (server side) 2020/04/15 06:12:25 INFO : A2/one: Moved (server side) 2020/04/15 06:12:26 INFO : A2/B1/three: Moved (server side) 2020/04/15 06:12:26 INFO : A2/B1/C2/five: Moved (server side) --- PASS: TestDirMove (27.34s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestGetFsInfo --- PASS: TestGetFsInfo (0.53s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false 2020/04/15 06:12:37 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': File to upload is small (34 bytes), uploading instead of streaming 2020/04/15 06:12:37 DEBUG : no_checksum_small_file_from_pipe: Starting multipart upload 2020/04/15 06:12:37 DEBUG : no_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2020/04/15 06:12:40 DEBUG : no_checksum_small_file_from_pipe: SHA-1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2020/04/15 06:12:40 INFO : no_checksum_small_file_from_pipe: Copied (new) 2020/04/15 06:12:40 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2020/04/15 06:12:40 DEBUG : no_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1s) 2020/04/15 06:12:40 DEBUG : no_checksum_big_file_from_pipe: Starting multipart upload 2020/04/15 06:12:40 DEBUG : no_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2020/04/15 06:12:40 DEBUG : no_checksum_big_file_from_pipe: SHA-1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2020/04/15 06:12:40 INFO : no_checksum_big_file_from_pipe: Copied (new) === RUN TestRcat/withChecksum=true,ignoreChecksum=false 2020/04/15 06:12:42 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': File to upload is small (34 bytes), uploading instead of streaming 2020/04/15 06:12:42 DEBUG : with_checksum_small_file_from_pipe: Starting multipart upload 2020/04/15 06:12:42 DEBUG : with_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2020/04/15 06:12:42 DEBUG : with_checksum_small_file_from_pipe: SHA-1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2020/04/15 06:12:42 INFO : with_checksum_small_file_from_pipe: Copied (new) 2020/04/15 06:12:42 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2020/04/15 06:12:42 DEBUG : with_checksum_big_file_from_pipe: SHA-1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2020/04/15 06:12:42 DEBUG : with_checksum_big_file_from_pipe: Size and SHA-1 of src and dst objects identical 2020/04/15 06:12:42 DEBUG : with_checksum_big_file_from_pipe: Starting multipart upload 2020/04/15 06:12:43 DEBUG : with_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2020/04/15 06:12:43 DEBUG : with_checksum_big_file_from_pipe: SHA-1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2020/04/15 06:12:43 INFO : with_checksum_big_file_from_pipe: Copied (new) === RUN TestRcat/withChecksum=false,ignoreChecksum=true 2020/04/15 06:12:44 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': File to upload is small (34 bytes), uploading instead of streaming 2020/04/15 06:12:44 DEBUG : ignore_checksum_small_file_from_pipe: Starting multipart upload 2020/04/15 06:12:45 DEBUG : ignore_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2020/04/15 06:12:45 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2020/04/15 06:12:45 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2020/04/15 06:12:45 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1s) 2020/04/15 06:12:45 DEBUG : ignore_checksum_big_file_from_pipe: Starting multipart upload 2020/04/15 06:12:45 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2020/04/15 06:12:46 INFO : ignore_checksum_big_file_from_pipe: Copied (new) === RUN TestRcat/withChecksum=true,ignoreChecksum=true 2020/04/15 06:12:47 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': File to upload is small (34 bytes), uploading instead of streaming 2020/04/15 06:12:47 DEBUG : ignore_checksum_small_file_from_pipe: Starting multipart upload 2020/04/15 06:12:48 DEBUG : ignore_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2020/04/15 06:12:48 INFO : ignore_checksum_small_file_from_pipe: Copied (new) 2020/04/15 06:12:48 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2020/04/15 06:12:48 NOTICE: Local file system at /tmp/rclone-spool075771764: --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2020/04/15 06:12:48 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2020/04/15 06:12:48 DEBUG : ignore_checksum_big_file_from_pipe: Starting multipart upload 2020/04/15 06:12:48 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2020/04/15 06:12:48 INFO : ignore_checksum_big_file_from_pipe: Copied (new) --- PASS: TestRcat (12.89s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.60s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (2.59s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (2.96s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (2.74s) === RUN TestRcatSize 2020/04/15 06:12:50 DEBUG : potato1: Starting multipart upload 2020/04/15 06:12:50 DEBUG : potato1: Uploading segment 0/60 size 60 2020/04/15 06:12:50 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': File to upload is small (60 bytes), uploading instead of streaming 2020/04/15 06:12:50 DEBUG : potato2: Starting multipart upload 2020/04/15 06:12:51 DEBUG : potato2: Uploading segment 0/60 size 60 2020/04/15 06:12:51 DEBUG : potato2: SHA-1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2020/04/15 06:12:51 INFO : potato2: Copied (new) --- PASS: TestRcatSize (3.09s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", Modify Window "1s" === RUN TestCopyFileMaxTransfer 2020/04/15 06:12:53 DEBUG : file1: Need to transfer - File not found at Destination 2020/04/15 06:12:54 DEBUG : sub/file1: Starting multipart upload 2020/04/15 06:12:54 DEBUG : sub/file1: Uploading segment 0/14 size 14 2020/04/15 06:12:54 DEBUG : file1: SHA-1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2020/04/15 06:12:54 INFO : file1: Copied (new) 2020/04/15 06:12:55 DEBUG : file2: Need to transfer - File not found at Destination 2020/04/15 06:12:55 DEBUG : sub/file2a: Starting multipart upload 2020/04/15 06:12:55 DEBUG : sub/file2a: Uploading segment 0/2062 size 2062 2020/04/15 06:12:55 DEBUG : sub/file2a: Error encountered during upload: Put https://api.onedrive.com/rup/71a96798e7b1d253/eyJSZXNvdXJjZUlEIjoiNzFBOTY3OThFN0IxRDI1MyEzNjIwNTgiLCJSZWxhdGlvbnNoaXBOYW1lIjoiZmlsZTJhIn0/4mRvarKtrZq1KqY2Hh2kigf3GeO0Ux2YUeswEEPhOpNkIYdnSFoXgOj8dGq3rcE3bDqxCJqgTYTLeD0mdk37q3uOVkO87pRCqgI63T1T2oPOw/eyJuYW1lIjoiZmlsZTJhIiwiZmlsZVN5c3RlbUluZm8iOnsiQ3JlYXRlZERhdGVUaW1lIjoiMjAxMS0xMi0yNVQxMjo1OTo1OSswMDowMCIsIkxhc3RNb2RpZmllZERhdGVUaW1lIjoiMjAxMS0xMi0yNVQxMjo1OTo1OSswMDowMCJ9LCJAbmFtZS5jb25mbGljdEJlaGF2aW9yIjoicmVwbGFjZSJ9/4wJfoiPk3Tjk8qMA94weL-736Owx7cjpSen3WTDOWEKzCYqTvYaAgp8r4_HlUTmyH7fk8NOfRvO7YDvb1WCUe4sYTJ23v7U6cCb2C4w1k5fgc6ovvsBibtU--gD2k1CnsQzSnk1E0ByhpQegw0LKQTQGugNv8Il2hoo7_BoKPZsD3mw0Ep1QnboeYVGEeiAZpQSaQfWfjQgU3XNchQ7Gw7_-QFVlnCEJIOSHFpNrr46eZsb5uMM3yolIxra67LEq-Ti3oZj0wiGSbzBja2PMi_21GtVVpQ15QmP85RF2X894UxhXoiPkBnAuuU9kWR4U_ExhovLQU3QFaxUtNIm46gboNr_bNH3hfLhH5stnkDlIOdGXcPYMTtyhFwyupXXdw4i1oVAhaIVtuv1-UEN0tgIbHJyCVysdwNnkuX1R0cokhM8dXLZd2-kp1xMYFSPjtHbnPUYD5bx-dR_jMPIpB-ULz1ZuWrcJz8msuStJtqmpyA26I8ARTOUgQQhmD12REcod1v2CFlpkwoQwkKYsv1elN4XrTfcmZoeMLrMWAxMr7Z3vWJJBUngxsy-lF8bLURAgbwSN85kkuk56u2EUtWLhbK68D4GaaUuhvO0GZzlUOlmknVhu4-kQNEmmHfGEAl: Max transfer limit reached as set by --max-transfer 2020/04/15 06:12:55 DEBUG : sub/file2a: Cancelling multipart upload 2020/04/15 06:12:56 ERROR : file2: Failed to copy: Put https://api.onedrive.com/rup/71a96798e7b1d253/eyJSZXNvdXJjZUlEIjoiNzFBOTY3OThFN0IxRDI1MyEzNjIwNTgiLCJSZWxhdGlvbnNoaXBOYW1lIjoiZmlsZTJhIn0/4mRvarKtrZq1KqY2Hh2kigf3GeO0Ux2YUeswEEPhOpNkIYdnSFoXgOj8dGq3rcE3bDqxCJqgTYTLeD0mdk37q3uOVkO87pRCqgI63T1T2oPOw/eyJuYW1lIjoiZmlsZTJhIiwiZmlsZVN5c3RlbUluZm8iOnsiQ3JlYXRlZERhdGVUaW1lIjoiMjAxMS0xMi0yNVQxMjo1OTo1OSswMDowMCIsIkxhc3RNb2RpZmllZERhdGVUaW1lIjoiMjAxMS0xMi0yNVQxMjo1OTo1OSswMDowMCJ9LCJAbmFtZS5jb25mbGljdEJlaGF2aW9yIjoicmVwbGFjZSJ9/4wJfoiPk3Tjk8qMA94weL-736Owx7cjpSen3WTDOWEKzCYqTvYaAgp8r4_HlUTmyH7fk8NOfRvO7YDvb1WCUe4sYTJ23v7U6cCb2C4w1k5fgc6ovvsBibtU--gD2k1CnsQzSnk1E0ByhpQegw0LKQTQGugNv8Il2hoo7_BoKPZsD3mw0Ep1QnboeYVGEeiAZpQSaQfWfjQgU3XNchQ7Gw7_-QFVlnCEJIOSHFpNrr46eZsb5uMM3yolIxra67LEq-Ti3oZj0wiGSbzBja2PMi_21GtVVpQ15QmP85RF2X894UxhXoiPkBnAuuU9kWR4U_ExhovLQU3QFaxUtNIm46gboNr_bNH3hfLhH5stnkDlIOdGXcPYMTtyhFwyupXXdw4i1oVAhaIVtuv1-UEN0tgIbHJyCVysdwNnkuX1R0cokhM8dXLZd2-kp1xMYFSPjtHbnPUYD5bx-dR_jMPIpB-ULz1ZuWrcJz8msuStJtqmpyA26I8ARTOUgQQhmD12REcod1v2CFlpkwoQwkKYsv1elN4XrTfcmZoeMLrMWAxMr7Z3vWJJBUngxsy-lF8bLURAgbwSN85kkuk56u2EUtWLhbK68D4GaaUuhvO0GZzlUOlmknVhu4-kQNEmmHfGEAl: Max transfer limit reached as set by --max-transfer 2020/04/15 06:12:56 DEBUG : file2: Need to transfer - File not found at Destination 2020/04/15 06:12:58 DEBUG : file2: Need to transfer - File not found at Destination 2020/04/15 06:12:58 DEBUG : sub/file2c: Starting multipart upload 2020/04/15 06:12:58 DEBUG : sub/file2c: Uploading segment 0/2062 size 2062 2020/04/15 06:12:59 DEBUG : file2: SHA-1 = 4af5920cca6b526db14cbcb2e8a226b9350ff597 OK 2020/04/15 06:12:59 INFO : file2: Copied (new) --- PASS: TestCopyFileMaxTransfer (7.93s) run.go:176: Remote "One drive root 'rclone-test-hicexip4zihohey4gihiquf4'", Local "Local file system at /tmp/rclone212485708", 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 PASS 2020/04/15 06:13:01 DEBUG : One drive root 'rclone-test-hicexip4zihohey4gihiquf4': Purge remote "./operations.test -test.v -test.timeout 30m0s -remote TestOneDrive: -verbose" - Finished OK in 5m27.287465919s (try 1/5)