"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/10/02 04:00:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mibezay1xega" 2025/10/02 04:00:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:00:04 DEBUG : Creating backend with remote "TestDrive:crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080" 2025/10/02 04:00:05 DEBUG : Creating backend with remote "/tmp/rclone2282583462" === 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:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.36s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/02 04:00:05 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/02 04:00:05 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/02 04:00:05 DEBUG : potato: Seek from 10 to 0 2025/10/02 04:00:05 DEBUG : potato: Seek from 10 to 0 2025/10/02 04:00:05 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/02 04:00:05 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/02 04:00:05 DEBUG : potato: Seek from 5 to 2 2025/10/02 04:00:05 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/02 04:00:05 DEBUG : potato: Seek from 7 to 0 2025/10/02 04:00:05 DEBUG : potato: Seek from 7 to 0 2025/10/02 04:00:05 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/02 04:00:05 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/02 04:00:05 DEBUG : potato: Seek from 5 to 2 2025/10/02 04:00:05 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/02 04:00:05 DEBUG : potato: Seek from 8 to 0 2025/10/02 04:00:05 DEBUG : potato: Seek from 8 to 0 2025/10/02 04:00:05 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/02 04:00:05 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/02 04:00:05 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/02 04:00:05 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/02 04:00:05 DEBUG : potato: Seek from 5 to 2 2025/10/02 04:00:05 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/02 04:00:05 DEBUG : potato: Seek from 9 to 0 2025/10/02 04:00:05 DEBUG : potato: Seek from 9 to 0 2025/10/02 04:00:05 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/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/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/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/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:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:00:08 DEBUG : rutabaga: md5 = d7cde9624eef779d108e1674ccb06496 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/02 04:00:10 DEBUG : empty space: md5 = aa63bd9124fdeac43bdb8344f91c3714 OK === RUN TestCheck/3 2025/10/02 04:00:12 DEBUG : potato2: md5 = 4508ab2e47e17c22134196a23aa48ca6 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/02 04:00:14 DEBUG : remotepotato: md5 = bd209810a377f05a0841611c3d4af7cc OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.92s) --- PASS: TestCheck/1 (0.20s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.22s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.23s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/10/02 04:00:17 DEBUG : Creating backend with remote "nonexistent" 2025/10/02 04:00:17 DEBUG : Creating backend with remote "nonexistent" 2025/10/02 04:00:17 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/02 04:00:17 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/10/02 04:00:17 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/02 04:00:17 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:00:19 DEBUG : rutabaga: md5 = e313f6f8bf42375d7f98bda35adb5dd2 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/02 04:00:23 DEBUG : empty space: md5 = 4f41028cbd7815a63815dad817f299b1 OK === RUN TestCheckDownload/3 2025/10/02 04:00:25 DEBUG : potato2: md5 = 143d5a0163dad4a63d1c10fb30597f90 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/02 04:00:30 DEBUG : remotepotato: md5 = b90f8baff06ce4a7ccecdc5030127c25 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.62s) --- PASS: TestCheckDownload/1 (1.02s) --- PASS: TestCheckDownload/2 (1.33s) --- PASS: TestCheckDownload/3 (0.89s) --- PASS: TestCheckDownload/4 (1.29s) --- PASS: TestCheckDownload/5 (1.23s) --- PASS: TestCheckDownload/6 (0.93s) --- PASS: TestCheckDownload/7 (0.90s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:00:36 DEBUG : rutabaga: md5 = 2672007fc2e8ec5f2eb9a54f86204eaf OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/02 04:00:38 DEBUG : empty space: md5 = bcfa993ae6c9469470edb2675dba79fb OK === RUN TestCheckSizeOnly/3 2025/10/02 04:00:40 DEBUG : potato2: md5 = f2276637ccc87b9e54e208050511ccc2 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/02 04:00:42 DEBUG : remotepotato: md5 = 324809b210c0bb06c425d0d3c5898664 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.11s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.23s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:00:47 DEBUG : test.sum: md5 = b9f4c37065bee314306a33062c8d1a58 OK 2025/10/02 04:00:48 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/02 04:00:48 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/02 04:00:48 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/02 04:00:48 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/02 04:00:49 DEBUG : test.sum: md5 = 941c2044450468f07d5a0d6d40ddf670 OK 2025/10/02 04:00:51 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/02 04:00:51 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/02 04:00:51 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/02 04:00:51 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.34s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:00:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mibezay1xega/data" 2025/10/02 04:00:52 DEBUG : Creating backend with remote "TestDrive:crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega/data' lacks md5, skipping --- SKIP: TestCheckSum (1.99s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:00:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mibezay1xega/data" 2025/10/02 04:00:54 DEBUG : Creating backend with remote "TestDrive:crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080/vjrnln8ratgmqakfosrqe8espk" 2025/10/02 04:00:57 DEBUG : data/banana: md5 = d3042b38126885712c82628c17986e8a OK 2025/10/02 04:00:59 DEBUG : test.sum: md5 = e6ab8809907ab1f2db3f84e8b87a3ceb OK === RUN TestCheckSumDownload/subtest1 2025/10/02 04:01:03 DEBUG : data/potato: md5 = f204dddf2da2774648b09da36d6cc25e OK 2025/10/02 04:01:04 DEBUG : test.sum: md5 = edc2d15dcb0564c3f743fe27596e6fa8 OK === RUN TestCheckSumDownload/subtest2 2025/10/02 04:01:08 DEBUG : test.sum: md5 = a3b395032417ebb54e5de6fe18bcb31e OK === RUN TestCheckSumDownload/subtest3 2025/10/02 04:01:13 DEBUG : test.sum: md5 = 2ff0a68f218dd75a8b17170a1d816c10 OK === RUN TestCheckSumDownload/subtest4 2025/10/02 04:01:18 DEBUG : test.sum: md5 = 43333ff2361f796c543baa8974382c6b OK === RUN TestCheckSumDownload/subtest5 2025/10/02 04:01:22 DEBUG : test.sum: md5 = 740cf7bf68f34ad113b43ca4fa24c259 OK === RUN TestCheckSumDownload/subtest6 2025/10/02 04:01:26 DEBUG : data/banana: md5 = 3590916a21b068f6ac55fbe6dc79dab4 OK 2025/10/02 04:01:27 DEBUG : data/potato: md5 = c0dfecbd43c26551fa1e692bfc582d24 OK 2025/10/02 04:01:29 DEBUG : test.sum: md5 = b90ce07de11bdc196931d2bf5fa1763a OK === RUN TestCheckSumDownload/subtest7 2025/10/02 04:01:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/10/02 04:01:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (40.85s) --- PASS: TestCheckSumDownload/subtest1 (2.34s) --- PASS: TestCheckSumDownload/subtest2 (2.11s) --- PASS: TestCheckSumDownload/subtest3 (2.91s) --- PASS: TestCheckSumDownload/subtest4 (2.61s) --- PASS: TestCheckSumDownload/subtest5 (2.12s) --- PASS: TestCheckSumDownload/subtest6 (2.22s) --- PASS: TestCheckSumDownload/subtest7 (2.57s) === RUN TestApplyTransforms 2025/10/02 04:01:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faxivex3tore" 2025/10/02 04:01:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:01:34 DEBUG : Creating backend with remote "TestDrive:crypt/ijner4ubif890iihte77h0auj5d4he8josforp2puavo750r3n5g" 2025/10/02 04:01:35 DEBUG : Creating backend with remote "/tmp/rclone890991685" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faxivex3tore'", Local "Local file system at /tmp/rclone890991685", Modify Window "1ms" 2025/10/02 04:01:37 DEBUG : hello, world!: md5 = 24e74cb85ff8c14ab7c01e3a459102c6 OK upper checkfile vs. lower remote (without normalization) 2025/10/02 04:01:38 ERROR : hello, world!: sum not found 2025/10/02 04:01:38 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-faxivex3tore' 2025/10/02 04:01:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxivex3tore': 1 files missing 2025/10/02 04:01:38 NOTICE: 1 hashes missing 2025/10/02 04:01:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxivex3tore': 1 differences found 2025/10/02 04:01:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxivex3tore': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/02 04:01:40 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/02 04:01:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxivex3tore': 0 differences found 2025/10/02 04:01:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxivex3tore': 1 matching files 2025/10/02 04:01:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dahegiy7jake" 2025/10/02 04:01:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:01:40 DEBUG : Creating backend with remote "TestDrive:crypt/0ai8tu448ujlb6kdk1cjcajlpg3783daidk8sqb77na2e0hd5n20" 2025/10/02 04:01:41 DEBUG : Creating backend with remote "/tmp/rclone2485411231" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dahegiy7jake'", Local "Local file system at /tmp/rclone2485411231", Modify Window "1ms" 2025/10/02 04:01:43 DEBUG : HELLO, WORLD!: md5 = 2eeed9951c91233ae606645ab9cb04c8 OK lower checkfile vs. upper remote (without normalization) 2025/10/02 04:01:43 ERROR : HELLO, WORLD!: sum not found 2025/10/02 04:01:43 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-dahegiy7jake' 2025/10/02 04:01:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dahegiy7jake': 1 files missing 2025/10/02 04:01:43 NOTICE: 1 hashes missing 2025/10/02 04:01:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dahegiy7jake': 1 differences found 2025/10/02 04:01:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dahegiy7jake': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/02 04:01:44 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/02 04:01:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dahegiy7jake': 0 differences found 2025/10/02 04:01:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dahegiy7jake': 1 matching files 2025/10/02 04:01:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yepamuf9coke" 2025/10/02 04:01:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:01:45 DEBUG : Creating backend with remote "TestDrive:crypt/0pj0lqubgbtl3gf06hk3npprpdie965of79ms1mkfes20au9e620" 2025/10/02 04:01:45 DEBUG : Creating backend with remote "/tmp/rclone3909167316" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yepamuf9coke'", Local "Local file system at /tmp/rclone3909167316", Modify Window "1ms" 2025/10/02 04:01:48 DEBUG : HeLlO, wOrLd!: md5 = f72d489d1596520124ac7761ff87abdf OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/02 04:01:48 ERROR : HeLlO, wOrLd!: sum not found 2025/10/02 04:01:48 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yepamuf9coke' 2025/10/02 04:01:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yepamuf9coke': 1 files missing 2025/10/02 04:01:48 NOTICE: 1 hashes missing 2025/10/02 04:01:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yepamuf9coke': 1 differences found 2025/10/02 04:01:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yepamuf9coke': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/02 04:01:49 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/02 04:01:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yepamuf9coke': 0 differences found 2025/10/02 04:01:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yepamuf9coke': 1 matching files 2025/10/02 04:01:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qipobej4qiju" 2025/10/02 04:01:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:01:49 DEBUG : Creating backend with remote "TestDrive:crypt/1tea8oogjrisengj8mlp1d79s8q4o61b3uja44tkncdtfundoqpg" 2025/10/02 04:01:50 DEBUG : Creating backend with remote "/tmp/rclone3567993907" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qipobej4qiju'", Local "Local file system at /tmp/rclone3567993907", Modify Window "1ms" 2025/10/02 04:01:53 DEBUG : HELLO, WORLD!: md5 = 2666acf849600b4c9b111bd490406a7a OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/02 04:01:53 ERROR : HELLO, WORLD!: sum not found 2025/10/02 04:01:53 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qipobej4qiju' 2025/10/02 04:01:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qipobej4qiju': 1 files missing 2025/10/02 04:01:53 NOTICE: 1 hashes missing 2025/10/02 04:01:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qipobej4qiju': 1 differences found 2025/10/02 04:01:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qipobej4qiju': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/02 04:01:54 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/02 04:01:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qipobej4qiju': 0 differences found 2025/10/02 04:01:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qipobej4qiju': 1 matching files 2025/10/02 04:01:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hejabab2zisu" 2025/10/02 04:01:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:01:54 DEBUG : Creating backend with remote "TestDrive:crypt/galsblrgrlct2qf43oe2q27d610re6sl1265a7vud2e8v7klgnug" 2025/10/02 04:01:55 DEBUG : Creating backend with remote "/tmp/rclone3043920159" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hejabab2zisu'", Local "Local file system at /tmp/rclone3043920159", Modify Window "1ms" 2025/10/02 04:01:57 DEBUG : 測試_Русский___ě_áñ: md5 = c7452c1b0ce29d2ac8fd35b843421c66 OK NFD checkfile vs. NFC remote (without normalization) 2025/10/02 04:01:58 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/02 04:01:58 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hejabab2zisu' 2025/10/02 04:01:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hejabab2zisu': 1 files missing 2025/10/02 04:01:58 NOTICE: 1 hashes missing 2025/10/02 04:01:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hejabab2zisu': 1 differences found 2025/10/02 04:01:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hejabab2zisu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/02 04:01:59 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/02 04:01:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hejabab2zisu': 0 differences found 2025/10/02 04:01:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hejabab2zisu': 1 matching files 2025/10/02 04:01:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xogosed1yeni" 2025/10/02 04:01:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:01:59 DEBUG : Creating backend with remote "TestDrive:crypt/vrsphvv2jpoqqnr34vqvbk3bssufq5tnrcjc81frgtu5fqan6lgg" 2025/10/02 04:02:00 DEBUG : Creating backend with remote "/tmp/rclone1370387872" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xogosed1yeni'", Local "Local file system at /tmp/rclone1370387872", Modify Window "1ms" 2025/10/02 04:02:02 DEBUG : 測試_Русский___ě_áñ: md5 = dcc48624f83b6560de50f70d45a0b456 OK NFC checkfile vs. NFD remote (without normalization) 2025/10/02 04:02:03 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/02 04:02:03 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xogosed1yeni' 2025/10/02 04:02:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xogosed1yeni': 1 files missing 2025/10/02 04:02:03 NOTICE: 1 hashes missing 2025/10/02 04:02:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xogosed1yeni': 1 differences found 2025/10/02 04:02:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xogosed1yeni': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/02 04:02:04 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/02 04:02:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xogosed1yeni': 0 differences found 2025/10/02 04:02:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xogosed1yeni': 1 matching files 2025/10/02 04:02:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sagesot9ceqa" 2025/10/02 04:02:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:02:04 DEBUG : Creating backend with remote "TestDrive:crypt/ho1uvtbqnieslb5usb4uhir2262k2hsobhit0fphskujcln7985g" 2025/10/02 04:02:05 DEBUG : Creating backend with remote "/tmp/rclone2034303805" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sagesot9ceqa'", Local "Local file system at /tmp/rclone2034303805", Modify Window "1ms" 2025/10/02 04:02:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2fa329bba24876dbc1f75b6b74288e71 OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/02 04:02:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/02 04:02:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sagesot9ceqa' 2025/10/02 04:02:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sagesot9ceqa': 1 files missing 2025/10/02 04:02:07 NOTICE: 1 hashes missing 2025/10/02 04:02:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sagesot9ceqa': 1 differences found 2025/10/02 04:02:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sagesot9ceqa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/02 04:02:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/02 04:02:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sagesot9ceqa': 0 differences found 2025/10/02 04:02:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sagesot9ceqa': 1 matching files 2025/10/02 04:02:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jutisih1wilu" 2025/10/02 04:02:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:02:09 DEBUG : Creating backend with remote "TestDrive:crypt/i62d4s38okmdo9lj8840php7pkm8a2alp6btvhn6frmrl17rk8u0" 2025/10/02 04:02:10 DEBUG : Creating backend with remote "/tmp/rclone2681729238" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jutisih1wilu'", Local "Local file system at /tmp/rclone2681729238", Modify Window "1ms" 2025/10/02 04:02:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 548bfea783486c3d5a03c40b5c14967a OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/02 04:02:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/02 04:02:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jutisih1wilu' 2025/10/02 04:02:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jutisih1wilu': 1 files missing 2025/10/02 04:02:12 NOTICE: 1 hashes missing 2025/10/02 04:02:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jutisih1wilu': 1 differences found 2025/10/02 04:02:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jutisih1wilu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/02 04:02:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/02 04:02:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jutisih1wilu': 0 differences found 2025/10/02 04:02:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jutisih1wilu': 1 matching files 2025/10/02 04:02:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mogutik7rawu" 2025/10/02 04:02:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:02:13 DEBUG : Creating backend with remote "TestDrive:crypt/ao80kqqp1aj5llaesko3oslnkgt9odf45o18i51626r44j2e2jk0" 2025/10/02 04:02:14 DEBUG : Creating backend with remote "/tmp/rclone3364864292" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mogutik7rawu'", Local "Local file system at /tmp/rclone3364864292", Modify Window "1ms" 2025/10/02 04:02:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = aaa15b7500d8e0ec938bcd5cd4727aab OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/02 04:02:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/02 04:02:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mogutik7rawu' 2025/10/02 04:02:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mogutik7rawu': 1 files missing 2025/10/02 04:02:17 NOTICE: 1 hashes missing 2025/10/02 04:02:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mogutik7rawu': 1 differences found 2025/10/02 04:02:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mogutik7rawu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/02 04:02:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/02 04:02:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mogutik7rawu': 0 differences found 2025/10/02 04:02:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mogutik7rawu': 1 matching files 2025/10/02 04:02:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xayasuv7kobe" 2025/10/02 04:02:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:02:18 DEBUG : Creating backend with remote "TestDrive:crypt/tk61n0crv26j8d8krhoic169gk0p0jc81mo0ljhe4a1tmkmlj08g" 2025/10/02 04:02:19 DEBUG : Creating backend with remote "/tmp/rclone1936437273" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xayasuv7kobe'", Local "Local file system at /tmp/rclone1936437273", Modify Window "1ms" 2025/10/02 04:02:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 81e23e72bff839cd7c1fa80345cf4590 OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/02 04:02:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/02 04:02:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xayasuv7kobe' 2025/10/02 04:02:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xayasuv7kobe': 1 files missing 2025/10/02 04:02:22 NOTICE: 1 hashes missing 2025/10/02 04:02:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xayasuv7kobe': 1 differences found 2025/10/02 04:02:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xayasuv7kobe': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/02 04:02:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/02 04:02:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xayasuv7kobe': 0 differences found 2025/10/02 04:02:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xayasuv7kobe': 1 matching files 2025/10/02 04:02:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xayasuv7kobe': Purge remote 2025/10/02 04:02:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mogutik7rawu': Purge remote 2025/10/02 04:02:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jutisih1wilu': Purge remote 2025/10/02 04:02:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sagesot9ceqa': Purge remote 2025/10/02 04:02:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xogosed1yeni': Purge remote 2025/10/02 04:02:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hejabab2zisu': Purge remote 2025/10/02 04:02:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qipobej4qiju': Purge remote 2025/10/02 04:02:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yepamuf9coke': Purge remote 2025/10/02 04:02:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dahegiy7jake': Purge remote 2025/10/02 04:02:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faxivex3tore': Purge remote --- PASS: TestApplyTransforms (52.55s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:02:27 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/02 04:02:29 DEBUG : sub/file2: md5 = c9cdb00f56fa0800a2064be30f95a8ab OK 2025/10/02 04:02:29 INFO : file1: Copied (new) to: sub/file2 2025/10/02 04:02:30 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/02 04:02:30 DEBUG : file1: Unchanged skipping 2025/10/02 04:02:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': don't need to copy/move sub/file2, it is already at target location 2025/10/02 04:02:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.86s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.54s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:02:35 DEBUG : dst/file1: md5 = 71dbce3bbeb91ffa622ca32783056d24 OK 2025/10/02 04:02:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mibezay1xega/backup" 2025/10/02 04:02:36 DEBUG : Creating backend with remote "TestDrive:crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080/1nrff024r7pq65ecp72fc28jb0" 2025/10/02 04:02:38 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/02 04:02:40 INFO : dst/file1: Moved (server-side) 2025/10/02 04:02:41 DEBUG : dst/file1: md5 = 9b8cc082b30977160e82c75d9de05dd9 OK 2025/10/02 04:02:41 INFO : dst/file1: Copied (new) 2025/10/02 04:02:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/02 04:02:45 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/02 04:02:46 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.00s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:02:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mibezay1xega/dst" 2025/10/02 04:02:46 DEBUG : Creating backend with remote "TestDrive:crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/02 04:02:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mibezay1xega/CompareDest" 2025/10/02 04:02:48 DEBUG : Creating backend with remote "TestDrive:crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080/gveqi14airsml4bgu7krj116o8" 2025/10/02 04:02:49 DEBUG : one: Need to transfer - File not found at Destination 2025/10/02 04:02:52 DEBUG : one: md5 = d60d421376d3753d76fec7efc1c664a4 OK 2025/10/02 04:02:52 INFO : one: Copied (new) 2025/10/02 04:02:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/02 04:02:55 DEBUG : one: md5 = 9312f2ebea5dceaf9416eecfbbd40200 OK 2025/10/02 04:02:55 INFO : one: Copied (replaced existing) 2025/10/02 04:02:57 DEBUG : dst/one: md5 = 17fbff7f5fae8d0765bf4d7ab3fe1b39 OK 2025/10/02 04:02:59 DEBUG : CompareDest/one: md5 = 71e74048c2bcd4440e68bcc027581bce OK 2025/10/02 04:03:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/02 04:03:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/02 04:03:00 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/02 04:03:02 DEBUG : CompareDest/two: md5 = 16b7e570924b42722f396a65791b8cd8 OK 2025/10/02 04:03:03 DEBUG : two: Need to transfer - File not found at Destination 2025/10/02 04:03:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/02 04:03:03 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/02 04:03:04 DEBUG : two: Need to transfer - File not found at Destination 2025/10/02 04:03:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/02 04:03:04 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/02 04:03:05 DEBUG : two: Need to transfer - File not found at Destination 2025/10/02 04:03:06 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/02 04:03:07 DEBUG : two: md5 = b10abf9ed60783b6d026fde56954505a OK 2025/10/02 04:03:07 INFO : two: Copied (new) 2025/10/02 04:03:10 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/02 04:03:10 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:03:11 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:03:11 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (25.03s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:03:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mibezay1xega/dst" 2025/10/02 04:03:11 DEBUG : Creating backend with remote "TestDrive:crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/02 04:03:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mibezay1xega/CopyDest" 2025/10/02 04:03:13 DEBUG : Creating backend with remote "TestDrive:crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/02 04:03:14 DEBUG : one: Need to transfer - File not found at Destination 2025/10/02 04:03:17 DEBUG : one: md5 = 4d051d9a97db274f366d19c5e9b5bf66 OK 2025/10/02 04:03:17 INFO : one: Copied (new) 2025/10/02 04:03:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/02 04:03:20 DEBUG : one: md5 = 28e08406b63ed89e32f6132cbac4fd93 OK 2025/10/02 04:03:20 INFO : one: Copied (replaced existing) 2025/10/02 04:03:21 DEBUG : dst/one: md5 = 77e04a1091c9fd37a878538a65dce878 OK 2025/10/02 04:03:24 DEBUG : CopyDest/one: md5 = 61e3b16bf106da8fa824c02a68fe39a2 OK 2025/10/02 04:03:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mibezay1xega/BackupDir" 2025/10/02 04:03:24 DEBUG : Creating backend with remote "TestDrive:crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/02 04:03:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/02 04:03:26 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/02 04:03:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/02 04:03:28 INFO : one: Moved (server-side) 2025/10/02 04:03:29 INFO : one: Copied (server-side copy) 2025/10/02 04:03:29 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/02 04:03:31 DEBUG : CopyDest/two: md5 = 3ca19e14fd93c013359d6d5e2475d3f8 OK 2025/10/02 04:03:32 DEBUG : two: Need to transfer - File not found at Destination 2025/10/02 04:03:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/02 04:03:33 INFO : two: Copied (server-side copy) 2025/10/02 04:03:33 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/02 04:03:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/02 04:03:34 DEBUG : two: Unchanged skipping 2025/10/02 04:03:36 DEBUG : CopyDest/three: md5 = 17dff3987e4d42034ba10661dc641754 OK 2025/10/02 04:03:36 DEBUG : three: Need to transfer - File not found at Destination 2025/10/02 04:03:37 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/02 04:03:37 DEBUG : three: Destination not found in --copy-dest 2025/10/02 04:03:38 DEBUG : three: md5 = 466a57b7f5fca075431e97c3a0edd6d5 OK 2025/10/02 04:03:38 INFO : three: Copied (new) 2025/10/02 04:03:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/02 04:03:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/02 04:03:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:03:43 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/02 04:03:43 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:03:43 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/02 04:03:44 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.90s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:03:46 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/02 04:03:48 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 6dd8ed27a42bee2f4e358de8812f1adb OK 2025/10/02 04:03:48 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/02 04:03:49 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/02 04:03:49 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/10/02 04:03:50 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/02 04:03:50 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/02 04:03:52 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 97f71e70f73a67da284bcd60262736ca OK 2025/10/02 04:03:52 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/02 04:03:54 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/02 04:03:54 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.30s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:03:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Looking for duplicate names using skip mode. 2025/10/02 04:03:58 NOTICE: one: Found 2 files with duplicate names 2025/10/02 04:03:58 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.85s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:04:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Looking for duplicate names using skip mode. 2025/10/02 04:04:04 NOTICE: one: Found 3 files with duplicate names 2025/10/02 04:04:04 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/02 04:04:05 INFO : one: Deleted 2025/10/02 04:04:05 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.20s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:04:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Looking for duplicate names using first mode. 2025/10/02 04:04:11 NOTICE: one: Found 3 files with duplicate names 2025/10/02 04:04:11 INFO : one: Deleted 2025/10/02 04:04:11 INFO : one: Deleted 2025/10/02 04:04:11 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.72s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:04:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Looking for duplicate names using newest mode. 2025/10/02 04:04:18 NOTICE: one: Found 3 files with duplicate names 2025/10/02 04:04:18 INFO : one: Deleted 2025/10/02 04:04:18 INFO : one: Deleted 2025/10/02 04:04:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.52s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.43s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:04:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Looking for duplicate names using oldest mode. 2025/10/02 04:04:24 NOTICE: one: Found 3 files with duplicate names 2025/10/02 04:04:25 INFO : one: Deleted 2025/10/02 04:04:25 INFO : one: Deleted 2025/10/02 04:04:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.18s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:04:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Looking for duplicate names using largest mode. 2025/10/02 04:04:31 NOTICE: one: Found 3 files with duplicate names 2025/10/02 04:04:31 INFO : one: Deleted 2025/10/02 04:04:31 INFO : one: Deleted 2025/10/02 04:04:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.42s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:04:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Looking for duplicate names using smallest mode. 2025/10/02 04:04:37 NOTICE: one: Found 3 files with duplicate names 2025/10/02 04:04:37 INFO : one: Deleted 2025/10/02 04:04:38 INFO : one: Deleted 2025/10/02 04:04:38 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.17s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:04:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Looking for duplicate names using rename mode. 2025/10/02 04:04:44 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/02 04:04:45 INFO : one-2.txt: renamed from: one.txt 2025/10/02 04:04:47 INFO : one-3.txt: renamed from: one.txt 2025/10/02 04:04:48 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.30s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:04:52 DEBUG : dupe1/one.txt: md5 = 8317d9340244fbffb56b6c28db9a9b4b OK 2025/10/02 04:04:54 DEBUG : dupe2/two.txt: md5 = 80cfa1bd75db85ee0bbe69389a5cd7b8 OK 2025/10/02 04:04:57 DEBUG : dupe3/three.txt: md5 = 92fe829b992911c7bc6bfda1cc849cdf OK 2025/10/02 04:04:57 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/02 04:04:58 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/02 04:04:58 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/02 04:04:59 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/02 04:05:02 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/02 04:05:02 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/02 04:05:02 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.59s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:05:04 DEBUG : a.txt: md5 = fc25404d420ac28d3eaa755c443aae82 OK 2025/10/02 04:05:06 DEBUG : zend.txt: md5 = 3220452e08b40bcecad650dceb4f97eb OK 2025/10/02 04:05:08 DEBUG : sub dir/hello world: md5 = 8878bc1ea57dafdd3e6df27e5c89153c OK 2025/10/02 04:05:09 DEBUG : sub dir/hello world2: md5 = 0aba6487a344d2e67eee00205247d816 OK 2025/10/02 04:05:11 DEBUG : sub dir/ignore dir/.ignore: md5 = 19705a05fe060d176fd78260b2527992 OK 2025/10/02 04:05:13 DEBUG : sub dir/ignore dir/should be ignored: md5 = 5b5eca242d975791e984380a05088eb5 OK 2025/10/02 04:05:15 DEBUG : sub dir/sub sub dir/hello world3: md5 = 50b748dfe404c54cba08daafea292c88 OK 2025/10/02 04:05:16 DEBUG : a.txt: Excluded (Size Filter) 2025/10/02 04:05:16 DEBUG : a.txt: Excluded 2025/10/02 04:05:16 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/02 04:05:16 DEBUG : sub dir/hello world2: Excluded 2025/10/02 04:05:16 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/02 04:05:16 DEBUG : sub dir/hello world: Excluded 2025/10/02 04:05:17 DEBUG : sub dir/ignore dir: Excluded 2025/10/02 04:05:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/02 04:05:17 DEBUG : sub dir/hello world2: Excluded 2025/10/02 04:05:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/02 04:05:17 DEBUG : sub dir/hello world: Excluded 2025/10/02 04:05:17 DEBUG : sub dir/ignore dir: Excluded 2025/10/02 04:05:22 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/02 04:05:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/02 04:05:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/02 04:05:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/02 04:05:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/02 04:05:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/10/02 04:05:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.17s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:05:25 DEBUG : a.txt: md5 = f7de8c89fa48fce387b46a1ff831ac52 OK 2025/10/02 04:05:27 DEBUG : zend.txt: md5 = 2d560907a71f9033aeb24e9970b10b8c OK 2025/10/02 04:05:29 DEBUG : sub dir/hello world: md5 = e90a8d3a8466ea7661a521a595ce2ede OK 2025/10/02 04:05:30 DEBUG : sub dir/hello world2: md5 = f05330c4bbd961f05e4160fd7902dc93 OK 2025/10/02 04:05:32 DEBUG : sub dir/ignore dir/.ignore: md5 = 2cf982858f87fec1a76544ed654f245f OK 2025/10/02 04:05:34 DEBUG : sub dir/ignore dir/should be ignored: md5 = bcf10579b2fb7fba851188385e6ebf4a OK 2025/10/02 04:05:36 DEBUG : sub dir/sub sub dir/hello world3: md5 = fd601c7a33d24f85e233fea0b3222700 OK 2025/10/02 04:05:38 DEBUG : a.txt: Excluded (Size Filter) 2025/10/02 04:05:38 DEBUG : a.txt: Excluded 2025/10/02 04:05:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/02 04:05:38 DEBUG : sub dir/hello world2: Excluded 2025/10/02 04:05:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/02 04:05:38 DEBUG : sub dir/hello world: Excluded 2025/10/02 04:05:39 DEBUG : sub dir/ignore dir: Excluded 2025/10/02 04:05:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/02 04:05:39 DEBUG : sub dir/hello world2: Excluded 2025/10/02 04:05:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/02 04:05:39 DEBUG : sub dir/hello world: Excluded 2025/10/02 04:05:39 DEBUG : sub dir/ignore dir: Excluded 2025/10/02 04:05:43 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/02 04:05:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/02 04:05:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/02 04:05:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/02 04:05:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/02 04:05:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/10/02 04:05:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.48s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:05:47 DEBUG : file1: md5 = 9291c74e9c95b9d2e62eac3529799285 OK 2025/10/02 04:05:49 DEBUG : sub/file2: md5 = 229ec9edd0652c029485590d236a76c8 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/10/02 04:05:52 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/02 04:05:52 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/02 04:05:52 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/02 04:05:54 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.50s) --- PASS: TestListJSON/Default (0.22s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.51s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.20s) --- PASS: TestListJSON/ShowHash (0.22s) --- PASS: TestListJSON/HashTypes (0.21s) --- PASS: TestListJSON/Metadata (0.65s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:05:56 DEBUG : file1: md5 = 5017e6d77c2dd8b7e5bb5bbaffc42df3 OK 2025/10/02 04:05:59 DEBUG : sub/file2: md5 = afb85eed35fbaaa87a101f41fa6425f5 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/10/02 04:06:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mibezay1xega/notfound" 2025/10/02 04:06:02 DEBUG : Config file has changed externally - reloading 2025/10/02 04:06:03 DEBUG : Creating backend with remote "TestDrive:crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080/qe0i31qdkoejk60elps0ni5sqk" 2025/10/02 04:06:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.63s) --- PASS: TestStatJSON/Root (0.26s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.53s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.22s) --- PASS: TestStatJSON/FileDirsOnly (0.22s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.74s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:06:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Making directory 2025/10/02 04:06:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Making directory --- PASS: TestMkdir (0.72s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:06:09 DEBUG : sub dir/hello world: md5 = 1ac399cb3dd2c73aecff3b95700105df OK 2025/10/02 04:06:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.74s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:06:13 DEBUG : potato2: md5 = 908b36aea818413114e36248fce8def1 OK 2025/10/02 04:06:15 DEBUG : empty space: md5 = 341aee5faab20301a7cf04036c9ae24b OK --- PASS: TestLs (4.98s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:06:18 DEBUG : potato2: md5 = 147385c8c83dce3a5baae7bcc315d307 OK 2025/10/02 04:06:20 DEBUG : empty space: md5 = 6c5e3266c2609e8455d92b5ea6163c06 OK 2025/10/02 04:06:20 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/10/02 04:06:20 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.34s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:06:24 DEBUG : potato2: md5 = 69afae42d1d812d2b4ba227ea83f0ce7 OK 2025/10/02 04:06:25 DEBUG : empty space: md5 = df63bb70442cefb1dd8197eee9a72295 OK --- PASS: TestLsLong (4.83s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:06:28 DEBUG : potato2: md5 = 3da9bc7fa5087df84dc4289bd91ab92c OK 2025/10/02 04:06:30 DEBUG : empty space: md5 = 5436ade1517db6f2b226d746c3690ae8 OK --- PASS: TestHashSums (4.48s) === RUN TestHashSumsWithErrors 2025/10/02 04:06:32 DEBUG : Creating backend with remote ":memory:" 2025/10/02 04:06:32 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/02 04:06:32 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/02 04:06:32 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/02 04:06:32 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/02 04:06:32 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/02 04:06:32 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/02 04:06:32 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/02 04:06:32 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/02 04:06:32 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:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:06:33 DEBUG : potato2: md5 = 57937f9bbb46abaad944e73e9e880f05 OK 2025/10/02 04:06:34 DEBUG : empty space: md5 = 5c40e0d949a1413af8d1c26990a33854 OK 2025/10/02 04:06:37 DEBUG : sub dir/potato3: md5 = fc4f9719654efe4955e0c3995ee160f6 OK 2025/10/02 04:06:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.47s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:06:41 DEBUG : small: md5 = 5e8a405d12b42878e9238314f71d050d OK 2025/10/02 04:06:43 DEBUG : medium: md5 = 1a848a472ad4a6eef0500e28ab870cf9 OK 2025/10/02 04:06:44 DEBUG : large: md5 = 9d86517befd6fffeae7c647fbd4a1e0c OK 2025/10/02 04:06:44 DEBUG : Waiting for deletions to finish 2025/10/02 04:06:45 DEBUG : large: Excluded (Size Filter) 2025/10/02 04:06:45 INFO : small: Deleted 2025/10/02 04:06:45 INFO : medium: Deleted --- PASS: TestDelete (6.02s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:06:47 DEBUG : small: md5 = 87186497279d116dcf738253710ce971 OK 2025/10/02 04:06:49 DEBUG : medium: md5 = f496c5bbbf5951c94e674b4fdcafe819 OK 2025/10/02 04:06:50 DEBUG : large: md5 = 2e08322133bd25c543815b2680ac5650 OK 2025/10/02 04:06:51 DEBUG : Waiting for deletions to finish 2025/10/02 04:06:51 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/10/02 04:06:51 INFO : small: Deleted 2025/10/02 04:06:51 INFO : medium: Deleted --- PASS: TestMaxDelete (6.81s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:06:54 DEBUG : small: md5 = aa7e145aec628f74ffbd1dbe95ba22e1 OK 2025/10/02 04:06:56 DEBUG : medium: md5 = df235405c8fa6b935f6ee1cd74128340 OK 2025/10/02 04:06:57 DEBUG : large: md5 = d81235e608295bd548f49f6444ba5709 OK 2025/10/02 04:06:58 DEBUG : Waiting for deletions to finish 2025/10/02 04:06:58 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/02 04:06:58 INFO : small: Deleted 2025/10/02 04:06:58 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.93s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:07:01 DEBUG : small: md5 = e6c01962a2dbc4ab23a29e8dc46056f1 OK 2025/10/02 04:07:03 DEBUG : medium: md5 = 9b12d9c345a2c9c2a69f69676c7bec1d OK 2025/10/02 04:07:04 DEBUG : large: md5 = e4ec9a307b72d66ec66848020d3c6761 OK 2025/10/02 04:07:04 DEBUG : Waiting for deletions to finish 2025/10/02 04:07:04 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/02 04:07:05 INFO : small: Deleted 2025/10/02 04:07:05 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.67s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:07:08 DEBUG : ReadFile: md5 = e7e9b3309b269a949e6db4269d56625b OK --- PASS: TestReadFile (4.86s) === RUN TestRetry 2025/10/02 04:07:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/02 04:07:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/02 04:07:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/02 04:07:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/02 04:07:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/02 04:07:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/02 04:07:11 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:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:07:13 DEBUG : file1: md5 = 801b293e3e28ad074050fcb1adaa5f7e OK 2025/10/02 04:07:14 DEBUG : file2: md5 = 8d098f2e7c1285a91918619d43863be3 OK --- PASS: TestCat (16.93s) === RUN TestPurge 2025/10/02 04:07:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kefesal5baso" 2025/10/02 04:07:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/02 04:07:28 DEBUG : Creating backend with remote "TestDrive:crypt/2nm4fjaqbr30tm1cnla4151ncja637dgdk7ctposkghrhrkgaos0" 2025/10/02 04:07:29 DEBUG : Creating backend with remote "/tmp/rclone3717176398" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kefesal5baso'", Local "Local file system at /tmp/rclone3717176398", Modify Window "1ms" 2025/10/02 04:07:34 DEBUG : A1/B1/C1/one: md5 = 708475f88b1c5d8e5ba83e57257d5c39 OK 2025/10/02 04:07:34 INFO : A2: Making directory 2025/10/02 04:07:34 INFO : A1/B2: Making directory 2025/10/02 04:07:35 INFO : A1/B2/C2: Making directory 2025/10/02 04:07:36 INFO : A1/B1/C3: Making directory 2025/10/02 04:07:37 INFO : A3: Making directory 2025/10/02 04:07:37 INFO : A3/B3: Making directory 2025/10/02 04:07:38 INFO : A3/B3/C4: Making directory 2025/10/02 04:07:40 DEBUG : A1/two: md5 = c4f09ae1b4c525676e7546609a3c8c87 OK 2025/10/02 04:07:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kefesal5baso': Purge remote 2025/10/02 04:07:43 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.19s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:07:47 DEBUG : A1/B1/C1/one: md5 = 55a7aa5d2bdd8a897ef80ec6bbf34530 OK 2025/10/02 04:07:47 INFO : A2: Making directory 2025/10/02 04:07:48 INFO : A1/B2: Making directory 2025/10/02 04:07:49 INFO : A1/B2/C2: Making directory 2025/10/02 04:07:49 INFO : A1/B1/C3: Making directory 2025/10/02 04:07:50 INFO : A3: Making directory 2025/10/02 04:07:51 INFO : A3/B3: Making directory 2025/10/02 04:07:52 INFO : A3/B3/C4: Making directory 2025/10/02 04:07:54 DEBUG : A1/two: md5 = 38c9567b241faa8c03f7c8667138bf3c OK 2025/10/02 04:07:55 DEBUG : removing 1 level 3 directories 2025/10/02 04:07:55 INFO : A3/B3/C4: Removing directory 2025/10/02 04:07:58 DEBUG : removing 2 level 3 directories 2025/10/02 04:07:58 INFO : A1/B2/C2: Removing directory 2025/10/02 04:07:58 INFO : A1/B1/C3: Removing directory 2025/10/02 04:07:58 DEBUG : removing 2 level 2 directories 2025/10/02 04:07:58 INFO : A3/B3: Removing directory 2025/10/02 04:07:58 INFO : A1/B2: Removing directory 2025/10/02 04:07:59 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/02 04:07:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/02 04:07:59 DEBUG : removing 2 level 1 directories 2025/10/02 04:07:59 INFO : A3: Removing directory 2025/10/02 04:07:59 INFO : A2: Removing directory 2025/10/02 04:07:59 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/02 04:08:03 DEBUG : removing 1 level 3 directories 2025/10/02 04:08:03 INFO : A1/B1/C1: Removing directory 2025/10/02 04:08:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:04 DEBUG : removing 1 level 2 directories 2025/10/02 04:08:04 INFO : A1/B1: Removing directory 2025/10/02 04:08:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/02 04:08:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/02 04:08:04 DEBUG : removing 1 level 1 directories 2025/10/02 04:08:04 INFO : A1: Removing directory 2025/10/02 04:08:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/02 04:08:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/02 04:08:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/02 04:08:05 DEBUG : removing 1 level 0 directories 2025/10/02 04:08:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Removing directory 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/02 04:08:05 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" --- PASS: TestRmdirsNoLeaveRoot (22.87s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:08:07 INFO : A1: Making directory 2025/10/02 04:08:08 INFO : A1/B1: Making directory 2025/10/02 04:08:08 INFO : A1/B1/C1: Making directory 2025/10/02 04:08:11 DEBUG : removing 1 level 3 directories 2025/10/02 04:08:11 INFO : A1/B1/C1: Removing directory 2025/10/02 04:08:12 DEBUG : removing 1 level 2 directories 2025/10/02 04:08:12 INFO : A1/B1: Removing directory 2025/10/02 04:08:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/02 04:08:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.60s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:08:14 INFO : A1: Making directory 2025/10/02 04:08:15 INFO : A1/B1: Making directory 2025/10/02 04:08:15 INFO : A1/B1/C1: Making directory 2025/10/02 04:08:18 DEBUG : removing 1 level 3 directories 2025/10/02 04:08:18 INFO : A1/B1/C1: Removing directory 2025/10/02 04:08:19 DEBUG : removing 1 level 2 directories 2025/10/02 04:08:19 INFO : A1/B1: Removing directory 2025/10/02 04:08:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/02 04:08:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.06s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:08:23 DEBUG : file1: md5 = 02d0a24f157a0af55400455d35478d6d OK 2025/10/02 04:08:23 DEBUG : filename.txt: File name found in url 2025/10/02 04:08:25 DEBUG : filename.txt: md5 = 55f7e6499ef463b40b2c1a7f31a0f82f OK 2025/10/02 04:08:25 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/02 04:08:26 DEBUG : headerfilename.txt: md5 = f658c0e41c8218ed1a2e18b864419c5e OK 2025/10/02 04:08:27 DEBUG : file2: md5 = 354ae4c8991534f42a3f1c84c4d17b1b OK --- PASS: TestCopyURL (8.72s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:08:30 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/02 04:08:32 DEBUG : sub/file2: md5 = b20b93c2a3e110586a1c5192b121a0de OK 2025/10/02 04:08:32 INFO : file1: Copied (new) to: sub/file2 2025/10/02 04:08:32 INFO : file1: Deleted 2025/10/02 04:08:33 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/02 04:08:33 DEBUG : file1: Unchanged skipping 2025/10/02 04:08:33 INFO : file1: Deleted 2025/10/02 04:08:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': don't need to copy/move sub/file2, it is already at target location 2025/10/02 04:08:35 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.08s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:08:36 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/02 04:08:37 DEBUG : file1: md5 = 088758ff3cd5577611688c0b5be0d1ff OK 2025/10/02 04:08:37 INFO : file1: Copied (new) 2025/10/02 04:08:37 INFO : file1: Deleted 2025/10/02 04:08:38 DEBUG : file1: Destination exists, skipping 2025/10/02 04:08:38 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.42s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:08:42 DEBUG : dst/file1: md5 = 712f9356048fad260ef894f11d7b08aa OK 2025/10/02 04:08:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mibezay1xega/backup" 2025/10/02 04:08:43 DEBUG : Creating backend with remote "TestDrive:crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080/1nrff024r7pq65ecp72fc28jb0" 2025/10/02 04:08:44 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/02 04:08:47 INFO : dst/file1: Moved (server-side) 2025/10/02 04:08:48 DEBUG : dst/file1: md5 = b2394a3086eb9c96ac6fa822cf129192 OK 2025/10/02 04:08:48 INFO : dst/file1: Copied (new) 2025/10/02 04:08:48 INFO : dst/file1: Deleted 2025/10/02 04:08:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/02 04:08:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/02 04:08:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.55s) === 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:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:08:55 DEBUG : A1/one: md5 = fa2d26cdb12bba7832b7dfe5bd1f82a6 OK 2025/10/02 04:08:56 DEBUG : A1/two: md5 = 7d3602b16317ebf9e9828597aeb401fa OK 2025/10/02 04:08:58 DEBUG : A1/B1/three: md5 = 5e37cea6387d56e97805f9db69f89c71 OK 2025/10/02 04:09:01 DEBUG : A1/B1/C1/four: md5 = d37d046980fe142e533d3deb6fff2a15 OK 2025/10/02 04:09:03 DEBUG : A1/B1/C2/five: md5 = ff10a583173ddc63634cacd713923b9c OK 2025/10/02 04:09:03 INFO : A1/B2: Making directory 2025/10/02 04:09:03 INFO : A1/B1/C3: Making directory 2025/10/02 04:09:13 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/02 04:09:13 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/02 04:09:13 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/02 04:09:13 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/02 04:09:13 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/02 04:09:16 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/02 04:09:16 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/02 04:09:16 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/02 04:09:17 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/02 04:09:17 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/02 04:09:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/02 04:09:24 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/02 04:09:24 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/02 04:09:24 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/02 04:09:24 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/02 04:09:24 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/02 04:09:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/02 04:09:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/02 04:09:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/02 04:09:27 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/02 04:09:27 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/02 04:09:33 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/02 04:09:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/02 04:09:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/02 04:09:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/02 04:09:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/02 04:09:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/02 04:09:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/02 04:09:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/02 04:09:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/02 04:09:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (42.89s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:09:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': File to upload is small (34 bytes), uploading instead of streaming 2025/10/02 04:09:38 DEBUG : no_checksum_small_file_from_pipe: md5 = f3eb9d35a8406ab394a185081702a7cd OK 2025/10/02 04:09:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/02 04:09:38 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/02 04:09:38 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/02 04:09:39 DEBUG : no_checksum_big_file_from_pipe: md5 = 2db7b7d3e620469e5d448518a2b6743a OK 2025/10/02 04:09:39 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:09:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': File to upload is small (34 bytes), uploading instead of streaming 2025/10/02 04:09:43 DEBUG : with_checksum_small_file_from_pipe: md5 = 22194017fde2b8572cb62c9402fed627 OK 2025/10/02 04:09:43 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/02 04:09:43 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/02 04:09:44 DEBUG : with_checksum_big_file_from_pipe: md5 = 0c98a64be2600f9b9a568802c396ae4f OK 2025/10/02 04:09:44 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:09:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': File to upload is small (34 bytes), uploading instead of streaming 2025/10/02 04:09:48 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/02 04:09:48 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/02 04:09:49 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:09:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': File to upload is small (34 bytes), uploading instead of streaming 2025/10/02 04:09:53 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/02 04:09:54 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/02 04:09:55 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.37s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.89s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.01s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.02s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.45s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/02 04:09:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': File to upload is small (48 bytes), uploading instead of streaming 2025/10/02 04:09:58 DEBUG : rcat_metadata: md5 = a2962f30733dec2ee198543db4988258 OK 2025/10/02 04:09:58 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/02 04:10:00 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/02 04:10:01 DEBUG : rcat_metadata_uploadcutoff0: md5 = 40f5ebc9221af6f7c19c5880b5f6ad2a OK 2025/10/02 04:10:01 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.05s) --- PASS: TestRcatMetadata/Normal (2.59s) --- PASS: TestRcatMetadata/ViaDisk (3.02s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:10:04 DEBUG : potato1: md5 = bdbbdb3a2383ce29f5d9f0200c5ab2b3 OK 2025/10/02 04:10:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': File to upload is small (60 bytes), uploading instead of streaming 2025/10/02 04:10:05 DEBUG : potato2: md5 = 26f2a67933932edf58e379fbd6550055 OK 2025/10/02 04:10:05 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.47s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:10:08 DEBUG : potato1: md5 = 780b978437dd365b3196afa2327cf1b8 OK 2025/10/02 04:10:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': File to upload is small (60 bytes), uploading instead of streaming 2025/10/02 04:10:10 DEBUG : potato2: md5 = 2e8f810d984dffea4e59ce49d3e174c5 OK 2025/10/02 04:10:10 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.00s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:10:13 DEBUG : potato2: md5 = 63008849eb16057865311bddcc05e37e OK 2025/10/02 04:10:15 DEBUG : empty space: md5 = ed2dd316d182602664278983d13f13ca OK 2025/10/02 04:10:17 DEBUG : sub dir/potato3: md5 = e6f17bdf0d4faff5549e27404d0cff90 OK 2025/10/02 04:10:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Touching "sub dir/potato3" 2025/10/02 04:10:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Touching "potato2" 2025/10/02 04:10:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Touching "empty space" 2025/10/02 04:10:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.48s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:10:21 DEBUG : dir with metadata: Making directory with metadata 2025/10/02 04:10:22 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.30s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:10:24 DEBUG : directory with modtime: Making directory with metadata 2025/10/02 04:10:24 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.27s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:10:26 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/02 04:10:26 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/02 04:10:26 DEBUG : Google drive root 'crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080': Skipping btime metadata as can't update it on an existing file: 2025-10-02T04:10:26.532670076Z 2025/10/02 04:10:27 INFO : non existent directory: Updated directory metadata 2025/10/02 04:10:29 DEBUG : Google drive root 'crypt/hm4br30vhk31gfl0vtu1gaofl5tpput0cuisp1duma0u5i03b080': Skipping btime metadata as can't update it on an existing file: 2025-10-02T04:10:26.532670076Z 2025/10/02 04:10:29 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.62s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:10:31 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/02 04:10:32 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/02 04:10:33 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.82s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:10:34 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/02 04:10:34 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/02 04:10:34 DEBUG : dst: Making directory with metadata 2025/10/02 04:10:35 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/02 04:10:35 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/02 04:10:36 INFO : dst: Set directory modification time (using SetModTime) 2025/10/02 04:10:36 INFO : dst: Set directory modification time (using SetModTime) 2025/10/02 04:10:36 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/02 04:10:36 INFO : dst: Set directory modification time (using SetModTime) 2025/10/02 04:10:36 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.42s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega'", Local "Local file system at /tmp/rclone2282583462", Modify Window "1ms" 2025/10/02 04:10:40 DEBUG : sub dir/test remove existing: md5 = b7e3c90909b75191fca4f3e76dba9acf OK 2025/10/02 04:10:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 26b024fcf699f14ddca71ff5028bb2c7 OK 2025/10/02 04:10:43 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.gusorof7" before starting 2025/10/02 04:10:45 DEBUG : sub dir/test remove existing.gusorof7: TEST: removing renamed existing file after operation 2025/10/02 04:10:46 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jojuyoh3" before starting 2025/10/02 04:10:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jojuyoh3: TEST: renaming existing back after failed operation 2025/10/02 04:10:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zakorub9" before starting 2025/10/02 04:10:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zakorub9: TEST: removing renamed existing file after operation 2025/10/02 04:10:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "hili8475nl6b8qp2jfrj7hmekqoukjinmv1c9945v4k74e87dd9omp3qgcnq3hn2hiqkmt2rse3cgl02dogmi1ks12u8aum85fbvdfn4anktrfaoq60rnbtcb6mhiiqars9o442u79qbda1sfuttljebfg75krfmsl7umhn2oh5fud8eu1qg" 2025/10/02 04:10:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ub52pit5q89v3cte7bntqjei1bal3t04aah49g5ibofla6vt9org" --- PASS: TestRemoveExisting (13.08s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/10/02 04:10:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mibezay1xega': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m47.661019737s (try 1/5)