"./operations.test -test.v -test.timeout 1h0m0s -remote TestHuaweiDrive: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2026/07/29 02:42:48 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-buqacen7wumo" 2026/07/29 02:42:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 02:42:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:42:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:42:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:42:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:42:50 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:42:51 DEBUG : Creating backend with remote "/tmp/rclone1648154818" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/07/29 02:42:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" --- SKIP: TestMultithreadCopy (0.62s) === RUN TestMultithreadCopyAbort run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" multithread_test.go:119: multithread writing not supported 2026/07/29 02:42:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" --- SKIP: TestMultithreadCopyAbort (0.60s) === RUN TestSizeDiffers 2026/07/29 02:42:52 DEBUG : a: size = 0 OK 2026/07/29 02:42:52 DEBUG : a: size = 1 (memory) 2026/07/29 02:42:52 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/07/29 02:42:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/07/29 02:42:52 DEBUG : potato: Seek from 10 to 0 2026/07/29 02:42:52 DEBUG : potato: Seek from 10 to 0 2026/07/29 02:42:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/07/29 02:42:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Seek from 5 to 2 2026/07/29 02:42:52 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/07/29 02:42:52 DEBUG : potato: Seek from 7 to 0 2026/07/29 02:42:52 DEBUG : potato: Seek from 7 to 0 2026/07/29 02:42:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/07/29 02:42:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Seek from 5 to 2 2026/07/29 02:42:52 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/07/29 02:42:52 DEBUG : potato: Seek from 8 to 0 2026/07/29 02:42:52 DEBUG : potato: Seek from 8 to 0 2026/07/29 02:42:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/07/29 02:42:52 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/07/29 02:42:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/07/29 02:42:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/07/29 02:42:52 DEBUG : potato: Seek from 5 to 2 2026/07/29 02:42:52 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/07/29 02:42:52 DEBUG : potato: Seek from 9 to 0 2026/07/29 02:42:52 DEBUG : potato: Seek from 9 to 0 2026/07/29 02:42:52 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/ReadAt (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/ReadAt (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/ReadAt (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/ReadAt (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:42:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:42:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:42:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestCheck/1 === RUN TestCheck/2 2026/07/29 02:42:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:42:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestCheck/3 2026/07/29 02:43:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:43:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestCheck/4 === RUN TestCheck/5 2026/07/29 02:43:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:43:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestCheck/6 === RUN TestCheck/7 2026/07/29 02:43:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:43:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestCheck (18.11s) --- PASS: TestCheck/1 (0.59s) --- PASS: TestCheck/2 (0.61s) --- PASS: TestCheck/3 (0.60s) --- PASS: TestCheck/4 (0.61s) --- PASS: TestCheck/5 (0.63s) --- PASS: TestCheck/6 (0.63s) --- PASS: TestCheck/7 (0.61s) === RUN TestCheckFsError 2026/07/29 02:43:10 DEBUG : Creating backend with remote "nonexistent" 2026/07/29 02:43:10 DEBUG : Config file has changed externally - reloading 2026/07/29 02:43:10 DEBUG : Creating backend with remote "nonexistent" 2026/07/29 02:43:10 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/07/29 02:43:10 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/07/29 02:43:10 NOTICE: Local file system at nonexistent: 0 differences found 2026/07/29 02:43:10 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:43:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:43:11 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/07/29 02:43:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:43:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestCheckDownload/3 2026/07/29 02:43:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:43:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/07/29 02:43:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:43:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/07/29 02:44:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:45:27 DEBUG : pacer: Reducing sleep to 33.75s 2026/07/29 02:46:12 DEBUG : pacer: Reducing sleep to 25.3125s 2026/07/29 02:46:45 DEBUG : pacer: Reducing sleep to 18.984375s 2026/07/29 02:47:11 DEBUG : pacer: Reducing sleep to 14.23828125s 2026/07/29 02:47:30 DEBUG : pacer: Reducing sleep to 10.678710937s 2026/07/29 02:47:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:47:44 DEBUG : pacer: Reducing sleep to 8.009033202s --- PASS: TestCheckDownload (273.76s) --- PASS: TestCheckDownload/1 (1.09s) --- PASS: TestCheckDownload/2 (1.02s) --- PASS: TestCheckDownload/3 (0.99s) --- PASS: TestCheckDownload/4 (1.42s) --- PASS: TestCheckDownload/5 (1.05s) --- PASS: TestCheckDownload/6 (1.13s) --- PASS: TestCheckDownload/7 (61.36s) === RUN TestCheckSizeOnly run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:47:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:47:55 DEBUG : pacer: Reducing sleep to 6.006774901s 2026/07/29 02:48:03 DEBUG : pacer: Reducing sleep to 4.505081175s 2026/07/29 02:48:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:09 DEBUG : pacer: Reducing sleep to 3.378810881s === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/07/29 02:48:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:19 DEBUG : pacer: Reducing sleep to 1.42543584s 2026/07/29 02:48:21 DEBUG : pacer: Reducing sleep to 1.06907688s 2026/07/29 02:48:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:22 DEBUG : pacer: Reducing sleep to 801.80766ms === RUN TestCheckSizeOnly/3 2026/07/29 02:48:24 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:24 DEBUG : pacer: Reducing sleep to 451.016808ms 2026/07/29 02:48:26 DEBUG : pacer: Reducing sleep to 338.262606ms 2026/07/29 02:48:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:26 DEBUG : pacer: Reducing sleep to 253.696954ms === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/07/29 02:48:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:28 DEBUG : pacer: Reducing sleep to 107.028402ms 2026/07/29 02:48:29 DEBUG : pacer: Reducing sleep to 80.271301ms 2026/07/29 02:48:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:30 DEBUG : pacer: Reducing sleep to 60.203475ms === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/07/29 02:48:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:32 DEBUG : pacer: Reducing sleep to 25.39834ms 2026/07/29 02:48:32 DEBUG : pacer: Reducing sleep to 19.048755ms 2026/07/29 02:48:33 DEBUG : pacer: Reducing sleep to 14.286566ms 2026/07/29 02:48:34 DEBUG : pacer: Reducing sleep to 10.714924ms 2026/07/29 02:48:34 DEBUG : pacer: Reducing sleep to 10ms 2026/07/29 02:48:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestCheckSizeOnly (51.00s) --- PASS: TestCheckSizeOnly/1 (4.49s) --- PASS: TestCheckSizeOnly/2 (3.38s) --- PASS: TestCheckSizeOnly/3 (1.43s) --- PASS: TestCheckSizeOnly/4 (0.60s) --- PASS: TestCheckSizeOnly/5 (0.60s) --- PASS: TestCheckSizeOnly/6 (0.61s) --- PASS: TestCheckSizeOnly/7 (0.60s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:48:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:38 NOTICE: test.sum: improperly formatted checksum line 4 2026/07/29 02:48:38 NOTICE: test.sum: improperly formatted checksum line 5 2026/07/29 02:48:38 NOTICE: test.sum: improperly formatted checksum line 6 2026/07/29 02:48:38 NOTICE: test.sum: 2 warning(s) suppressed... 2026/07/29 02:48:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:40 NOTICE: test.sum: improperly formatted checksum line 4 2026/07/29 02:48:40 NOTICE: test.sum: improperly formatted checksum line 5 2026/07/29 02:48:40 NOTICE: test.sum: improperly formatted checksum line 6 2026/07/29 02:48:40 NOTICE: test.sum: 2 warning(s) suppressed... 2026/07/29 02:48:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestParseSumFile (7.41s) === RUN TestCheckSum run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:48:42 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-buqacen7wumo/data" 2026/07/29 02:48:42 DEBUG : Config file has changed externally - reloading 2026/07/29 02:48:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/data': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:48:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/data': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:48:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/data': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:48:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/data': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:48:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/data': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:48:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" check_test.go:350: Huawei Drive root 'rclone-test-buqacen7wumo/data' lacks md5, skipping 2026/07/29 02:48:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestCheckSum (6.62s) === RUN TestCheckSumDownload run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:48:49 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-buqacen7wumo/data" 2026/07/29 02:48:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/data': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:48:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/data': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:48:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/data': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:48:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/data': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:48:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/data': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:48:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:48:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" === RUN TestCheckSumDownload/subtest1 2026/07/29 02:49:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" 2026/07/29 02:49:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" === RUN TestCheckSumDownload/subtest2 2026/07/29 02:49:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" === RUN TestCheckSumDownload/subtest3 2026/07/29 02:49:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" === RUN TestCheckSumDownload/subtest4 2026/07/29 02:49:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" === RUN TestCheckSumDownload/subtest5 2026/07/29 02:49:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:24 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" === RUN TestCheckSumDownload/subtest6 2026/07/29 02:49:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" 2026/07/29 02:49:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" 2026/07/29 02:49:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:49:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" === RUN TestCheckSumDownload/subtest7 2026/07/29 02:50:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:51:35 DEBUG : pacer: Reducing sleep to 33.75s 2026/07/29 02:52:20 DEBUG : pacer: Reducing sleep to 25.3125s 2026/07/29 02:52:20 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" 2026/07/29 02:52:53 DEBUG : pacer: Reducing sleep to 18.984375s 2026/07/29 02:53:19 DEBUG : pacer: Reducing sleep to 14.23828125s 2026/07/29 02:53:38 DEBUG : pacer: Reducing sleep to 10.678710937s 2026/07/29 02:53:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlrfHAktg67fcmx0MZ7NET4xS9Y6Z5LE3" 2026/07/29 02:53:52 DEBUG : pacer: Reducing sleep to 8.009033202s 2026/07/29 02:54:03 DEBUG : pacer: Reducing sleep to 6.006774901s 2026/07/29 02:54:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:54:11 DEBUG : pacer: Reducing sleep to 4.505081175s --- PASS: TestCheckSumDownload (321.70s) --- PASS: TestCheckSumDownload/subtest1 (2.91s) --- PASS: TestCheckSumDownload/subtest2 (2.20s) --- PASS: TestCheckSumDownload/subtest3 (3.24s) --- PASS: TestCheckSumDownload/subtest4 (2.05s) --- PASS: TestCheckSumDownload/subtest5 (2.44s) --- PASS: TestCheckSumDownload/subtest6 (2.95s) --- PASS: TestCheckSumDownload/subtest7 (63.71s) === RUN TestApplyTransforms 2026/07/29 02:54:11 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-pozoceg0jiwu" 2026/07/29 02:54:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 02:54:12 DEBUG : Huawei Drive root 'rclone-test-pozoceg0jiwu': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:54:12 DEBUG : Huawei Drive root 'rclone-test-pozoceg0jiwu': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:54:13 DEBUG : Huawei Drive root 'rclone-test-pozoceg0jiwu': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:54:13 DEBUG : Huawei Drive root 'rclone-test-pozoceg0jiwu': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:13 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:14 DEBUG : Creating backend with remote "/tmp/rclone2162462372" run.go:198: Remote "Huawei Drive root 'rclone-test-pozoceg0jiwu'", Local "Local file system at /tmp/rclone2162462372", Modify Window "876000h0m0s" 2026/07/29 02:54:14 DEBUG : Huawei Drive root 'rclone-test-pozoceg0jiwu': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:15 DEBUG : Huawei Drive root 'rclone-test-pozoceg0jiwu': Listing directory "BgNrOngFkAfYD57bZ215JfJo__BLT4Ft2" 2026/07/29 02:54:17 DEBUG : Huawei Drive root 'rclone-test-pozoceg0jiwu': Listing directory "BgNrOngFkAfYD57bZ215JfJo__BLT4Ft2" upper checkfile vs. lower remote (without normalization) 2026/07/29 02:54:17 DEBUG : Huawei Drive root 'rclone-test-pozoceg0jiwu': Listing directory "BgNrOngFkAfYD57bZ215JfJo__BLT4Ft2" 2026/07/29 02:54:18 ERROR : hello, world!: sum not found 2026/07/29 02:54:18 ERROR : HELLO, WORLD!: file not in Huawei Drive root 'rclone-test-pozoceg0jiwu' 2026/07/29 02:54:18 NOTICE: Huawei Drive root 'rclone-test-pozoceg0jiwu': 1 files missing 2026/07/29 02:54:18 NOTICE: 1 hashes missing 2026/07/29 02:54:18 NOTICE: Huawei Drive root 'rclone-test-pozoceg0jiwu': 1 differences found 2026/07/29 02:54:18 NOTICE: Huawei Drive root 'rclone-test-pozoceg0jiwu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/07/29 02:54:18 DEBUG : Huawei Drive root 'rclone-test-pozoceg0jiwu': Listing directory "BgNrOngFkAfYD57bZ215JfJo__BLT4Ft2" 2026/07/29 02:54:19 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/29 02:54:19 NOTICE: Huawei Drive root 'rclone-test-pozoceg0jiwu': 0 differences found 2026/07/29 02:54:19 NOTICE: Huawei Drive root 'rclone-test-pozoceg0jiwu': 1 matching files 2026/07/29 02:54:19 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-mewehim4fufi" 2026/07/29 02:54:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 02:54:20 DEBUG : Huawei Drive root 'rclone-test-mewehim4fufi': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:54:20 DEBUG : Huawei Drive root 'rclone-test-mewehim4fufi': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:54:21 DEBUG : Huawei Drive root 'rclone-test-mewehim4fufi': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:54:21 DEBUG : Huawei Drive root 'rclone-test-mewehim4fufi': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:22 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:22 DEBUG : Creating backend with remote "/tmp/rclone2197796437" run.go:198: Remote "Huawei Drive root 'rclone-test-mewehim4fufi'", Local "Local file system at /tmp/rclone2197796437", Modify Window "876000h0m0s" 2026/07/29 02:54:22 DEBUG : Huawei Drive root 'rclone-test-mewehim4fufi': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:24 DEBUG : Huawei Drive root 'rclone-test-mewehim4fufi': Listing directory "BnmTXGJ8457XioPvwPf1OZoSB5ZRNvL01" 2026/07/29 02:54:26 DEBUG : Huawei Drive root 'rclone-test-mewehim4fufi': Listing directory "BnmTXGJ8457XioPvwPf1OZoSB5ZRNvL01" lower checkfile vs. upper remote (without normalization) 2026/07/29 02:54:26 DEBUG : Huawei Drive root 'rclone-test-mewehim4fufi': Listing directory "BnmTXGJ8457XioPvwPf1OZoSB5ZRNvL01" 2026/07/29 02:54:27 ERROR : HELLO, WORLD!: sum not found 2026/07/29 02:54:27 ERROR : hello, world!: file not in Huawei Drive root 'rclone-test-mewehim4fufi' 2026/07/29 02:54:27 NOTICE: Huawei Drive root 'rclone-test-mewehim4fufi': 1 files missing 2026/07/29 02:54:27 NOTICE: 1 hashes missing 2026/07/29 02:54:27 NOTICE: Huawei Drive root 'rclone-test-mewehim4fufi': 1 differences found 2026/07/29 02:54:27 NOTICE: Huawei Drive root 'rclone-test-mewehim4fufi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/07/29 02:54:27 DEBUG : Huawei Drive root 'rclone-test-mewehim4fufi': Listing directory "BnmTXGJ8457XioPvwPf1OZoSB5ZRNvL01" 2026/07/29 02:54:28 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/29 02:54:28 NOTICE: Huawei Drive root 'rclone-test-mewehim4fufi': 0 differences found 2026/07/29 02:54:28 NOTICE: Huawei Drive root 'rclone-test-mewehim4fufi': 1 matching files 2026/07/29 02:54:28 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-suroged0bife" 2026/07/29 02:54:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 02:54:29 DEBUG : Huawei Drive root 'rclone-test-suroged0bife': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:54:29 DEBUG : Huawei Drive root 'rclone-test-suroged0bife': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:54:30 DEBUG : Huawei Drive root 'rclone-test-suroged0bife': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:54:30 DEBUG : Huawei Drive root 'rclone-test-suroged0bife': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:30 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:31 DEBUG : Creating backend with remote "/tmp/rclone3472152398" run.go:198: Remote "Huawei Drive root 'rclone-test-suroged0bife'", Local "Local file system at /tmp/rclone3472152398", Modify Window "876000h0m0s" 2026/07/29 02:54:31 DEBUG : Huawei Drive root 'rclone-test-suroged0bife': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:32 DEBUG : Huawei Drive root 'rclone-test-suroged0bife': Listing directory "BooJBZm4DCQj5uITZWkVMr7hnc-q8h1OI" 2026/07/29 02:54:33 DEBUG : Huawei Drive root 'rclone-test-suroged0bife': Listing directory "BooJBZm4DCQj5uITZWkVMr7hnc-q8h1OI" lower checkfile vs. upperlowermixed remote (without normalization) 2026/07/29 02:54:35 DEBUG : Huawei Drive root 'rclone-test-suroged0bife': Listing directory "BooJBZm4DCQj5uITZWkVMr7hnc-q8h1OI" 2026/07/29 02:54:35 ERROR : HeLlO, wOrLd!: sum not found 2026/07/29 02:54:35 ERROR : hello, world!: file not in Huawei Drive root 'rclone-test-suroged0bife' 2026/07/29 02:54:35 NOTICE: Huawei Drive root 'rclone-test-suroged0bife': 1 files missing 2026/07/29 02:54:35 NOTICE: 1 hashes missing 2026/07/29 02:54:35 NOTICE: Huawei Drive root 'rclone-test-suroged0bife': 1 differences found 2026/07/29 02:54:35 NOTICE: Huawei Drive root 'rclone-test-suroged0bife': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/07/29 02:54:35 DEBUG : Huawei Drive root 'rclone-test-suroged0bife': Listing directory "BooJBZm4DCQj5uITZWkVMr7hnc-q8h1OI" 2026/07/29 02:54:36 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/29 02:54:36 NOTICE: Huawei Drive root 'rclone-test-suroged0bife': 0 differences found 2026/07/29 02:54:36 NOTICE: Huawei Drive root 'rclone-test-suroged0bife': 1 matching files 2026/07/29 02:54:36 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-vedages6duqa" 2026/07/29 02:54:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 02:54:37 DEBUG : Huawei Drive root 'rclone-test-vedages6duqa': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:54:37 DEBUG : Huawei Drive root 'rclone-test-vedages6duqa': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:54:38 DEBUG : Huawei Drive root 'rclone-test-vedages6duqa': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:54:38 DEBUG : Huawei Drive root 'rclone-test-vedages6duqa': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:39 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:39 DEBUG : Creating backend with remote "/tmp/rclone4292067703" run.go:198: Remote "Huawei Drive root 'rclone-test-vedages6duqa'", Local "Local file system at /tmp/rclone4292067703", Modify Window "876000h0m0s" 2026/07/29 02:54:39 DEBUG : Huawei Drive root 'rclone-test-vedages6duqa': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:40 DEBUG : Huawei Drive root 'rclone-test-vedages6duqa': Listing directory "Bp-cyqqI7MXHUMcW2uzlKXr0CACZwv2vx" 2026/07/29 02:54:42 DEBUG : Huawei Drive root 'rclone-test-vedages6duqa': Listing directory "Bp-cyqqI7MXHUMcW2uzlKXr0CACZwv2vx" upperlowermixed checkfile vs. upper remote (without normalization) 2026/07/29 02:54:43 DEBUG : Huawei Drive root 'rclone-test-vedages6duqa': Listing directory "Bp-cyqqI7MXHUMcW2uzlKXr0CACZwv2vx" 2026/07/29 02:54:44 ERROR : HELLO, WORLD!: sum not found 2026/07/29 02:54:44 ERROR : HeLlO, wOrLd!: file not in Huawei Drive root 'rclone-test-vedages6duqa' 2026/07/29 02:54:44 NOTICE: Huawei Drive root 'rclone-test-vedages6duqa': 1 files missing 2026/07/29 02:54:44 NOTICE: 1 hashes missing 2026/07/29 02:54:44 NOTICE: Huawei Drive root 'rclone-test-vedages6duqa': 1 differences found 2026/07/29 02:54:44 NOTICE: Huawei Drive root 'rclone-test-vedages6duqa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/07/29 02:54:44 DEBUG : Huawei Drive root 'rclone-test-vedages6duqa': Listing directory "Bp-cyqqI7MXHUMcW2uzlKXr0CACZwv2vx" 2026/07/29 02:54:45 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/29 02:54:45 NOTICE: Huawei Drive root 'rclone-test-vedages6duqa': 0 differences found 2026/07/29 02:54:45 NOTICE: Huawei Drive root 'rclone-test-vedages6duqa': 1 matching files 2026/07/29 02:54:45 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-ligodep6buva" 2026/07/29 02:54:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 02:54:46 DEBUG : Huawei Drive root 'rclone-test-ligodep6buva': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:54:46 DEBUG : Huawei Drive root 'rclone-test-ligodep6buva': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:54:46 DEBUG : Huawei Drive root 'rclone-test-ligodep6buva': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:54:46 DEBUG : Huawei Drive root 'rclone-test-ligodep6buva': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:47 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:48 DEBUG : Creating backend with remote "/tmp/rclone5416638" run.go:198: Remote "Huawei Drive root 'rclone-test-ligodep6buva'", Local "Local file system at /tmp/rclone5416638", Modify Window "876000h0m0s" 2026/07/29 02:54:48 DEBUG : Huawei Drive root 'rclone-test-ligodep6buva': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:49 DEBUG : Huawei Drive root 'rclone-test-ligodep6buva': Listing directory "Bv3NNUVYU1hp4Mahq8yZCn6WWf92EkIya" 2026/07/29 02:54:50 DEBUG : Huawei Drive root 'rclone-test-ligodep6buva': Listing directory "Bv3NNUVYU1hp4Mahq8yZCn6WWf92EkIya" NFD checkfile vs. NFC remote (without normalization) 2026/07/29 02:54:51 DEBUG : Huawei Drive root 'rclone-test-ligodep6buva': Listing directory "Bv3NNUVYU1hp4Mahq8yZCn6WWf92EkIya" 2026/07/29 02:54:52 ERROR : 測試_Русский___ě_áñ: sum not found 2026/07/29 02:54:52 ERROR : 測試_Русский___ě_áñ: file not in Huawei Drive root 'rclone-test-ligodep6buva' 2026/07/29 02:54:52 NOTICE: Huawei Drive root 'rclone-test-ligodep6buva': 1 files missing 2026/07/29 02:54:52 NOTICE: 1 hashes missing 2026/07/29 02:54:52 NOTICE: Huawei Drive root 'rclone-test-ligodep6buva': 1 differences found 2026/07/29 02:54:52 NOTICE: Huawei Drive root 'rclone-test-ligodep6buva': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/07/29 02:54:52 DEBUG : Huawei Drive root 'rclone-test-ligodep6buva': Listing directory "Bv3NNUVYU1hp4Mahq8yZCn6WWf92EkIya" 2026/07/29 02:54:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/29 02:54:52 NOTICE: Huawei Drive root 'rclone-test-ligodep6buva': 0 differences found 2026/07/29 02:54:52 NOTICE: Huawei Drive root 'rclone-test-ligodep6buva': 1 matching files 2026/07/29 02:54:52 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-doxabit2cive" 2026/07/29 02:54:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 02:54:53 DEBUG : Huawei Drive root 'rclone-test-doxabit2cive': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:54:53 DEBUG : Huawei Drive root 'rclone-test-doxabit2cive': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:54:54 DEBUG : Huawei Drive root 'rclone-test-doxabit2cive': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:54:54 DEBUG : Huawei Drive root 'rclone-test-doxabit2cive': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:55 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:55 DEBUG : Creating backend with remote "/tmp/rclone1220883148" run.go:198: Remote "Huawei Drive root 'rclone-test-doxabit2cive'", Local "Local file system at /tmp/rclone1220883148", Modify Window "876000h0m0s" 2026/07/29 02:54:55 DEBUG : Huawei Drive root 'rclone-test-doxabit2cive': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:54:57 DEBUG : Huawei Drive root 'rclone-test-doxabit2cive': Listing directory "BklOGasV2Z2HDKa8Pv5dBWYi2tOYX8j3h" 2026/07/29 02:54:58 DEBUG : Huawei Drive root 'rclone-test-doxabit2cive': Listing directory "BklOGasV2Z2HDKa8Pv5dBWYi2tOYX8j3h" NFC checkfile vs. NFD remote (without normalization) 2026/07/29 02:54:58 DEBUG : Huawei Drive root 'rclone-test-doxabit2cive': Listing directory "BklOGasV2Z2HDKa8Pv5dBWYi2tOYX8j3h" 2026/07/29 02:54:59 ERROR : 測試_Русский___ě_áñ: sum not found 2026/07/29 02:54:59 ERROR : 測試_Русский___ě_áñ: file not in Huawei Drive root 'rclone-test-doxabit2cive' 2026/07/29 02:54:59 NOTICE: Huawei Drive root 'rclone-test-doxabit2cive': 1 files missing 2026/07/29 02:54:59 NOTICE: 1 hashes missing 2026/07/29 02:54:59 NOTICE: Huawei Drive root 'rclone-test-doxabit2cive': 1 differences found 2026/07/29 02:54:59 NOTICE: Huawei Drive root 'rclone-test-doxabit2cive': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/07/29 02:54:59 DEBUG : Huawei Drive root 'rclone-test-doxabit2cive': Listing directory "BklOGasV2Z2HDKa8Pv5dBWYi2tOYX8j3h" 2026/07/29 02:55:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/29 02:55:00 NOTICE: Huawei Drive root 'rclone-test-doxabit2cive': 0 differences found 2026/07/29 02:55:00 NOTICE: Huawei Drive root 'rclone-test-doxabit2cive': 1 matching files 2026/07/29 02:55:00 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-galecuv2xulu" 2026/07/29 02:55:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 02:55:01 DEBUG : Huawei Drive root 'rclone-test-galecuv2xulu': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:55:01 DEBUG : Huawei Drive root 'rclone-test-galecuv2xulu': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:55:02 DEBUG : Huawei Drive root 'rclone-test-galecuv2xulu': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:55:02 DEBUG : Huawei Drive root 'rclone-test-galecuv2xulu': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:03 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:03 DEBUG : Creating backend with remote "/tmp/rclone1768017592" run.go:198: Remote "Huawei Drive root 'rclone-test-galecuv2xulu'", Local "Local file system at /tmp/rclone1768017592", Modify Window "876000h0m0s" 2026/07/29 02:55:03 DEBUG : Huawei Drive root 'rclone-test-galecuv2xulu': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:05 DEBUG : Huawei Drive root 'rclone-test-galecuv2xulu': Listing directory "BhhqBR6ad_s5me0DWG1hPP5z_s8t0GaRO" 2026/07/29 02:55:06 DEBUG : Huawei Drive root 'rclone-test-galecuv2xulu': Listing directory "BhhqBR6ad_s5me0DWG1hPP5z_s8t0GaRO" NFDx2 checkfile vs. both remote (without normalization) 2026/07/29 02:55:07 DEBUG : Huawei Drive root 'rclone-test-galecuv2xulu': Listing directory "BhhqBR6ad_s5me0DWG1hPP5z_s8t0GaRO" 2026/07/29 02:55:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/29 02:55:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Huawei Drive root 'rclone-test-galecuv2xulu' 2026/07/29 02:55:07 NOTICE: Huawei Drive root 'rclone-test-galecuv2xulu': 1 files missing 2026/07/29 02:55:07 NOTICE: 1 hashes missing 2026/07/29 02:55:07 NOTICE: Huawei Drive root 'rclone-test-galecuv2xulu': 1 differences found 2026/07/29 02:55:07 NOTICE: Huawei Drive root 'rclone-test-galecuv2xulu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/07/29 02:55:07 DEBUG : Huawei Drive root 'rclone-test-galecuv2xulu': Listing directory "BhhqBR6ad_s5me0DWG1hPP5z_s8t0GaRO" 2026/07/29 02:55:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/29 02:55:08 NOTICE: Huawei Drive root 'rclone-test-galecuv2xulu': 0 differences found 2026/07/29 02:55:08 NOTICE: Huawei Drive root 'rclone-test-galecuv2xulu': 1 matching files 2026/07/29 02:55:08 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-lajarut1kive" 2026/07/29 02:55:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 02:55:10 DEBUG : Huawei Drive root 'rclone-test-lajarut1kive': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:55:10 DEBUG : Huawei Drive root 'rclone-test-lajarut1kive': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:55:11 DEBUG : Huawei Drive root 'rclone-test-lajarut1kive': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:55:11 DEBUG : Huawei Drive root 'rclone-test-lajarut1kive': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:12 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:12 DEBUG : Creating backend with remote "/tmp/rclone3355105301" run.go:198: Remote "Huawei Drive root 'rclone-test-lajarut1kive'", Local "Local file system at /tmp/rclone3355105301", Modify Window "876000h0m0s" 2026/07/29 02:55:12 DEBUG : Huawei Drive root 'rclone-test-lajarut1kive': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:14 DEBUG : Huawei Drive root 'rclone-test-lajarut1kive': Listing directory "Bq4lxim75SZgeIMK-ajlDkbFsQwa8fRMY" 2026/07/29 02:55:15 DEBUG : Huawei Drive root 'rclone-test-lajarut1kive': Listing directory "Bq4lxim75SZgeIMK-ajlDkbFsQwa8fRMY" NFCx2 checkfile vs. both remote (without normalization) 2026/07/29 02:55:16 DEBUG : Huawei Drive root 'rclone-test-lajarut1kive': Listing directory "Bq4lxim75SZgeIMK-ajlDkbFsQwa8fRMY" 2026/07/29 02:55:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/29 02:55:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Huawei Drive root 'rclone-test-lajarut1kive' 2026/07/29 02:55:16 NOTICE: Huawei Drive root 'rclone-test-lajarut1kive': 1 files missing 2026/07/29 02:55:16 NOTICE: 1 hashes missing 2026/07/29 02:55:16 NOTICE: Huawei Drive root 'rclone-test-lajarut1kive': 1 differences found 2026/07/29 02:55:16 NOTICE: Huawei Drive root 'rclone-test-lajarut1kive': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/07/29 02:55:16 DEBUG : Huawei Drive root 'rclone-test-lajarut1kive': Listing directory "Bq4lxim75SZgeIMK-ajlDkbFsQwa8fRMY" 2026/07/29 02:55:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/29 02:55:17 NOTICE: Huawei Drive root 'rclone-test-lajarut1kive': 0 differences found 2026/07/29 02:55:17 NOTICE: Huawei Drive root 'rclone-test-lajarut1kive': 1 matching files 2026/07/29 02:55:17 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-vifeqal8mefe" 2026/07/29 02:55:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 02:55:18 DEBUG : Huawei Drive root 'rclone-test-vifeqal8mefe': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:55:18 DEBUG : Huawei Drive root 'rclone-test-vifeqal8mefe': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:55:19 DEBUG : Huawei Drive root 'rclone-test-vifeqal8mefe': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:55:19 DEBUG : Huawei Drive root 'rclone-test-vifeqal8mefe': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:20 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:20 DEBUG : Creating backend with remote "/tmp/rclone2403856038" run.go:198: Remote "Huawei Drive root 'rclone-test-vifeqal8mefe'", Local "Local file system at /tmp/rclone2403856038", Modify Window "876000h0m0s" 2026/07/29 02:55:20 DEBUG : Huawei Drive root 'rclone-test-vifeqal8mefe': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:22 DEBUG : Huawei Drive root 'rclone-test-vifeqal8mefe': Listing directory "Bkg_yW8g23MkFlqP_BA9MYojqwNcasoZJ" 2026/07/29 02:55:23 DEBUG : Huawei Drive root 'rclone-test-vifeqal8mefe': Listing directory "Bkg_yW8g23MkFlqP_BA9MYojqwNcasoZJ" both checkfile vs. NFDx2 remote (without normalization) 2026/07/29 02:55:23 DEBUG : Huawei Drive root 'rclone-test-vifeqal8mefe': Listing directory "Bkg_yW8g23MkFlqP_BA9MYojqwNcasoZJ" 2026/07/29 02:55:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/29 02:55:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Huawei Drive root 'rclone-test-vifeqal8mefe' 2026/07/29 02:55:24 NOTICE: Huawei Drive root 'rclone-test-vifeqal8mefe': 1 files missing 2026/07/29 02:55:24 NOTICE: 1 hashes missing 2026/07/29 02:55:24 NOTICE: Huawei Drive root 'rclone-test-vifeqal8mefe': 1 differences found 2026/07/29 02:55:24 NOTICE: Huawei Drive root 'rclone-test-vifeqal8mefe': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/07/29 02:55:24 DEBUG : Huawei Drive root 'rclone-test-vifeqal8mefe': Listing directory "Bkg_yW8g23MkFlqP_BA9MYojqwNcasoZJ" 2026/07/29 02:55:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/29 02:55:25 NOTICE: Huawei Drive root 'rclone-test-vifeqal8mefe': 0 differences found 2026/07/29 02:55:25 NOTICE: Huawei Drive root 'rclone-test-vifeqal8mefe': 1 matching files 2026/07/29 02:55:25 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-heqazah8dubi" 2026/07/29 02:55:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 02:55:26 DEBUG : Huawei Drive root 'rclone-test-heqazah8dubi': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:55:26 DEBUG : Huawei Drive root 'rclone-test-heqazah8dubi': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:55:28 DEBUG : Huawei Drive root 'rclone-test-heqazah8dubi': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:55:28 DEBUG : Huawei Drive root 'rclone-test-heqazah8dubi': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:28 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:29 DEBUG : Creating backend with remote "/tmp/rclone729432141" run.go:198: Remote "Huawei Drive root 'rclone-test-heqazah8dubi'", Local "Local file system at /tmp/rclone729432141", Modify Window "876000h0m0s" 2026/07/29 02:55:29 DEBUG : Huawei Drive root 'rclone-test-heqazah8dubi': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:55:30 DEBUG : Huawei Drive root 'rclone-test-heqazah8dubi': Listing directory "Bv9EniZ0VOdRHFKzEYqhK96U0FQVPkWNU" 2026/07/29 02:55:32 DEBUG : Huawei Drive root 'rclone-test-heqazah8dubi': Listing directory "Bv9EniZ0VOdRHFKzEYqhK96U0FQVPkWNU" both checkfile vs. NFCx2 remote (without normalization) 2026/07/29 02:55:33 DEBUG : Huawei Drive root 'rclone-test-heqazah8dubi': Listing directory "Bv9EniZ0VOdRHFKzEYqhK96U0FQVPkWNU" 2026/07/29 02:55:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/07/29 02:55:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Huawei Drive root 'rclone-test-heqazah8dubi' 2026/07/29 02:55:33 NOTICE: Huawei Drive root 'rclone-test-heqazah8dubi': 1 files missing 2026/07/29 02:55:33 NOTICE: 1 hashes missing 2026/07/29 02:55:33 NOTICE: Huawei Drive root 'rclone-test-heqazah8dubi': 1 differences found 2026/07/29 02:55:33 NOTICE: Huawei Drive root 'rclone-test-heqazah8dubi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/07/29 02:55:33 DEBUG : Huawei Drive root 'rclone-test-heqazah8dubi': Listing directory "Bv9EniZ0VOdRHFKzEYqhK96U0FQVPkWNU" 2026/07/29 02:55:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/07/29 02:55:35 NOTICE: Huawei Drive root 'rclone-test-heqazah8dubi': 0 differences found 2026/07/29 02:55:35 NOTICE: Huawei Drive root 'rclone-test-heqazah8dubi': 1 matching files 2026/07/29 02:55:35 DEBUG : Huawei Drive root 'rclone-test-heqazah8dubi': Purge remote 2026/07/29 02:55:35 DEBUG : Huawei Drive root 'rclone-test-vifeqal8mefe': Purge remote 2026/07/29 02:55:36 DEBUG : Huawei Drive root 'rclone-test-lajarut1kive': Purge remote 2026/07/29 02:55:37 DEBUG : Huawei Drive root 'rclone-test-galecuv2xulu': Purge remote 2026/07/29 02:55:37 DEBUG : Huawei Drive root 'rclone-test-doxabit2cive': Purge remote 2026/07/29 02:55:38 DEBUG : Huawei Drive root 'rclone-test-ligodep6buva': Purge remote 2026/07/29 02:55:39 DEBUG : Huawei Drive root 'rclone-test-vedages6duqa': Purge remote 2026/07/29 02:55:39 DEBUG : Huawei Drive root 'rclone-test-suroged0bife': Purge remote 2026/07/29 02:55:40 DEBUG : Huawei Drive root 'rclone-test-mewehim4fufi': Purge remote 2026/07/29 02:55:41 DEBUG : Huawei Drive root 'rclone-test-pozoceg0jiwu': Purge remote --- PASS: TestApplyTransforms (92.96s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:55:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:55:44 DEBUG : pacer: Reducing sleep to 3.378810881s 2026/07/29 02:55:44 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/29 02:55:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:55:49 DEBUG : pacer: Reducing sleep to 2.53410816s 2026/07/29 02:55:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:55:52 DEBUG : pacer: Reducing sleep to 1.90058112s 2026/07/29 02:55:55 DEBUG : pacer: Reducing sleep to 1.42543584s 2026/07/29 02:55:56 DEBUG : pacer: Reducing sleep to 1.06907688s 2026/07/29 02:55:56 DEBUG : sub/file2: size = 14 OK 2026/07/29 02:55:56 DEBUG : file1: sha256 = 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 OK 2026/07/29 02:55:56 INFO : file1: Copied (new) to: sub/file2 2026/07/29 02:55:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:55:58 DEBUG : pacer: Reducing sleep to 801.80766ms 2026/07/29 02:55:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bv3guqvZ6MgkwS1zhx59HhKWdHCYk_miJ" 2026/07/29 02:55:59 DEBUG : pacer: Reducing sleep to 601.355745ms 2026/07/29 02:55:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bv3guqvZ6MgkwS1zhx59HhKWdHCYk_miJ" 2026/07/29 02:56:00 DEBUG : pacer: Reducing sleep to 451.016808ms 2026/07/29 02:56:00 DEBUG : sub/file2: size = 14 OK 2026/07/29 02:56:00 DEBUG : file1: Sizes identical 2026/07/29 02:56:00 DEBUG : file1: Unchanged skipping 2026/07/29 02:56:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:00 DEBUG : pacer: Reducing sleep to 338.262606ms 2026/07/29 02:56:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bv3guqvZ6MgkwS1zhx59HhKWdHCYk_miJ" 2026/07/29 02:56:01 DEBUG : pacer: Reducing sleep to 253.696954ms 2026/07/29 02:56:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': don't need to copy/move sub/file2, it is already at target location 2026/07/29 02:56:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:02 DEBUG : pacer: Reducing sleep to 190.272715ms 2026/07/29 02:56:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bv3guqvZ6MgkwS1zhx59HhKWdHCYk_miJ" 2026/07/29 02:56:02 DEBUG : pacer: Reducing sleep to 142.704536ms 2026/07/29 02:56:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:03 DEBUG : pacer: Reducing sleep to 107.028402ms 2026/07/29 02:56:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bv3guqvZ6MgkwS1zhx59HhKWdHCYk_miJ" 2026/07/29 02:56:04 DEBUG : pacer: Reducing sleep to 80.271301ms 2026/07/29 02:56:04 DEBUG : pacer: Reducing sleep to 60.203475ms 2026/07/29 02:56:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bv3guqvZ6MgkwS1zhx59HhKWdHCYk_miJ" 2026/07/29 02:56:05 DEBUG : pacer: Reducing sleep to 45.152606ms 2026/07/29 02:56:06 DEBUG : pacer: Reducing sleep to 33.864454ms 2026/07/29 02:56:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:06 DEBUG : pacer: Reducing sleep to 25.39834ms --- PASS: TestCopyFile (22.76s) === RUN TestCopyLongFile run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" copy_test.go:154: Test only runs on local 2026/07/29 02:56:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:07 DEBUG : pacer: Reducing sleep to 19.048755ms 2026/07/29 02:56:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:07 DEBUG : pacer: Reducing sleep to 14.286566ms --- SKIP: TestCopyLongFile (1.17s) === RUN TestCopyFileBackupDir run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:56:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:08 DEBUG : pacer: Reducing sleep to 10.714924ms 2026/07/29 02:56:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:09 DEBUG : pacer: Reducing sleep to 10ms 2026/07/29 02:56:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkVUngT4wxiC3UvYMnmBCy4uwFQ3stJyg" 2026/07/29 02:56:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkVUngT4wxiC3UvYMnmBCy4uwFQ3stJyg" 2026/07/29 02:56:14 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-buqacen7wumo/backup" 2026/07/29 02:56:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:56:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:56:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:56:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:56:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:56:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:17 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1648154818) 2026/07/29 02:56:17 DEBUG : dst/file1: size = 18 (Huawei Drive root 'rclone-test-buqacen7wumo') 2026/07/29 02:56:17 DEBUG : dst/file1: Sizes differ 2026/07/29 02:56:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Listing directory "BmIQn5xjAXP_NRMgTd0xMMIJhFWvKRAZ_" 2026/07/29 02:56:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkVUngT4wxiC3UvYMnmBCy4uwFQ3stJyg" 2026/07/29 02:56:22 INFO : dst/file1: Moved (server-side) 2026/07/29 02:56:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkVUngT4wxiC3UvYMnmBCy4uwFQ3stJyg" 2026/07/29 02:56:23 DEBUG : dst/file1: size = 14 OK 2026/07/29 02:56:23 DEBUG : dst/file1: sha256 = 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 OK 2026/07/29 02:56:23 INFO : dst/file1: Copied (new) 2026/07/29 02:56:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:24 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkVUngT4wxiC3UvYMnmBCy4uwFQ3stJyg" 2026/07/29 02:56:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BmIQn5xjAXP_NRMgTd0xMMIJhFWvKRAZ_" 2026/07/29 02:56:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BiY33O0eZvPwmPEEQNYRADpNoxbeVHeZ8" 2026/07/29 02:56:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkVUngT4wxiC3UvYMnmBCy4uwFQ3stJyg" 2026/07/29 02:56:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BmIQn5xjAXP_NRMgTd0xMMIJhFWvKRAZ_" 2026/07/29 02:56:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BiY33O0eZvPwmPEEQNYRADpNoxbeVHeZ8" 2026/07/29 02:56:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkVUngT4wxiC3UvYMnmBCy4uwFQ3stJyg" 2026/07/29 02:56:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BmIQn5xjAXP_NRMgTd0xMMIJhFWvKRAZ_" 2026/07/29 02:56:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BiY33O0eZvPwmPEEQNYRADpNoxbeVHeZ8" 2026/07/29 02:56:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BmIQn5xjAXP_NRMgTd0xMMIJhFWvKRAZ_" 2026/07/29 02:56:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestCopyFileBackupDir (27.66s) === RUN TestCopyFileCompareDest run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:56:35 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-buqacen7wumo/dst" 2026/07/29 02:56:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:56:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:56:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:56:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:56:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:56:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:40 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-buqacen7wumo/CompareDest" 2026/07/29 02:56:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:56:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:56:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:56:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:56:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:56:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:45 DEBUG : one: Need to transfer - File not found at Destination 2026/07/29 02:56:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:49 DEBUG : one: size = 3 OK 2026/07/29 02:56:49 DEBUG : one: sha256 = 7692c3ad3540bb803c020b3aee66cd8887123234ea0c6e7143c0add73ff431ed OK 2026/07/29 02:56:49 INFO : one: Copied (new) 2026/07/29 02:56:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:56:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:56:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:56:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone1648154818) 2026/07/29 02:56:52 DEBUG : one: size = 3 (Huawei Drive root 'rclone-test-buqacen7wumo/dst') 2026/07/29 02:56:52 DEBUG : one: Sizes differ 2026/07/29 02:56:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:53 DEBUG : one: size = 5 OK 2026/07/29 02:56:53 DEBUG : one: sha256 = 2b82f49cc03d076e84d5a393c42909b1fc2227c143ab8f84620f261fa795dec9 OK 2026/07/29 02:56:53 INFO : one: Copied (replaced existing) 2026/07/29 02:56:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:56:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:56:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:56:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:01 DEBUG : one: size = 5 (Local file system at /tmp/rclone1648154818) 2026/07/29 02:57:01 DEBUG : one: size = 3 (Huawei Drive root 'rclone-test-buqacen7wumo/dst') 2026/07/29 02:57:01 DEBUG : one: Sizes differ 2026/07/29 02:57:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:02 DEBUG : one: size = 5 OK 2026/07/29 02:57:02 DEBUG : one: Sizes identical 2026/07/29 02:57:02 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/29 02:57:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:08 DEBUG : two: Need to transfer - File not found at Destination 2026/07/29 02:57:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:09 DEBUG : two: size = 3 OK 2026/07/29 02:57:09 DEBUG : two: Sizes identical 2026/07/29 02:57:09 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/29 02:57:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:11 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:11 DEBUG : two: Need to transfer - File not found at Destination 2026/07/29 02:57:11 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:12 DEBUG : two: size = 3 OK 2026/07/29 02:57:12 DEBUG : two: Sizes identical 2026/07/29 02:57:12 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/29 02:57:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:16 DEBUG : two: Need to transfer - File not found at Destination 2026/07/29 02:57:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:17 DEBUG : two: size = 5 (Local file system at /tmp/rclone1648154818) 2026/07/29 02:57:17 DEBUG : two: size = 3 (Huawei Drive root 'rclone-test-buqacen7wumo/CompareDest') 2026/07/29 02:57:17 DEBUG : two: Sizes differ 2026/07/29 02:57:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:18 DEBUG : two: size = 5 OK 2026/07/29 02:57:18 DEBUG : two: sha256 = c271f9e8cacd6ad5a9c26bd5bc26c1eb91d7d64a00a417253a1abf88211bd96d OK 2026/07/29 02:57:18 INFO : two: Copied (new) 2026/07/29 02:57:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:20 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsW7UcZ89pkH_Csb_oW9OFquL5v1NufzB" 2026/07/29 02:57:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BvoaXEutr1RvWlMhyrw5II6RjpZ4574-b" 2026/07/29 02:57:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestCopyFileCompareDest (52.87s) === RUN TestCopyFileCopyDest run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:57:28 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-buqacen7wumo/dst" 2026/07/29 02:57:28 DEBUG : Config file has changed externally - reloading 2026/07/29 02:57:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:57:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:57:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:57:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:57:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:57:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:32 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-buqacen7wumo/CopyDest" 2026/07/29 02:57:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:57:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:57:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:57:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:57:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:57:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:37 DEBUG : one: Need to transfer - File not found at Destination 2026/07/29 02:57:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:40 DEBUG : one: size = 3 OK 2026/07/29 02:57:40 DEBUG : one: sha256 = 7692c3ad3540bb803c020b3aee66cd8887123234ea0c6e7143c0add73ff431ed OK 2026/07/29 02:57:40 INFO : one: Copied (new) 2026/07/29 02:57:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:57:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:57:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:57:43 DEBUG : one: size = 5 (Local file system at /tmp/rclone1648154818) 2026/07/29 02:57:43 DEBUG : one: size = 3 (Huawei Drive root 'rclone-test-buqacen7wumo/dst') 2026/07/29 02:57:43 DEBUG : one: Sizes differ 2026/07/29 02:57:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:45 DEBUG : one: size = 5 OK 2026/07/29 02:57:45 DEBUG : one: sha256 = 2b82f49cc03d076e84d5a393c42909b1fc2227c143ab8f84620f261fa795dec9 OK 2026/07/29 02:57:45 INFO : one: Copied (replaced existing) 2026/07/29 02:57:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:57:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:57:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:57:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:57:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:57:53 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-buqacen7wumo/BackupDir" 2026/07/29 02:57:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/BackupDir': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 02:57:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/BackupDir': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 02:57:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/BackupDir': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 02:57:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/BackupDir': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:57:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/BackupDir': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 02:57:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone1648154818) 2026/07/29 02:57:57 DEBUG : one: size = 3 (Huawei Drive root 'rclone-test-buqacen7wumo/dst') 2026/07/29 02:57:57 DEBUG : one: Sizes differ 2026/07/29 02:57:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:57:58 DEBUG : one: size = 5 OK 2026/07/29 02:57:58 DEBUG : one: Sizes identical 2026/07/29 02:57:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone1648154818) 2026/07/29 02:57:58 DEBUG : one: size = 3 (Huawei Drive root 'rclone-test-buqacen7wumo/dst') 2026/07/29 02:57:58 DEBUG : one: Sizes differ 2026/07/29 02:57:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/BackupDir': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:57:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/BackupDir': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:02 INFO : one: Moved (server-side) 2026/07/29 02:58:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:03 DEBUG : one: size = 5 OK 2026/07/29 02:58:03 DEBUG : one: sha256 = 2b82f49cc03d076e84d5a393c42909b1fc2227c143ab8f84620f261fa795dec9 OK 2026/07/29 02:58:03 INFO : one: Copied (server-side copy) 2026/07/29 02:58:03 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/07/29 02:58:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BiwoV473VVLU0YTo_NeFE6JHvJ29vUQ41" 2026/07/29 02:58:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BiwoV473VVLU0YTo_NeFE6JHvJ29vUQ41" 2026/07/29 02:58:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:10 DEBUG : two: Need to transfer - File not found at Destination 2026/07/29 02:58:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:10 DEBUG : two: size = 3 OK 2026/07/29 02:58:10 DEBUG : two: Sizes identical 2026/07/29 02:58:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:12 DEBUG : two: size = 3 OK 2026/07/29 02:58:12 DEBUG : two: sha256 = 3fc4ccfe745870e2c0d99f71f30ff0656c8dedd41cc1d7d3d376b0dbe685e2f3 OK 2026/07/29 02:58:12 INFO : two: Copied (server-side copy) 2026/07/29 02:58:12 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/07/29 02:58:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BiwoV473VVLU0YTo_NeFE6JHvJ29vUQ41" 2026/07/29 02:58:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:15 DEBUG : two: size = 3 OK 2026/07/29 02:58:15 DEBUG : two: Sizes identical 2026/07/29 02:58:15 DEBUG : two: Unchanged skipping 2026/07/29 02:58:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BiwoV473VVLU0YTo_NeFE6JHvJ29vUQ41" 2026/07/29 02:58:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:20 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:20 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BiwoV473VVLU0YTo_NeFE6JHvJ29vUQ41" 2026/07/29 02:58:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:23 DEBUG : three: Need to transfer - File not found at Destination 2026/07/29 02:58:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:23 DEBUG : three: size = 7 (Local file system at /tmp/rclone1648154818) 2026/07/29 02:58:23 DEBUG : three: size = 5 (Huawei Drive root 'rclone-test-buqacen7wumo/CopyDest') 2026/07/29 02:58:23 DEBUG : three: Sizes differ 2026/07/29 02:58:23 DEBUG : three: Destination not found in --copy-dest 2026/07/29 02:58:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/dst': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:25 DEBUG : three: size = 7 OK 2026/07/29 02:58:25 DEBUG : three: sha256 = 74d2b88f23f6d270b58d49a4fa650fdb150256812e2c71c98015ef86d6e45eb8 OK 2026/07/29 02:58:25 INFO : three: Copied (new) 2026/07/29 02:58:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BiwoV473VVLU0YTo_NeFE6JHvJ29vUQ41" 2026/07/29 02:58:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BiwoV473VVLU0YTo_NeFE6JHvJ29vUQ41" 2026/07/29 02:58:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlDhihVxlwaUnS3ssFPBDA47dUAmO4Zsl" 2026/07/29 02:58:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BrYjtRd8bctC1NMDr9ydDKbdt38kNnyhQ" 2026/07/29 02:58:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BiwoV473VVLU0YTo_NeFE6JHvJ29vUQ41" 2026/07/29 02:58:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestCopyFileCopyDest (71.05s) === RUN TestCopyInplace run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" copy_test.go:371: Partial uploads not supported 2026/07/29 02:58:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestCopyInplace (1.57s) === RUN TestCopyLongFileName run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" copy_test.go:404: Partial uploads not supported 2026/07/29 02:58:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestCopyLongFileName (1.18s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" copy_test.go:437: Partial uploads not supported 2026/07/29 02:58:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestCopyLongFileNameCollision (1.19s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:58:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:44 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/07/29 02:58:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:46 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/07/29 02:58:46 DEBUG : TestCopyFileMaxTransfer/file1: sha256 = 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 OK 2026/07/29 02:58:46 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/07/29 02:58:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk4_WqB3kJHLd4sLkCJlD1Ylq5CTPYH7y" 2026/07/29 02:58:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk4_WqB3kJHLd4sLkCJlD1Ylq5CTPYH7y" 2026/07/29 02:58:48 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/07/29 02:58:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk4_WqB3kJHLd4sLkCJlD1Ylq5CTPYH7y" 2026/07/29 02:58:49 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to copy file content: max transfer limit reached as set by --max-transfer 2026/07/29 02:58:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk4_WqB3kJHLd4sLkCJlD1Ylq5CTPYH7y" 2026/07/29 02:58:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk4_WqB3kJHLd4sLkCJlD1Ylq5CTPYH7y" 2026/07/29 02:58:50 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/07/29 02:58:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk4_WqB3kJHLd4sLkCJlD1Ylq5CTPYH7y" 2026/07/29 02:58:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk4_WqB3kJHLd4sLkCJlD1Ylq5CTPYH7y" 2026/07/29 02:58:53 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/07/29 02:58:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk4_WqB3kJHLd4sLkCJlD1Ylq5CTPYH7y" 2026/07/29 02:58:54 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/07/29 02:58:54 DEBUG : TestCopyFileMaxTransfer/file4: sha256 = e48ff75a00bd2e7b6e9b76b69339e8a4808ea3bd10d3128bc6f8209458b588b7 OK 2026/07/29 02:58:54 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/07/29 02:58:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk4_WqB3kJHLd4sLkCJlD1Ylq5CTPYH7y" 2026/07/29 02:58:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:58:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk4_WqB3kJHLd4sLkCJlD1Ylq5CTPYH7y" 2026/07/29 02:58:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk4_WqB3kJHLd4sLkCJlD1Ylq5CTPYH7y" 2026/07/29 02:58:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestCopyFileMaxTransfer (16.97s) === RUN TestDeduplicateInteractive run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/29 02:59:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestDeduplicateInteractive (1.17s) === RUN TestDeduplicateSkip run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/29 02:59:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestDeduplicateSkip (1.17s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/29 02:59:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestDeduplicateSizeOnly (1.18s) === RUN TestDeduplicateFirst run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/29 02:59:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestDeduplicateFirst (1.16s) === RUN TestDeduplicateNewest run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/29 02:59:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestDeduplicateNewest (1.17s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" dedupe_test.go:42: Can't run this test without modtimes 2026/07/29 02:59:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestDeduplicateNewestByHash (1.19s) === RUN TestDeduplicateOldest run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/29 02:59:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestDeduplicateOldest (1.17s) === RUN TestDeduplicateLargest run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/29 02:59:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestDeduplicateLargest (1.17s) === RUN TestDeduplicateSmallest run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/29 02:59:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestDeduplicateSmallest (1.17s) === RUN TestDeduplicateRename run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/07/29 02:59:11 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:11 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestDeduplicateRename (1.17s) === RUN TestMergeDirs run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" dedupe_test.go:256: Can't merge directories 2026/07/29 02:59:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- SKIP: TestMergeDirs (1.55s) === RUN TestListDirSorted run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:59:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuXqnIWPM2Z-0yPGz9shDlaOfla2xSIMf" 2026/07/29 02:59:20 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuXqnIWPM2Z-0yPGz9shDlaOfla2xSIMf" 2026/07/29 02:59:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuXqnIWPM2Z-0yPGz9shDlaOfla2xSIMf" 2026/07/29 02:59:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Biop_ibFPTevTtauXGYlJA5BvTQVjyxdr" 2026/07/29 02:59:24 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuXqnIWPM2Z-0yPGz9shDlaOfla2xSIMf" 2026/07/29 02:59:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuXqnIWPM2Z-0yPGz9shDlaOfla2xSIMf" 2026/07/29 02:59:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuXqnIWPM2Z-0yPGz9shDlaOfla2xSIMf" 2026/07/29 02:59:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsAH2tuejUsOAs7GxZF1KEqrkxDo1JwhD" 2026/07/29 02:59:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Biop_ibFPTevTtauXGYlJA5BvTQVjyxdr" 2026/07/29 02:59:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:31 DEBUG : a.txt: Excluded (Size Filter) 2026/07/29 02:59:31 DEBUG : a.txt: Excluded 2026/07/29 02:59:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuXqnIWPM2Z-0yPGz9shDlaOfla2xSIMf" 2026/07/29 02:59:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuXqnIWPM2Z-0yPGz9shDlaOfla2xSIMf" 2026/07/29 02:59:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/29 02:59:32 DEBUG : sub dir/hello world: Excluded 2026/07/29 02:59:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/29 02:59:32 DEBUG : sub dir/hello world2: Excluded 2026/07/29 02:59:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuXqnIWPM2Z-0yPGz9shDlaOfla2xSIMf" 2026/07/29 02:59:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/29 02:59:33 DEBUG : sub dir/hello world: Excluded 2026/07/29 02:59:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsAH2tuejUsOAs7GxZF1KEqrkxDo1JwhD" 2026/07/29 02:59:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/29 02:59:33 DEBUG : sub dir/hello world2: Excluded 2026/07/29 02:59:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Biop_ibFPTevTtauXGYlJA5BvTQVjyxdr" 2026/07/29 02:59:34 DEBUG : sub dir/ignore dir: Excluded 2026/07/29 02:59:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Biop_ibFPTevTtauXGYlJA5BvTQVjyxdr" 2026/07/29 02:59:35 DEBUG : sub dir/ignore dir: Excluded 2026/07/29 02:59:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Biop_ibFPTevTtauXGYlJA5BvTQVjyxdr" 2026/07/29 02:59:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Biop_ibFPTevTtauXGYlJA5BvTQVjyxdr" 2026/07/29 02:59:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuXqnIWPM2Z-0yPGz9shDlaOfla2xSIMf" 2026/07/29 02:59:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsAH2tuejUsOAs7GxZF1KEqrkxDo1JwhD" 2026/07/29 02:59:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Biop_ibFPTevTtauXGYlJA5BvTQVjyxdr" 2026/07/29 02:59:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsAH2tuejUsOAs7GxZF1KEqrkxDo1JwhD" 2026/07/29 02:59:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Biop_ibFPTevTtauXGYlJA5BvTQVjyxdr" 2026/07/29 02:59:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuXqnIWPM2Z-0yPGz9shDlaOfla2xSIMf" 2026/07/29 02:59:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestListDirSorted (34.73s) === RUN TestListDirSortedFn run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 02:59:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 02:59:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgQhVntj_7P7LBy_h0-tK55vtZxIKe7Z-" 2026/07/29 02:59:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgQhVntj_7P7LBy_h0-tK55vtZxIKe7Z-" 2026/07/29 02:59:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgQhVntj_7P7LBy_h0-tK55vtZxIKe7Z-" 2026/07/29 02:59:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bkq9cR5EbJ6O5u2dsYPdPd4hKbstDn30j" 2026/07/29 02:59:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgQhVntj_7P7LBy_h0-tK55vtZxIKe7Z-" 2026/07/29 02:59:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgQhVntj_7P7LBy_h0-tK55vtZxIKe7Z-" 2026/07/29 03:00:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgQhVntj_7P7LBy_h0-tK55vtZxIKe7Z-" 2026/07/29 03:00:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BoOKh5kVKxKlGbwm56ypOBboHk2qXzp4p" 2026/07/29 03:00:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bkq9cR5EbJ6O5u2dsYPdPd4hKbstDn30j" 2026/07/29 03:00:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:05 DEBUG : a.txt: Excluded (Size Filter) 2026/07/29 03:00:05 DEBUG : a.txt: Excluded 2026/07/29 03:00:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgQhVntj_7P7LBy_h0-tK55vtZxIKe7Z-" 2026/07/29 03:00:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgQhVntj_7P7LBy_h0-tK55vtZxIKe7Z-" 2026/07/29 03:00:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/29 03:00:06 DEBUG : sub dir/hello world2: Excluded 2026/07/29 03:00:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/29 03:00:06 DEBUG : sub dir/hello world: Excluded 2026/07/29 03:00:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgQhVntj_7P7LBy_h0-tK55vtZxIKe7Z-" 2026/07/29 03:00:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BoOKh5kVKxKlGbwm56ypOBboHk2qXzp4p" 2026/07/29 03:00:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/07/29 03:00:07 DEBUG : sub dir/hello world2: Excluded 2026/07/29 03:00:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/07/29 03:00:07 DEBUG : sub dir/hello world: Excluded 2026/07/29 03:00:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bkq9cR5EbJ6O5u2dsYPdPd4hKbstDn30j" 2026/07/29 03:00:08 DEBUG : sub dir/ignore dir: Excluded 2026/07/29 03:00:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bkq9cR5EbJ6O5u2dsYPdPd4hKbstDn30j" 2026/07/29 03:00:09 DEBUG : sub dir/ignore dir: Excluded 2026/07/29 03:00:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bkq9cR5EbJ6O5u2dsYPdPd4hKbstDn30j" 2026/07/29 03:00:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bkq9cR5EbJ6O5u2dsYPdPd4hKbstDn30j" 2026/07/29 03:00:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgQhVntj_7P7LBy_h0-tK55vtZxIKe7Z-" 2026/07/29 03:00:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BoOKh5kVKxKlGbwm56ypOBboHk2qXzp4p" 2026/07/29 03:00:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bkq9cR5EbJ6O5u2dsYPdPd4hKbstDn30j" 2026/07/29 03:00:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BoOKh5kVKxKlGbwm56ypOBboHk2qXzp4p" 2026/07/29 03:00:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bkq9cR5EbJ6O5u2dsYPdPd4hKbstDn30j" 2026/07/29 03:00:20 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgQhVntj_7P7LBy_h0-tK55vtZxIKe7Z-" 2026/07/29 03:00:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestListDirSortedFn (33.66s) === RUN TestListJSON run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:00:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:24 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk-WyR2_907KF7bOHsz1M6YkAgMu9eYky" === RUN TestListJSON/Default 2026/07/29 03:00:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestListJSON/FilesOnly 2026/07/29 03:00:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestListJSON/DirsOnly 2026/07/29 03:00:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestListJSON/Recurse 2026/07/29 03:00:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk-WyR2_907KF7bOHsz1M6YkAgMu9eYky" === RUN TestListJSON/SubDir 2026/07/29 03:00:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk-WyR2_907KF7bOHsz1M6YkAgMu9eYky" === RUN TestListJSON/NoModTime 2026/07/29 03:00:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestListJSON/NoMimeType 2026/07/29 03:00:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestListJSON/ShowHash 2026/07/29 03:00:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestListJSON/HashTypes 2026/07/29 03:00:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:34 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2026/07/29 03:00:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk-WyR2_907KF7bOHsz1M6YkAgMu9eYky" 2026/07/29 03:00:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bk-WyR2_907KF7bOHsz1M6YkAgMu9eYky" 2026/07/29 03:00:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestListJSON (17.84s) --- PASS: TestListJSON/Default (0.61s) --- PASS: TestListJSON/FilesOnly (1.00s) --- PASS: TestListJSON/DirsOnly (0.62s) --- PASS: TestListJSON/Recurse (1.22s) --- PASS: TestListJSON/SubDir (0.61s) --- PASS: TestListJSON/NoModTime (0.62s) --- PASS: TestListJSON/NoMimeType (0.62s) --- PASS: TestListJSON/ShowHash (0.61s) --- PASS: TestListJSON/HashTypes (0.62s) --- PASS: TestListJSON/Metadata (1.25s) === RUN TestStatJSON run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:00:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BmYepU0NjWmhY_1oMu0NHYINim9-R5wDo" === RUN TestStatJSON/Root 2026/07/29 03:00:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly 2026/07/29 03:00:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/Dir 2026/07/29 03:00:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/DirWithTrailingSlash 2026/07/29 03:00:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/File 2026/07/29 03:00:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/NotFound 2026/07/29 03:00:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/DirFilesOnly 2026/07/29 03:00:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/FileFilesOnly 2026/07/29 03:00:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/NotFoundFilesOnly 2026/07/29 03:00:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/DirDirsOnly 2026/07/29 03:00:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/FileDirsOnly 2026/07/29 03:00:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/NotFoundDirsOnly 2026/07/29 03:00:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" === RUN TestStatJSON/RootNotFound 2026/07/29 03:00:53 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-buqacen7wumo/notfound" 2026/07/29 03:00:53 DEBUG : Config file has changed externally - reloading 2026/07/29 03:00:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/notfound': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 03:00:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/notfound': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 03:00:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/notfound': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 03:00:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/notfound': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 03:00:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/notfound': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 03:00:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/notfound': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:00:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BmYepU0NjWmhY_1oMu0NHYINim9-R5wDo" 2026/07/29 03:01:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BmYepU0NjWmhY_1oMu0NHYINim9-R5wDo" 2026/07/29 03:01:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestStatJSON (23.94s) --- PASS: TestStatJSON/Root (0.61s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.62s) --- PASS: TestStatJSON/Dir (1.22s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.61s) --- PASS: TestStatJSON/File (0.61s) --- PASS: TestStatJSON/NotFound (1.23s) --- PASS: TestStatJSON/DirFilesOnly (0.62s) --- PASS: TestStatJSON/FileFilesOnly (0.61s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.60s) --- PASS: TestStatJSON/DirDirsOnly (0.63s) --- PASS: TestStatJSON/FileDirsOnly (0.61s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.61s) --- PASS: TestStatJSON/RootNotFound (5.42s) === RUN TestStatJSONMemory 2026/07/29 03:01:03 DEBUG : Creating backend with remote ":memory:" 2026/07/29 03:01:03 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/07/29 03:01:03 DEBUG : sub/file1: size = 5 OK 2026/07/29 03:01:03 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/29 03:01:03 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestMkdir run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:01:03 INFO : Huawei Drive root 'rclone-test-buqacen7wumo': Making directory 2026/07/29 03:01:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:04 INFO : Huawei Drive root 'rclone-test-buqacen7wumo': Making directory 2026/07/29 03:01:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestMkdir (1.80s) === RUN TestLsd run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:01:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BtMZMG1VaRbpHlOb17sJM1K4jfpeH3h86" 2026/07/29 03:01:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BtMZMG1VaRbpHlOb17sJM1K4jfpeH3h86" 2026/07/29 03:01:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BtMZMG1VaRbpHlOb17sJM1K4jfpeH3h86" 2026/07/29 03:01:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestLsd (8.19s) === RUN TestLs run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:01:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestLs (8.11s) === RUN TestLsWithFilesFrom run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:01:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:24 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:25 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/07/29 03:01:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestLsWithFilesFrom (7.60s) === RUN TestLsLong run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:01:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestLsLong (7.11s) === RUN TestHashSums run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:01:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestHashSums (6.59s) === RUN TestHashSumsWithErrors 2026/07/29 03:01:43 DEBUG : Creating backend with remote ":memory:" 2026/07/29 03:01:43 ERROR : file1: hash unsupported: hash type not supported 2026/07/29 03:01:43 ERROR : sub/file1: hash unsupported: hash type not supported 2026/07/29 03:01:43 ERROR : sub/file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/07/29 03:01:43 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/07/29 03:01:43 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/07/29 03:01:43 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/07/29 03:01:43 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/07/29 03:01:43 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/07/29 03:01:43 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/07/29 03:01:43 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/07/29 03:01:43 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:01:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BglRYIAJYwJZTl6Zks_FNKJixaqzQ3JoW" 2026/07/29 03:01:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BglRYIAJYwJZTl6Zks_FNKJixaqzQ3JoW" 2026/07/29 03:01:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BglRYIAJYwJZTl6Zks_FNKJixaqzQ3JoW" 2026/07/29 03:01:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestCount (13.81s) === RUN TestDelete run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:01:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:01:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:01 DEBUG : Waiting for deletions to finish 2026/07/29 03:02:02 DEBUG : large: Excluded (Size Filter) 2026/07/29 03:02:03 INFO : medium: Deleted 2026/07/29 03:02:03 INFO : small: Deleted 2026/07/29 03:02:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestDelete (8.80s) === RUN TestMaxDelete run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:02:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:11 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:11 DEBUG : Waiting for deletions to finish 2026/07/29 03:02:11 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2026/07/29 03:02:12 INFO : medium: Deleted 2026/07/29 03:02:12 INFO : small: Deleted 2026/07/29 03:02:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestMaxDelete (11.30s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:02:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:22 DEBUG : Waiting for deletions to finish 2026/07/29 03:02:22 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/07/29 03:02:23 INFO : medium: Deleted 2026/07/29 03:02:23 INFO : small: Deleted 2026/07/29 03:02:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestMaxDeleteSizeLargeFile (10.17s) === RUN TestMaxDeleteSize run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:02:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:32 DEBUG : Waiting for deletions to finish 2026/07/29 03:02:32 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/07/29 03:02:33 INFO : medium: Deleted 2026/07/29 03:02:33 INFO : large: Deleted 2026/07/29 03:02:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestMaxDeleteSize (9.78s) === RUN TestReadFile run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:02:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestReadFile (6.33s) === RUN TestRetry 2026/07/29 03:02:43 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/07/29 03:02:43 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/07/29 03:02:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/29 03:02:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/29 03:02:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/29 03:02:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/07/29 03:02:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:02:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:02:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:03:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" --- PASS: TestCat (17.12s) === RUN TestPurge 2026/07/29 03:03:00 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-xolujap3kelo" 2026/07/29 03:03:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/29 03:03:02 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 03:03:02 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 03:03:02 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 03:03:02 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 03:03:03 DEBUG : Huawei Drive root '': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 03:03:03 DEBUG : Creating backend with remote "/tmp/rclone4057460164" run.go:198: Remote "Huawei Drive root 'rclone-test-xolujap3kelo'", Local "Local file system at /tmp/rclone4057460164", Modify Window "876000h0m0s" 2026/07/29 03:03:03 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 03:03:05 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BkXPcgpigUFqicqQO2dNNxYuW7g5KJAra" 2026/07/29 03:03:05 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BkXPcgpigUFqicqQO2dNNxYuW7g5KJAra" 2026/07/29 03:03:07 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BrDBDeAmZu6PQ7ZMiR8hBGrbVcfTbHeEj" 2026/07/29 03:03:08 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "Bj6X2evuFJEhCJl9_T9FL9JVAxPYpAX7I" 2026/07/29 03:03:10 INFO : A2: Making directory 2026/07/29 03:03:10 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BkXPcgpigUFqicqQO2dNNxYuW7g5KJAra" 2026/07/29 03:03:12 INFO : A1/B2: Making directory 2026/07/29 03:03:12 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BrDBDeAmZu6PQ7ZMiR8hBGrbVcfTbHeEj" 2026/07/29 03:03:13 INFO : A1/B2/C2: Making directory 2026/07/29 03:03:13 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BkNRDS2qanuYM3p6wgDtHt4oxcce4HsRm" 2026/07/29 03:03:14 INFO : A1/B1/C3: Making directory 2026/07/29 03:03:14 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "Bj6X2evuFJEhCJl9_T9FL9JVAxPYpAX7I" 2026/07/29 03:03:16 INFO : A3: Making directory 2026/07/29 03:03:16 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BkXPcgpigUFqicqQO2dNNxYuW7g5KJAra" 2026/07/29 03:03:17 INFO : A3/B3: Making directory 2026/07/29 03:03:17 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BgMYd43ZD9o9I9k5kT5lBQJojL2-kx6wP" 2026/07/29 03:03:19 INFO : A3/B3/C4: Making directory 2026/07/29 03:03:19 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BlgKpU4cQLPlvBX_jHxpPsIznm99VlHZ5" 2026/07/29 03:03:20 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BrDBDeAmZu6PQ7ZMiR8hBGrbVcfTbHeEj" 2026/07/29 03:03:21 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BkXPcgpigUFqicqQO2dNNxYuW7g5KJAra" 2026/07/29 03:03:22 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BglEAtgFEOqs9atAV9i1CQJi0MjrTwGAr" 2026/07/29 03:03:23 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BgMYd43ZD9o9I9k5kT5lBQJojL2-kx6wP" 2026/07/29 03:03:23 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BlgKpU4cQLPlvBX_jHxpPsIznm99VlHZ5" 2026/07/29 03:03:24 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BteVTtOz8NYMRL0puRnVA4K8AYTg-eG8D" 2026/07/29 03:03:24 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BrDBDeAmZu6PQ7ZMiR8hBGrbVcfTbHeEj" 2026/07/29 03:03:25 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BkNRDS2qanuYM3p6wgDtHt4oxcce4HsRm" 2026/07/29 03:03:26 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BkNV9ChJCN_rXy-ToP-tLGIowT4bAxm16" 2026/07/29 03:03:26 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "Bj6X2evuFJEhCJl9_T9FL9JVAxPYpAX7I" 2026/07/29 03:03:27 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "Bos_3D1O0abFcXcpSVKJAorgqxYOBMDMx" 2026/07/29 03:03:27 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BqzCWrn3SD42uT7dIM3tAprHVpCKvVlUN" 2026/07/29 03:03:29 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BkXPcgpigUFqicqQO2dNNxYuW7g5KJAra" 2026/07/29 03:03:29 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BglEAtgFEOqs9atAV9i1CQJi0MjrTwGAr" 2026/07/29 03:03:30 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BgMYd43ZD9o9I9k5kT5lBQJojL2-kx6wP" 2026/07/29 03:03:30 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BlgKpU4cQLPlvBX_jHxpPsIznm99VlHZ5" 2026/07/29 03:03:31 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BteVTtOz8NYMRL0puRnVA4K8AYTg-eG8D" 2026/07/29 03:03:32 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BrDBDeAmZu6PQ7ZMiR8hBGrbVcfTbHeEj" 2026/07/29 03:03:32 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BkNRDS2qanuYM3p6wgDtHt4oxcce4HsRm" 2026/07/29 03:03:33 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "BkNV9ChJCN_rXy-ToP-tLGIowT4bAxm16" 2026/07/29 03:03:34 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 03:03:35 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Purge remote 2026/07/29 03:03:35 DEBUG : Huawei Drive root 'rclone-test-xolujap3kelo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 03:03:35 NOTICE: purge failed: directory not found --- PASS: TestPurge (35.16s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:03:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:03:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:03:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlZ7cy0dM5cAW3uZmZxBBOo977keVyL9A" 2026/07/29 03:03:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqR_bwxv67r_Uru7ZApKtohBTePe67E6" 2026/07/29 03:03:41 INFO : A2: Making directory 2026/07/29 03:03:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:03:42 INFO : A1/B2: Making directory 2026/07/29 03:03:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlZ7cy0dM5cAW3uZmZxBBOo977keVyL9A" 2026/07/29 03:03:44 INFO : A1/B2/C2: Making directory 2026/07/29 03:03:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnXDYLWZIWFByPVI9i79Kf4eV6qG0zALQ" 2026/07/29 03:03:45 INFO : A1/B1/C3: Making directory 2026/07/29 03:03:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqR_bwxv67r_Uru7ZApKtohBTePe67E6" 2026/07/29 03:03:47 INFO : A3: Making directory 2026/07/29 03:03:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:03:48 INFO : A3/B3: Making directory 2026/07/29 03:03:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BhL9AVSl6Fr80ZvuQoA1H_55actn7_kw_" 2026/07/29 03:03:49 INFO : A3/B3/C4: Making directory 2026/07/29 03:03:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkN3FjPemxV2KdrN29AxCboo49wAlIp_d" 2026/07/29 03:03:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlZ7cy0dM5cAW3uZmZxBBOo977keVyL9A" 2026/07/29 03:03:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:03:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlZ7cy0dM5cAW3uZmZxBBOo977keVyL9A" 2026/07/29 03:03:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnXDYLWZIWFByPVI9i79Kf4eV6qG0zALQ" 2026/07/29 03:03:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BhqGXoACAolc3_-XnsndD_pxEpSzSBPjX" 2026/07/29 03:03:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqR_bwxv67r_Uru7ZApKtohBTePe67E6" 2026/07/29 03:03:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkPUxrV7WSrk62F_XQBtCr4oQAyGMUhA5" 2026/07/29 03:03:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlTzc7KSIS6jLZ1NP5c1As4_Z7mB2DBEo" 2026/07/29 03:03:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BhL9AVSl6Fr80ZvuQoA1H_55actn7_kw_" 2026/07/29 03:03:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkN3FjPemxV2KdrN29AxCboo49wAlIp_d" 2026/07/29 03:03:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BtW4KSUeCFfTjwpYwvPVPea-LOMWVBk90" 2026/07/29 03:03:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BtTJUp7kcwLLdvxv4xK9JK6_XZitrmJoy" 2026/07/29 03:03:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BtW4KSUeCFfTjwpYwvPVPea-LOMWVBk90" 2026/07/29 03:04:00 DEBUG : removing 1 level 3 directories 2026/07/29 03:04:00 INFO : A3/B3/C4: Removing directory 2026/07/29 03:04:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BtW4KSUeCFfTjwpYwvPVPea-LOMWVBk90" 2026/07/29 03:04:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:04:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlZ7cy0dM5cAW3uZmZxBBOo977keVyL9A" 2026/07/29 03:04:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnXDYLWZIWFByPVI9i79Kf4eV6qG0zALQ" 2026/07/29 03:04:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BhqGXoACAolc3_-XnsndD_pxEpSzSBPjX" 2026/07/29 03:04:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqR_bwxv67r_Uru7ZApKtohBTePe67E6" 2026/07/29 03:04:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkPUxrV7WSrk62F_XQBtCr4oQAyGMUhA5" 2026/07/29 03:04:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlTzc7KSIS6jLZ1NP5c1As4_Z7mB2DBEo" 2026/07/29 03:04:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BhL9AVSl6Fr80ZvuQoA1H_55actn7_kw_" 2026/07/29 03:04:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkN3FjPemxV2KdrN29AxCboo49wAlIp_d" 2026/07/29 03:04:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BtTJUp7kcwLLdvxv4xK9JK6_XZitrmJoy" 2026/07/29 03:04:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:04:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlZ7cy0dM5cAW3uZmZxBBOo977keVyL9A" 2026/07/29 03:04:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnXDYLWZIWFByPVI9i79Kf4eV6qG0zALQ" 2026/07/29 03:04:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BhqGXoACAolc3_-XnsndD_pxEpSzSBPjX" 2026/07/29 03:04:11 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqR_bwxv67r_Uru7ZApKtohBTePe67E6" 2026/07/29 03:04:11 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkPUxrV7WSrk62F_XQBtCr4oQAyGMUhA5" 2026/07/29 03:04:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlTzc7KSIS6jLZ1NP5c1As4_Z7mB2DBEo" 2026/07/29 03:04:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BhL9AVSl6Fr80ZvuQoA1H_55actn7_kw_" 2026/07/29 03:04:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkN3FjPemxV2KdrN29AxCboo49wAlIp_d" 2026/07/29 03:04:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BtTJUp7kcwLLdvxv4xK9JK6_XZitrmJoy" 2026/07/29 03:04:14 DEBUG : removing 2 level 3 directories 2026/07/29 03:04:14 INFO : A1/B2/C2: Removing directory 2026/07/29 03:04:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BhqGXoACAolc3_-XnsndD_pxEpSzSBPjX" 2026/07/29 03:04:14 INFO : A1/B1/C3: Removing directory 2026/07/29 03:04:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkPUxrV7WSrk62F_XQBtCr4oQAyGMUhA5" 2026/07/29 03:04:18 DEBUG : removing 2 level 2 directories 2026/07/29 03:04:18 INFO : A3/B3: Removing directory 2026/07/29 03:04:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkN3FjPemxV2KdrN29AxCboo49wAlIp_d" 2026/07/29 03:04:18 INFO : A1/B2: Removing directory 2026/07/29 03:04:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnXDYLWZIWFByPVI9i79Kf4eV6qG0zALQ" 2026/07/29 03:04:19 DEBUG : removing 2 level 1 directories 2026/07/29 03:04:19 INFO : A3: Removing directory 2026/07/29 03:04:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BhL9AVSl6Fr80ZvuQoA1H_55actn7_kw_" 2026/07/29 03:04:19 INFO : A2: Removing directory 2026/07/29 03:04:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BtTJUp7kcwLLdvxv4xK9JK6_XZitrmJoy" 2026/07/29 03:04:20 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:04:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlZ7cy0dM5cAW3uZmZxBBOo977keVyL9A" 2026/07/29 03:04:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqR_bwxv67r_Uru7ZApKtohBTePe67E6" 2026/07/29 03:04:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlTzc7KSIS6jLZ1NP5c1As4_Z7mB2DBEo" 2026/07/29 03:04:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlTzc7KSIS6jLZ1NP5c1As4_Z7mB2DBEo" 2026/07/29 03:04:24 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlZ7cy0dM5cAW3uZmZxBBOo977keVyL9A" 2026/07/29 03:04:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:04:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlZ7cy0dM5cAW3uZmZxBBOo977keVyL9A" 2026/07/29 03:04:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqR_bwxv67r_Uru7ZApKtohBTePe67E6" 2026/07/29 03:04:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlTzc7KSIS6jLZ1NP5c1As4_Z7mB2DBEo" 2026/07/29 03:04:29 DEBUG : removing 1 level 3 directories 2026/07/29 03:04:29 INFO : A1/B1/C1: Removing directory 2026/07/29 03:04:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlTzc7KSIS6jLZ1NP5c1As4_Z7mB2DBEo" 2026/07/29 03:04:30 DEBUG : removing 1 level 2 directories 2026/07/29 03:04:30 INFO : A1/B1: Removing directory 2026/07/29 03:04:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqR_bwxv67r_Uru7ZApKtohBTePe67E6" 2026/07/29 03:04:31 DEBUG : removing 1 level 1 directories 2026/07/29 03:04:31 INFO : A1: Removing directory 2026/07/29 03:04:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlZ7cy0dM5cAW3uZmZxBBOo977keVyL9A" 2026/07/29 03:04:33 DEBUG : removing 1 level 0 directories 2026/07/29 03:04:33 INFO : Huawei Drive root 'rclone-test-buqacen7wumo': Removing directory 2026/07/29 03:04:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bm_e2Qgh3dO-hi5lfIORIAoEShM7a8y5v" 2026/07/29 03:04:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 03:04:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" --- PASS: TestRmdirsNoLeaveRoot (60.39s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:04:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 03:04:37 INFO : A1: Making directory 2026/07/29 03:04:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:04:38 INFO : A1/B1: Making directory 2026/07/29 03:04:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnjoaZVAubCSA7cQLIblBLoTfKOmCqjak" 2026/07/29 03:04:40 INFO : A1/B1/C1: Making directory 2026/07/29 03:04:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqqBIwMdsE2qtRPWuY3xFO7BFekwV6Enq" 2026/07/29 03:04:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:04:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnjoaZVAubCSA7cQLIblBLoTfKOmCqjak" 2026/07/29 03:04:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqqBIwMdsE2qtRPWuY3xFO7BFekwV6Enq" 2026/07/29 03:04:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqXlWzGBwXZxfNVUG8S5C2LOcZECy9Acc" 2026/07/29 03:04:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnjoaZVAubCSA7cQLIblBLoTfKOmCqjak" 2026/07/29 03:04:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqqBIwMdsE2qtRPWuY3xFO7BFekwV6Enq" 2026/07/29 03:04:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqXlWzGBwXZxfNVUG8S5C2LOcZECy9Acc" 2026/07/29 03:04:46 DEBUG : removing 1 level 3 directories 2026/07/29 03:04:46 INFO : A1/B1/C1: Removing directory 2026/07/29 03:04:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqXlWzGBwXZxfNVUG8S5C2LOcZECy9Acc" 2026/07/29 03:04:48 DEBUG : removing 1 level 2 directories 2026/07/29 03:04:48 INFO : A1/B1: Removing directory 2026/07/29 03:04:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqqBIwMdsE2qtRPWuY3xFO7BFekwV6Enq" 2026/07/29 03:04:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:04:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnjoaZVAubCSA7cQLIblBLoTfKOmCqjak" 2026/07/29 03:04:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:04:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnjoaZVAubCSA7cQLIblBLoTfKOmCqjak" 2026/07/29 03:04:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnjoaZVAubCSA7cQLIblBLoTfKOmCqjak" 2026/07/29 03:04:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestRmdirsLeaveRoot (18.28s) === RUN TestRmdirsWithFilter run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:04:54 INFO : A1: Making directory 2026/07/29 03:04:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:04:55 INFO : A1/B1: Making directory 2026/07/29 03:04:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlWKf0i-Sb3R-HTSXA8hK-Y-HrV79FjX0" 2026/07/29 03:04:57 INFO : A1/B1/C1: Making directory 2026/07/29 03:04:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqvifPINvTPWlLNkST1KlohO0PAgieez" 2026/07/29 03:04:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:04:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlWKf0i-Sb3R-HTSXA8hK-Y-HrV79FjX0" 2026/07/29 03:05:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqvifPINvTPWlLNkST1KlohO0PAgieez" 2026/07/29 03:05:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bgbe56GC7gjRfV_4F92dPqptSi2SyP9i0" 2026/07/29 03:05:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlWKf0i-Sb3R-HTSXA8hK-Y-HrV79FjX0" 2026/07/29 03:05:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqvifPINvTPWlLNkST1KlohO0PAgieez" 2026/07/29 03:05:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bgbe56GC7gjRfV_4F92dPqptSi2SyP9i0" 2026/07/29 03:05:03 DEBUG : removing 1 level 3 directories 2026/07/29 03:05:03 INFO : A1/B1/C1: Removing directory 2026/07/29 03:05:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bgbe56GC7gjRfV_4F92dPqptSi2SyP9i0" 2026/07/29 03:05:05 DEBUG : removing 1 level 2 directories 2026/07/29 03:05:05 INFO : A1/B1: Removing directory 2026/07/29 03:05:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkqvifPINvTPWlLNkST1KlohO0PAgieez" 2026/07/29 03:05:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlWKf0i-Sb3R-HTSXA8hK-Y-HrV79FjX0" 2026/07/29 03:05:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlWKf0i-Sb3R-HTSXA8hK-Y-HrV79FjX0" 2026/07/29 03:05:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BlWKf0i-Sb3R-HTSXA8hK-Y-HrV79FjX0" 2026/07/29 03:05:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestRmdirsWithFilter (16.66s) === RUN TestCopyURL run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:05:11 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:11 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:14 DEBUG : filename.txt: File name found in url 2026/07/29 03:05:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:15 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/07/29 03:05:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:24 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestCopyURL (13.50s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:05:24 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestCopyURLDownloadHeaders (3.28s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:05:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:28 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/29 03:05:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:31 DEBUG : sub/file2: size = 14 OK 2026/07/29 03:05:31 DEBUG : file1: sha256 = 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 OK 2026/07/29 03:05:31 INFO : file1: Copied (new) to: sub/file2 2026/07/29 03:05:31 INFO : file1: Deleted 2026/07/29 03:05:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Brnc2OnneT6k39g1RaVpHlLSSBLarWhUp" 2026/07/29 03:05:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Brnc2OnneT6k39g1RaVpHlLSSBLarWhUp" 2026/07/29 03:05:33 DEBUG : sub/file2: size = 14 OK 2026/07/29 03:05:33 DEBUG : file1: Sizes identical 2026/07/29 03:05:33 DEBUG : file1: Unchanged skipping 2026/07/29 03:05:33 INFO : file1: Deleted 2026/07/29 03:05:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Brnc2OnneT6k39g1RaVpHlLSSBLarWhUp" 2026/07/29 03:05:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': don't need to copy/move sub/file2, it is already at target location 2026/07/29 03:05:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Brnc2OnneT6k39g1RaVpHlLSSBLarWhUp" 2026/07/29 03:05:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Brnc2OnneT6k39g1RaVpHlLSSBLarWhUp" 2026/07/29 03:05:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Brnc2OnneT6k39g1RaVpHlLSSBLarWhUp" 2026/07/29 03:05:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestMoveFile (11.92s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:05:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:40 DEBUG : file1: Need to transfer - File not found at Destination 2026/07/29 03:05:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:41 DEBUG : file1: size = 14 OK 2026/07/29 03:05:41 DEBUG : file1: sha256 = 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 OK 2026/07/29 03:05:41 INFO : file1: Copied (new) 2026/07/29 03:05:41 INFO : file1: Deleted 2026/07/29 03:05:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:43 DEBUG : file1: Destination exists, skipping 2026/07/29 03:05:43 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/07/29 03:05:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestMoveFileWithIgnoreExisting (6.45s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:05:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestCaseInsensitiveMoveFile (1.27s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:05:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestCaseInsensitiveMoveFileDryRun (1.30s) === RUN TestMoveFileBackupDir run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:05:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgkD_D2qgZ7I5gfTrhEFAIpilzYO4JD0y" 2026/07/29 03:05:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgkD_D2qgZ7I5gfTrhEFAIpilzYO4JD0y" 2026/07/29 03:05:54 DEBUG : Creating backend with remote "TestHuaweiDrive:rclone-test-buqacen7wumo/backup" 2026/07/29 03:05:54 DEBUG : Config file has changed externally - reloading 2026/07/29 03:05:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Resolved drive root folder ID: ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE 2026/07/29 03:05:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': 'root_folder_id = ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE' - save this in the config to speed up startup 2026/07/29 03:05:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Using global domain "driveapis.cloud.huawei.com.cn" 2026/07/29 03:05:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 03:05:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "ClTWqsHRDkIRs0_t2iXozXY_QmDymx8oE" 2026/07/29 03:05:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:58 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1648154818) 2026/07/29 03:05:58 DEBUG : dst/file1: size = 18 (Huawei Drive root 'rclone-test-buqacen7wumo') 2026/07/29 03:05:58 DEBUG : dst/file1: Sizes differ 2026/07/29 03:05:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:05:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:06:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo/backup': Listing directory "BjVL5zMSQjRJb-v_w1DNHM5e3y0AWFNeS" 2026/07/29 03:06:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgkD_D2qgZ7I5gfTrhEFAIpilzYO4JD0y" 2026/07/29 03:06:04 INFO : dst/file1: Moved (server-side) 2026/07/29 03:06:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgkD_D2qgZ7I5gfTrhEFAIpilzYO4JD0y" 2026/07/29 03:06:05 DEBUG : dst/file1: size = 14 OK 2026/07/29 03:06:05 DEBUG : dst/file1: sha256 = 226e7cfa701fb8ba542d42e0f8bd3090cbbcc9f54d834f361c0ab8c3f4846b72 OK 2026/07/29 03:06:05 INFO : dst/file1: Copied (new) 2026/07/29 03:06:05 INFO : dst/file1: Deleted 2026/07/29 03:06:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:06:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgkD_D2qgZ7I5gfTrhEFAIpilzYO4JD0y" 2026/07/29 03:06:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BjVL5zMSQjRJb-v_w1DNHM5e3y0AWFNeS" 2026/07/29 03:06:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BpP3cEDO0Jo4SUtbFgPFOdr4Y7pzhMHwO" 2026/07/29 03:06:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:06:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgkD_D2qgZ7I5gfTrhEFAIpilzYO4JD0y" 2026/07/29 03:06:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BjVL5zMSQjRJb-v_w1DNHM5e3y0AWFNeS" 2026/07/29 03:06:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BpP3cEDO0Jo4SUtbFgPFOdr4Y7pzhMHwO" 2026/07/29 03:06:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BgkD_D2qgZ7I5gfTrhEFAIpilzYO4JD0y" 2026/07/29 03:06:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:06:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BjVL5zMSQjRJb-v_w1DNHM5e3y0AWFNeS" 2026/07/29 03:06:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BpP3cEDO0Jo4SUtbFgPFOdr4Y7pzhMHwO" 2026/07/29 03:06:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BjVL5zMSQjRJb-v_w1DNHM5e3y0AWFNeS" 2026/07/29 03:06:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestMoveFileBackupDir (29.79s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:06:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:06:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:06:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:06:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:06:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:06:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:06:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:06:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:06:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:06:31 INFO : A1/B2: Making directory 2026/07/29 03:06:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:06:33 INFO : A1/B1/C3: Making directory 2026/07/29 03:06:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:06:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:06:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:06:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo14Zg3R2ns8ST72jQmdBY7m7Kw-m8sRP" 2026/07/29 03:06:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:06:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkdbsOw7Tup8E4tJ_9ixBGYsz3rfcV-Af" 2026/07/29 03:06:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkYS6KoR4YUYbgXfsEpFLIIthiKZW_DvG" 2026/07/29 03:06:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkxmyVtPaXaeJyIf6PNtNe4n8gNoBXgcn" 2026/07/29 03:06:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:06:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': DirMove: srcID="BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" srcDirectoryID="BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" srcLeaf="A1" dstDirectoryID="BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" dstLeaf="A2" 2026/07/29 03:06:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': DirMove result: id="BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" fileName="A2" parentFolder=[BomQpN3A3WsJZwAGldXNOiriBG7uiswBC] 2026/07/29 03:06:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:06:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:06:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo14Zg3R2ns8ST72jQmdBY7m7Kw-m8sRP" 2026/07/29 03:06:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:06:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkdbsOw7Tup8E4tJ_9ixBGYsz3rfcV-Af" 2026/07/29 03:06:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkYS6KoR4YUYbgXfsEpFLIIthiKZW_DvG" 2026/07/29 03:06:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkxmyVtPaXaeJyIf6PNtNe4n8gNoBXgcn" 2026/07/29 03:06:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:06:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:06:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo14Zg3R2ns8ST72jQmdBY7m7Kw-m8sRP" 2026/07/29 03:06:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:06:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkdbsOw7Tup8E4tJ_9ixBGYsz3rfcV-Af" 2026/07/29 03:06:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkYS6KoR4YUYbgXfsEpFLIIthiKZW_DvG" 2026/07/29 03:06:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkxmyVtPaXaeJyIf6PNtNe4n8gNoBXgcn" 2026/07/29 03:06:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:06:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkY9o0fiDfiGkM0OIFRRJVItqWl0qBySh" 2026/07/29 03:06:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnKPtr7jGXDn2AtHyARNMSoZG3yNqQga5" 2026/07/29 03:06:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnKPtr7jGXDn2AtHyARNMSoZG3yNqQga5" 2026/07/29 03:06:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnKPtr7jGXDn2AtHyARNMSoZG3yNqQga5" 2026/07/29 03:06:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkY9o0fiDfiGkM0OIFRRJVItqWl0qBySh" 2026/07/29 03:06:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkY9o0fiDfiGkM0OIFRRJVItqWl0qBySh" 2026/07/29 03:06:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bpba9OrsgSKT3nNB3lxlPRL9Tj7ZppBIk" 2026/07/29 03:06:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BpFawUCQj0AOG6_GDdlBAOr6zgtz2p4qD" 2026/07/29 03:06:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkY9o0fiDfiGkM0OIFRRJVItqWl0qBySh" 2026/07/29 03:06:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnKPtr7jGXDn2AtHyARNMSoZG3yNqQga5" 2026/07/29 03:06:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:06:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:07:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:07:00 INFO : A2/one: Moved (server-side) to: A3/one 2026/07/29 03:07:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkdbsOw7Tup8E4tJ_9ixBGYsz3rfcV-Af" 2026/07/29 03:07:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:07:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:07:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkxmyVtPaXaeJyIf6PNtNe4n8gNoBXgcn" 2026/07/29 03:07:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:07:02 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/07/29 03:07:03 INFO : A2/two: Moved (server-side) to: A3/two 2026/07/29 03:07:03 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/07/29 03:07:03 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/07/29 03:07:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:07:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo14Zg3R2ns8ST72jQmdBY7m7Kw-m8sRP" 2026/07/29 03:07:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:07:07 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkYS6KoR4YUYbgXfsEpFLIIthiKZW_DvG" 2026/07/29 03:07:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkxmyVtPaXaeJyIf6PNtNe4n8gNoBXgcn" 2026/07/29 03:07:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkdbsOw7Tup8E4tJ_9ixBGYsz3rfcV-Af" 2026/07/29 03:07:11 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bo92l-FcfQy_oxnaf82ZCgrk4l3SFmxmv" 2026/07/29 03:07:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BsO6h6zPRNroimRePOa1H3KoLk2fhVWw6" 2026/07/29 03:07:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:07:14 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkY9o0fiDfiGkM0OIFRRJVItqWl0qBySh" 2026/07/29 03:07:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkYfLn3f7DS9_cwXDp_dHRYti-ROlf1ev" 2026/07/29 03:07:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnKPtr7jGXDn2AtHyARNMSoZG3yNqQga5" 2026/07/29 03:07:16 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BpFawUCQj0AOG6_GDdlBAOr6zgtz2p4qD" 2026/07/29 03:07:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqXE9t9_PcDvsEKmX2sJMM7OUDzsNSyq7" 2026/07/29 03:07:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bpba9OrsgSKT3nNB3lxlPRL9Tj7ZppBIk" 2026/07/29 03:07:18 INFO : Huawei Drive root 'rclone-test-buqacen7wumo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/07/29 03:07:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkY9o0fiDfiGkM0OIFRRJVItqWl0qBySh" 2026/07/29 03:07:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkYfLn3f7DS9_cwXDp_dHRYti-ROlf1ev" 2026/07/29 03:07:20 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnKPtr7jGXDn2AtHyARNMSoZG3yNqQga5" 2026/07/29 03:07:20 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BpFawUCQj0AOG6_GDdlBAOr6zgtz2p4qD" 2026/07/29 03:07:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqXE9t9_PcDvsEKmX2sJMM7OUDzsNSyq7" 2026/07/29 03:07:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bpba9OrsgSKT3nNB3lxlPRL9Tj7ZppBIk" 2026/07/29 03:07:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:07:24 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuJNktze9zvipoLbIBj5HcqJ2VjvlOZR4" 2026/07/29 03:07:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqEHGHqiqcGOHWvjM-lxF9bKk9JJ6Lirj" 2026/07/29 03:07:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqEHGHqiqcGOHWvjM-lxF9bKk9JJ6Lirj" 2026/07/29 03:07:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqEHGHqiqcGOHWvjM-lxF9bKk9JJ6Lirj" 2026/07/29 03:07:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuJNktze9zvipoLbIBj5HcqJ2VjvlOZR4" 2026/07/29 03:07:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bt7KUr1R27nQxrpyIfH1Fxa1XpiOG8rT0" 2026/07/29 03:07:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuJNktze9zvipoLbIBj5HcqJ2VjvlOZR4" 2026/07/29 03:07:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqEHGHqiqcGOHWvjM-lxF9bKk9JJ6Lirj" 2026/07/29 03:07:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuJNktze9zvipoLbIBj5HcqJ2VjvlOZR4" 2026/07/29 03:07:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqqsTQg0me84lqZHbgbFFJLBOIc7foiFO" 2026/07/29 03:07:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BpFawUCQj0AOG6_GDdlBAOr6zgtz2p4qD" 2026/07/29 03:07:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkY9o0fiDfiGkM0OIFRRJVItqWl0qBySh" 2026/07/29 03:07:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bpba9OrsgSKT3nNB3lxlPRL9Tj7ZppBIk" 2026/07/29 03:07:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkY9o0fiDfiGkM0OIFRRJVItqWl0qBySh" 2026/07/29 03:07:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnKPtr7jGXDn2AtHyARNMSoZG3yNqQga5" 2026/07/29 03:07:34 INFO : A3/two: Moved (server-side) to: A4/two 2026/07/29 03:07:34 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/07/29 03:07:34 INFO : A3/one: Moved (server-side) to: A4/one 2026/07/29 03:07:34 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/07/29 03:07:34 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/07/29 03:07:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkYfLn3f7DS9_cwXDp_dHRYti-ROlf1ev" 2026/07/29 03:07:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqXE9t9_PcDvsEKmX2sJMM7OUDzsNSyq7" 2026/07/29 03:07:37 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bpba9OrsgSKT3nNB3lxlPRL9Tj7ZppBIk" 2026/07/29 03:07:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BpFawUCQj0AOG6_GDdlBAOr6zgtz2p4qD" 2026/07/29 03:07:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BnKPtr7jGXDn2AtHyARNMSoZG3yNqQga5" 2026/07/29 03:07:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BkY9o0fiDfiGkM0OIFRRJVItqWl0qBySh" 2026/07/29 03:07:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:07:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuJNktze9zvipoLbIBj5HcqJ2VjvlOZR4" 2026/07/29 03:07:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqEHGHqiqcGOHWvjM-lxF9bKk9JJ6Lirj" 2026/07/29 03:07:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqqsTQg0me84lqZHbgbFFJLBOIc7foiFO" 2026/07/29 03:07:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bt7KUr1R27nQxrpyIfH1Fxa1XpiOG8rT0" 2026/07/29 03:07:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bquv_51QOh-ZGpQaqe0tDkrAOzWuGit1m" 2026/07/29 03:07:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bu_sOd12JihHhuCb-_lJFM6EePPuPDdCR" 2026/07/29 03:07:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:07:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuJNktze9zvipoLbIBj5HcqJ2VjvlOZR4" 2026/07/29 03:07:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqEHGHqiqcGOHWvjM-lxF9bKk9JJ6Lirj" 2026/07/29 03:07:51 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqqsTQg0me84lqZHbgbFFJLBOIc7foiFO" 2026/07/29 03:07:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bt7KUr1R27nQxrpyIfH1Fxa1XpiOG8rT0" 2026/07/29 03:07:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bquv_51QOh-ZGpQaqe0tDkrAOzWuGit1m" 2026/07/29 03:07:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bu_sOd12JihHhuCb-_lJFM6EePPuPDdCR" 2026/07/29 03:07:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bu_sOd12JihHhuCb-_lJFM6EePPuPDdCR" 2026/07/29 03:07:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bquv_51QOh-ZGpQaqe0tDkrAOzWuGit1m" 2026/07/29 03:07:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bt7KUr1R27nQxrpyIfH1Fxa1XpiOG8rT0" 2026/07/29 03:07:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqqsTQg0me84lqZHbgbFFJLBOIc7foiFO" 2026/07/29 03:08:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BqEHGHqiqcGOHWvjM-lxF9bKk9JJ6Lirj" 2026/07/29 03:08:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BuJNktze9zvipoLbIBj5HcqJ2VjvlOZR4" 2026/07/29 03:08:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestDirMove (106.35s) === RUN TestGetFsInfo run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:08:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestGetFsInfo (1.29s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:08:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': File to upload is small (34 bytes), uploading instead of streaming 2026/07/29 03:08:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:08 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/07/29 03:08:08 DEBUG : no_checksum_small_file_from_pipe: sha256 = 2f0590123fec5da63eace7f3d08ee9e61b4b1043d1aee9fcfeb32f66e48fa89e OK 2026/07/29 03:08:08 DEBUG : no_checksum_small_file_from_pipe: Size and sha256 of src and dst objects identical 2026/07/29 03:08:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/07/29 03:08:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:15 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/07/29 03:08:15 DEBUG : no_checksum_big_file_from_pipe: sha256 = 884c9311d7b21518d39a523cd9dfa9790b82a5c6ad7f3f8497a4393bfd50cfb7 OK 2026/07/29 03:08:15 DEBUG : no_checksum_big_file_from_pipe: Size and sha256 of src and dst objects identical 2026/07/29 03:08:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:08:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': File to upload is small (34 bytes), uploading instead of streaming 2026/07/29 03:08:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:21 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/07/29 03:08:21 DEBUG : with_checksum_small_file_from_pipe: sha256 = 2f0590123fec5da63eace7f3d08ee9e61b4b1043d1aee9fcfeb32f66e48fa89e OK 2026/07/29 03:08:21 DEBUG : with_checksum_small_file_from_pipe: Size and sha256 of src and dst objects identical 2026/07/29 03:08:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/07/29 03:08:21 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:27 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/07/29 03:08:27 DEBUG : with_checksum_big_file_from_pipe: sha256 = 884c9311d7b21518d39a523cd9dfa9790b82a5c6ad7f3f8497a4393bfd50cfb7 OK 2026/07/29 03:08:27 DEBUG : with_checksum_big_file_from_pipe: Size and sha256 of src and dst objects identical 2026/07/29 03:08:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:08:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': File to upload is small (34 bytes), uploading instead of streaming 2026/07/29 03:08:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:32 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/07/29 03:08:32 DEBUG : ignore_checksum_small_file_from_pipe: Sizes identical 2026/07/29 03:08:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/07/29 03:08:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:39 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/07/29 03:08:39 DEBUG : ignore_checksum_big_file_from_pipe: Sizes identical 2026/07/29 03:08:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:08:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': File to upload is small (34 bytes), uploading instead of streaming 2026/07/29 03:08:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:45 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/07/29 03:08:45 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2026/07/29 03:08:45 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/07/29 03:08:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/07/29 03:08:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:50 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/07/29 03:08:50 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2026/07/29 03:08:50 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/07/29 03:08:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestRcat (47.16s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (12.62s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (11.61s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (12.75s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (10.18s) === RUN TestRcatMetadata run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" === RUN TestRcatMetadata/Normal 2026/07/29 03:08:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': File to upload is small (48 bytes), uploading instead of streaming 2026/07/29 03:08:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:55 DEBUG : rcat_metadata: SetMetadata called with 2 keys: map[key:value sausage:potato] 2026/07/29 03:08:56 DEBUG : rcat_metadata: size = 48 OK 2026/07/29 03:08:56 DEBUG : rcat_metadata: sha256 = 1027089c4c965d7c88a05652feca6feb7b829779f6a6ba145849cff14785f248 OK 2026/07/29 03:08:56 DEBUG : rcat_metadata: Size and sha256 of src and dst objects identical 2026/07/29 03:08:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:57 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:08:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" === RUN TestRcatMetadata/ViaDisk 2026/07/29 03:08:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/07/29 03:09:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:01 DEBUG : rcat_metadata_uploadcutoff0: SetMetadata called with 2 keys: map[key:value sausage:potato] 2026/07/29 03:09:02 DEBUG : rcat_metadata_uploadcutoff0: size = 63 OK 2026/07/29 03:09:02 DEBUG : rcat_metadata_uploadcutoff0: sha256 = f6e2ef946736d8e028012f630e8a1c3e87bb5a9842e34ca2e5a188a1b6603d54 OK 2026/07/29 03:09:02 DEBUG : rcat_metadata_uploadcutoff0: Size and sha256 of src and dst objects identical 2026/07/29 03:09:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestRcatMetadata (13.07s) --- PASS: TestRcatMetadata/Normal (6.30s) --- PASS: TestRcatMetadata/ViaDisk (5.49s) === RUN TestRcatSize run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:09:06 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': File to upload is small (60 bytes), uploading instead of streaming 2026/07/29 03:09:08 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:09 DEBUG : potato2: size = 60 OK 2026/07/29 03:09:09 DEBUG : potato2: sha256 = d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c OK 2026/07/29 03:09:09 DEBUG : potato2: Size and sha256 of src and dst objects identical 2026/07/29 03:09:09 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:10 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:12 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestRcatSize (6.59s) === RUN TestRcatSizeMetadata run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:09:13 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:14 DEBUG : potato1: SetMetadata called with 2 keys: map[key:value sausage:potato] 2026/07/29 03:09:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': File to upload is small (60 bytes), uploading instead of streaming 2026/07/29 03:09:15 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:16 DEBUG : potato2: SetMetadata called with 2 keys: map[key:value sausage:potato] 2026/07/29 03:09:17 DEBUG : potato2: size = 60 OK 2026/07/29 03:09:17 DEBUG : potato2: sha256 = d398f81cd00b370b116d049d2f3b73a3a7ed35446486effb789791a7e0b98e9c OK 2026/07/29 03:09:17 DEBUG : potato2: Size and sha256 of src and dst objects identical 2026/07/29 03:09:17 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:18 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:19 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:20 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:20 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:22 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestRcatSizeMetadata (10.70s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:09:23 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:25 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:26 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestRcatSizeUploadHeaders (3.38s) === RUN TestTouchDir run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" operations_test.go:1735: Skipping test as remote does not support modtime 2026/07/29 03:09:27 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- SKIP: TestTouchDir (1.72s) === RUN TestMkdirMetadata run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata 2026/07/29 03:09:28 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:29 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- SKIP: TestMkdirMetadata (1.29s) === RUN TestMkdirModTime run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata 2026/07/29 03:09:30 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- SKIP: TestMkdirModTime (1.73s) === RUN TestCopyDirMetadata run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/07/29 03:09:31 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:32 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- SKIP: TestCopyDirMetadata (1.30s) === RUN TestSetDirModTime run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime 2026/07/29 03:09:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:33 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- SKIP: TestSetDirModTime (1.29s) === RUN TestDirsEqual run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/07/29 03:09:34 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- SKIP: TestDirsEqual (1.29s) === RUN TestRemoveExisting run.go:198: Remote "Huawei Drive root 'rclone-test-buqacen7wumo'", Local "Local file system at /tmp/rclone1648154818", Modify Window "876000h0m0s" 2026/07/29 03:09:35 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:36 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:38 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:39 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:40 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:41 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:42 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:43 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:44 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:45 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.cuwurug3" before starting 2026/07/29 03:09:45 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:46 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:47 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:48 DEBUG : sub dir/test remove existing.cuwurug3: TEST: removing renamed existing file after operation 2026/07/29 03:09:48 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:49 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jajiriq1" before starting 2026/07/29 03:09:50 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:52 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jajiriq1: TEST: renaming existing back after failed operation 2026/07/29 03:09:53 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:54 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:55 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.garubar5" before starting 2026/07/29 03:09:56 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:09:58 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:09:59 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:10:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.garubar5: TEST: removing renamed existing file after operation 2026/07/29 03:10:00 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:10:01 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:10:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" 2026/07/29 03:10:02 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:10:03 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "Bran5di6VcEfYXFfzOQRFq7dMy_r8ESrH" 2026/07/29 03:10:04 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Listing directory "BomQpN3A3WsJZwAGldXNOiriBG7uiswBC" --- PASS: TestRemoveExisting (29.56s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2026/07/29 03:10:05 DEBUG : Huawei Drive root 'rclone-test-buqacen7wumo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestHuaweiDrive: -list-retries 5 -verbose -fast-list" - Finished OK in 27m18.001890288s (try 1/5)