"./operations.test -test.v -test.timeout 1h0m0s -remote TestOneDriveBusiness: -verbose" - Starting (try 1/5) 2025/11/12 02:04:39 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zezorix1koco" 2025/11/12 02:04:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:04:41 DEBUG : Creating backend with remote "/tmp/rclone2072117827" === 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:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2025/11/12 02:04:41 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2025/11/12 02:04:42 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers 2025/11/12 02:04:42 DEBUG : a: size = 0 OK 2025/11/12 02:04:42 DEBUG : a: size = 1 (memory) 2025/11/12 02:04:42 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/11/12 02:04:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/11/12 02:04:42 DEBUG : potato: Seek from 10 to 0 2025/11/12 02:04:42 DEBUG : potato: Seek from 10 to 0 2025/11/12 02:04:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/11/12 02:04:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Seek from 5 to 2 2025/11/12 02:04:42 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/11/12 02:04:42 DEBUG : potato: Seek from 7 to 0 2025/11/12 02:04:42 DEBUG : potato: Seek from 7 to 0 2025/11/12 02:04:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/11/12 02:04:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Seek from 5 to 2 2025/11/12 02:04:42 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/11/12 02:04:42 DEBUG : potato: Seek from 8 to 0 2025/11/12 02:04:42 DEBUG : potato: Seek from 8 to 0 2025/11/12 02:04:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/11/12 02:04:42 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/11/12 02:04:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/11/12 02:04:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/11/12 02:04:42 DEBUG : potato: Seek from 5 to 2 2025/11/12 02:04:42 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/11/12 02:04:42 DEBUG : potato: Seek from 9 to 0 2025/11/12 02:04:42 DEBUG : potato: Seek from 9 to 0 2025/11/12 02:04:42 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:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:04:42 DEBUG : rutabaga: Starting multipart upload 2025/11/12 02:04:43 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheck/1 === RUN TestCheck/2 2025/11/12 02:04:45 DEBUG : empty space: Starting multipart upload 2025/11/12 02:04:46 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheck/3 2025/11/12 02:04:47 DEBUG : potato2: Starting multipart upload 2025/11/12 02:04:48 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheck/4 === RUN TestCheck/5 2025/11/12 02:04:50 DEBUG : remotepotato: Starting multipart upload 2025/11/12 02:04:50 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.90s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.31s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2025/11/12 02:04:53 DEBUG : Creating backend with remote "nonexistent" 2025/11/12 02:04:53 DEBUG : Creating backend with remote "nonexistent" 2025/11/12 02:04:53 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/11/12 02:04:53 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/11/12 02:04:53 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/11/12 02:04:53 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:04:53 DEBUG : rutabaga: Starting multipart upload 2025/11/12 02:04:54 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/11/12 02:04:57 DEBUG : empty space: Starting multipart upload 2025/11/12 02:04:57 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheckDownload/3 2025/11/12 02:04:59 DEBUG : potato2: Starting multipart upload 2025/11/12 02:05:00 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/11/12 02:05:03 DEBUG : remotepotato: Starting multipart upload 2025/11/12 02:05:04 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (14.95s) --- PASS: TestCheckDownload/1 (0.74s) --- PASS: TestCheckDownload/2 (0.73s) --- PASS: TestCheckDownload/3 (0.75s) --- PASS: TestCheckDownload/4 (1.25s) --- PASS: TestCheckDownload/5 (1.14s) --- PASS: TestCheckDownload/6 (0.82s) --- PASS: TestCheckDownload/7 (0.80s) === RUN TestCheckSizeOnly run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:05:08 DEBUG : rutabaga: Starting multipart upload 2025/11/12 02:05:09 DEBUG : rutabaga: Uploading segment 0/8 size 8 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/11/12 02:05:11 DEBUG : empty space: Starting multipart upload 2025/11/12 02:05:11 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestCheckSizeOnly/3 2025/11/12 02:05:13 DEBUG : potato2: Starting multipart upload 2025/11/12 02:05:13 DEBUG : potato2: Uploading segment 0/60 size 60 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/11/12 02:05:15 DEBUG : remotepotato: Starting multipart upload 2025/11/12 02:05:16 DEBUG : remotepotato: Uploading segment 0/60 size 60 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.43s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.35s) --- PASS: TestCheckSizeOnly/4 (0.28s) --- PASS: TestCheckSizeOnly/5 (0.30s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:05:19 DEBUG : test.sum: Starting multipart upload 2025/11/12 02:05:20 DEBUG : test.sum: Uploading segment 0/81 size 81 2025/11/12 02:05:21 NOTICE: test.sum: improperly formatted checksum line 4 2025/11/12 02:05:21 NOTICE: test.sum: improperly formatted checksum line 5 2025/11/12 02:05:21 NOTICE: test.sum: improperly formatted checksum line 6 2025/11/12 02:05:21 NOTICE: test.sum: 2 warning(s) suppressed... 2025/11/12 02:05:21 DEBUG : test.sum: Starting multipart upload 2025/11/12 02:05:22 DEBUG : test.sum: Uploading segment 0/90 size 90 2025/11/12 02:05:23 NOTICE: test.sum: improperly formatted checksum line 4 2025/11/12 02:05:23 NOTICE: test.sum: improperly formatted checksum line 5 2025/11/12 02:05:23 NOTICE: test.sum: improperly formatted checksum line 6 2025/11/12 02:05:23 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.53s) === RUN TestCheckSum run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:05:24 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zezorix1koco/data" check_test.go:350: OneDrive root 'rclone-test-zezorix1koco/data' lacks md5, skipping --- SKIP: TestCheckSum (3.11s) === RUN TestCheckSumDownload run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:05:27 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zezorix1koco/data" 2025/11/12 02:05:31 DEBUG : data/banana: Starting multipart upload 2025/11/12 02:05:31 DEBUG : data/banana: Uploading segment 0/13 size 13 2025/11/12 02:05:32 DEBUG : test.sum: Starting multipart upload 2025/11/12 02:05:33 DEBUG : test.sum: Uploading segment 0/41 size 41 === RUN TestCheckSumDownload/subtest1 2025/11/12 02:05:37 DEBUG : data/potato: Starting multipart upload 2025/11/12 02:05:38 DEBUG : data/potato: Uploading segment 0/15 size 15 2025/11/12 02:05:38 DEBUG : test.sum: Starting multipart upload 2025/11/12 02:05:39 DEBUG : test.sum: Uploading segment 0/41 size 41 === RUN TestCheckSumDownload/subtest2 2025/11/12 02:05:42 DEBUG : test.sum: Starting multipart upload 2025/11/12 02:05:42 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest3 2025/11/12 02:05:46 DEBUG : test.sum: Starting multipart upload 2025/11/12 02:05:46 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest4 2025/11/12 02:05:50 DEBUG : test.sum: Starting multipart upload 2025/11/12 02:05:50 DEBUG : test.sum: Uploading segment 0/123 size 123 === RUN TestCheckSumDownload/subtest5 2025/11/12 02:05:53 DEBUG : test.sum: Starting multipart upload 2025/11/12 02:05:54 DEBUG : test.sum: Uploading segment 0/123 size 123 === RUN TestCheckSumDownload/subtest6 2025/11/12 02:05:57 DEBUG : data/banana: Starting multipart upload 2025/11/12 02:05:58 DEBUG : data/banana: Uploading segment 0/13 size 13 2025/11/12 02:05:58 DEBUG : data/potato: Starting multipart upload 2025/11/12 02:05:59 DEBUG : data/potato: Uploading segment 0/15 size 15 2025/11/12 02:06:00 DEBUG : test.sum: Starting multipart upload 2025/11/12 02:06:00 DEBUG : test.sum: Uploading segment 0/82 size 82 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (38.08s) --- PASS: TestCheckSumDownload/subtest1 (2.80s) --- PASS: TestCheckSumDownload/subtest2 (1.71s) --- PASS: TestCheckSumDownload/subtest3 (2.34s) --- PASS: TestCheckSumDownload/subtest4 (2.28s) --- PASS: TestCheckSumDownload/subtest5 (1.78s) --- PASS: TestCheckSumDownload/subtest6 (1.84s) --- PASS: TestCheckSumDownload/subtest7 (1.85s) === RUN TestApplyTransforms 2025/11/12 02:06:06 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-kacefim8beti" 2025/11/12 02:06:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:06:07 DEBUG : Creating backend with remote "/tmp/rclone93847585" run.go:185: Remote "OneDrive root 'rclone-test-kacefim8beti'", Local "Local file system at /tmp/rclone93847585", Modify Window "1s" 2025/11/12 02:06:08 DEBUG : hello, world!: Starting multipart upload 2025/11/12 02:06:09 DEBUG : hello, world!: Uploading segment 0/13 size 13 upper checkfile vs. lower remote (without normalization) 2025/11/12 02:06:10 ERROR : hello, world!: sum not found 2025/11/12 02:06:10 ERROR : HELLO, WORLD!: file not in OneDrive root 'rclone-test-kacefim8beti' 2025/11/12 02:06:10 NOTICE: OneDrive root 'rclone-test-kacefim8beti': 1 files missing 2025/11/12 02:06:10 NOTICE: 1 hashes missing 2025/11/12 02:06:10 NOTICE: OneDrive root 'rclone-test-kacefim8beti': 1 differences found 2025/11/12 02:06:10 NOTICE: OneDrive root 'rclone-test-kacefim8beti': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/11/12 02:06:11 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/12 02:06:11 NOTICE: OneDrive root 'rclone-test-kacefim8beti': 0 differences found 2025/11/12 02:06:11 NOTICE: OneDrive root 'rclone-test-kacefim8beti': 1 matching files 2025/11/12 02:06:11 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-setequw9puse" 2025/11/12 02:06:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:06:13 DEBUG : Creating backend with remote "/tmp/rclone842629911" run.go:185: Remote "OneDrive root 'rclone-test-setequw9puse'", Local "Local file system at /tmp/rclone842629911", Modify Window "1s" 2025/11/12 02:06:14 DEBUG : HELLO, WORLD!: Starting multipart upload 2025/11/12 02:06:14 DEBUG : HELLO, WORLD!: Uploading segment 0/13 size 13 lower checkfile vs. upper remote (without normalization) 2025/11/12 02:06:16 ERROR : HELLO, WORLD!: sum not found 2025/11/12 02:06:16 ERROR : hello, world!: file not in OneDrive root 'rclone-test-setequw9puse' 2025/11/12 02:06:16 NOTICE: OneDrive root 'rclone-test-setequw9puse': 1 files missing 2025/11/12 02:06:16 NOTICE: 1 hashes missing 2025/11/12 02:06:16 NOTICE: OneDrive root 'rclone-test-setequw9puse': 1 differences found 2025/11/12 02:06:16 NOTICE: OneDrive root 'rclone-test-setequw9puse': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/11/12 02:06:17 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/12 02:06:17 NOTICE: OneDrive root 'rclone-test-setequw9puse': 0 differences found 2025/11/12 02:06:17 NOTICE: OneDrive root 'rclone-test-setequw9puse': 1 matching files 2025/11/12 02:06:17 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zayifek2sibo" 2025/11/12 02:06:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:06:19 DEBUG : Creating backend with remote "/tmp/rclone1214245308" run.go:185: Remote "OneDrive root 'rclone-test-zayifek2sibo'", Local "Local file system at /tmp/rclone1214245308", Modify Window "1s" 2025/11/12 02:06:19 DEBUG : HeLlO, wOrLd!: Starting multipart upload 2025/11/12 02:06:20 DEBUG : HeLlO, wOrLd!: Uploading segment 0/13 size 13 lower checkfile vs. upperlowermixed remote (without normalization) 2025/11/12 02:06:22 ERROR : HeLlO, wOrLd!: sum not found 2025/11/12 02:06:22 ERROR : hello, world!: file not in OneDrive root 'rclone-test-zayifek2sibo' 2025/11/12 02:06:22 NOTICE: OneDrive root 'rclone-test-zayifek2sibo': 1 files missing 2025/11/12 02:06:22 NOTICE: 1 hashes missing 2025/11/12 02:06:22 NOTICE: OneDrive root 'rclone-test-zayifek2sibo': 1 differences found 2025/11/12 02:06:22 NOTICE: OneDrive root 'rclone-test-zayifek2sibo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/11/12 02:06:23 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/12 02:06:23 NOTICE: OneDrive root 'rclone-test-zayifek2sibo': 0 differences found 2025/11/12 02:06:23 NOTICE: OneDrive root 'rclone-test-zayifek2sibo': 1 matching files 2025/11/12 02:06:23 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-wapeyep5qiha" 2025/11/12 02:06:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:06:25 DEBUG : Creating backend with remote "/tmp/rclone2530124130" run.go:185: Remote "OneDrive root 'rclone-test-wapeyep5qiha'", Local "Local file system at /tmp/rclone2530124130", Modify Window "1s" 2025/11/12 02:06:25 DEBUG : HELLO, WORLD!: Starting multipart upload 2025/11/12 02:06:26 DEBUG : HELLO, WORLD!: Uploading segment 0/13 size 13 upperlowermixed checkfile vs. upper remote (without normalization) 2025/11/12 02:06:28 ERROR : HELLO, WORLD!: sum not found 2025/11/12 02:06:28 ERROR : HeLlO, wOrLd!: file not in OneDrive root 'rclone-test-wapeyep5qiha' 2025/11/12 02:06:28 NOTICE: OneDrive root 'rclone-test-wapeyep5qiha': 1 files missing 2025/11/12 02:06:28 NOTICE: 1 hashes missing 2025/11/12 02:06:28 NOTICE: OneDrive root 'rclone-test-wapeyep5qiha': 1 differences found 2025/11/12 02:06:28 NOTICE: OneDrive root 'rclone-test-wapeyep5qiha': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/11/12 02:06:28 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/12 02:06:28 NOTICE: OneDrive root 'rclone-test-wapeyep5qiha': 0 differences found 2025/11/12 02:06:28 NOTICE: OneDrive root 'rclone-test-wapeyep5qiha': 1 matching files 2025/11/12 02:06:28 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-xazuyaz6doye" 2025/11/12 02:06:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:06:30 DEBUG : Creating backend with remote "/tmp/rclone937158798" run.go:185: Remote "OneDrive root 'rclone-test-xazuyaz6doye'", Local "Local file system at /tmp/rclone937158798", Modify Window "1s" 2025/11/12 02:06:31 DEBUG : 測試_Русский___ě_áñ: Starting multipart upload 2025/11/12 02:06:32 DEBUG : 測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFD checkfile vs. NFC remote (without normalization) 2025/11/12 02:06:34 ERROR : 測試_Русский___ě_áñ: sum not found 2025/11/12 02:06:34 ERROR : 測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-xazuyaz6doye' 2025/11/12 02:06:34 NOTICE: OneDrive root 'rclone-test-xazuyaz6doye': 1 files missing 2025/11/12 02:06:34 NOTICE: 1 hashes missing 2025/11/12 02:06:34 NOTICE: OneDrive root 'rclone-test-xazuyaz6doye': 1 differences found 2025/11/12 02:06:34 NOTICE: OneDrive root 'rclone-test-xazuyaz6doye': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/11/12 02:06:34 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/12 02:06:34 NOTICE: OneDrive root 'rclone-test-xazuyaz6doye': 0 differences found 2025/11/12 02:06:34 NOTICE: OneDrive root 'rclone-test-xazuyaz6doye': 1 matching files 2025/11/12 02:06:34 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-nemivef9xevu" 2025/11/12 02:06:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:06:36 DEBUG : Creating backend with remote "/tmp/rclone2757844573" run.go:185: Remote "OneDrive root 'rclone-test-nemivef9xevu'", Local "Local file system at /tmp/rclone2757844573", Modify Window "1s" 2025/11/12 02:06:37 DEBUG : 測試_Русский___ě_áñ: Starting multipart upload 2025/11/12 02:06:38 DEBUG : 測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFC checkfile vs. NFD remote (without normalization) 2025/11/12 02:06:39 ERROR : 測試_Русский___ě_áñ: sum not found 2025/11/12 02:06:39 ERROR : 測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-nemivef9xevu' 2025/11/12 02:06:39 NOTICE: OneDrive root 'rclone-test-nemivef9xevu': 1 files missing 2025/11/12 02:06:39 NOTICE: 1 hashes missing 2025/11/12 02:06:39 NOTICE: OneDrive root 'rclone-test-nemivef9xevu': 1 differences found 2025/11/12 02:06:39 NOTICE: OneDrive root 'rclone-test-nemivef9xevu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/11/12 02:06:40 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/12 02:06:40 NOTICE: OneDrive root 'rclone-test-nemivef9xevu': 0 differences found 2025/11/12 02:06:40 NOTICE: OneDrive root 'rclone-test-nemivef9xevu': 1 matching files 2025/11/12 02:06:40 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-lihejuz3wero" 2025/11/12 02:06:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:06:42 DEBUG : Creating backend with remote "/tmp/rclone3172954934" run.go:185: Remote "OneDrive root 'rclone-test-lihejuz3wero'", Local "Local file system at /tmp/rclone3172954934", Modify Window "1s" 2025/11/12 02:06:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2025/11/12 02:06:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFDx2 checkfile vs. both remote (without normalization) 2025/11/12 02:06:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/12 02:06:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-lihejuz3wero' 2025/11/12 02:06:45 NOTICE: OneDrive root 'rclone-test-lihejuz3wero': 1 files missing 2025/11/12 02:06:45 NOTICE: 1 hashes missing 2025/11/12 02:06:45 NOTICE: OneDrive root 'rclone-test-lihejuz3wero': 1 differences found 2025/11/12 02:06:45 NOTICE: OneDrive root 'rclone-test-lihejuz3wero': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/11/12 02:06:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/12 02:06:46 NOTICE: OneDrive root 'rclone-test-lihejuz3wero': 0 differences found 2025/11/12 02:06:46 NOTICE: OneDrive root 'rclone-test-lihejuz3wero': 1 matching files 2025/11/12 02:06:46 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-gufidib0sina" 2025/11/12 02:06:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:06:48 DEBUG : Creating backend with remote "/tmp/rclone690510532" run.go:185: Remote "OneDrive root 'rclone-test-gufidib0sina'", Local "Local file system at /tmp/rclone690510532", Modify Window "1s" 2025/11/12 02:06:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2025/11/12 02:06:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 NFCx2 checkfile vs. both remote (without normalization) 2025/11/12 02:06:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/12 02:06:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-gufidib0sina' 2025/11/12 02:06:51 NOTICE: OneDrive root 'rclone-test-gufidib0sina': 1 files missing 2025/11/12 02:06:51 NOTICE: 1 hashes missing 2025/11/12 02:06:51 NOTICE: OneDrive root 'rclone-test-gufidib0sina': 1 differences found 2025/11/12 02:06:51 NOTICE: OneDrive root 'rclone-test-gufidib0sina': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/11/12 02:06:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/12 02:06:52 NOTICE: OneDrive root 'rclone-test-gufidib0sina': 0 differences found 2025/11/12 02:06:52 NOTICE: OneDrive root 'rclone-test-gufidib0sina': 1 matching files 2025/11/12 02:06:52 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-sirineh8hugi" 2025/11/12 02:06:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:06:53 DEBUG : Creating backend with remote "/tmp/rclone4213091864" run.go:185: Remote "OneDrive root 'rclone-test-sirineh8hugi'", Local "Local file system at /tmp/rclone4213091864", Modify Window "1s" 2025/11/12 02:06:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2025/11/12 02:06:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 both checkfile vs. NFDx2 remote (without normalization) 2025/11/12 02:06:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/12 02:06:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-sirineh8hugi' 2025/11/12 02:06:56 NOTICE: OneDrive root 'rclone-test-sirineh8hugi': 1 files missing 2025/11/12 02:06:56 NOTICE: 1 hashes missing 2025/11/12 02:06:56 NOTICE: OneDrive root 'rclone-test-sirineh8hugi': 1 differences found 2025/11/12 02:06:56 NOTICE: OneDrive root 'rclone-test-sirineh8hugi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/11/12 02:06:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/12 02:06:57 NOTICE: OneDrive root 'rclone-test-sirineh8hugi': 0 differences found 2025/11/12 02:06:57 NOTICE: OneDrive root 'rclone-test-sirineh8hugi': 1 matching files 2025/11/12 02:06:57 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-husutew7hude" 2025/11/12 02:06:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:06:59 DEBUG : Creating backend with remote "/tmp/rclone3365299982" run.go:185: Remote "OneDrive root 'rclone-test-husutew7hude'", Local "Local file system at /tmp/rclone3365299982", Modify Window "1s" 2025/11/12 02:07:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Starting multipart upload 2025/11/12 02:07:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: Uploading segment 0/13 size 13 both checkfile vs. NFCx2 remote (without normalization) 2025/11/12 02:07:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/11/12 02:07:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OneDrive root 'rclone-test-husutew7hude' 2025/11/12 02:07:02 NOTICE: OneDrive root 'rclone-test-husutew7hude': 1 files missing 2025/11/12 02:07:02 NOTICE: 1 hashes missing 2025/11/12 02:07:02 NOTICE: OneDrive root 'rclone-test-husutew7hude': 1 differences found 2025/11/12 02:07:02 NOTICE: OneDrive root 'rclone-test-husutew7hude': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/11/12 02:07:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/11/12 02:07:03 NOTICE: OneDrive root 'rclone-test-husutew7hude': 0 differences found 2025/11/12 02:07:03 NOTICE: OneDrive root 'rclone-test-husutew7hude': 1 matching files 2025/11/12 02:07:03 DEBUG : OneDrive root 'rclone-test-husutew7hude': Purge remote 2025/11/12 02:07:03 DEBUG : OneDrive root 'rclone-test-sirineh8hugi': Purge remote 2025/11/12 02:07:04 DEBUG : OneDrive root 'rclone-test-gufidib0sina': Purge remote 2025/11/12 02:07:04 DEBUG : OneDrive root 'rclone-test-lihejuz3wero': Purge remote 2025/11/12 02:07:04 DEBUG : OneDrive root 'rclone-test-nemivef9xevu': Purge remote 2025/11/12 02:07:05 DEBUG : OneDrive root 'rclone-test-xazuyaz6doye': Purge remote 2025/11/12 02:07:05 DEBUG : OneDrive root 'rclone-test-wapeyep5qiha': Purge remote 2025/11/12 02:07:05 DEBUG : OneDrive root 'rclone-test-zayifek2sibo': Purge remote 2025/11/12 02:07:05 DEBUG : OneDrive root 'rclone-test-setequw9puse': Purge remote 2025/11/12 02:07:06 DEBUG : OneDrive root 'rclone-test-kacefim8beti': Purge remote --- PASS: TestApplyTransforms (60.50s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:07:08 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/12 02:07:08 DEBUG : sub/file2: Starting multipart upload 2025/11/12 02:07:09 DEBUG : sub/file2: Uploading segment 0/14 size 14 2025/11/12 02:07:10 DEBUG : sub/file2: size = 14 OK 2025/11/12 02:07:10 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/12 02:07:10 INFO : file1: Copied (new) to: sub/file2 2025/11/12 02:07:11 DEBUG : sub/file2: size = 14 OK 2025/11/12 02:07:11 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/12 02:07:11 DEBUG : file1: Unchanged skipping 2025/11/12 02:07:12 DEBUG : OneDrive root 'rclone-test-zezorix1koco': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (7.82s) === RUN TestCopyLongFile run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.51s) === RUN TestCopyFileBackupDir run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:07:15 DEBUG : dst/file1: Starting multipart upload 2025/11/12 02:07:16 DEBUG : dst/file1: Uploading segment 0/18 size 18 2025/11/12 02:07:18 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zezorix1koco/backup" 2025/11/12 02:07:20 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2072117827) 2025/11/12 02:07:20 DEBUG : dst/file1: size = 18 (OneDrive root 'rclone-test-zezorix1koco') 2025/11/12 02:07:20 DEBUG : dst/file1: Sizes differ 2025/11/12 02:07:23 INFO : dst/file1: Moved (server-side) 2025/11/12 02:07:23 DEBUG : dst/file1: Starting multipart upload 2025/11/12 02:07:24 DEBUG : dst/file1: Uploading segment 0/14 size 14 2025/11/12 02:07:24 DEBUG : dst/file1: size = 14 OK 2025/11/12 02:07:24 DEBUG : dst/file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/12 02:07:24 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (14.50s) === RUN TestCopyFileCompareDest run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:07:29 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zezorix1koco/dst" 2025/11/12 02:07:32 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zezorix1koco/CompareDest" 2025/11/12 02:07:35 DEBUG : one: Need to transfer - File not found at Destination 2025/11/12 02:07:36 DEBUG : one: Starting multipart upload 2025/11/12 02:07:36 DEBUG : one: Uploading segment 0/3 size 3 2025/11/12 02:07:38 DEBUG : one: size = 3 OK 2025/11/12 02:07:38 DEBUG : one: quickxor = 6f70431900000000000000000300000000000000 OK 2025/11/12 02:07:38 INFO : one: Copied (new) 2025/11/12 02:07:39 DEBUG : one: size = 5 (Local file system at /tmp/rclone2072117827) 2025/11/12 02:07:39 DEBUG : one: size = 3 (OneDrive root 'rclone-test-zezorix1koco/dst') 2025/11/12 02:07:39 DEBUG : one: Sizes differ 2025/11/12 02:07:40 DEBUG : one: Starting multipart upload 2025/11/12 02:07:40 DEBUG : one: Uploading segment 0/5 size 5 2025/11/12 02:07:41 DEBUG : one: size = 5 OK 2025/11/12 02:07:41 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2025/11/12 02:07:41 INFO : one: Copied (replaced existing) 2025/11/12 02:07:42 DEBUG : dst/one: Starting multipart upload 2025/11/12 02:07:42 DEBUG : dst/one: Uploading segment 0/3 size 3 2025/11/12 02:07:44 DEBUG : CompareDest/one: Starting multipart upload 2025/11/12 02:07:45 DEBUG : CompareDest/one: Uploading segment 0/5 size 5 2025/11/12 02:07:47 DEBUG : one: size = 5 (Local file system at /tmp/rclone2072117827) 2025/11/12 02:07:47 DEBUG : one: size = 3 (OneDrive root 'rclone-test-zezorix1koco/dst') 2025/11/12 02:07:47 DEBUG : one: Sizes differ 2025/11/12 02:07:47 DEBUG : one: size = 5 OK 2025/11/12 02:07:47 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/12 02:07:47 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/12 02:07:48 DEBUG : CompareDest/two: Starting multipart upload 2025/11/12 02:07:49 DEBUG : CompareDest/two: Uploading segment 0/3 size 3 2025/11/12 02:07:51 DEBUG : two: Need to transfer - File not found at Destination 2025/11/12 02:07:51 DEBUG : two: size = 3 OK 2025/11/12 02:07:51 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/12 02:07:51 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/12 02:07:52 DEBUG : two: Need to transfer - File not found at Destination 2025/11/12 02:07:53 DEBUG : two: size = 3 OK 2025/11/12 02:07:53 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/12 02:07:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/12 02:07:54 DEBUG : two: Need to transfer - File not found at Destination 2025/11/12 02:07:55 DEBUG : two: size = 5 (Local file system at /tmp/rclone2072117827) 2025/11/12 02:07:55 DEBUG : two: size = 3 (OneDrive root 'rclone-test-zezorix1koco/CompareDest') 2025/11/12 02:07:55 DEBUG : two: Sizes differ 2025/11/12 02:07:55 DEBUG : two: Starting multipart upload 2025/11/12 02:07:55 DEBUG : two: Uploading segment 0/5 size 5 2025/11/12 02:07:56 DEBUG : two: size = 5 OK 2025/11/12 02:07:56 DEBUG : two: quickxor = 74b8c31be8300300000000000500000000000000 OK 2025/11/12 02:07:56 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (30.92s) === RUN TestCopyFileCopyDest run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:08:00 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zezorix1koco/dst" 2025/11/12 02:08:03 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zezorix1koco/CopyDest" 2025/11/12 02:08:05 DEBUG : one: Need to transfer - File not found at Destination 2025/11/12 02:08:07 DEBUG : one: Starting multipart upload 2025/11/12 02:08:07 DEBUG : one: Uploading segment 0/3 size 3 2025/11/12 02:08:09 DEBUG : one: size = 3 OK 2025/11/12 02:08:09 DEBUG : one: quickxor = 6f70431900000000000000000300000000000000 OK 2025/11/12 02:08:09 INFO : one: Copied (new) 2025/11/12 02:08:11 DEBUG : one: size = 5 (Local file system at /tmp/rclone2072117827) 2025/11/12 02:08:11 DEBUG : one: size = 3 (OneDrive root 'rclone-test-zezorix1koco/dst') 2025/11/12 02:08:11 DEBUG : one: Sizes differ 2025/11/12 02:08:11 DEBUG : one: Starting multipart upload 2025/11/12 02:08:12 DEBUG : one: Uploading segment 0/5 size 5 2025/11/12 02:08:12 DEBUG : one: size = 5 OK 2025/11/12 02:08:12 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2025/11/12 02:08:12 INFO : one: Copied (replaced existing) 2025/11/12 02:08:13 DEBUG : dst/one: Starting multipart upload 2025/11/12 02:08:13 DEBUG : dst/one: Uploading segment 0/3 size 3 2025/11/12 02:08:15 DEBUG : CopyDest/one: Starting multipart upload 2025/11/12 02:08:16 DEBUG : CopyDest/one: Uploading segment 0/5 size 5 2025/11/12 02:08:18 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zezorix1koco/BackupDir" 2025/11/12 02:08:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone2072117827) 2025/11/12 02:08:19 DEBUG : one: size = 3 (OneDrive root 'rclone-test-zezorix1koco/dst') 2025/11/12 02:08:19 DEBUG : one: Sizes differ 2025/11/12 02:08:20 DEBUG : one: size = 5 OK 2025/11/12 02:08:20 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/12 02:08:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone2072117827) 2025/11/12 02:08:20 DEBUG : one: size = 3 (OneDrive root 'rclone-test-zezorix1koco/dst') 2025/11/12 02:08:20 DEBUG : one: Sizes differ 2025/11/12 02:08:22 INFO : one: Moved (server-side) 2025/11/12 02:08:26 DEBUG : one: size = 5 OK 2025/11/12 02:08:26 DEBUG : one: quickxor = 6f704319e8200300000000000500000000000000 OK 2025/11/12 02:08:26 INFO : one: Copied (server-side copy) 2025/11/12 02:08:26 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/11/12 02:08:27 DEBUG : CopyDest/two: Starting multipart upload 2025/11/12 02:08:28 DEBUG : CopyDest/two: Uploading segment 0/3 size 3 2025/11/12 02:08:30 DEBUG : two: Need to transfer - File not found at Destination 2025/11/12 02:08:31 DEBUG : two: size = 3 OK 2025/11/12 02:08:31 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/12 02:08:35 DEBUG : two: size = 3 OK 2025/11/12 02:08:35 DEBUG : two: quickxor = 74b8c31b00000000000000000300000000000000 OK 2025/11/12 02:08:35 INFO : two: Copied (server-side copy) 2025/11/12 02:08:35 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/11/12 02:08:36 DEBUG : two: size = 3 OK 2025/11/12 02:08:36 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/12 02:08:36 DEBUG : two: Unchanged skipping 2025/11/12 02:08:36 DEBUG : CopyDest/three: Starting multipart upload 2025/11/12 02:08:37 DEBUG : CopyDest/three: Uploading segment 0/5 size 5 2025/11/12 02:08:39 DEBUG : three: Need to transfer - File not found at Destination 2025/11/12 02:08:39 DEBUG : three: size = 7 (Local file system at /tmp/rclone2072117827) 2025/11/12 02:08:39 DEBUG : three: size = 5 (OneDrive root 'rclone-test-zezorix1koco/CopyDest') 2025/11/12 02:08:39 DEBUG : three: Sizes differ 2025/11/12 02:08:39 DEBUG : three: Destination not found in --copy-dest 2025/11/12 02:08:39 DEBUG : three: Starting multipart upload 2025/11/12 02:08:40 DEBUG : three: Uploading segment 0/7 size 7 2025/11/12 02:08:41 DEBUG : three: size = 7 OK 2025/11/12 02:08:41 DEBUG : three: quickxor = 7440831cca50063acc0000000700000000000000 OK 2025/11/12 02:08:41 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (46.21s) === RUN TestCopyInplace run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.52s) === RUN TestCopyLongFileName run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.51s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.57s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:08:48 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/11/12 02:08:49 DEBUG : TestCopyFileMaxTransfer/file1: Starting multipart upload 2025/11/12 02:08:49 DEBUG : TestCopyFileMaxTransfer/file1: Uploading segment 0/14 size 14 2025/11/12 02:08:50 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2025/11/12 02:08:50 DEBUG : TestCopyFileMaxTransfer/file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/12 02:08:50 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/11/12 02:08:51 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/11/12 02:08:51 DEBUG : TestCopyFileMaxTransfer/file2: Starting multipart upload 2025/11/12 02:08:52 DEBUG : TestCopyFileMaxTransfer/file2: Uploading segment 0/2062 size 2062 2025/11/12 02:08:52 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/01W3O4PF2XPIPZT67T6BBZQX5WXDZJHWS5/uploadSession?guid='15947dc2-6138-4976-97f8-95daffa35386'&overwrite=True&rename=False&dc=0&tempauth=v1.eyJzaXRlaWQiOiI5YTMzZjdiNC01M2IyLTRkMDgtOTI4NC1lZjdhNTRiMDAwOWYiLCJhcHBfZGlzcGxheW5hbWUiOiJyY2xvbmUiLCJhcHBpZCI6ImIxNTY2NWQ5LWVkYTYtNDA5Mi04NTM5LTBlZWMzNzZhZmQ1OSIsImF1ZCI6IjAwMDAwMDAzLTAwMDAtMGZmMS1jZTAwLTAwMDAwMDAwMDAwMC93aGl0ZWNlbGwtbXkuc2hhcmVwb2ludC5jb21AZmFmZDY5NGEtNTBjMS00ZWVhLWIzYzctNDk1MTdlNWFkZDg5IiwiZXhwIjoiMTc2Mjk5OTczMiJ9.CkAKDGVudHJhX2NsYWltcxIwQ0k3THo4Z0dFQUFhRmtGVGN6SnlaSE4yVmpCWFptNXBkVXM0UkRWUFFVRXFBQT09CjIKCmFjdG9yYXBwaWQSJDAwMDAwMDAzLTAwMDAtMDAwMC1jMDAwLTAwMDAwMDAwMDAwMAoKCgRzbmlkEgI2NhILCPTsodjO5tA-EAUaCzIwLjIwLjQxLjMyKixoQU5HQkQvRnRlZDEwV1pmNTUyaWxmdXFFN0Q3a204ODZ3clJvUisrSFBRPTClAjgBQhCh2H_4MgAAEBdwGl6kUWbHShBoYXNoZWRwcm9vZnRva2VuaiQ1MjI0ZmY5OS1mZjQyLTRiOGYtODc3Yy0wOWE2MTI0MjgwNjhyKTBoLmZ8bWVtYmVyc2hpcHwxMDAzYmZmZGFjMzJmODcxQGxpdmUuY29tegEyggESCUpp_frBUOpOEbPHSVF-Wt2JkgEETmlja5oBCkNyYWlnLVdvb2SiASBuaWNrX2NyYWlnLXdvb2RAd2hpdGVjZWxsLm9ubGluZaoBEDEwMDNCRkZEQUMzMkY4NzGyAUVteWZpbGVzLnJlYWQgYWxsZmlsZXMucmVhZCBteWZpbGVzLndyaXRlIGFsbGZpbGVzLndyaXRlIGFsbHNpdGVzLnJlYWTIAQE.VngFq0_kFBxJBWBTeCjRjsiVyjOGz3wHI5ej_eBGMWg": max transfer limit reached as set by --max-transfer 2025/11/12 02:08:53 DEBUG : info from Update error: null 2025/11/12 02:08:53 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/01W3O4PF2XPIPZT67T6BBZQX5WXDZJHWS5/uploadSession?guid='15947dc2-6138-4976-97f8-95daffa35386'&overwrite=True&rename=False&dc=0&tempauth=v1.eyJzaXRlaWQiOiI5YTMzZjdiNC01M2IyLTRkMDgtOTI4NC1lZjdhNTRiMDAwOWYiLCJhcHBfZGlzcGxheW5hbWUiOiJyY2xvbmUiLCJhcHBpZCI6ImIxNTY2NWQ5LWVkYTYtNDA5Mi04NTM5LTBlZWMzNzZhZmQ1OSIsImF1ZCI6IjAwMDAwMDAzLTAwMDAtMGZmMS1jZTAwLTAwMDAwMDAwMDAwMC93aGl0ZWNlbGwtbXkuc2hhcmVwb2ludC5jb21AZmFmZDY5NGEtNTBjMS00ZWVhLWIzYzctNDk1MTdlNWFkZDg5IiwiZXhwIjoiMTc2Mjk5OTczMiJ9.CkAKDGVudHJhX2NsYWltcxIwQ0k3THo4Z0dFQUFhRmtGVGN6SnlaSE4yVmpCWFptNXBkVXM0UkRWUFFVRXFBQT09CjIKCmFjdG9yYXBwaWQSJDAwMDAwMDAzLTAwMDAtMDAwMC1jMDAwLTAwMDAwMDAwMDAwMAoKCgRzbmlkEgI2NhILCPTsodjO5tA-EAUaCzIwLjIwLjQxLjMyKixoQU5HQkQvRnRlZDEwV1pmNTUyaWxmdXFFN0Q3a204ODZ3clJvUisrSFBRPTClAjgBQhCh2H_4MgAAEBdwGl6kUWbHShBoYXNoZWRwcm9vZnRva2VuaiQ1MjI0ZmY5OS1mZjQyLTRiOGYtODc3Yy0wOWE2MTI0MjgwNjhyKTBoLmZ8bWVtYmVyc2hpcHwxMDAzYmZmZGFjMzJmODcxQGxpdmUuY29tegEyggESCUpp_frBUOpOEbPHSVF-Wt2JkgEETmlja5oBCkNyYWlnLVdvb2SiASBuaWNrX2NyYWlnLXdvb2RAd2hpdGVjZWxsLm9ubGluZaoBEDEwMDNCRkZEQUMzMkY4NzGyAUVteWZpbGVzLnJlYWQgYWxsZmlsZXMucmVhZCBteWZpbGVzLndyaXRlIGFsbGZpbGVzLndyaXRlIGFsbHNpdGVzLnJlYWTIAQE.VngFq0_kFBxJBWBTeCjRjsiVyjOGz3wHI5ej_eBGMWg": max transfer limit reached as set by --max-transfer 2025/11/12 02:08:54 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/11/12 02:08:55 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/11/12 02:08:55 DEBUG : TestCopyFileMaxTransfer/file4: Starting multipart upload 2025/11/12 02:08:55 DEBUG : TestCopyFileMaxTransfer/file4: Uploading segment 0/2062 size 2062 2025/11/12 02:08:56 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2025/11/12 02:08:56 DEBUG : TestCopyFileMaxTransfer/file4: quickxor = 3647af56dd69bd68eb0c2cab7edaf808fe562531 OK 2025/11/12 02:08:56 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (11.15s) === RUN TestDeduplicateInteractive run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (0.51s) === RUN TestDeduplicateSkip run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (0.54s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (0.50s) === RUN TestDeduplicateFirst run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (0.53s) === RUN TestDeduplicateNewest run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (0.52s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:09:01 DEBUG : one: Starting multipart upload 2025/11/12 02:09:02 DEBUG : one: Uploading segment 0/100 size 100 2025/11/12 02:09:03 DEBUG : also/one: Starting multipart upload 2025/11/12 02:09:04 DEBUG : also/one: Uploading segment 0/100 size 100 2025/11/12 02:09:05 DEBUG : another: Starting multipart upload 2025/11/12 02:09:05 DEBUG : another: Uploading segment 0/100 size 100 2025/11/12 02:09:06 DEBUG : not-one: Starting multipart upload 2025/11/12 02:09:07 DEBUG : not-one: Uploading segment 0/5 size 5 2025/11/12 02:09:08 INFO : OneDrive root 'rclone-test-zezorix1koco': Looking for duplicate quickxor hashes using newest mode. 2025/11/12 02:09:09 NOTICE: b50a0912158e218e477e837a89fa2916cef0a804: Found 3 files with duplicate quickxor hashes 2025/11/12 02:09:09 INFO : one: Deleted 2025/11/12 02:09:09 INFO : also/one: Deleted 2025/11/12 02:09:09 NOTICE: b50a0912158e218e477e837a89fa2916cef0a804: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (10.22s) === RUN TestDeduplicateOldest run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.52s) === RUN TestDeduplicateLargest run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateLargest (0.51s) === RUN TestDeduplicateSmallest run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (0.53s) === RUN TestDeduplicateRename run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (0.52s) === RUN TestMergeDirs run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (0.51s) === RUN TestListDirSorted run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:09:14 DEBUG : a.txt: Starting multipart upload 2025/11/12 02:09:15 DEBUG : a.txt: Uploading segment 0/11 size 11 2025/11/12 02:09:16 DEBUG : zend.txt: Starting multipart upload 2025/11/12 02:09:16 DEBUG : zend.txt: Uploading segment 0/5 size 5 2025/11/12 02:09:18 DEBUG : sub dir/hello world: Starting multipart upload 2025/11/12 02:09:18 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2025/11/12 02:09:19 DEBUG : sub dir/hello world2: Starting multipart upload 2025/11/12 02:09:20 DEBUG : sub dir/hello world2: Uploading segment 0/11 size 11 2025/11/12 02:09:21 DEBUG : sub dir/ignore dir/.ignore: Starting multipart upload 2025/11/12 02:09:22 DEBUG : sub dir/ignore dir/.ignore: Uploading segment 0/1 size 1 2025/11/12 02:09:23 DEBUG : sub dir/ignore dir/should be ignored: Starting multipart upload 2025/11/12 02:09:23 DEBUG : sub dir/ignore dir/should be ignored: Uploading segment 0/9 size 9 2025/11/12 02:09:25 DEBUG : sub dir/sub sub dir/hello world3: Starting multipart upload 2025/11/12 02:09:26 DEBUG : sub dir/sub sub dir/hello world3: Uploading segment 0/11 size 11 2025/11/12 02:09:28 DEBUG : a.txt: Excluded (Size Filter) 2025/11/12 02:09:28 DEBUG : a.txt: Excluded 2025/11/12 02:09:28 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/12 02:09:28 DEBUG : sub dir/hello world: Excluded 2025/11/12 02:09:28 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/12 02:09:28 DEBUG : sub dir/hello world2: Excluded 2025/11/12 02:09:29 DEBUG : sub dir/ignore dir: Excluded 2025/11/12 02:09:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/12 02:09:30 DEBUG : sub dir/hello world: Excluded 2025/11/12 02:09:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/12 02:09:30 DEBUG : sub dir/hello world2: Excluded 2025/11/12 02:09:30 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (20.94s) === RUN TestListDirSortedFn run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:09:35 DEBUG : a.txt: Starting multipart upload 2025/11/12 02:09:36 DEBUG : a.txt: Uploading segment 0/11 size 11 2025/11/12 02:09:37 DEBUG : zend.txt: Starting multipart upload 2025/11/12 02:09:37 DEBUG : zend.txt: Uploading segment 0/5 size 5 2025/11/12 02:09:39 DEBUG : sub dir/hello world: Starting multipart upload 2025/11/12 02:09:39 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 2025/11/12 02:09:40 DEBUG : sub dir/hello world2: Starting multipart upload 2025/11/12 02:09:41 DEBUG : sub dir/hello world2: Uploading segment 0/11 size 11 2025/11/12 02:09:42 DEBUG : sub dir/ignore dir/.ignore: Starting multipart upload 2025/11/12 02:09:43 DEBUG : sub dir/ignore dir/.ignore: Uploading segment 0/1 size 1 2025/11/12 02:09:44 DEBUG : sub dir/ignore dir/should be ignored: Starting multipart upload 2025/11/12 02:09:44 DEBUG : sub dir/ignore dir/should be ignored: Uploading segment 0/9 size 9 2025/11/12 02:09:45 DEBUG : sub dir/sub sub dir/hello world3: Starting multipart upload 2025/11/12 02:09:46 DEBUG : sub dir/sub sub dir/hello world3: Uploading segment 0/11 size 11 2025/11/12 02:09:48 DEBUG : a.txt: Excluded (Size Filter) 2025/11/12 02:09:48 DEBUG : a.txt: Excluded 2025/11/12 02:09:49 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/12 02:09:49 DEBUG : sub dir/hello world: Excluded 2025/11/12 02:09:49 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/12 02:09:49 DEBUG : sub dir/hello world2: Excluded 2025/11/12 02:09:50 DEBUG : sub dir/ignore dir: Excluded 2025/11/12 02:09:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/11/12 02:09:50 DEBUG : sub dir/hello world: Excluded 2025/11/12 02:09:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/11/12 02:09:50 DEBUG : sub dir/hello world2: Excluded 2025/11/12 02:09:50 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (20.40s) === RUN TestListJSON run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:09:56 DEBUG : file1: Starting multipart upload 2025/11/12 02:09:56 DEBUG : file1: Uploading segment 0/5 size 5 2025/11/12 02:09:58 DEBUG : sub/file2: Starting multipart upload 2025/11/12 02:09:58 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 2025/11/12 02:10:03 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata --- PASS: TestListJSON (9.24s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.53s) --- PASS: TestListJSON/SubDir (0.28s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.28s) --- PASS: TestListJSON/ShowHash (0.26s) --- PASS: TestListJSON/HashTypes (0.32s) --- PASS: TestListJSON/Metadata (0.26s) === RUN TestStatJSON run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:10:05 DEBUG : file1: Starting multipart upload 2025/11/12 02:10:05 DEBUG : file1: Uploading segment 0/5 size 5 2025/11/12 02:10:07 DEBUG : sub/file2: Starting multipart upload 2025/11/12 02:10:07 DEBUG : sub/file2: Uploading segment 0/9 size 9 === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir 2025/11/12 02:10:10 DEBUG : sub: setMetaData called on dir instead of obj Stack trace: goroutine 5335 [running]: github.com/rclone/rclone/fs/log.Stack({0x27ec100, 0xc0003bb480}, {0x28dc413, 0x28}) /home/rclone/go/src/github.com/rclone/rclone/fs/log/log.go:180 +0x6e github.com/rclone/rclone/backend/onedrive.(*Object).setMetaData(0xc000378180?, 0x2d1b548?) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2227 +0x37d github.com/rclone/rclone/backend/onedrive.(*Object).readMetaData(0xc0003bb480, {0x2d1b548, 0x41d4f60}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2317 +0x125 github.com/rclone/rclone/backend/onedrive.(*Fs).newObjectWithInfo(0xc000378180, {0x2d1b548, 0x41d4f60}, {0x285c7f5, 0x3}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1211 +0xfb github.com/rclone/rclone/backend/onedrive.(*Fs).NewObject(0x3a58278?, {0x2d1b548?, 0x41d4f60?}, {0x285c7f5?, 0x285c7f5?}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1222 +0x25 github.com/rclone/rclone/fs/operations.StatJSON({0x2d1b548, 0x41d4f60}, {0x2d33770, 0xc000378180}, {0x285c7f5, 0x3}, 0xc00089f750?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson.go:299 +0x259 github.com/rclone/rclone/fs/operations_test.TestStatJSON.func1(0xc000e0ddc0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:388 +0x4e testing.tRunner(0xc000e0ddc0, 0xc0008861b0) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 5263 /usr/local/go/src/testing/testing.go:1851 +0x413 === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly 2025/11/12 02:10:12 DEBUG : sub: setMetaData called on dir instead of obj Stack trace: goroutine 5378 [running]: github.com/rclone/rclone/fs/log.Stack({0x27ec100, 0xc000c15800}, {0x28dc413, 0x28}) /home/rclone/go/src/github.com/rclone/rclone/fs/log/log.go:180 +0x6e github.com/rclone/rclone/backend/onedrive.(*Object).setMetaData(0xc000378180?, 0x2d1b548?) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2227 +0x37d github.com/rclone/rclone/backend/onedrive.(*Object).readMetaData(0xc000c15800, {0x2d1b548, 0x41d4f60}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:2317 +0x125 github.com/rclone/rclone/backend/onedrive.(*Fs).newObjectWithInfo(0xc000378180, {0x2d1b548, 0x41d4f60}, {0x285c7f5, 0x3}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1211 +0xfb github.com/rclone/rclone/backend/onedrive.(*Fs).NewObject(0x3a58278?, {0x2d1b548?, 0x41d4f60?}, {0x285c7f5?, 0x285c7f5?}) /home/rclone/go/src/github.com/rclone/rclone/backend/onedrive/onedrive.go:1222 +0x25 github.com/rclone/rclone/fs/operations.StatJSON({0x2d1b548, 0x41d4f60}, {0x2d33770, 0xc000378180}, {0x285c7f5, 0x3}, 0xc000a26750?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson.go:299 +0x259 github.com/rclone/rclone/fs/operations_test.TestStatJSON.func1(0xc000c2e1c0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:388 +0x4e testing.tRunner(0xc000c2e1c0, 0xc0009eced0) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 5263 /usr/local/go/src/testing/testing.go:1851 +0x413 === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/11/12 02:10:14 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zezorix1koco/notfound" --- PASS: TestStatJSON (13.36s) --- PASS: TestStatJSON/Root (0.26s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.76s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.51s) --- PASS: TestStatJSON/NotFound (0.77s) --- PASS: TestStatJSON/DirFilesOnly (0.50s) --- PASS: TestStatJSON/FileFilesOnly (0.49s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.52s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (2.51s) === RUN TestMkdir run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:10:18 INFO : OneDrive root 'rclone-test-zezorix1koco': Making directory 2025/11/12 02:10:18 INFO : OneDrive root 'rclone-test-zezorix1koco': Making directory --- PASS: TestMkdir (0.77s) === RUN TestLsd run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:10:19 DEBUG : sub dir/hello world: Starting multipart upload 2025/11/12 02:10:20 DEBUG : sub dir/hello world: Uploading segment 0/11 size 11 --- PASS: TestLsd (4.46s) === RUN TestLs run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:10:23 DEBUG : potato2: Starting multipart upload 2025/11/12 02:10:24 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/12 02:10:25 DEBUG : empty space: Starting multipart upload 2025/11/12 02:10:26 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestLs (4.89s) === RUN TestLsWithFilesFrom run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:10:28 DEBUG : potato2: Starting multipart upload 2025/11/12 02:10:29 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/12 02:10:30 DEBUG : empty space: Starting multipart upload 2025/11/12 02:10:30 DEBUG : empty space: Uploading segment 0/1 size 1 2025/11/12 02:10:32 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/11/12 02:10:32 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.27s) === RUN TestLsLong run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:10:34 DEBUG : potato2: Starting multipart upload 2025/11/12 02:10:34 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/12 02:10:35 DEBUG : empty space: Starting multipart upload 2025/11/12 02:10:36 DEBUG : empty space: Uploading segment 0/1 size 1 --- PASS: TestLsLong (4.70s) === RUN TestHashSums run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:10:38 DEBUG : potato2: Starting multipart upload 2025/11/12 02:10:39 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/12 02:10:40 DEBUG : empty space: Starting multipart upload 2025/11/12 02:10:41 DEBUG : empty space: Uploading segment 0/1 size 1 === RUN TestHashSums/Quickxor === RUN TestHashSums/QuickxorDownload === RUN TestHashSums/QuickxorBase64 === RUN TestHashSums/QuickxorDownloadBase64 --- PASS: TestHashSums (6.99s) --- PASS: TestHashSums/Quickxor (0.28s) --- PASS: TestHashSums/QuickxorDownload (1.14s) --- PASS: TestHashSums/QuickxorBase64 (0.41s) --- PASS: TestHashSums/QuickxorDownloadBase64 (0.81s) === RUN TestHashSumsWithErrors 2025/11/12 02:10:45 DEBUG : Creating backend with remote ":memory:" 2025/11/12 02:10:45 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/11/12 02:10:45 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/11/12 02:10:45 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/11/12 02:10:45 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/11/12 02:10:45 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/11/12 02:10:45 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/11/12 02:10:45 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/11/12 02:10:45 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/11/12 02:10:45 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:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:10:45 DEBUG : potato2: Starting multipart upload 2025/11/12 02:10:46 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/12 02:10:47 DEBUG : empty space: Starting multipart upload 2025/11/12 02:10:47 DEBUG : empty space: Uploading segment 0/1 size 1 2025/11/12 02:10:49 DEBUG : sub dir/potato3: Starting multipart upload 2025/11/12 02:10:50 DEBUG : sub dir/potato3: Uploading segment 0/5 size 5 --- PASS: TestCount (8.24s) === RUN TestDelete run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:10:53 DEBUG : small: Starting multipart upload 2025/11/12 02:10:54 DEBUG : small: Uploading segment 0/10 size 10 2025/11/12 02:10:55 DEBUG : medium: Starting multipart upload 2025/11/12 02:10:56 DEBUG : medium: Uploading segment 0/60 size 60 2025/11/12 02:10:56 DEBUG : large: Starting multipart upload 2025/11/12 02:10:57 DEBUG : large: Uploading segment 0/100 size 100 2025/11/12 02:10:58 DEBUG : Waiting for deletions to finish 2025/11/12 02:10:58 DEBUG : large: Excluded (Size Filter) 2025/11/12 02:10:58 DEBUG : large: Excluded 2025/11/12 02:10:59 INFO : medium: Deleted 2025/11/12 02:10:59 INFO : small: Deleted --- PASS: TestDelete (6.33s) === RUN TestMaxDelete run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:11:00 DEBUG : small: Starting multipart upload 2025/11/12 02:11:00 DEBUG : small: Uploading segment 0/10 size 10 2025/11/12 02:11:01 DEBUG : medium: Starting multipart upload 2025/11/12 02:11:02 DEBUG : medium: Uploading segment 0/60 size 60 2025/11/12 02:11:03 DEBUG : large: Starting multipart upload 2025/11/12 02:11:03 DEBUG : large: Uploading segment 0/100 size 100 2025/11/12 02:11:04 DEBUG : Waiting for deletions to finish 2025/11/12 02:11:04 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/11/12 02:11:05 INFO : large: Deleted 2025/11/12 02:11:05 INFO : medium: Deleted --- PASS: TestMaxDelete (6.71s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:11:06 DEBUG : small: Starting multipart upload 2025/11/12 02:11:07 DEBUG : small: Uploading segment 0/10 size 10 2025/11/12 02:11:08 DEBUG : medium: Starting multipart upload 2025/11/12 02:11:08 DEBUG : medium: Uploading segment 0/60 size 60 2025/11/12 02:11:09 DEBUG : large: Starting multipart upload 2025/11/12 02:11:10 DEBUG : large: Uploading segment 0/100 size 100 2025/11/12 02:11:11 DEBUG : Waiting for deletions to finish 2025/11/12 02:11:11 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/11/12 02:11:11 INFO : medium: Deleted 2025/11/12 02:11:11 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.67s) === RUN TestMaxDeleteSize run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:11:13 DEBUG : small: Starting multipart upload 2025/11/12 02:11:14 DEBUG : small: Uploading segment 0/10 size 10 2025/11/12 02:11:15 DEBUG : medium: Starting multipart upload 2025/11/12 02:11:15 DEBUG : medium: Uploading segment 0/60 size 60 2025/11/12 02:11:16 DEBUG : large: Starting multipart upload 2025/11/12 02:11:17 DEBUG : large: Uploading segment 0/100 size 100 2025/11/12 02:11:18 DEBUG : Waiting for deletions to finish 2025/11/12 02:11:18 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/11/12 02:11:18 INFO : large: Deleted 2025/11/12 02:11:18 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.78s) === RUN TestReadFile run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:11:20 DEBUG : ReadFile: Starting multipart upload 2025/11/12 02:11:21 DEBUG : ReadFile: Uploading segment 0/28 size 28 --- PASS: TestReadFile (4.14s) === RUN TestRetry 2025/11/12 02:11:24 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/11/12 02:11:24 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/11/12 02:11:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/12 02:11:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/12 02:11:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/12 02:11:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/11/12 02:11:24 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:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:11:24 DEBUG : file1: Starting multipart upload 2025/11/12 02:11:25 DEBUG : file1: Uploading segment 0/10 size 10 2025/11/12 02:11:26 DEBUG : file2: Starting multipart upload 2025/11/12 02:11:26 DEBUG : file2: Uploading segment 0/9 size 9 --- PASS: TestCat (10.54s) === RUN TestPurge 2025/11/12 02:11:35 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-nucisan4vohu" 2025/11/12 02:11:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/12 02:11:36 DEBUG : Creating backend with remote "/tmp/rclone2487505913" run.go:185: Remote "OneDrive root 'rclone-test-nucisan4vohu'", Local "Local file system at /tmp/rclone2487505913", Modify Window "1s" 2025/11/12 02:11:39 DEBUG : A1/B1/C1/one: Starting multipart upload 2025/11/12 02:11:40 DEBUG : A1/B1/C1/one: Uploading segment 0/3 size 3 2025/11/12 02:11:41 INFO : A2: Making directory 2025/11/12 02:11:42 INFO : A1/B2: Making directory 2025/11/12 02:11:43 INFO : A1/B2/C2: Making directory 2025/11/12 02:11:43 INFO : A1/B1/C3: Making directory 2025/11/12 02:11:44 INFO : A3: Making directory 2025/11/12 02:11:45 INFO : A3/B3: Making directory 2025/11/12 02:11:45 INFO : A3/B3/C4: Making directory 2025/11/12 02:11:46 DEBUG : A1/two: Starting multipart upload 2025/11/12 02:11:47 DEBUG : A1/two: Uploading segment 0/3 size 3 2025/11/12 02:11:52 ERROR : error listing: directory not found 2025/11/12 02:11:52 DEBUG : OneDrive root 'rclone-test-nucisan4vohu': Purge remote 2025/11/12 02:11:52 NOTICE: purge failed: directory not found --- PASS: TestPurge (17.30s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:11:54 DEBUG : A1/B1/C1/one: Starting multipart upload 2025/11/12 02:11:55 DEBUG : A1/B1/C1/one: Uploading segment 0/3 size 3 2025/11/12 02:11:55 INFO : A2: Making directory 2025/11/12 02:11:56 INFO : A1/B2: Making directory 2025/11/12 02:11:57 INFO : A1/B2/C2: Making directory 2025/11/12 02:11:57 INFO : A1/B1/C3: Making directory 2025/11/12 02:11:58 INFO : A3: Making directory 2025/11/12 02:11:59 INFO : A3/B3: Making directory 2025/11/12 02:11:59 INFO : A3/B3/C4: Making directory 2025/11/12 02:12:00 DEBUG : A1/two: Starting multipart upload 2025/11/12 02:12:01 DEBUG : A1/two: Uploading segment 0/3 size 3 2025/11/12 02:12:03 DEBUG : removing 1 level 3 directories 2025/11/12 02:12:03 INFO : A3/B3/C4: Removing directory 2025/11/12 02:12:06 DEBUG : removing 2 level 3 directories 2025/11/12 02:12:06 INFO : A1/B2/C2: Removing directory 2025/11/12 02:12:06 INFO : A1/B1/C3: Removing directory 2025/11/12 02:12:07 DEBUG : removing 2 level 2 directories 2025/11/12 02:12:07 INFO : A3/B3: Removing directory 2025/11/12 02:12:07 INFO : A1/B2: Removing directory 2025/11/12 02:12:08 DEBUG : removing 2 level 1 directories 2025/11/12 02:12:08 INFO : A3: Removing directory 2025/11/12 02:12:08 INFO : A2: Removing directory 2025/11/12 02:12:12 DEBUG : removing 1 level 3 directories 2025/11/12 02:12:12 INFO : A1/B1/C1: Removing directory 2025/11/12 02:12:12 DEBUG : removing 1 level 2 directories 2025/11/12 02:12:12 INFO : A1/B1: Removing directory 2025/11/12 02:12:13 DEBUG : removing 1 level 1 directories 2025/11/12 02:12:13 INFO : A1: Removing directory 2025/11/12 02:12:14 DEBUG : removing 1 level 0 directories 2025/11/12 02:12:14 INFO : OneDrive root 'rclone-test-zezorix1koco': Removing directory 2025/11/12 02:12:14 ERROR : error listing: directory not found 2025/11/12 02:12:15 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (22.69s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:12:15 INFO : A1: Making directory 2025/11/12 02:12:16 INFO : A1/B1: Making directory 2025/11/12 02:12:16 INFO : A1/B1/C1: Making directory 2025/11/12 02:12:19 DEBUG : removing 1 level 3 directories 2025/11/12 02:12:19 INFO : A1/B1/C1: Removing directory 2025/11/12 02:12:20 DEBUG : removing 1 level 2 directories 2025/11/12 02:12:20 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (7.30s) === RUN TestRmdirsWithFilter run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:12:22 INFO : A1: Making directory 2025/11/12 02:12:23 INFO : A1/B1: Making directory 2025/11/12 02:12:23 INFO : A1/B1/C1: Making directory 2025/11/12 02:12:26 DEBUG : removing 1 level 3 directories 2025/11/12 02:12:26 INFO : A1/B1/C1: Removing directory 2025/11/12 02:12:27 DEBUG : removing 1 level 2 directories 2025/11/12 02:12:27 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (7.05s) === RUN TestCopyURL run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:12:29 DEBUG : file1: Starting multipart upload 2025/11/12 02:12:30 DEBUG : file1: Uploading segment 0/14 size 14 2025/11/12 02:12:32 DEBUG : filename.txt: File name found in url 2025/11/12 02:12:32 DEBUG : filename.txt: Starting multipart upload 2025/11/12 02:12:32 DEBUG : filename.txt: Uploading segment 0/14 size 14 2025/11/12 02:12:33 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/11/12 02:12:33 DEBUG : headerfilename.txt: Starting multipart upload 2025/11/12 02:12:34 DEBUG : headerfilename.txt: Uploading segment 0/14 size 14 2025/11/12 02:12:34 DEBUG : file2: Starting multipart upload 2025/11/12 02:12:36 DEBUG : file2: Uploading segment 0/14 size 14 --- PASS: TestCopyURL (9.76s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:12:39 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/12 02:12:40 DEBUG : sub/file2: Starting multipart upload 2025/11/12 02:12:41 DEBUG : sub/file2: Uploading segment 0/14 size 14 2025/11/12 02:12:41 DEBUG : sub/file2: size = 14 OK 2025/11/12 02:12:41 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/12 02:12:41 INFO : file1: Copied (new) to: sub/file2 2025/11/12 02:12:41 INFO : file1: Deleted 2025/11/12 02:12:42 DEBUG : sub/file2: size = 14 OK 2025/11/12 02:12:42 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/12 02:12:42 DEBUG : file1: Unchanged skipping 2025/11/12 02:12:42 INFO : file1: Deleted 2025/11/12 02:12:43 DEBUG : OneDrive root 'rclone-test-zezorix1koco': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (6.40s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:12:46 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/12 02:12:46 DEBUG : file1: Starting multipart upload 2025/11/12 02:12:46 DEBUG : file1: Uploading segment 0/14 size 14 2025/11/12 02:12:47 DEBUG : file1: size = 14 OK 2025/11/12 02:12:47 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/12 02:12:47 INFO : file1: Copied (new) 2025/11/12 02:12:47 INFO : file1: Deleted 2025/11/12 02:12:48 DEBUG : file1: Destination exists, skipping 2025/11/12 02:12:48 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.81s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:12:49 DEBUG : file1: Need to transfer - File not found at Destination 2025/11/12 02:12:50 DEBUG : sub/file2: Starting multipart upload 2025/11/12 02:12:51 DEBUG : sub/file2: Uploading segment 0/14 size 14 2025/11/12 02:12:52 DEBUG : sub/file2: size = 14 OK 2025/11/12 02:12:52 DEBUG : file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/12 02:12:52 INFO : file1: Copied (new) to: sub/file2 2025/11/12 02:12:52 INFO : file1: Deleted 2025/11/12 02:12:53 DEBUG : sub/file2: size = 14 OK 2025/11/12 02:12:53 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/12 02:12:53 DEBUG : file1: Unchanged skipping 2025/11/12 02:12:53 INFO : file1: Deleted 2025/11/12 02:12:55 DEBUG : sub/file2: moving to sub/File2-rclone-move-ferequn6 2025/11/12 02:12:55 INFO : sub/file2: Moved (server-side) to: sub/File2-rclone-move-ferequn6 2025/11/12 02:12:55 DEBUG : sub/file2: moving to sub/File2 2025/11/12 02:12:56 INFO : sub/File2-rclone-move-ferequn6: Moved (server-side) to: sub/File2 --- PASS: TestCaseInsensitiveMoveFile (9.26s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:12:58 DEBUG : hello: Starting multipart upload 2025/11/12 02:12:59 DEBUG : hello: Uploading segment 0/5 size 5 2025/11/12 02:13:01 NOTICE: hello: Skipped rename to HELLO as --dry-run is set --- PASS: TestCaseInsensitiveMoveFileDryRun (4.33s) === RUN TestMoveFileBackupDir run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:13:03 DEBUG : dst/file1: Starting multipart upload 2025/11/12 02:13:04 DEBUG : dst/file1: Uploading segment 0/18 size 18 2025/11/12 02:13:06 DEBUG : Creating backend with remote "TestOneDriveBusiness:rclone-test-zezorix1koco/backup" 2025/11/12 02:13:08 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2072117827) 2025/11/12 02:13:08 DEBUG : dst/file1: size = 18 (OneDrive root 'rclone-test-zezorix1koco') 2025/11/12 02:13:08 DEBUG : dst/file1: Sizes differ 2025/11/12 02:13:11 INFO : dst/file1: Moved (server-side) 2025/11/12 02:13:11 DEBUG : dst/file1: Starting multipart upload 2025/11/12 02:13:12 DEBUG : dst/file1: Uploading segment 0/14 size 14 2025/11/12 02:13:12 DEBUG : dst/file1: size = 14 OK 2025/11/12 02:13:12 DEBUG : dst/file1: quickxor = 6648031bca1003108ce10d6eae4319dc40873900 OK 2025/11/12 02:13:12 INFO : dst/file1: Copied (new) 2025/11/12 02:13:12 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (13.76s) === 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:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:13:17 DEBUG : A1/one: Starting multipart upload 2025/11/12 02:13:18 DEBUG : A1/one: Uploading segment 0/3 size 3 2025/11/12 02:13:18 DEBUG : A1/two: Starting multipart upload 2025/11/12 02:13:19 DEBUG : A1/two: Uploading segment 0/3 size 3 2025/11/12 02:13:21 DEBUG : A1/B1/three: Starting multipart upload 2025/11/12 02:13:21 DEBUG : A1/B1/three: Uploading segment 0/5 size 5 2025/11/12 02:13:23 DEBUG : A1/B1/C1/four: Starting multipart upload 2025/11/12 02:13:24 DEBUG : A1/B1/C1/four: Uploading segment 0/4 size 4 2025/11/12 02:13:25 DEBUG : A1/B1/C2/five: Starting multipart upload 2025/11/12 02:13:26 DEBUG : A1/B1/C2/five: Uploading segment 0/4 size 4 2025/11/12 02:13:27 INFO : A1/B2: Making directory 2025/11/12 02:13:28 INFO : A1/B1/C3: Making directory 2025/11/12 02:13:39 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/11/12 02:13:39 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/11/12 02:13:39 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/11/12 02:13:39 INFO : A2/two: Moved (server-side) to: A3/two 2025/11/12 02:13:39 INFO : A2/one: Moved (server-side) to: A3/one 2025/11/12 02:13:44 INFO : OneDrive root 'rclone-test-zezorix1koco': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/11/12 02:13:51 INFO : A3/one: Moved (server-side) to: A4/one 2025/11/12 02:13:51 INFO : A3/two: Moved (server-side) to: A4/two 2025/11/12 02:13:51 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/11/12 02:13:51 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/11/12 02:13:51 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five --- PASS: TestDirMove (45.29s) === RUN TestGetFsInfo run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" --- PASS: TestGetFsInfo (0.53s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:02 DEBUG : OneDrive root 'rclone-test-zezorix1koco': File to upload is small (34 bytes), uploading instead of streaming 2025/11/12 02:14:02 DEBUG : no_checksum_small_file_from_pipe: Starting multipart upload 2025/11/12 02:14:03 DEBUG : no_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2025/11/12 02:14:04 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2025/11/12 02:14:04 DEBUG : no_checksum_small_file_from_pipe: quickxor = 45dc0e76d116c1d44a3588d25663bb8919e47993 OK 2025/11/12 02:14:04 DEBUG : no_checksum_small_file_from_pipe: Size and quickxor of src and dst objects identical 2025/11/12 02:14:04 DEBUG : OneDrive root 'rclone-test-zezorix1koco': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/11/12 02:14:04 DEBUG : no_checksum_big_file_from_pipe: Starting multipart upload 2025/11/12 02:14:05 DEBUG : no_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2025/11/12 02:14:06 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2025/11/12 02:14:06 DEBUG : no_checksum_big_file_from_pipe: quickxor = 0000000000000000000000000190010000000000 OK 2025/11/12 02:14:06 DEBUG : no_checksum_big_file_from_pipe: Size and quickxor of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:07 DEBUG : OneDrive root 'rclone-test-zezorix1koco': File to upload is small (34 bytes), uploading instead of streaming 2025/11/12 02:14:07 DEBUG : with_checksum_small_file_from_pipe: Starting multipart upload 2025/11/12 02:14:08 DEBUG : with_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2025/11/12 02:14:09 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2025/11/12 02:14:09 DEBUG : with_checksum_small_file_from_pipe: quickxor = 45dc0e76d116c1d44a3588d25663bb8919e47993 OK 2025/11/12 02:14:09 DEBUG : with_checksum_small_file_from_pipe: Size and quickxor of src and dst objects identical 2025/11/12 02:14:09 DEBUG : OneDrive root 'rclone-test-zezorix1koco': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/11/12 02:14:09 DEBUG : with_checksum_big_file_from_pipe: Starting multipart upload 2025/11/12 02:14:09 DEBUG : with_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2025/11/12 02:14:11 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2025/11/12 02:14:11 DEBUG : with_checksum_big_file_from_pipe: quickxor = 0000000000000000000000000190010000000000 OK 2025/11/12 02:14:11 DEBUG : with_checksum_big_file_from_pipe: Size and quickxor of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:12 DEBUG : OneDrive root 'rclone-test-zezorix1koco': File to upload is small (34 bytes), uploading instead of streaming 2025/11/12 02:14:12 DEBUG : ignore_checksum_small_file_from_pipe: Starting multipart upload 2025/11/12 02:14:13 DEBUG : ignore_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2025/11/12 02:14:14 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/11/12 02:14:14 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/12 02:14:14 DEBUG : OneDrive root 'rclone-test-zezorix1koco': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/11/12 02:14:14 DEBUG : ignore_checksum_big_file_from_pipe: Starting multipart upload 2025/11/12 02:14:14 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2025/11/12 02:14:15 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/11/12 02:14:15 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:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:17 DEBUG : OneDrive root 'rclone-test-zezorix1koco': File to upload is small (34 bytes), uploading instead of streaming 2025/11/12 02:14:17 DEBUG : ignore_checksum_small_file_from_pipe: Starting multipart upload 2025/11/12 02:14:18 DEBUG : ignore_checksum_small_file_from_pipe: Uploading segment 0/34 size 34 2025/11/12 02:14:18 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2025/11/12 02:14:18 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2025/11/12 02:14:18 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/11/12 02:14:18 DEBUG : OneDrive root 'rclone-test-zezorix1koco': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/11/12 02:14:18 DEBUG : ignore_checksum_big_file_from_pipe: Starting multipart upload 2025/11/12 02:14:19 DEBUG : ignore_checksum_big_file_from_pipe: Uploading segment 0/102401 size 102401 2025/11/12 02:14:20 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2025/11/12 02:14:20 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2025/11/12 02:14:20 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.56s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.83s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.95s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.73s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.04s) === RUN TestRcatMetadata run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" operations_test.go:1540: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.76s) === RUN TestRcatSize run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:22 DEBUG : potato1: Starting multipart upload 2025/11/12 02:14:23 DEBUG : potato1: Uploading segment 0/60 size 60 2025/11/12 02:14:24 DEBUG : OneDrive root 'rclone-test-zezorix1koco': File to upload is small (60 bytes), uploading instead of streaming 2025/11/12 02:14:24 DEBUG : potato2: Starting multipart upload 2025/11/12 02:14:24 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/12 02:14:25 DEBUG : potato2: size = 60 OK 2025/11/12 02:14:25 DEBUG : potato2: quickxor = 4001dad296b6b4a52d6d694b67dad296b6b4a52d OK 2025/11/12 02:14:25 DEBUG : potato2: Size and quickxor of src and dst objects identical --- PASS: TestRcatSize (4.14s) === RUN TestRcatSizeMetadata run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" operations_test.go:1621: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.84s) === RUN TestTouchDir run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:27 DEBUG : potato2: Starting multipart upload 2025/11/12 02:14:28 DEBUG : potato2: Uploading segment 0/60 size 60 2025/11/12 02:14:29 DEBUG : empty space: Starting multipart upload 2025/11/12 02:14:30 DEBUG : empty space: Uploading segment 0/1 size 1 2025/11/12 02:14:31 DEBUG : sub dir/potato3: Starting multipart upload 2025/11/12 02:14:32 DEBUG : sub dir/potato3: Uploading segment 0/5 size 5 2025/11/12 02:14:34 DEBUG : OneDrive root 'rclone-test-zezorix1koco': Touching "empty space" 2025/11/12 02:14:34 DEBUG : OneDrive root 'rclone-test-zezorix1koco': Touching "potato2" 2025/11/12 02:14:34 DEBUG : OneDrive root 'rclone-test-zezorix1koco': Touching "sub dir/potato3" --- PASS: TestTouchDir (10.03s) === RUN TestMkdirMetadata run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:37 DEBUG : dir with metadata: Making directory with metadata 2025/11/12 02:14:38 DEBUG : dir with metadata: skipping unsupported metadata item: potato: jersey 2025/11/12 02:14:38 DEBUG : dir with metadata: setting time 2001-02-03 04:05:06.499999999 +0000 UTC 2025/11/12 02:14:39 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.75s) === RUN TestMkdirModTime run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:40 DEBUG : directory with modtime: Making directory with metadata 2025/11/12 02:14:41 DEBUG : directory with modtime: setting time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/11/12 02:14:41 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.76s) === RUN TestCopyDirMetadata run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:43 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/11/12 02:14:43 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/12 02:14:43 DEBUG : non existent directory: skipping unsupported metadata item: potato: jersey 2025/11/12 02:14:43 DEBUG : non existent directory: skipping unsupported metadata item: mode: 40775 2025/11/12 02:14:43 DEBUG : non existent directory: skipping unsupported metadata item: uid: 1000 2025/11/12 02:14:43 DEBUG : non existent directory: skipping unsupported metadata item: gid: 1000 2025/11/12 02:14:43 DEBUG : non existent directory: skipping unsupported metadata item: atime: 2001-02-03T04:05:06.499999999Z 2025/11/12 02:14:44 DEBUG : non existent directory: setting time 2001-02-03 04:05:06.499999999 +0000 UTC 2025/11/12 02:14:44 INFO : non existent directory: Updated directory metadata 2025/11/12 02:14:46 DEBUG : existing directory: skipping unsupported metadata item: gid: 1000 2025/11/12 02:14:46 DEBUG : existing directory: skipping unsupported metadata item: atime: 2001-02-03T04:05:06.499999999Z 2025/11/12 02:14:46 DEBUG : existing directory: skipping unsupported metadata item: potato: jersey 2025/11/12 02:14:46 DEBUG : existing directory: skipping unsupported metadata item: mode: 40775 2025/11/12 02:14:46 DEBUG : existing directory: skipping unsupported metadata item: uid: 1000 2025/11/12 02:14:46 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.74s) === RUN TestSetDirModTime run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:48 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/11/12 02:14:49 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/11/12 02:14:50 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.74s) === RUN TestDirsEqual run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:51 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/11/12 02:14:51 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/12 02:14:51 DEBUG : dst: Making directory with metadata 2025/11/12 02:14:52 DEBUG : dst: setting time 2001-02-03 04:05:06.499999999 +0000 UTC 2025/11/12 02:14:52 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/12 02:14:52 DEBUG : dst: Directory modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/12 02:14:53 INFO : dst: Set directory modification time (using SetModTime) 2025/11/12 02:14:53 INFO : dst: Set directory modification time (using SetModTime) 2025/11/12 02:14:53 DEBUG : dst: Directory modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/12 02:14:53 INFO : dst: Set directory modification time (using SetModTime) 2025/11/12 02:14:53 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.38s) === RUN TestRemoveExisting run.go:185: Remote "OneDrive root 'rclone-test-zezorix1koco'", Local "Local file system at /tmp/rclone2072117827", Modify Window "1s" 2025/11/12 02:14:55 DEBUG : sub dir/test remove existing: Starting multipart upload 2025/11/12 02:14:56 DEBUG : sub dir/test remove existing: Uploading segment 0/11 size 11 2025/11/12 02:14:57 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Starting multipart upload 2025/11/12 02:14:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Uploading segment 0/21 size 21 2025/11/12 02:15:01 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.xaruxes1" before starting 2025/11/12 02:15:02 DEBUG : sub dir/test remove existing.xaruxes1: TEST: removing renamed existing file after operation 2025/11/12 02:15:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.habusuz1" before starting 2025/11/12 02:15:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.habusuz1: TEST: renaming existing back after failed operation 2025/11/12 02:15:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xemolac6" before starting 2025/11/12 02:15:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xemolac6: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (15.51s) === 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 TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/11/12 02:15:10 DEBUG : OneDrive root 'rclone-test-zezorix1koco': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestOneDriveBusiness: -verbose" - Finished OK in 10m31.512738697s (try 1/5)