"./operations.test -test.v -test.timeout 1h0m0s -remote TestOneDriveBusiness: -verbose" - Starting (try 1/5) 2026/08/23 03:13:36 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-riwifar4midi" 2026/08/23 03:13:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:13:38 DEBUG : Creating backend with remote "/tmp/rclone1173802439" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/08/23 03:13:38 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/08/23 03:13:38 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.26s) === RUN TestSizeDiffers 2026/08/23 03:13:38 DEBUG : a: size = 0 OK 2026/08/23 03:13:38 DEBUG : a: size = 1 (memory) 2026/08/23 03:13:38 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/08/23 03:13:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/08/23 03:13:38 DEBUG : potato: Seek from 10 to 0 2026/08/23 03:13:38 DEBUG : potato: Seek from 10 to 0 2026/08/23 03:13:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/08/23 03:13:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Seek from 5 to 2 2026/08/23 03:13:38 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/08/23 03:13:38 DEBUG : potato: Seek from 7 to 0 2026/08/23 03:13:38 DEBUG : potato: Seek from 7 to 0 2026/08/23 03:13:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/08/23 03:13:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Seek from 5 to 2 2026/08/23 03:13:38 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/08/23 03:13:38 DEBUG : potato: Seek from 8 to 0 2026/08/23 03:13:38 DEBUG : potato: Seek from 8 to 0 2026/08/23 03:13:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/08/23 03:13:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/23 03:13:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/23 03:13:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/23 03:13:38 DEBUG : potato: Seek from 5 to 2 2026/08/23 03:13:38 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/08/23 03:13:38 DEBUG : potato: Seek from 9 to 0 2026/08/23 03:13:38 DEBUG : potato: Seek from 9 to 0 2026/08/23 03:13:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:13:39 DEBUG : rutabaga: Starting multipart upload 2026/08/23 03:13:40 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheck/1 === RUN TestCheck/2 2026/08/23 03:13:42 DEBUG : empty space: Starting multipart upload 2026/08/23 03:13:42 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheck/3 2026/08/23 03:13:44 DEBUG : potato2: Starting multipart upload 2026/08/23 03:13:44 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheck/4 === RUN TestCheck/5 2026/08/23 03:13:46 DEBUG : remotepotato: Starting multipart upload 2026/08/23 03:13:46 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.36s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.28s) --- PASS: TestCheck/3 (0.33s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2026/08/23 03:13:50 DEBUG : Creating backend with remote "nonexistent" 2026/08/23 03:13:50 DEBUG : Creating backend with remote "nonexistent" 2026/08/23 03:13:50 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/08/23 03:13:50 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/08/23 03:13:50 NOTICE: Local file system at nonexistent: 0 differences found 2026/08/23 03:13:50 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:13:50 DEBUG : rutabaga: Starting multipart upload 2026/08/23 03:13:51 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/08/23 03:13:53 DEBUG : empty space: Starting multipart upload 2026/08/23 03:13:54 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheckDownload/3 2026/08/23 03:13:55 DEBUG : potato2: Starting multipart upload 2026/08/23 03:13:56 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/08/23 03:14:00 DEBUG : remotepotato: Starting multipart upload 2026/08/23 03:14:00 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (15.01s) --- PASS: TestCheckDownload/1 (0.79s) --- PASS: TestCheckDownload/2 (0.76s) --- PASS: TestCheckDownload/3 (0.80s) --- PASS: TestCheckDownload/4 (1.43s) --- PASS: TestCheckDownload/5 (1.51s) --- PASS: TestCheckDownload/6 (0.78s) --- PASS: TestCheckDownload/7 (0.89s) === RUN TestCheckSizeOnly run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:14:05 DEBUG : rutabaga: Starting multipart upload 2026/08/23 03:14:05 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/08/23 03:14:07 DEBUG : empty space: Starting multipart upload 2026/08/23 03:14:07 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheckSizeOnly/3 2026/08/23 03:14:09 DEBUG : potato2: Starting multipart upload 2026/08/23 03:14:09 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/08/23 03:14:11 DEBUG : remotepotato: Starting multipart upload 2026/08/23 03:14:11 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (9.91s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.29s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.28s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:14:15 DEBUG : test.sum: Starting multipart upload 2026/08/23 03:14:15 DEBUG : test.sum: Uploading segment 0/81 size 81 2026/08/23 03:14:17 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/23 03:14:17 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/23 03:14:17 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/23 03:14:17 NOTICE: test.sum: 2 warning(s) suppressed... 2026/08/23 03:14:17 DEBUG : test.sum: Starting multipart upload 2026/08/23 03:14:18 DEBUG : test.sum: Uploading segment 0/90 size 90 2026/08/23 03:14:19 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/23 03:14:19 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/23 03:14:19 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/23 03:14:19 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.44s) === RUN TestCheckSum run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:14:20 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-riwifar4midi/data" check_test.go:354: OneDrive root 'rclone-test-riwifar4midi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.38s) === RUN TestCheckSumDownload run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:14:22 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-riwifar4midi/data" 2026/08/23 03:14:26 DEBUG : data/banana: Starting multipart upload 2026/08/23 03:14:27 DEBUG : data/banana: Uploading segment 0/13 size 13 2026/08/23 03:14:27 DEBUG : test.sum: Starting multipart upload 2026/08/23 03:14:28 DEBUG : test.sum: Uploading segment 0/41 size 41 === RUN TestCheckSumDownload/subtest1 2026/08/23 03:14:32 DEBUG : data/potato: Starting multipart upload 2026/08/23 03:14:33 DEBUG : data/potato: Uploading segment 0/15 size 15 2026/08/23 03:14:34 DEBUG : test.sum: Starting multipart upload 2026/08/23 03:14:34 DEBUG : test.sum: Uploading segment 0/41 size 41 === RUN TestCheckSumDownload/subtest2 2026/08/23 03:14:37 DEBUG : test.sum: Starting multipart upload 2026/08/23 03:14:38 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest3 2026/08/23 03:14:41 DEBUG : test.sum: Starting multipart upload 2026/08/23 03:14:42 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest4 2026/08/23 03:14:45 DEBUG : test.sum: Starting multipart upload 2026/08/23 03:14:45 DEBUG : test.sum: Uploading segment 0/123 size 123 === RUN TestCheckSumDownload/subtest5 2026/08/23 03:14:48 DEBUG : test.sum: Starting multipart upload 2026/08/23 03:14:48 DEBUG : test.sum: Uploading segment 0/123 size 123 === RUN TestCheckSumDownload/subtest6 2026/08/23 03:14:51 DEBUG : data/banana: Starting multipart upload 2026/08/23 03:14:52 DEBUG : data/banana: Uploading segment 0/13 size 13 2026/08/23 03:14:52 DEBUG : data/potato: Starting multipart upload 2026/08/23 03:14:53 DEBUG : data/potato: Uploading segment 0/15 size 15 2026/08/23 03:14:54 DEBUG : test.sum: Starting multipart upload 2026/08/23 03:14:54 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (37.23s) --- PASS: TestCheckSumDownload/subtest1 (3.11s) --- PASS: TestCheckSumDownload/subtest2 (1.79s) --- PASS: TestCheckSumDownload/subtest3 (2.29s) --- PASS: TestCheckSumDownload/subtest4 (1.91s) --- PASS: TestCheckSumDownload/subtest5 (1.88s) --- PASS: TestCheckSumDownload/subtest6 (1.85s) --- PASS: TestCheckSumDownload/subtest7 (1.91s) === RUN TestCheckSumConcurrency 2026/08/23 03:15:00 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/08/23 03:15:00 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/08/23 03:15:00 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/08/23 03:15:00 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/08/23 03:15:00 NOTICE: Mock file system at checkSum: 0 differences found 2026/08/23 03:15:00 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumConcurrency (0.00s) === RUN TestCheckSumDownloadConcurrency 2026/08/23 03:15:00 DEBUG : file0: md5 = 022eb0c0085c731f335df970fafa7446 OK 2026/08/23 03:15:00 DEBUG : file2: md5 = a58f09ae3db8ae4b943fdbaace096072 OK 2026/08/23 03:15:00 DEBUG : file3: md5 = e0639b17e0744aca9a3ba29c049e59ee OK 2026/08/23 03:15:00 DEBUG : file1: md5 = 17fbabbccbdea0e6be9eb64c8c6fea41 OK 2026/08/23 03:15:00 NOTICE: Mock file system at checkSum: 0 differences found 2026/08/23 03:15:00 NOTICE: Mock file system at checkSum: 4 matching files --- PASS: TestCheckSumDownloadConcurrency (0.00s) === RUN TestApplyTransforms 2026/08/23 03:15:00 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-dimagul6toru" 2026/08/23 03:15:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:15:01 DEBUG : Creating backend with remote "/tmp/rclone1991645034" run.go:198: Remote "OneDrive root 'rclone-test-dimagul6toru'", Local "Local file system at /tmp/rclone1991645034", Modify Window "1s" 2026/08/23 03:15:02 DEBUG : hello, world!: Starting multipart upload 2026/08/23 03:15:03 DEBUG : hello, world!: Uploading segment 0/13 size 13 upper checkfile vs. lower remote (without normalization) 2026/08/23 03:15:04 ERROR : hello, world!: sum not found 2026/08/23 03:15:04 ERROR : HELLO, WORLD!: file not in OneDrive root 'rclone-test-dimagul6toru' 2026/08/23 03:15:04 NOTICE: OneDrive root 'rclone-test-dimagul6toru': 1 files missing 2026/08/23 03:15:04 NOTICE: 1 hashes missing 2026/08/23 03:15:04 NOTICE: OneDrive root 'rclone-test-dimagul6toru': 1 differences found 2026/08/23 03:15:04 NOTICE: OneDrive root 'rclone-test-dimagul6toru': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/08/23 03:15:05 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/23 03:15:05 NOTICE: OneDrive root 'rclone-test-dimagul6toru': 0 differences found 2026/08/23 03:15:05 NOTICE: OneDrive root 'rclone-test-dimagul6toru': 1 matching files 2026/08/23 03:15:05 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zaraqad0fagu" 2026/08/23 03:15:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:15:07 DEBUG : Creating backend with remote "/tmp/rclone3888796456" run.go:198: Remote "OneDrive root 'rclone-test-zaraqad0fagu'", Local "Local file system at /tmp/rclone3888796456", Modify Window "1s" 2026/08/23 03:15:07 DEBUG : HELLO, WORLD!: Starting multipart upload 2026/08/23 03:15:08 DEBUG : HELLO, WORLD!: Uploading segment 0/13 size 13 lower checkfile vs. upper remote (without normalization) 2026/08/23 03:15:10 ERROR : HELLO, WORLD!: sum not found 2026/08/23 03:15:10 ERROR : hello, world!: file not in OneDrive root 'rclone-test-zaraqad0fagu' 2026/08/23 03:15:10 NOTICE: OneDrive root 'rclone-test-zaraqad0fagu': 1 files missing 2026/08/23 03:15:10 NOTICE: 1 hashes missing 2026/08/23 03:15:10 NOTICE: OneDrive root 'rclone-test-zaraqad0fagu': 1 differences found 2026/08/23 03:15:10 NOTICE: OneDrive root 'rclone-test-zaraqad0fagu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/08/23 03:15:11 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/23 03:15:11 NOTICE: OneDrive root 'rclone-test-zaraqad0fagu': 0 differences found 2026/08/23 03:15:11 NOTICE: OneDrive root 'rclone-test-zaraqad0fagu': 1 matching files 2026/08/23 03:15:11 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-gokoroh0wedu" 2026/08/23 03:15:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:15:13 DEBUG : Creating backend with remote "/tmp/rclone2406562596" run.go:198: Remote "OneDrive root 'rclone-test-gokoroh0wedu'", Local "Local file system at /tmp/rclone2406562596", Modify Window "1s" 2026/08/23 03:15:13 DEBUG : HeLlO, wOrLd!: Starting multipart upload 2026/08/23 03:15:14 DEBUG : HeLlO, wOrLd!: Uploading segment 0/13 size 13 lower checkfile vs. upperlowermixed remote (without normalization) 2026/08/23 03:15:16 ERROR : HeLlO, wOrLd!: sum not found 2026/08/23 03:15:16 ERROR : hello, world!: file not in OneDrive root 'rclone-test-gokoroh0wedu' 2026/08/23 03:15:16 NOTICE: OneDrive root 'rclone-test-gokoroh0wedu': 1 files missing 2026/08/23 03:15:16 NOTICE: 1 hashes missing 2026/08/23 03:15:16 NOTICE: OneDrive root 'rclone-test-gokoroh0wedu': 1 differences found 2026/08/23 03:15:16 NOTICE: OneDrive root 'rclone-test-gokoroh0wedu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/08/23 03:15:16 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/23 03:15:16 NOTICE: OneDrive root 'rclone-test-gokoroh0wedu': 0 differences found 2026/08/23 03:15:16 NOTICE: OneDrive root 'rclone-test-gokoroh0wedu': 1 matching files 2026/08/23 03:15:16 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-dafubiz8qire" 2026/08/23 03:15:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:15:18 DEBUG : Creating backend with remote "/tmp/rclone386014118" run.go:198: Remote "OneDrive root 'rclone-test-dafubiz8qire'", Local "Local file system at /tmp/rclone386014118", Modify Window "1s" 2026/08/23 03:15:19 DEBUG : HELLO, WORLD!: Starting multipart upload 2026/08/23 03:15:20 DEBUG : HELLO, WORLD!: Uploading segment 0/13 size 13 upperlowermixed checkfile vs. upper remote (without normalization) 2026/08/23 03:15:21 ERROR : HELLO, WORLD!: sum not found 2026/08/23 03:15:21 ERROR : HeLlO, wOrLd!: file not in OneDrive root 'rclone-test-dafubiz8qire' 2026/08/23 03:15:21 NOTICE: OneDrive root 'rclone-test-dafubiz8qire': 1 files missing 2026/08/23 03:15:21 NOTICE: 1 hashes missing 2026/08/23 03:15:21 NOTICE: OneDrive root 'rclone-test-dafubiz8qire': 1 differences found 2026/08/23 03:15:21 NOTICE: OneDrive root 'rclone-test-dafubiz8qire': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/08/23 03:15:22 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/23 03:15:22 NOTICE: OneDrive root 'rclone-test-dafubiz8qire': 0 differences found 2026/08/23 03:15:22 NOTICE: OneDrive root 'rclone-test-dafubiz8qire': 1 matching files 2026/08/23 03:15:22 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-yatiheq1suve" 2026/08/23 03:15:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:15:24 DEBUG : Creating backend with remote "/tmp/rclone90058995" run.go:198: Remote "OneDrive root 'rclone-test-yatiheq1suve'", Local "Local file system at /tmp/rclone90058995", Modify Window "1s" 2026/08/23 03:15:24 DEBUG : 測試_Русский___ě_áñ: Starting multipart upload 2026/08/23 03:15:25 DEBUG : 測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFD checkfile vs. NFC remote (without normalization) 2026/08/23 03:15:27 ERROR : 測試_Русский___ě_áñ: sum not found 2026/08/23 03:15:27 ERROR : 測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-yatiheq1suve' 2026/08/23 03:15:27 NOTICE: OneDrive root 'rclone-test-yatiheq1suve': 1 files missing 2026/08/23 03:15:27 NOTICE: 1 hashes missing 2026/08/23 03:15:27 NOTICE: OneDrive root 'rclone-test-yatiheq1suve': 1 differences found 2026/08/23 03:15:27 NOTICE: OneDrive root 'rclone-test-yatiheq1suve': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/08/23 03:15:28 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/23 03:15:28 NOTICE: OneDrive root 'rclone-test-yatiheq1suve': 0 differences found 2026/08/23 03:15:28 NOTICE: OneDrive root 'rclone-test-yatiheq1suve': 1 matching files 2026/08/23 03:15:28 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-hatagos2kalo" 2026/08/23 03:15:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:15:29 DEBUG : Creating backend with remote "/tmp/rclone1743381560" run.go:198: Remote "OneDrive root 'rclone-test-hatagos2kalo'", Local "Local file system at /tmp/rclone1743381560", Modify Window "1s" 2026/08/23 03:15:30 DEBUG : 測試_Русский___ě_áñ: Starting multipart upload 2026/08/23 03:15:30 DEBUG : 測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFC checkfile vs. NFD remote (without normalization) 2026/08/23 03:15:32 ERROR : 測試_Русский___ě_áñ: sum not found 2026/08/23 03:15:32 ERROR : 測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-hatagos2kalo' 2026/08/23 03:15:32 NOTICE: OneDrive root 'rclone-test-hatagos2kalo': 1 files missing 2026/08/23 03:15:32 NOTICE: 1 hashes missing 2026/08/23 03:15:32 NOTICE: OneDrive root 'rclone-test-hatagos2kalo': 1 differences found 2026/08/23 03:15:32 NOTICE: OneDrive root 'rclone-test-hatagos2kalo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/08/23 03:15:33 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/23 03:15:33 NOTICE: OneDrive root 'rclone-test-hatagos2kalo': 0 differences found 2026/08/23 03:15:33 NOTICE: OneDrive root 'rclone-test-hatagos2kalo': 1 matching files 2026/08/23 03:15:33 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-pujamoj6humo" 2026/08/23 03:15:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:15:34 DEBUG : Creating backend with remote "/tmp/rclone1667405391" run.go:198: Remote "OneDrive root 'rclone-test-pujamoj6humo'", Local "Local file system at /tmp/rclone1667405391", Modify Window "1s" 2026/08/23 03:15:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2026/08/23 03:15:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFDx2 checkfile vs. both remote (without normalization) 2026/08/23 03:15:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/23 03:15:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-pujamoj6humo' 2026/08/23 03:15:37 NOTICE: OneDrive root 'rclone-test-pujamoj6humo': 1 files missing 2026/08/23 03:15:37 NOTICE: 1 hashes missing 2026/08/23 03:15:37 NOTICE: OneDrive root 'rclone-test-pujamoj6humo': 1 differences found 2026/08/23 03:15:37 NOTICE: OneDrive root 'rclone-test-pujamoj6humo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/08/23 03:15:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/23 03:15:38 NOTICE: OneDrive root 'rclone-test-pujamoj6humo': 0 differences found 2026/08/23 03:15:38 NOTICE: OneDrive root 'rclone-test-pujamoj6humo': 1 matching files 2026/08/23 03:15:38 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-rehijiv3suzo" 2026/08/23 03:15:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:15:40 DEBUG : Creating backend with remote "/tmp/rclone1096299472" run.go:198: Remote "OneDrive root 'rclone-test-rehijiv3suzo'", Local "Local file system at /tmp/rclone1096299472", Modify Window "1s" 2026/08/23 03:15:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2026/08/23 03:15:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFCx2 checkfile vs. both remote (without normalization) 2026/08/23 03:15:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/23 03:15:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-rehijiv3suzo' 2026/08/23 03:15:43 NOTICE: OneDrive root 'rclone-test-rehijiv3suzo': 1 files missing 2026/08/23 03:15:43 NOTICE: 1 hashes missing 2026/08/23 03:15:43 NOTICE: OneDrive root 'rclone-test-rehijiv3suzo': 1 differences found 2026/08/23 03:15:43 NOTICE: OneDrive root 'rclone-test-rehijiv3suzo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/08/23 03:15:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/23 03:15:44 NOTICE: OneDrive root 'rclone-test-rehijiv3suzo': 0 differences found 2026/08/23 03:15:44 NOTICE: OneDrive root 'rclone-test-rehijiv3suzo': 1 matching files 2026/08/23 03:15:44 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-mohoqid4mezi" 2026/08/23 03:15:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:15:46 DEBUG : Creating backend with remote "/tmp/rclone3081512719" run.go:198: Remote "OneDrive root 'rclone-test-mohoqid4mezi'", Local "Local file system at /tmp/rclone3081512719", Modify Window "1s" 2026/08/23 03:15:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2026/08/23 03:15:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 both checkfile vs. NFDx2 remote (without normalization) 2026/08/23 03:15:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/23 03:15:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-mohoqid4mezi' 2026/08/23 03:15:49 NOTICE: OneDrive root 'rclone-test-mohoqid4mezi': 1 files missing 2026/08/23 03:15:49 NOTICE: 1 hashes missing 2026/08/23 03:15:49 NOTICE: OneDrive root 'rclone-test-mohoqid4mezi': 1 differences found 2026/08/23 03:15:49 NOTICE: OneDrive root 'rclone-test-mohoqid4mezi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/08/23 03:15:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/23 03:15:50 NOTICE: OneDrive root 'rclone-test-mohoqid4mezi': 0 differences found 2026/08/23 03:15:50 NOTICE: OneDrive root 'rclone-test-mohoqid4mezi': 1 matching files 2026/08/23 03:15:50 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-tofomoz4zuci" 2026/08/23 03:15:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:15:52 DEBUG : Creating backend with remote "/tmp/rclone3612206151" run.go:198: Remote "OneDrive root 'rclone-test-tofomoz4zuci'", Local "Local file system at /tmp/rclone3612206151", Modify Window "1s" 2026/08/23 03:15:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2026/08/23 03:15:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 both checkfile vs. NFCx2 remote (without normalization) 2026/08/23 03:15:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/23 03:15:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-tofomoz4zuci' 2026/08/23 03:15:55 NOTICE: OneDrive root 'rclone-test-tofomoz4zuci': 1 files missing 2026/08/23 03:15:55 NOTICE: 1 hashes missing 2026/08/23 03:15:55 NOTICE: OneDrive root 'rclone-test-tofomoz4zuci': 1 differences found 2026/08/23 03:15:55 NOTICE: OneDrive root 'rclone-test-tofomoz4zuci': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/08/23 03:15:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/23 03:15:56 NOTICE: OneDrive root 'rclone-test-tofomoz4zuci': 0 differences found 2026/08/23 03:15:56 NOTICE: OneDrive root 'rclone-test-tofomoz4zuci': 1 matching files 2026/08/23 03:15:56 DEBUG : OneDrive root 'rclone-test-tofomoz4zuci': Purge remote 2026/08/23 03:15:56 DEBUG : OneDrive root 'rclone-test-mohoqid4mezi': Purge remote 2026/08/23 03:15:57 DEBUG : OneDrive root 'rclone-test-rehijiv3suzo': Purge remote 2026/08/23 03:15:57 DEBUG : OneDrive root 'rclone-test-pujamoj6humo': Purge remote 2026/08/23 03:15:57 DEBUG : OneDrive root 'rclone-test-hatagos2kalo': Purge remote 2026/08/23 03:15:57 DEBUG : OneDrive root 'rclone-test-yatiheq1suve': Purge remote 2026/08/23 03:15:58 DEBUG : OneDrive root 'rclone-test-dafubiz8qire': Purge remote 2026/08/23 03:15:58 DEBUG : OneDrive root 'rclone-test-gokoroh0wedu': Purge remote 2026/08/23 03:15:58 DEBUG : OneDrive root 'rclone-test-zaraqad0fagu': Purge remote 2026/08/23 03:15:59 DEBUG : OneDrive root 'rclone-test-dimagul6toru': Purge remote --- PASS: TestApplyTransforms (59.37s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:16:00 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/23 03:16:00 DEBUG : sub/file2: Starting multipart upload 2026/08/23 03:16:01 DEBUG : sub/file2: Uploading segment 0/14 size 14 2026/08/23 03:16:02 DEBUG : sub/file2: size = 14 OK 2026/08/23 03:16:02 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2026/08/23 03:16:02 INFO : file1: Copied (new) to: sub/file2 2026/08/23 03:16:03 DEBUG : sub/file2: size = 14 OK 2026/08/23 03:16:03 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/23 03:16:03 DEBUG : file1: Unchanged skipping 2026/08/23 03:16:04 DEBUG : OneDrive root 'rclone-test-riwifar4midi': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (7.14s) === RUN TestCopyLongFile run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.55s) === RUN TestCopyFileBackupDir run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:16:07 DEBUG : dst/file1: Starting multipart upload 2026/08/23 03:16:08 DEBUG : dst/file1: Uploading segment 0/18 size 18 2026/08/23 03:16:10 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-riwifar4midi/backup" 2026/08/23 03:16:13 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1173802439) 2026/08/23 03:16:13 DEBUG : dst/file1: size = 18 (OneDrive root 'rclone-test-riwifar4midi') 2026/08/23 03:16:13 DEBUG : dst/file1: Sizes differ 2026/08/23 03:16:15 INFO : dst/file1: Moved (server-side) 2026/08/23 03:16:15 DEBUG : dst/file1: Starting multipart upload 2026/08/23 03:16:16 DEBUG : dst/file1: Uploading segment 0/14 size 14 2026/08/23 03:16:17 DEBUG : dst/file1: size = 14 OK 2026/08/23 03:16:17 DEBUG : dst/file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2026/08/23 03:16:17 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (15.10s) === RUN TestCopyFileCompareDest run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:16:22 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-riwifar4midi/dst" 2026/08/23 03:16:25 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-riwifar4midi/CompareDest" 2026/08/23 03:16:28 DEBUG : one: Need to transfer - File not found at Destination 2026/08/23 03:16:29 DEBUG : one: Starting multipart upload 2026/08/23 03:16:30 DEBUG : one: Uploading segment 0/3 size 3 2026/08/23 03:16:31 DEBUG : one: size = 3 OK 2026/08/23 03:16:31 DEBUG : one: quickxor = 6f70431900000000000000000300000000000000 OK 2026/08/23 03:16:31 INFO : one: Copied (new) 2026/08/23 03:16:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone1173802439) 2026/08/23 03:16:33 DEBUG : one: size = 3 (OneDrive root 'rclone-test-riwifar4midi/dst') 2026/08/23 03:16:33 DEBUG : one: Sizes differ 2026/08/23 03:16:33 DEBUG : one: Starting multipart upload 2026/08/23 03:16:34 DEBUG : one: Uploading segment 0/5 size 5 2026/08/23 03:16:35 DEBUG : one: size = 5 OK 2026/08/23 03:16:35 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2026/08/23 03:16:35 INFO : one: Copied (replaced existing) 2026/08/23 03:16:35 DEBUG : dst/one: Starting multipart upload 2026/08/23 03:16:36 DEBUG : dst/one: Uploading segment 0/3 size 3 2026/08/23 03:16:37 DEBUG : CompareDest/one: Starting multipart upload 2026/08/23 03:16:38 DEBUG : CompareDest/one: Uploading segment 0/5 size 5 2026/08/23 03:16:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone1173802439) 2026/08/23 03:16:40 DEBUG : one: size = 3 (OneDrive root 'rclone-test-riwifar4midi/dst') 2026/08/23 03:16:40 DEBUG : one: Sizes differ 2026/08/23 03:16:41 DEBUG : one: size = 5 OK 2026/08/23 03:16:41 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/08/23 03:16:41 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/23 03:16:41 DEBUG : CompareDest/two: Starting multipart upload 2026/08/23 03:16:42 DEBUG : CompareDest/two: Uploading segment 0/3 size 3 2026/08/23 03:16:44 DEBUG : two: Need to transfer - File not found at Destination 2026/08/23 03:16:44 DEBUG : two: size = 3 OK 2026/08/23 03:16:44 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/08/23 03:16:44 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/23 03:16:46 DEBUG : two: Need to transfer - File not found at Destination 2026/08/23 03:16:46 DEBUG : two: size = 3 OK 2026/08/23 03:16:46 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/08/23 03:16:46 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/23 03:16:48 DEBUG : two: Need to transfer - File not found at Destination 2026/08/23 03:16:48 DEBUG : two: size = 5 (Local file system at /tmp/rclone1173802439) 2026/08/23 03:16:48 DEBUG : two: size = 3 (OneDrive root 'rclone-test-riwifar4midi/CompareDest') 2026/08/23 03:16:48 DEBUG : two: Sizes differ 2026/08/23 03:16:48 DEBUG : two: Starting multipart upload 2026/08/23 03:16:49 DEBUG : two: Uploading segment 0/5 size 5 2026/08/23 03:16:50 DEBUG : two: size = 5 OK 2026/08/23 03:16:50 DEBUG : two: quickxor = 74b8c31be8300300000000000500000000000000 OK 2026/08/23 03:16:50 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (32.08s) === RUN TestCopyFileCopyDest run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:16:54 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-riwifar4midi/dst" 2026/08/23 03:16:57 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-riwifar4midi/CopyDest" 2026/08/23 03:17:00 DEBUG : one: Need to transfer - File not found at Destination 2026/08/23 03:17:01 DEBUG : one: Starting multipart upload 2026/08/23 03:17:02 DEBUG : one: Uploading segment 0/3 size 3 2026/08/23 03:17:03 DEBUG : one: size = 3 OK 2026/08/23 03:17:03 DEBUG : one: quickxor = 6f70431900000000000000000300000000000000 OK 2026/08/23 03:17:03 INFO : one: Copied (new) 2026/08/23 03:17:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone1173802439) 2026/08/23 03:17:05 DEBUG : one: size = 3 (OneDrive root 'rclone-test-riwifar4midi/dst') 2026/08/23 03:17:05 DEBUG : one: Sizes differ 2026/08/23 03:17:06 DEBUG : one: Starting multipart upload 2026/08/23 03:17:06 DEBUG : one: Uploading segment 0/5 size 5 2026/08/23 03:17:07 DEBUG : one: size = 5 OK 2026/08/23 03:17:07 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2026/08/23 03:17:07 INFO : one: Copied (replaced existing) 2026/08/23 03:17:07 DEBUG : dst/one: Starting multipart upload 2026/08/23 03:17:08 DEBUG : dst/one: Uploading segment 0/3 size 3 2026/08/23 03:17:09 DEBUG : CopyDest/one: Starting multipart upload 2026/08/23 03:17:10 DEBUG : CopyDest/one: Uploading segment 0/5 size 5 2026/08/23 03:17:12 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-riwifar4midi/BackupDir" 2026/08/23 03:17:13 DEBUG : one: size = 5 (Local file system at /tmp/rclone1173802439) 2026/08/23 03:17:13 DEBUG : one: size = 3 (OneDrive root 'rclone-test-riwifar4midi/dst') 2026/08/23 03:17:13 DEBUG : one: Sizes differ 2026/08/23 03:17:14 DEBUG : one: size = 5 OK 2026/08/23 03:17:14 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/08/23 03:17:14 DEBUG : one: size = 5 (Local file system at /tmp/rclone1173802439) 2026/08/23 03:17:14 DEBUG : one: size = 3 (OneDrive root 'rclone-test-riwifar4midi/dst') 2026/08/23 03:17:14 DEBUG : one: Sizes differ 2026/08/23 03:17:16 INFO : one: Moved (server-side) 2026/08/23 03:17:20 DEBUG : one: size = 5 OK 2026/08/23 03:17:20 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2026/08/23 03:17:20 INFO : one: Copied (server-side copy) 2026/08/23 03:17:20 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/23 03:17:21 DEBUG : CopyDest/two: Starting multipart upload 2026/08/23 03:17:23 DEBUG : CopyDest/two: Uploading segment 0/3 size 3 2026/08/23 03:17:24 DEBUG : two: Need to transfer - File not found at Destination 2026/08/23 03:17:25 DEBUG : two: size = 3 OK 2026/08/23 03:17:25 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/08/23 03:17:29 DEBUG : two: size = 3 OK 2026/08/23 03:17:29 DEBUG : two: quickxor = 74b8c31b00000000000000000300000000000000 OK 2026/08/23 03:17:29 INFO : two: Copied (server-side copy) 2026/08/23 03:17:29 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/23 03:17:30 DEBUG : two: size = 3 OK 2026/08/23 03:17:30 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/08/23 03:17:30 DEBUG : two: Unchanged skipping 2026/08/23 03:17:31 DEBUG : CopyDest/three: Starting multipart upload 2026/08/23 03:17:31 DEBUG : CopyDest/three: Uploading segment 0/5 size 5 2026/08/23 03:17:33 DEBUG : three: Need to transfer - File not found at Destination 2026/08/23 03:17:34 DEBUG : three: size = 7 (Local file system at /tmp/rclone1173802439) 2026/08/23 03:17:34 DEBUG : three: size = 5 (OneDrive root 'rclone-test-riwifar4midi/CopyDest') 2026/08/23 03:17:34 DEBUG : three: Sizes differ 2026/08/23 03:17:34 DEBUG : three: Destination not found in --copy-dest 2026/08/23 03:17:34 DEBUG : three: Starting multipart upload 2026/08/23 03:17:34 DEBUG : three: Uploading segment 0/7 size 7 2026/08/23 03:17:35 DEBUG : three: size = 7 OK 2026/08/23 03:17:35 DEBUG : three: quickxor = 7440831cca50063acc0000000700000000000000 OK 2026/08/23 03:17:35 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (46.08s) === RUN TestCopyInplace run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.49s) === RUN TestCopyLongFileName run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.48s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:17:42 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/08/23 03:17:43 DEBUG : TestCopyFileMaxTransfer/file1: Starting multipart upload 2026/08/23 03:17:43 DEBUG : TestCopyFileMaxTransfer/file1: Uploading segment 0/14 size 14 2026/08/23 03:17:44 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/08/23 03:17:44 DEBUG : TestCopyFileMaxTransfer/file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2026/08/23 03:17:44 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/08/23 03:17:45 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/08/23 03:17:45 DEBUG : TestCopyFileMaxTransfer/file2: Starting multipart upload 2026/08/23 03:17:46 DEBUG : TestCopyFileMaxTransfer/file2: Uploading segment 0/2062 size 2062 2026/08/23 03:17:46 DEBUG : TestCopyFileMaxTransfer/file2: Cancelling multipart upload: Put "https://whitecell-my.sharepoint.com/personal/nick_craig-wood_whitecell_online/_api/v2.0/drives/b!tPczmrJTCE2ShO96VLAAn_DGv2_4eZJGl83N0OQe_t9LuHcGPileQ7YByS0_6_xp/items/01W3O4PF3IBGT3VZHHTFBYS4NOX7B67I62/uploadSession?guid='1750be6c-c64d-447d-bc7d-bddbf4ec7f8d'&overwrite=True&rename=False&dc=0&tempauth=v1.eyJzaXRlaWQiOiI5YTMzZjdiNC01M2IyLTRkMDgtOTI4NC1lZjdhNTRiMDAwOWYiLCJhcHBfZGlzcGxheW5hbWUiOiJyY2xvbmUiLCJhcHBpZCI6ImIxNTY2NWQ5LWVkYTYtNDA5Mi04NTM5LTBlZWMzNzZhZmQ1OSIsImF1ZCI6IjAwMDAwMDAzLTAwMDAtMGZmMS1jZTAwLTAwMDAwMDAwMDAwMC93aGl0ZWNlbGwtbXkuc2hhcmVwb2ludC5jb21AZmFmZDY5NGEtNTBjMS00ZWVhLWIzYzctNDk1MTdlNWFkZDg5IiwiZXhwIjoiMTc4NzU0MTQ2NiJ9.CkAKDGVudHJhX2NsYWltcxIwQ09XNHFkUUdFQUFhRmxSS1JIUXlOa3BQZFRCMVYzcE9MVEkxUWt4NlFVRXFBQT09CjIKCmFjdG9yYXBwaWQSJDAwMDAwMDAzLTAwMDAtMDAwMC1jMDAwLTAwMDAwMDAwMDAwMAoKCgRzbmlkEgI2NhILCPz2-anks8A_EAUaDTIwLjE5MC4xODMuMjUqLGN5ZktlVlVscEJRNm5jTXBhNjdqbWdMU2hVUnpHdXRMd1FIOGVqL0lzNFk9MKUCOAFCEKIz7MpkMAAgHreMxw2F8tRKEGhhc2hlZHByb29mdG9rZW5qJDUyMjRmZjk5LWZmNDItNGI4Zi04NzdjLTA5YTYxMjQyODA2OHIpMGguZnxtZW1iZXJzaGlwfDEwMDNiZmZkYWMzMmY4NzFAbGl2ZS5jb216ATKCARIJSmn9-sFQ6k4Rs8dJUX5a3YmSAQROaWNrmgEKQ3JhaWctV29vZKIBIG5pY2tfY3JhaWctd29vZEB3aGl0ZWNlbGwub25saW5lqgEQMTAwM0JGRkRBQzMyRjg3MbIBRW15ZmlsZXMucmVhZCBhbGxmaWxlcy5yZWFkIG15ZmlsZXMud3JpdGUgYWxsZmlsZXMud3JpdGUgYWxsc2l0ZXMucmVhZMgBAQ.g3jMVX67cpy9oXxk2MNn6iPYeZwUMvSKQgGJc8Cx4rw": max transfer limit reached as set by --max-transfer 2026/08/23 03:17:46 DEBUG : info from Update error: null 2026/08/23 03:17:46 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Put "https://whitecell-my.sharepoint.com/personal/nick_craig-wood_whitecell_online/_api/v2.0/drives/b!tPczmrJTCE2ShO96VLAAn_DGv2_4eZJGl83N0OQe_t9LuHcGPileQ7YByS0_6_xp/items/01W3O4PF3IBGT3VZHHTFBYS4NOX7B67I62/uploadSession?guid='1750be6c-c64d-447d-bc7d-bddbf4ec7f8d'&overwrite=True&rename=False&dc=0&tempauth=v1.eyJzaXRlaWQiOiI5YTMzZjdiNC01M2IyLTRkMDgtOTI4NC1lZjdhNTRiMDAwOWYiLCJhcHBfZGlzcGxheW5hbWUiOiJyY2xvbmUiLCJhcHBpZCI6ImIxNTY2NWQ5LWVkYTYtNDA5Mi04NTM5LTBlZWMzNzZhZmQ1OSIsImF1ZCI6IjAwMDAwMDAzLTAwMDAtMGZmMS1jZTAwLTAwMDAwMDAwMDAwMC93aGl0ZWNlbGwtbXkuc2hhcmVwb2ludC5jb21AZmFmZDY5NGEtNTBjMS00ZWVhLWIzYzctNDk1MTdlNWFkZDg5IiwiZXhwIjoiMTc4NzU0MTQ2NiJ9.CkAKDGVudHJhX2NsYWltcxIwQ09XNHFkUUdFQUFhRmxSS1JIUXlOa3BQZFRCMVYzcE9MVEkxUWt4NlFVRXFBQT09CjIKCmFjdG9yYXBwaWQSJDAwMDAwMDAzLTAwMDAtMDAwMC1jMDAwLTAwMDAwMDAwMDAwMAoKCgRzbmlkEgI2NhILCPz2-anks8A_EAUaDTIwLjE5MC4xODMuMjUqLGN5ZktlVlVscEJRNm5jTXBhNjdqbWdMU2hVUnpHdXRMd1FIOGVqL0lzNFk9MKUCOAFCEKIz7MpkMAAgHreMxw2F8tRKEGhhc2hlZHByb29mdG9rZW5qJDUyMjRmZjk5LWZmNDItNGI4Zi04NzdjLTA5YTYxMjQyODA2OHIpMGguZnxtZW1iZXJzaGlwfDEwMDNiZmZkYWMzMmY4NzFAbGl2ZS5jb216ATKCARIJSmn9-sFQ6k4Rs8dJUX5a3YmSAQROaWNrmgEKQ3JhaWctV29vZKIBIG5pY2tfY3JhaWctd29vZEB3aGl0ZWNlbGwub25saW5lqgEQMTAwM0JGRkRBQzMyRjg3MbIBRW15ZmlsZXMucmVhZCBhbGxmaWxlcy5yZWFkIG15ZmlsZXMud3JpdGUgYWxsZmlsZXMud3JpdGUgYWxsc2l0ZXMucmVhZMgBAQ.g3jMVX67cpy9oXxk2MNn6iPYeZwUMvSKQgGJc8Cx4rw": max transfer limit reached as set by --max-transfer 2026/08/23 03:17:47 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/08/23 03:17:48 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/08/23 03:17:48 DEBUG : TestCopyFileMaxTransfer/file4: Starting multipart upload 2026/08/23 03:17:49 DEBUG : TestCopyFileMaxTransfer/file4: Uploading segment 0/2062 size 2062 2026/08/23 03:17:49 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/08/23 03:17:49 DEBUG : TestCopyFileMaxTransfer/file4: quickxor = ad8db832a3f7fe38264051b60e6c43638f3d314d OK 2026/08/23 03:17:49 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (10.41s) === RUN TestDeduplicateInteractive run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.49s) === RUN TestDeduplicateSkip run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.49s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.51s) === RUN TestDeduplicateFirst run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.49s) === RUN TestDeduplicateNewest run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.53s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:17:54 DEBUG : one: Starting multipart upload 2026/08/23 03:17:55 DEBUG : one: Uploading segment 0/100 size 100 2026/08/23 03:17:56 DEBUG : also/one: Starting multipart upload 2026/08/23 03:17:57 DEBUG : also/one: Uploading segment 0/100 size 100 2026/08/23 03:17:58 DEBUG : another: Starting multipart upload 2026/08/23 03:17:58 DEBUG : another: Uploading segment 0/100 size 100 2026/08/23 03:17:59 DEBUG : not-one: Starting multipart upload 2026/08/23 03:18:00 DEBUG : not-one: Uploading segment 0/5 size 5 2026/08/23 03:18:01 INFO : OneDrive root 'rclone-test-riwifar4midi': Looking for duplicate quickxor hashes using newest mode. 2026/08/23 03:18:01 NOTICE: c76e947fa476cb88777e0a0ac437599b51a95c18: Found 3 files with duplicate quickxor hashes 2026/08/23 03:18:02 INFO : one: Deleted 2026/08/23 03:18:02 INFO : also/one: Deleted 2026/08/23 03:18:02 NOTICE: c76e947fa476cb88777e0a0ac437599b51a95c18: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (9.87s) === RUN TestDeduplicateOldest run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.52s) === RUN TestDeduplicateLargest run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.50s) === RUN TestDeduplicateSmallest run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.50s) === RUN TestDeduplicateRename run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.49s) === RUN TestMergeDirs run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.49s) === RUN TestListDirSorted run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:18:07 DEBUG : a.txt: Starting multipart upload 2026/08/23 03:18:07 DEBUG : a.txt: Uploading segment 0/11 size 11 2026/08/23 03:18:08 DEBUG : zend.txt: Starting multipart upload 2026/08/23 03:18:08 DEBUG : zend.txt: Uploading segment 0/5 size 5 2026/08/23 03:18:10 DEBUG : sub dir/hello world: Starting multipart upload 2026/08/23 03:18:10 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2026/08/23 03:18:11 DEBUG : sub dir/hello world2: Starting multipart upload 2026/08/23 03:18:12 DEBUG : sub dir/hello world2: Uploading segment 0/11 size 11 2026/08/23 03:18:13 DEBUG : sub dir/ignore dir/.ignore: Starting multipart upload 2026/08/23 03:18:14 DEBUG : sub dir/ignore dir/.ignore: Uploading segment 0/1 size 1 2026/08/23 03:18:14 DEBUG : sub dir/ignore dir/should be ignored: Starting multipart upload 2026/08/23 03:18:15 DEBUG : sub dir/ignore dir/should be ignored: Uploading segment 0/9 size 9 2026/08/23 03:18:16 DEBUG : sub dir/sub sub dir/hello world3: Starting multipart upload 2026/08/23 03:18:17 DEBUG : sub dir/sub sub dir/hello world3: Uploading segment 0/11 size 11 2026/08/23 03:18:19 DEBUG : a.txt: Excluded (Size Filter) 2026/08/23 03:18:19 DEBUG : a.txt: Excluded 2026/08/23 03:18:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/23 03:18:19 DEBUG : sub dir/hello world: Excluded 2026/08/23 03:18:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/23 03:18:19 DEBUG : sub dir/hello world2: Excluded 2026/08/23 03:18:20 DEBUG : sub dir/ignore dir: Excluded 2026/08/23 03:18:21 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/23 03:18:21 DEBUG : sub dir/hello world: Excluded 2026/08/23 03:18:21 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/23 03:18:21 DEBUG : sub dir/hello world2: Excluded 2026/08/23 03:18:21 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (19.68s) === RUN TestListDirSortedFn run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:18:26 DEBUG : a.txt: Starting multipart upload 2026/08/23 03:18:27 DEBUG : a.txt: Uploading segment 0/11 size 11 2026/08/23 03:18:28 DEBUG : zend.txt: Starting multipart upload 2026/08/23 03:18:28 DEBUG : zend.txt: Uploading segment 0/5 size 5 2026/08/23 03:18:30 DEBUG : sub dir/hello world: Starting multipart upload 2026/08/23 03:18:30 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2026/08/23 03:18:31 DEBUG : sub dir/hello world2: Starting multipart upload 2026/08/23 03:18:32 DEBUG : sub dir/hello world2: Uploading segment 0/11 size 11 2026/08/23 03:18:33 DEBUG : sub dir/ignore dir/.ignore: Starting multipart upload 2026/08/23 03:18:34 DEBUG : sub dir/ignore dir/.ignore: Uploading segment 0/1 size 1 2026/08/23 03:18:34 DEBUG : sub dir/ignore dir/should be ignored: Starting multipart upload 2026/08/23 03:18:35 DEBUG : sub dir/ignore dir/should be ignored: Uploading segment 0/9 size 9 2026/08/23 03:18:36 DEBUG : sub dir/sub sub dir/hello world3: Starting multipart upload 2026/08/23 03:18:37 DEBUG : sub dir/sub sub dir/hello world3: Uploading segment 0/11 size 11 2026/08/23 03:18:39 DEBUG : a.txt: Excluded (Size Filter) 2026/08/23 03:18:39 DEBUG : a.txt: Excluded 2026/08/23 03:18:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/23 03:18:40 DEBUG : sub dir/hello world: Excluded 2026/08/23 03:18:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/23 03:18:40 DEBUG : sub dir/hello world2: Excluded 2026/08/23 03:18:40 DEBUG : sub dir/ignore dir: Excluded 2026/08/23 03:18:41 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/23 03:18:41 DEBUG : sub dir/hello world: Excluded 2026/08/23 03:18:41 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/23 03:18:41 DEBUG : sub dir/hello world2: Excluded 2026/08/23 03:18:41 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (20.54s) === RUN TestListJSON run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:18:47 DEBUG : file1: Starting multipart upload 2026/08/23 03:18:48 DEBUG : file1: Uploading segment 0/5 size 5 2026/08/23 03:18:49 DEBUG : sub/file2: Starting multipart upload 2026/08/23 03:18:49 DEBUG : sub/file2: Uploading segment 0/9 size 9 === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2026/08/23 03:18:54 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (9.04s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.29s) --- PASS: TestListJSON/DirsOnly (0.30s) --- PASS: TestListJSON/Recurse (0.56s) --- PASS: TestListJSON/SubDir (0.28s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.29s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.29s) --- PASS: TestListJSON/Metadata (0.32s) === RUN TestStatJSON run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:18:56 DEBUG : file1: Starting multipart upload 2026/08/23 03:18:57 DEBUG : file1: Uploading segment 0/5 size 5 2026/08/23 03:18:58 DEBUG : sub/file2: Starting multipart upload 2026/08/23 03:18:59 DEBUG : sub/file2: Uploading segment 0/9 size 9 === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir 2026/08/23 03:19:01 DEBUG : sub: setMetaData called on dir instead of obj Stack trace: goroutine 3568 [running]: github.com/rclone/rclone/fs/log.Stack({0x2ce6700, 0x1bed7cac3a00}, {0x2de8916, 0x28}) /home/rclone/go/src/github.com/rclone/rclone/fs/log/log.go:181 +0x6e github.com/rclone/rclone/backend/onedrive.(*Object).setMetaData(0x1bed7beb0d80?, 0x2f508f8?) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2265 +0x3a6 github.com/rclone/rclone/backend/onedrive.(*Object).readMetaData(0x1bed7cac3a00, {0x2f508f8, 0x4c85680}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2355 +0x125 github.com/rclone/rclone/backend/onedrive.(*Fs).newObjectWithInfo(0x1bed7beb0d80, {0x2f508f8, 0x4c85680}, {0x2d588ed, 0x3}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1249 +0xfb github.com/rclone/rclone/backend/onedrive.(*Fs).NewObject(0x576c4d?, {0x2f508f8?, 0x4c85680?}, {0x2d588ed?, 0x2d588ed?}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1260 +0x25 github.com/rclone/rclone/fs/operations.StatJSON({0x2f508f8, 0x4c85680}, {0x2f715c0, 0x1bed7beb0d80}, {0x2d588ed, 0x3}, 0x1bed7c7b0f50?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson.go:299 +0x235 github.com/rclone/rclone/fs/operations_test.TestStatJSON.func1(0x1bed7bc2b208) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:391 +0x4e testing.tRunner(0x1bed7bc2b208, 0x1bed7be5b3e0) /usr/local/go/src/testing/testing.go:2036 +0xea created by testing.(*T).Run in goroutine 3579 /usr/local/go/src/testing/testing.go:2101 +0x4c5 === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly 2026/08/23 03:19:04 DEBUG : sub: setMetaData called on dir instead of obj Stack trace: goroutine 3651 [running]: github.com/rclone/rclone/fs/log.Stack({0x2ce6700, 0x1bed7cac3b80}, {0x2de8916, 0x28}) /home/rclone/go/src/github.com/rclone/rclone/fs/log/log.go:181 +0x6e github.com/rclone/rclone/backend/onedrive.(*Object).setMetaData(0x1bed7beb0d80?, 0x2f508f8?) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2265 +0x3a6 github.com/rclone/rclone/backend/onedrive.(*Object).readMetaData(0x1bed7cac3b80, {0x2f508f8, 0x4c85680}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2355 +0x125 github.com/rclone/rclone/backend/onedrive.(*Fs).newObjectWithInfo(0x1bed7beb0d80, {0x2f508f8, 0x4c85680}, {0x2d588ed, 0x3}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1249 +0xfb github.com/rclone/rclone/backend/onedrive.(*Fs).NewObject(0x576c4d?, {0x2f508f8?, 0x4c85680?}, {0x2d588ed?, 0x2d588ed?}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1260 +0x25 github.com/rclone/rclone/fs/operations.StatJSON({0x2f508f8, 0x4c85680}, {0x2f715c0, 0x1bed7beb0d80}, {0x2d588ed, 0x3}, 0x1bed7c7b0f50?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson.go:299 +0x235 github.com/rclone/rclone/fs/operations_test.TestStatJSON.func1(0x1bed7c6a0008) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:391 +0x4e testing.tRunner(0x1bed7c6a0008, 0x1bed7be5bd10) /usr/local/go/src/testing/testing.go:2036 +0xea created by testing.(*T).Run in goroutine 3579 /usr/local/go/src/testing/testing.go:2101 +0x4c5 === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2026/08/23 03:19:06 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-riwifar4midi/notfound" --- PASS: TestStatJSON (14.79s) --- PASS: TestStatJSON/Root (0.32s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.29s) --- PASS: TestStatJSON/Dir (0.82s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.36s) --- PASS: TestStatJSON/File (0.74s) --- PASS: TestStatJSON/NotFound (0.86s) --- PASS: TestStatJSON/DirFilesOnly (0.57s) --- PASS: TestStatJSON/FileFilesOnly (0.56s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.56s) --- PASS: TestStatJSON/DirDirsOnly (0.29s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.28s) --- PASS: TestStatJSON/RootNotFound (2.99s) === RUN TestStatJSONMemory 2026/08/23 03:19:11 DEBUG : Creating backend with remote ":memory:" 2026/08/23 03:19:11 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/08/23 03:19:11 DEBUG : sub/file1: size = 5 OK 2026/08/23 03:19:11 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/08/23 03:19:11 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestMkdir run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:19:11 INFO : OneDrive root 'rclone-test-riwifar4midi': Making directory 2026/08/23 03:19:11 INFO : OneDrive root 'rclone-test-riwifar4midi': Making directory --- PASS: TestMkdir (0.86s) === RUN TestLsd run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:19:12 DEBUG : sub dir/hello world: Starting multipart upload 2026/08/23 03:19:13 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 --- PASS: TestLsd (4.69s) === RUN TestLs run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:19:16 DEBUG : potato2: Starting multipart upload 2026/08/23 03:19:17 DEBUG : potato2: Uploading segment 0/60 size 60 2026/08/23 03:19:18 DEBUG : empty space: Starting multipart upload 2026/08/23 03:19:18 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestLs (4.36s) === RUN TestLsWithFilesFrom run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:19:21 DEBUG : potato2: Starting multipart upload 2026/08/23 03:19:21 DEBUG : potato2: Uploading segment 0/60 size 60 2026/08/23 03:19:22 DEBUG : empty space: Starting multipart upload 2026/08/23 03:19:23 DEBUG : empty space: Uploading segment 0/1 size 1 2026/08/23 03:19:24 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/08/23 03:19:24 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.25s) === RUN TestLsLong run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:19:26 DEBUG : potato2: Starting multipart upload 2026/08/23 03:19:27 DEBUG : potato2: Uploading segment 0/60 size 60 2026/08/23 03:19:27 DEBUG : empty space: Starting multipart upload 2026/08/23 03:19:28 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestLsLong (4.25s) === RUN TestHashSums run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:19:30 DEBUG : potato2: Starting multipart upload 2026/08/23 03:19:31 DEBUG : potato2: Uploading segment 0/60 size 60 2026/08/23 03:19:31 DEBUG : empty space: Starting multipart upload 2026/08/23 03:19:32 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestHashSums/Quickxor === RUN TestHashSums/QuickxorDownload === RUN TestHashSums/QuickxorBase64 === RUN TestHashSums/QuickxorDownloadBase64 --- PASS: TestHashSums (6.64s) --- PASS: TestHashSums/Quickxor (0.27s) --- PASS: TestHashSums/QuickxorDownload (1.06s) --- PASS: TestHashSums/QuickxorBase64 (0.25s) --- PASS: TestHashSums/QuickxorDownloadBase64 (0.78s) === RUN TestHashSumsWithErrors 2026/08/23 03:19:37 DEBUG : Creating backend with remote ":memory:" 2026/08/23 03:19:37 ERROR : file1: hash unsupported: hash type not supported 2026/08/23 03:19:37 ERROR : sub/file1: hash unsupported: hash type not supported 2026/08/23 03:19:37 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/08/23 03:19:37 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/23 03:19:37 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/23 03:19:37 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/23 03:19:37 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/23 03:19:37 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/23 03:19:37 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/23 03:19:37 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/08/23 03:19:37 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:19:37 DEBUG : potato2: Starting multipart upload 2026/08/23 03:19:37 DEBUG : potato2: Uploading segment 0/60 size 60 2026/08/23 03:19:38 DEBUG : empty space: Starting multipart upload 2026/08/23 03:19:39 DEBUG : empty space: Uploading segment 0/1 size 1 2026/08/23 03:19:40 DEBUG : sub dir/potato3: Starting multipart upload 2026/08/23 03:19:41 DEBUG : sub dir/potato3: Uploading segment 0/5 size 5 --- PASS: TestCount (7.99s) === RUN TestDelete run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:19:45 DEBUG : small: Starting multipart upload 2026/08/23 03:19:46 DEBUG : small: Uploading segment 0/10 size 10 2026/08/23 03:19:46 DEBUG : medium: Starting multipart upload 2026/08/23 03:19:47 DEBUG : medium: Uploading segment 0/60 size 60 2026/08/23 03:19:47 DEBUG : large: Starting multipart upload 2026/08/23 03:19:48 DEBUG : large: Uploading segment 0/100 size 100 2026/08/23 03:19:49 DEBUG : Waiting for deletions to finish 2026/08/23 03:19:49 DEBUG : large: Excluded (Size Filter) 2026/08/23 03:19:49 DEBUG : large: Excluded 2026/08/23 03:19:50 INFO : small: Deleted 2026/08/23 03:19:50 INFO : medium: Deleted --- PASS: TestDelete (6.01s) === RUN TestMaxDelete run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:19:51 DEBUG : small: Starting multipart upload 2026/08/23 03:19:52 DEBUG : small: Uploading segment 0/10 size 10 2026/08/23 03:19:52 DEBUG : medium: Starting multipart upload 2026/08/23 03:19:53 DEBUG : medium: Uploading segment 0/60 size 60 2026/08/23 03:19:54 DEBUG : large: Starting multipart upload 2026/08/23 03:19:54 DEBUG : large: Uploading segment 0/100 size 100 2026/08/23 03:19:55 DEBUG : Waiting for deletions to finish 2026/08/23 03:19:56 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/08/23 03:19:56 INFO : medium: Deleted 2026/08/23 03:19:56 INFO : large: Deleted --- PASS: TestMaxDelete (6.77s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:19:58 DEBUG : small: Starting multipart upload 2026/08/23 03:19:58 DEBUG : small: Uploading segment 0/10 size 10 2026/08/23 03:19:59 DEBUG : medium: Starting multipart upload 2026/08/23 03:20:00 DEBUG : medium: Uploading segment 0/60 size 60 2026/08/23 03:20:00 DEBUG : large: Starting multipart upload 2026/08/23 03:20:01 DEBUG : large: Uploading segment 0/100 size 100 2026/08/23 03:20:02 DEBUG : Waiting for deletions to finish 2026/08/23 03:20:02 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/08/23 03:20:02 INFO : small: Deleted 2026/08/23 03:20:02 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.43s) === RUN TestMaxDeleteSize run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:20:04 DEBUG : small: Starting multipart upload 2026/08/23 03:20:05 DEBUG : small: Uploading segment 0/10 size 10 2026/08/23 03:20:05 DEBUG : medium: Starting multipart upload 2026/08/23 03:20:06 DEBUG : medium: Uploading segment 0/60 size 60 2026/08/23 03:20:07 DEBUG : large: Starting multipart upload 2026/08/23 03:20:07 DEBUG : large: Uploading segment 0/100 size 100 2026/08/23 03:20:08 DEBUG : Waiting for deletions to finish 2026/08/23 03:20:09 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/08/23 03:20:09 INFO : medium: Deleted 2026/08/23 03:20:09 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.63s) === RUN TestReadFile run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:20:11 DEBUG : ReadFile: Starting multipart upload 2026/08/23 03:20:11 DEBUG : ReadFile: Uploading segment 0/28 size 28 --- PASS: TestReadFile (4.03s) === RUN TestRetry 2026/08/23 03:20:15 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/08/23 03:20:15 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/08/23 03:20:15 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/23 03:20:15 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/23 03:20:15 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/23 03:20:15 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/23 03:20:15 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:20:15 DEBUG : file1: Starting multipart upload 2026/08/23 03:20:15 DEBUG : file1: Uploading segment 0/10 size 10 2026/08/23 03:20:16 DEBUG : file2: Starting multipart upload 2026/08/23 03:20:17 DEBUG : file2: Uploading segment 0/9 size 9 --- PASS: TestCat (10.16s) === RUN TestPurge 2026/08/23 03:20:25 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-lirejom2weva" 2026/08/23 03:20:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 03:20:27 DEBUG : Creating backend with remote "/tmp/rclone1745972782" run.go:198: Remote "OneDrive root 'rclone-test-lirejom2weva'", Local "Local file system at /tmp/rclone1745972782", Modify Window "1s" 2026/08/23 03:20:29 DEBUG : A1/B1/C1/one: Starting multipart upload 2026/08/23 03:20:30 DEBUG : A1/B1/C1/one: Uploading segment 0/3 size 3 2026/08/23 03:20:32 INFO : A2: Making directory 2026/08/23 03:20:32 INFO : A1/B2: Making directory 2026/08/23 03:20:33 INFO : A1/B2/C2: Making directory 2026/08/23 03:20:34 INFO : A1/B1/C3: Making directory 2026/08/23 03:20:35 INFO : A3: Making directory 2026/08/23 03:20:35 INFO : A3/B3: Making directory 2026/08/23 03:20:36 INFO : A3/B3/C4: Making directory 2026/08/23 03:20:37 DEBUG : A1/two: Starting multipart upload 2026/08/23 03:20:37 DEBUG : A1/two: Uploading segment 0/3 size 3 2026/08/23 03:20:43 ERROR : error listing: directory not found 2026/08/23 03:20:43 DEBUG : OneDrive root 'rclone-test-lirejom2weva': Purge remote 2026/08/23 03:20:43 NOTICE: purge failed: directory not found --- PASS: TestPurge (17.89s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:20:45 DEBUG : A1/B1/C1/one: Starting multipart upload 2026/08/23 03:20:46 DEBUG : A1/B1/C1/one: Uploading segment 0/3 size 3 2026/08/23 03:20:47 INFO : A2: Making directory 2026/08/23 03:20:47 INFO : A1/B2: Making directory 2026/08/23 03:20:48 INFO : A1/B2/C2: Making directory 2026/08/23 03:20:49 INFO : A1/B1/C3: Making directory 2026/08/23 03:20:50 INFO : A3: Making directory 2026/08/23 03:20:50 INFO : A3/B3: Making directory 2026/08/23 03:20:51 INFO : A3/B3/C4: Making directory 2026/08/23 03:20:52 DEBUG : A1/two: Starting multipart upload 2026/08/23 03:20:52 DEBUG : A1/two: Uploading segment 0/3 size 3 2026/08/23 03:20:56 DEBUG : removing 1 level 3 directories 2026/08/23 03:20:56 INFO : A3/B3/C4: Removing directory 2026/08/23 03:20:59 DEBUG : removing 2 level 3 directories 2026/08/23 03:20:59 INFO : A1/B2/C2: Removing directory 2026/08/23 03:20:59 INFO : A1/B1/C3: Removing directory 2026/08/23 03:21:00 DEBUG : removing 2 level 2 directories 2026/08/23 03:21:00 INFO : A3/B3: Removing directory 2026/08/23 03:21:00 INFO : A1/B2: Removing directory 2026/08/23 03:21:00 DEBUG : removing 2 level 1 directories 2026/08/23 03:21:00 INFO : A3: Removing directory 2026/08/23 03:21:00 INFO : A2: Removing directory 2026/08/23 03:21:05 DEBUG : removing 1 level 3 directories 2026/08/23 03:21:05 INFO : A1/B1/C1: Removing directory 2026/08/23 03:21:05 DEBUG : removing 1 level 2 directories 2026/08/23 03:21:05 INFO : A1/B1: Removing directory 2026/08/23 03:21:06 DEBUG : removing 1 level 1 directories 2026/08/23 03:21:06 INFO : A1: Removing directory 2026/08/23 03:21:07 DEBUG : removing 1 level 0 directories 2026/08/23 03:21:07 INFO : OneDrive root 'rclone-test-riwifar4midi': Removing directory 2026/08/23 03:21:07 ERROR : error listing: directory not found 2026/08/23 03:21:08 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (24.81s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:21:08 INFO : A1: Making directory 2026/08/23 03:21:09 INFO : A1/B1: Making directory 2026/08/23 03:21:10 INFO : A1/B1/C1: Making directory 2026/08/23 03:21:12 DEBUG : removing 1 level 3 directories 2026/08/23 03:21:12 INFO : A1/B1/C1: Removing directory 2026/08/23 03:21:13 DEBUG : removing 1 level 2 directories 2026/08/23 03:21:13 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (7.94s) === RUN TestRmdirsWithFilter run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:21:16 INFO : A1: Making directory 2026/08/23 03:21:16 INFO : A1/B1: Making directory 2026/08/23 03:21:17 INFO : A1/B1/C1: Making directory 2026/08/23 03:21:20 DEBUG : removing 1 level 3 directories 2026/08/23 03:21:20 INFO : A1/B1/C1: Removing directory 2026/08/23 03:21:21 DEBUG : removing 1 level 2 directories 2026/08/23 03:21:21 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (7.78s) === RUN TestCopyURL run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:21:24 DEBUG : file1: Starting multipart upload 2026/08/23 03:21:24 DEBUG : file1: Uploading segment 0/14 size 14 2026/08/23 03:21:25 DEBUG : file1: size = 14 OK 2026/08/23 03:21:25 DEBUG : file1: quickxor = 6648031bca008231bcc10d7426831be830070500 OK 2026/08/23 03:21:26 DEBUG : filename.txt: File name found in url 2026/08/23 03:21:26 DEBUG : filename.txt: Starting multipart upload 2026/08/23 03:21:26 DEBUG : filename.txt: Uploading segment 0/14 size 14 2026/08/23 03:21:27 DEBUG : filename.txt: size = 14 OK 2026/08/23 03:21:27 DEBUG : filename.txt: quickxor = 6648031bca008231bcc10d7426831be830070500 OK 2026/08/23 03:21:27 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/08/23 03:21:27 DEBUG : headerfilename.txt: Starting multipart upload 2026/08/23 03:21:28 DEBUG : headerfilename.txt: Uploading segment 0/14 size 14 2026/08/23 03:21:28 DEBUG : headerfilename.txt: size = 14 OK 2026/08/23 03:21:28 DEBUG : headerfilename.txt: quickxor = 6648031bca008231bcc10d7426831be830070500 OK 2026/08/23 03:21:28 DEBUG : file2: Starting multipart upload 2026/08/23 03:21:29 DEBUG : file2: Uploading segment 0/14 size 14 2026/08/23 03:21:30 DEBUG : file2: size = 14 OK 2026/08/23 03:21:30 DEBUG : file2: quickxor = 6648031bca008231bcc10d7426831be830070500 OK --- PASS: TestCopyURL (8.44s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:21:32 DEBUG : file1: Starting multipart upload 2026/08/23 03:21:32 DEBUG : file1: Uploading segment 0/14 size 14 2026/08/23 03:21:33 DEBUG : file1: size = 14 OK 2026/08/23 03:21:33 DEBUG : file1: quickxor = 6648031bca008231bcc10d7426831be830070500 OK --- PASS: TestCopyURLDownloadHeaders (2.29s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:21:35 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/23 03:21:36 DEBUG : sub/file2: Starting multipart upload 2026/08/23 03:21:36 DEBUG : sub/file2: Uploading segment 0/14 size 14 2026/08/23 03:21:37 DEBUG : sub/file2: size = 14 OK 2026/08/23 03:21:37 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2026/08/23 03:21:37 INFO : file1: Copied (new) to: sub/file2 2026/08/23 03:21:37 INFO : file1: Deleted 2026/08/23 03:21:38 DEBUG : sub/file2: size = 14 OK 2026/08/23 03:21:38 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/23 03:21:38 DEBUG : file1: Unchanged skipping 2026/08/23 03:21:38 INFO : file1: Deleted 2026/08/23 03:21:39 DEBUG : OneDrive root 'rclone-test-riwifar4midi': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (6.72s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:21:41 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/23 03:21:41 DEBUG : file1: Starting multipart upload 2026/08/23 03:21:42 DEBUG : file1: Uploading segment 0/14 size 14 2026/08/23 03:21:43 DEBUG : file1: size = 14 OK 2026/08/23 03:21:43 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2026/08/23 03:21:43 INFO : file1: Copied (new) 2026/08/23 03:21:43 INFO : file1: Deleted 2026/08/23 03:21:44 DEBUG : file1: Destination exists, skipping 2026/08/23 03:21:44 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.93s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:21:45 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/23 03:21:46 DEBUG : sub/file2: Starting multipart upload 2026/08/23 03:21:47 DEBUG : sub/file2: Uploading segment 0/14 size 14 2026/08/23 03:21:47 DEBUG : sub/file2: size = 14 OK 2026/08/23 03:21:47 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2026/08/23 03:21:47 INFO : file1: Copied (new) to: sub/file2 2026/08/23 03:21:47 INFO : file1: Deleted 2026/08/23 03:21:49 DEBUG : sub/file2: size = 14 OK 2026/08/23 03:21:49 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/23 03:21:49 DEBUG : file1: Unchanged skipping 2026/08/23 03:21:49 INFO : file1: Deleted 2026/08/23 03:21:51 DEBUG : sub/file2: moving to sub/File2-rclone-move-budiloz7 2026/08/23 03:21:52 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-budiloz7 2026/08/23 03:21:52 DEBUG : sub/file2: moving to sub/File2 2026/08/23 03:21:53 INFO : sub/File2-rclone-move-budiloz7: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (10.14s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:21:55 DEBUG : hello: Starting multipart upload 2026/08/23 03:21:55 DEBUG : hello: Uploading segment 0/5 size 5 2026/08/23 03:21:57 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (3.72s) === RUN TestMoveFileBackupDir run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:21:59 DEBUG : dst/file1: Starting multipart upload 2026/08/23 03:22:00 DEBUG : dst/file1: Uploading segment 0/18 size 18 2026/08/23 03:22:02 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-riwifar4midi/backup" 2026/08/23 03:22:02 DEBUG : Config file has changed externally - reloading 2026/08/23 03:22:04 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1173802439) 2026/08/23 03:22:04 DEBUG : dst/file1: size = 18 (OneDrive root 'rclone-test-riwifar4midi') 2026/08/23 03:22:04 DEBUG : dst/file1: Sizes differ 2026/08/23 03:22:07 INFO : dst/file1: Moved (server-side) 2026/08/23 03:22:07 DEBUG : dst/file1: Starting multipart upload 2026/08/23 03:22:08 DEBUG : dst/file1: Uploading segment 0/14 size 14 2026/08/23 03:22:08 DEBUG : dst/file1: size = 14 OK 2026/08/23 03:22:08 DEBUG : dst/file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2026/08/23 03:22:08 INFO : dst/file1: Copied (new) 2026/08/23 03:22:08 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (15.05s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:22:14 DEBUG : A1/one: Starting multipart upload 2026/08/23 03:22:15 DEBUG : A1/one: Uploading segment 0/3 size 3 2026/08/23 03:22:16 DEBUG : A1/two: Starting multipart upload 2026/08/23 03:22:16 DEBUG : A1/two: Uploading segment 0/3 size 3 2026/08/23 03:22:18 DEBUG : A1/B1/three: Starting multipart upload 2026/08/23 03:22:18 DEBUG : A1/B1/three: Uploading segment 0/5 size 5 2026/08/23 03:22:20 DEBUG : A1/B1/C1/four: Starting multipart upload 2026/08/23 03:22:21 DEBUG : A1/B1/C1/four: Uploading segment 0/4 size 4 2026/08/23 03:22:22 DEBUG : A1/B1/C2/five: Starting multipart upload 2026/08/23 03:22:23 DEBUG : A1/B1/C2/five: Uploading segment 0/4 size 4 2026/08/23 03:22:23 INFO : A1/B2: Making directory 2026/08/23 03:22:24 INFO : A1/B1/C3: Making directory 2026/08/23 03:22:36 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/08/23 03:22:36 INFO : A2/one: Moved (server-side) to: A3/one 2026/08/23 03:22:36 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/08/23 03:22:36 INFO : A2/two: Moved (server-side) to: A3/two 2026/08/23 03:22:37 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/08/23 03:22:42 INFO : OneDrive root 'rclone-test-riwifar4midi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/08/23 03:22:50 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/08/23 03:22:50 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/08/23 03:22:50 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/08/23 03:22:50 INFO : A3/one: Moved (server-side) to: A4/one 2026/08/23 03:22:50 INFO : A3/two: Moved (server-side) to: A4/two --- PASS: TestDirMove (47.57s) === RUN TestGetFsInfo run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" --- PASS: TestGetFsInfo (0.52s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:02 DEBUG : OneDrive root 'rclone-test-riwifar4midi': File to upload is small (34 bytes), uploading instead of streaming 2026/08/23 03:23:02 DEBUG : no_checksum_small_file_from_pipe: Starting multipart upload 2026/08/23 03:23:03 DEBUG : no_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2026/08/23 03:23:03 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/08/23 03:23:03 DEBUG : no_checksum_small_file_from_pipe: quickxor = 45dc0e76d116c1d44a3588d25663bb8919e47993 OK 2026/08/23 03:23:03 DEBUG : no_checksum_small_file_from_pipe: Size and quickxor of src and dst objects identical 2026/08/23 03:23:03 DEBUG : OneDrive root 'rclone-test-riwifar4midi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/08/23 03:23:03 DEBUG : no_checksum_big_file_from_pipe: Starting multipart upload 2026/08/23 03:23:04 DEBUG : no_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2026/08/23 03:23:05 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/08/23 03:23:05 DEBUG : no_checksum_big_file_from_pipe: quickxor = 0000000000000000000000000190010000000000 OK 2026/08/23 03:23:05 DEBUG : no_checksum_big_file_from_pipe: Size and quickxor of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:06 DEBUG : OneDrive root 'rclone-test-riwifar4midi': File to upload is small (34 bytes), uploading instead of streaming 2026/08/23 03:23:06 DEBUG : with_checksum_small_file_from_pipe: Starting multipart upload 2026/08/23 03:23:07 DEBUG : with_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2026/08/23 03:23:08 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/08/23 03:23:08 DEBUG : with_checksum_small_file_from_pipe: quickxor = 45dc0e76d116c1d44a3588d25663bb8919e47993 OK 2026/08/23 03:23:08 DEBUG : with_checksum_small_file_from_pipe: Size and quickxor of src and dst objects identical 2026/08/23 03:23:08 DEBUG : OneDrive root 'rclone-test-riwifar4midi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/08/23 03:23:08 DEBUG : with_checksum_big_file_from_pipe: Starting multipart upload 2026/08/23 03:23:08 DEBUG : with_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2026/08/23 03:23:09 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/08/23 03:23:09 DEBUG : with_checksum_big_file_from_pipe: quickxor = 0000000000000000000000000190010000000000 OK 2026/08/23 03:23:09 DEBUG : with_checksum_big_file_from_pipe: Size and quickxor of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:11 DEBUG : OneDrive root 'rclone-test-riwifar4midi': File to upload is small (34 bytes), uploading instead of streaming 2026/08/23 03:23:11 DEBUG : ignore_checksum_small_file_from_pipe: Starting multipart upload 2026/08/23 03:23:11 DEBUG : ignore_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2026/08/23 03:23:12 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/23 03:23:12 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/23 03:23:12 DEBUG : OneDrive root 'rclone-test-riwifar4midi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/08/23 03:23:12 DEBUG : ignore_checksum_big_file_from_pipe: Starting multipart upload 2026/08/23 03:23:13 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2026/08/23 03:23:13 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/23 03:23:13 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:15 DEBUG : OneDrive root 'rclone-test-riwifar4midi': File to upload is small (34 bytes), uploading instead of streaming 2026/08/23 03:23:15 DEBUG : ignore_checksum_small_file_from_pipe: Starting multipart upload 2026/08/23 03:23:16 DEBUG : ignore_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2026/08/23 03:23:16 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/23 03:23:16 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/08/23 03:23:16 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/08/23 03:23:16 DEBUG : OneDrive root 'rclone-test-riwifar4midi': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/08/23 03:23:16 DEBUG : ignore_checksum_big_file_from_pipe: Starting multipart upload 2026/08/23 03:23:17 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2026/08/23 03:23:18 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/23 03:23:18 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/08/23 03:23:18 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (17.20s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.38s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.22s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.33s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.27s) === RUN TestRcatMetadata run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" operations_test.go:1564: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.52s) === RUN TestRcatSize run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:19 DEBUG : potato1: Starting multipart upload 2026/08/23 03:23:20 DEBUG : potato1: Uploading segment 0/60 size 60 2026/08/23 03:23:21 DEBUG : potato1: size = 60 OK 2026/08/23 03:23:21 DEBUG : potato1: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK 2026/08/23 03:23:21 DEBUG : OneDrive root 'rclone-test-riwifar4midi': File to upload is small (60 bytes), uploading instead of streaming 2026/08/23 03:23:21 DEBUG : potato2: Starting multipart upload 2026/08/23 03:23:21 DEBUG : potato2: Uploading segment 0/60 size 60 2026/08/23 03:23:22 DEBUG : potato2: size = 60 OK 2026/08/23 03:23:22 DEBUG : potato2: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK 2026/08/23 03:23:22 DEBUG : potato2: Size and quickxor of src and dst objects identical --- PASS: TestRcatSize (3.97s) === RUN TestRcatSizeShortEOF run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:23 DEBUG : potato1: Starting multipart upload 2026/08/23 03:23:24 DEBUG : potato1: Uploading segment 0/120 size 120 2026/08/23 03:23:24 DEBUG : potato1: Cancelling multipart upload: HTTP error 400 (400 Bad Request) returned body: "\r\n
HTTP Error 400. The request is badly formed.
\r\n\r\n" 2026/08/23 03:23:24 DEBUG : info from Update error: null 2026/08/23 03:23:24 ERROR : potato1: Post request put error: HTTP error 400 (400 Bad Request) returned body: "\r\nHTTP Error 400. The request is badly formed.
\r\n\r\n" --- PASS: TestRcatSizeShortEOF (1.41s) === RUN TestRcatSizeMetadata run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" operations_test.go:1657: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.51s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:25 DEBUG : potato1: Starting multipart upload 2026/08/23 03:23:26 DEBUG : potato1: Uploading segment 0/60 size 60 2026/08/23 03:23:27 DEBUG : potato1: size = 60 OK 2026/08/23 03:23:27 DEBUG : potato1: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK --- PASS: TestRcatSizeUploadHeaders (2.16s) === RUN TestRcatSizeChecksum === RUN TestRcatSizeChecksum/Corrupted run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:28 DEBUG : potato1: Starting multipart upload 2026/08/23 03:23:28 DEBUG : potato1: Uploading segment 0/60 size 60 2026/08/23 03:23:29 DEBUG : potato1: size = 60 OK 2026/08/23 03:23:29 DEBUG : potato1: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d (OneDrive root 'rclone-test-riwifar4midi') 2026/08/23 03:23:29 DEBUG : potato1: quickxor = 094850800214a000052840013650800214a00005 (OneDrive root 'rclone-test-riwifar4midi') 2026/08/23 03:23:29 ERROR : potato1: corrupted on transfer: quickxor hashes differ src "4001dad296b6b4a52d6d694b67dad296b6b4a52d" vs dst(OneDrive root 'rclone-test-riwifar4midi') "094850800214a000052840013650800214a00005" 2026/08/23 03:23:29 INFO : potato1: Removing failed copy === RUN TestRcatSizeChecksum/SizeDiffers run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:30 DEBUG : potato4: Starting multipart upload 2026/08/23 03:23:30 DEBUG : potato4: Uploading segment 0/59 size 59 2026/08/23 03:23:31 DEBUG : potato4: size = 60 (OneDrive root 'rclone-test-riwifar4midi') 2026/08/23 03:23:31 DEBUG : potato4: size = 59 (OneDrive root 'rclone-test-riwifar4midi') 2026/08/23 03:23:31 ERROR : potato4: corrupted on transfer: sizes differ src 60 vs dst(OneDrive root 'rclone-test-riwifar4midi') 59 2026/08/23 03:23:31 INFO : potato4: Removing failed copy === RUN TestRcatSizeChecksum/IgnoreChecksum run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:32 DEBUG : potato2: Starting multipart upload 2026/08/23 03:23:33 DEBUG : potato2: Uploading segment 0/60 size 60 2026/08/23 03:23:33 DEBUG : potato2: size = 60 OK === RUN TestRcatSizeChecksum/NoHashes run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:34 DEBUG : potato3: Starting multipart upload 2026/08/23 03:23:35 DEBUG : potato3: Uploading segment 0/60 size 60 2026/08/23 03:23:36 DEBUG : potato3: size = 60 OK --- PASS: TestRcatSizeChecksum (8.83s) --- PASS: TestRcatSizeChecksum/Corrupted (2.24s) --- PASS: TestRcatSizeChecksum/SizeDiffers (2.36s) --- PASS: TestRcatSizeChecksum/IgnoreChecksum (2.11s) --- PASS: TestRcatSizeChecksum/NoHashes (2.12s) === RUN TestTouchDir run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:36 DEBUG : potato2: Starting multipart upload 2026/08/23 03:23:37 DEBUG : potato2: Uploading segment 0/60 size 60 2026/08/23 03:23:38 DEBUG : empty space: Starting multipart upload 2026/08/23 03:23:38 DEBUG : empty space: Uploading segment 0/1 size 1 2026/08/23 03:23:39 DEBUG : sub dir/potato3: Starting multipart upload 2026/08/23 03:23:40 DEBUG : sub dir/potato3: Uploading segment 0/5 size 5 2026/08/23 03:23:42 DEBUG : OneDrive root 'rclone-test-riwifar4midi': Touching "empty space" 2026/08/23 03:23:42 DEBUG : OneDrive root 'rclone-test-riwifar4midi': Touching "potato2" 2026/08/23 03:23:42 DEBUG : OneDrive root 'rclone-test-riwifar4midi': Touching "sub dir/potato3" --- PASS: TestTouchDir (9.05s) === RUN TestMkdirMetadata run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:45 DEBUG : dir with metadata: Making directory with metadata 2026/08/23 03:23:46 DEBUG : dir with metadata: skipping unsupported metadata item: potato: jersey 2026/08/23 03:23:46 DEBUG : dir with metadata: setting time 2001-02-03 04:05:06.499999999 +0000 UTC 2026/08/23 03:23:47 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.88s) === RUN TestMkdirModTime run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:48 DEBUG : directory with modtime: Making directory with metadata 2026/08/23 03:23:49 DEBUG : directory with modtime: setting time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/23 03:23:49 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.79s) === RUN TestCopyDirMetadata run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:51 DEBUG : dir with metadata to be copied: Making directory with metadata 2026/08/23 03:23:51 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 03:23:51 DEBUG : non existent directory: skipping unsupported metadata item: gid: 1000 2026/08/23 03:23:51 DEBUG : non existent directory: skipping unsupported metadata item: atime: 2001-02-03T04:05:06.499999999Z 2026/08/23 03:23:51 DEBUG : non existent directory: skipping unsupported metadata item: potato: jersey 2026/08/23 03:23:51 DEBUG : non existent directory: skipping unsupported metadata item: mode: 40775 2026/08/23 03:23:51 DEBUG : non existent directory: skipping unsupported metadata item: uid: 1000 2026/08/23 03:23:52 DEBUG : non existent directory: setting time 2001-02-03 04:05:06.499999999 +0000 UTC 2026/08/23 03:23:52 INFO : non existent directory: Updated directory metadata 2026/08/23 03:23:54 DEBUG : existing directory: skipping unsupported metadata item: potato: jersey 2026/08/23 03:23:54 DEBUG : existing directory: skipping unsupported metadata item: mode: 40775 2026/08/23 03:23:54 DEBUG : existing directory: skipping unsupported metadata item: uid: 1000 2026/08/23 03:23:54 DEBUG : existing directory: skipping unsupported metadata item: gid: 1000 2026/08/23 03:23:54 DEBUG : existing directory: skipping unsupported metadata item: atime: 2001-02-03T04:05:06.499999999Z 2026/08/23 03:23:55 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.42s) === RUN TestSetDirModTime run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:23:57 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2026/08/23 03:23:58 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2026/08/23 03:23:59 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.21s) === RUN TestDirsEqual run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:24:01 DEBUG : dir with metadata to be copied: Making directory with metadata 2026/08/23 03:24:01 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 03:24:01 DEBUG : dst: Making directory with metadata 2026/08/23 03:24:01 DEBUG : dst: setting time 2001-02-03 04:05:06.499999999 +0000 UTC 2026/08/23 03:24:02 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 03:24:02 DEBUG : dst: Directory modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/23 03:24:02 INFO : dst: Set directory modification time (using SetModTime) 2026/08/23 03:24:03 INFO : dst: Set directory modification time (using SetModTime) 2026/08/23 03:24:03 DEBUG : dst: Directory modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/23 03:24:03 INFO : dst: Set directory modification time (using SetModTime) 2026/08/23 03:24:03 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.71s) === RUN TestRemoveExisting run.go:198: Remote "OneDrive root 'rclone-test-riwifar4midi'", Local "Local file system at /tmp/rclone1173802439", Modify Window "1s" 2026/08/23 03:24:05 DEBUG : sub dir/test remove existing: Starting multipart upload 2026/08/23 03:24:06 DEBUG : sub dir/test remove existing: Uploading segment 0/11 size 11 2026/08/23 03:24:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Starting multipart upload 2026/08/23 03:24:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading segment 0/21 size 21 2026/08/23 03:24:11 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.hakejeg0" before starting 2026/08/23 03:24:12 DEBUG : sub dir/test remove existing.hakejeg0: TEST: removing renamed existing file after operation 2026/08/23 03:24:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cehopon1" before starting 2026/08/23 03:24:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cehopon1: TEST: renaming existing back after failed operation 2026/08/23 03:24:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.naxiyih9" before starting 2026/08/23 03:24:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.naxiyih9: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (15.84s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2026/08/23 03:24:20 DEBUG : OneDrive root 'rclone-test-riwifar4midi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOneDriveBusiness: -verbose" - Finished OK in 10m44.699354302s (try 1/5)