"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/08/27 03:05:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-calozag2dano" 2025/08/27 03:05:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:05:06 DEBUG : Creating backend with remote "TestDrive:crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g" 2025/08/27 03:05:07 DEBUG : Creating backend with remote "/tmp/rclone1193394711" === 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-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/27 03:05:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/27 03:05:07 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/27 03:05:07 DEBUG : potato: Seek from 10 to 0 2025/08/27 03:05:07 DEBUG : potato: Seek from 10 to 0 2025/08/27 03:05:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/27 03:05:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/27 03:05:07 DEBUG : potato: Seek from 5 to 2 2025/08/27 03:05:07 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/27 03:05:07 DEBUG : potato: Seek from 7 to 0 2025/08/27 03:05:07 DEBUG : potato: Seek from 7 to 0 2025/08/27 03:05:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/27 03:05:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/27 03:05:07 DEBUG : potato: Seek from 5 to 2 2025/08/27 03:05:07 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/27 03:05:07 DEBUG : potato: Seek from 8 to 0 2025/08/27 03:05:07 DEBUG : potato: Seek from 8 to 0 2025/08/27 03:05:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/27 03:05:07 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/27 03:05:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/27 03:05:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/27 03:05:07 DEBUG : potato: Seek from 5 to 2 2025/08/27 03:05:07 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/27 03:05:07 DEBUG : potato: Seek from 9 to 0 2025/08/27 03:05:07 DEBUG : potato: Seek from 9 to 0 2025/08/27 03:05:07 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-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:05:10 DEBUG : rutabaga: md5 = 18219c1cdb19206d2c5770f34f73334a OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/27 03:05:12 DEBUG : empty space: md5 = 91a201d4e7b4b02d8c5e35c51195b1d1 OK === RUN TestCheck/3 2025/08/27 03:05:14 DEBUG : potato2: md5 = 6305898146b30a3046355d2e7382d0b1 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/27 03:05:16 DEBUG : remotepotato: md5 = d70e411d56daf8ef3d9e4a77351fca0d OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.44s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.31s) === RUN TestCheckFsError 2025/08/27 03:05:19 DEBUG : Creating backend with remote "nonexistent" 2025/08/27 03:05:19 DEBUG : Creating backend with remote "nonexistent" 2025/08/27 03:05:19 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/27 03:05:19 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/08/27 03:05:19 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/27 03:05:19 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-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:05:20 DEBUG : rutabaga: md5 = 0e2072706a1d32484b2a05331fc13d92 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/27 03:05:25 DEBUG : empty space: md5 = a7f675206113b7552ba2e26dc38cac5c OK === RUN TestCheckDownload/3 2025/08/27 03:05:27 DEBUG : potato2: md5 = f1e49ad50125f95af57679c1576ec7c0 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/27 03:05:31 DEBUG : remotepotato: md5 = c9d6daabe346df4ed113b95c78c99b14 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.91s) --- PASS: TestCheckDownload/1 (1.09s) --- PASS: TestCheckDownload/2 (1.21s) --- PASS: TestCheckDownload/3 (0.84s) --- PASS: TestCheckDownload/4 (1.51s) --- PASS: TestCheckDownload/5 (1.13s) --- PASS: TestCheckDownload/6 (0.94s) --- PASS: TestCheckDownload/7 (0.96s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:05:37 DEBUG : rutabaga: md5 = babd1aa42ce976c8018a6b98154d39be OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/27 03:05:39 DEBUG : empty space: md5 = 5b99ee2ac19a4500b1b7bdf05ba96c3b OK === RUN TestCheckSizeOnly/3 2025/08/27 03:05:41 DEBUG : potato2: md5 = ee02d8caad01d9af9bd11d3f9521d88e OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/27 03:05:44 DEBUG : remotepotato: md5 = 42f245e0cd463bb729db8b736fa4d7bb OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.95s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.33s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:05:48 DEBUG : test.sum: md5 = d2671d91150ed4f76c8df6ddd890777f OK 2025/08/27 03:05:49 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/27 03:05:49 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/27 03:05:49 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/27 03:05:49 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/27 03:05:51 DEBUG : test.sum: md5 = 9ed50a4750a5aa8ae015608bf4a50d39 OK 2025/08/27 03:05:52 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/27 03:05:52 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/27 03:05:52 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/27 03:05:52 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.84s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:05:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-calozag2dano/data" 2025/08/27 03:05:53 DEBUG : Creating backend with remote "TestDrive:crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano/data' lacks md5, skipping --- SKIP: TestCheckSum (1.99s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:05:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-calozag2dano/data" 2025/08/27 03:05:55 DEBUG : Creating backend with remote "TestDrive:crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g/vjrnln8ratgmqakfosrqe8espk" 2025/08/27 03:05:58 DEBUG : data/banana: md5 = b8268d75341c162b0ad9bb1c41081f2d OK 2025/08/27 03:06:00 DEBUG : test.sum: md5 = bd1418af3a7a59e53cf0998734e3c76a OK === RUN TestCheckSumDownload/subtest1 2025/08/27 03:06:04 DEBUG : data/potato: md5 = d9a5e93c0cd764060ce79ec23b8fa3ea OK 2025/08/27 03:06:06 DEBUG : test.sum: md5 = f587cd5f02f6c363222886e426419543 OK === RUN TestCheckSumDownload/subtest2 2025/08/27 03:06:09 DEBUG : test.sum: md5 = 0ef2aff5cb936d09aa5555a771d5da39 OK === RUN TestCheckSumDownload/subtest3 2025/08/27 03:06:14 DEBUG : test.sum: md5 = 775654dfa9c0ccc5dea584c20839168a OK === RUN TestCheckSumDownload/subtest4 2025/08/27 03:06:18 DEBUG : test.sum: md5 = 923f906a5b42c8ca03e32d0ae53699e5 OK === RUN TestCheckSumDownload/subtest5 2025/08/27 03:06:22 DEBUG : test.sum: md5 = bc7a5851a39ff7745d8ff3ac887a88d2 OK === RUN TestCheckSumDownload/subtest6 2025/08/27 03:06:27 DEBUG : data/banana: md5 = c15586f2f8464a5f11cd989fa70f9397 OK 2025/08/27 03:06:28 DEBUG : data/potato: md5 = 586f3f40d346d235ac5b7cb0bf4d7732 OK 2025/08/27 03:06:30 DEBUG : test.sum: md5 = 6cfe8201233231471c5b211dd803a02d OK === RUN TestCheckSumDownload/subtest7 2025/08/27 03:06:35 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/08/27 03:06:35 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.98s) --- PASS: TestCheckSumDownload/subtest1 (2.48s) --- PASS: TestCheckSumDownload/subtest2 (2.02s) --- PASS: TestCheckSumDownload/subtest3 (2.63s) --- PASS: TestCheckSumDownload/subtest4 (1.92s) --- PASS: TestCheckSumDownload/subtest5 (2.42s) --- PASS: TestCheckSumDownload/subtest6 (2.48s) --- PASS: TestCheckSumDownload/subtest7 (2.56s) === RUN TestApplyTransforms 2025/08/27 03:06:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qujevoc4riqi" 2025/08/27 03:06:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:06:36 DEBUG : Creating backend with remote "TestDrive:crypt/pllvqmud9ap9rrj76vo5m3qqma3lo971pbqtdm8dshiqfhup123g" 2025/08/27 03:06:36 DEBUG : Creating backend with remote "/tmp/rclone455644214" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qujevoc4riqi'", Local "Local file system at /tmp/rclone455644214", Modify Window "1ms" 2025/08/27 03:06:39 DEBUG : hello, world!: md5 = ec172ec204c1c2e7d9ecc0315a3196d0 OK upper checkfile vs. lower remote (without normalization) 2025/08/27 03:06:39 ERROR : hello, world!: sum not found 2025/08/27 03:06:39 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qujevoc4riqi' 2025/08/27 03:06:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qujevoc4riqi': 1 files missing 2025/08/27 03:06:39 NOTICE: 1 hashes missing 2025/08/27 03:06:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qujevoc4riqi': 1 differences found 2025/08/27 03:06:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qujevoc4riqi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/27 03:06:40 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/27 03:06:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qujevoc4riqi': 0 differences found 2025/08/27 03:06:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qujevoc4riqi': 1 matching files 2025/08/27 03:06:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-havubaf8jode" 2025/08/27 03:06:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:06:40 DEBUG : Creating backend with remote "TestDrive:crypt/q5g11oo993a9o03i2iujut4rls4a7d1kk89nfr3ckacg1k3rr1hg" 2025/08/27 03:06:41 DEBUG : Creating backend with remote "/tmp/rclone3468805649" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-havubaf8jode'", Local "Local file system at /tmp/rclone3468805649", Modify Window "1ms" 2025/08/27 03:06:43 DEBUG : HELLO, WORLD!: md5 = e0fea92258cc65662a6125d8246de1a7 OK lower checkfile vs. upper remote (without normalization) 2025/08/27 03:06:44 ERROR : HELLO, WORLD!: sum not found 2025/08/27 03:06:44 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-havubaf8jode' 2025/08/27 03:06:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-havubaf8jode': 1 files missing 2025/08/27 03:06:44 NOTICE: 1 hashes missing 2025/08/27 03:06:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-havubaf8jode': 1 differences found 2025/08/27 03:06:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-havubaf8jode': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/27 03:06:45 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/27 03:06:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-havubaf8jode': 0 differences found 2025/08/27 03:06:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-havubaf8jode': 1 matching files 2025/08/27 03:06:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kodubok6mijo" 2025/08/27 03:06:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:06:45 DEBUG : Creating backend with remote "TestDrive:crypt/ca83jvjp01dofgk3e2tid2v7i51nmt1al1vl1coi4rcfsnrclb3g" 2025/08/27 03:06:46 DEBUG : Creating backend with remote "/tmp/rclone2080947797" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kodubok6mijo'", Local "Local file system at /tmp/rclone2080947797", Modify Window "1ms" 2025/08/27 03:06:48 DEBUG : HeLlO, wOrLd!: md5 = a147120f2b98df62a8a134ca60c8b1e6 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/27 03:06:49 ERROR : HeLlO, wOrLd!: sum not found 2025/08/27 03:06:49 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kodubok6mijo' 2025/08/27 03:06:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kodubok6mijo': 1 files missing 2025/08/27 03:06:49 NOTICE: 1 hashes missing 2025/08/27 03:06:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kodubok6mijo': 1 differences found 2025/08/27 03:06:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kodubok6mijo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/27 03:06:50 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/27 03:06:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kodubok6mijo': 0 differences found 2025/08/27 03:06:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kodubok6mijo': 1 matching files 2025/08/27 03:06:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hufimem0pasa" 2025/08/27 03:06:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:06:50 DEBUG : Creating backend with remote "TestDrive:crypt/ef8r5trdpnmu0je9g2uh84152dq5qg2b39tgldujc1be1tm0li8g" 2025/08/27 03:06:51 DEBUG : Creating backend with remote "/tmp/rclone4273169858" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hufimem0pasa'", Local "Local file system at /tmp/rclone4273169858", Modify Window "1ms" 2025/08/27 03:06:53 DEBUG : HELLO, WORLD!: md5 = df479e799fba8fbcee8ec0d56561636b OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/27 03:06:54 ERROR : HELLO, WORLD!: sum not found 2025/08/27 03:06:54 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hufimem0pasa' 2025/08/27 03:06:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hufimem0pasa': 1 files missing 2025/08/27 03:06:54 NOTICE: 1 hashes missing 2025/08/27 03:06:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hufimem0pasa': 1 differences found 2025/08/27 03:06:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hufimem0pasa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/27 03:06:55 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/27 03:06:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hufimem0pasa': 0 differences found 2025/08/27 03:06:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hufimem0pasa': 1 matching files 2025/08/27 03:06:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vobetox1bohu" 2025/08/27 03:06:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:06:55 DEBUG : Creating backend with remote "TestDrive:crypt/sekt85guh8vp7ao3um8bid1ria5heclb9fm92vqc9t83c0me0rag" 2025/08/27 03:06:56 DEBUG : Creating backend with remote "/tmp/rclone956188474" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vobetox1bohu'", Local "Local file system at /tmp/rclone956188474", Modify Window "1ms" 2025/08/27 03:06:58 DEBUG : 測試_Русский___ě_áñ: md5 = a7b18fb4a819a7a4208538fa213a6004 OK NFD checkfile vs. NFC remote (without normalization) 2025/08/27 03:06:58 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/27 03:06:58 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vobetox1bohu' 2025/08/27 03:06:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vobetox1bohu': 1 files missing 2025/08/27 03:06:58 NOTICE: 1 hashes missing 2025/08/27 03:06:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vobetox1bohu': 1 differences found 2025/08/27 03:06:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vobetox1bohu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/27 03:06:59 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/27 03:06:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vobetox1bohu': 0 differences found 2025/08/27 03:06:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vobetox1bohu': 1 matching files 2025/08/27 03:06:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lasupag9huwi" 2025/08/27 03:06:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:07:00 DEBUG : Creating backend with remote "TestDrive:crypt/87bqo5kls64qjcp1gb798ctnqvqp3ln5hc0ltub1chnop2jpfgug" 2025/08/27 03:07:00 DEBUG : Creating backend with remote "/tmp/rclone2470455158" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lasupag9huwi'", Local "Local file system at /tmp/rclone2470455158", Modify Window "1ms" 2025/08/27 03:07:03 DEBUG : 測試_Русский___ě_áñ: md5 = 5c9b7373f7eb7920ae73f270a5d1af0d OK NFC checkfile vs. NFD remote (without normalization) 2025/08/27 03:07:03 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/27 03:07:03 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lasupag9huwi' 2025/08/27 03:07:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lasupag9huwi': 1 files missing 2025/08/27 03:07:03 NOTICE: 1 hashes missing 2025/08/27 03:07:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lasupag9huwi': 1 differences found 2025/08/27 03:07:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lasupag9huwi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/27 03:07:04 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/27 03:07:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lasupag9huwi': 0 differences found 2025/08/27 03:07:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lasupag9huwi': 1 matching files 2025/08/27 03:07:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zasileb2fepa" 2025/08/27 03:07:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:07:04 DEBUG : Creating backend with remote "TestDrive:crypt/rtse4pi8qdc0rhtdjjjvjc54d2onudvjvukni9flk4s3sng1l2a0" 2025/08/27 03:07:05 DEBUG : Creating backend with remote "/tmp/rclone3305099771" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zasileb2fepa'", Local "Local file system at /tmp/rclone3305099771", Modify Window "1ms" 2025/08/27 03:07:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c662629069263b6d271eaa3c200063f8 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/27 03:07:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/27 03:07:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zasileb2fepa' 2025/08/27 03:07:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zasileb2fepa': 1 files missing 2025/08/27 03:07:08 NOTICE: 1 hashes missing 2025/08/27 03:07:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zasileb2fepa': 1 differences found 2025/08/27 03:07:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zasileb2fepa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/27 03:07:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/27 03:07:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zasileb2fepa': 0 differences found 2025/08/27 03:07:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zasileb2fepa': 1 matching files 2025/08/27 03:07:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-foxuruw5jevi" 2025/08/27 03:07:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:07:09 DEBUG : Creating backend with remote "TestDrive:crypt/od74jasiu667sf8d6glq0cv25ascp6cqerv77oa0t6eaft03va1g" 2025/08/27 03:07:10 DEBUG : Creating backend with remote "/tmp/rclone473619351" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-foxuruw5jevi'", Local "Local file system at /tmp/rclone473619351", Modify Window "1ms" 2025/08/27 03:07:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e2a0f5eac1198decea2080981ff578b5 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/27 03:07:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/27 03:07:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-foxuruw5jevi' 2025/08/27 03:07:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxuruw5jevi': 1 files missing 2025/08/27 03:07:13 NOTICE: 1 hashes missing 2025/08/27 03:07:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxuruw5jevi': 1 differences found 2025/08/27 03:07:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxuruw5jevi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/27 03:07:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/27 03:07:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxuruw5jevi': 0 differences found 2025/08/27 03:07:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxuruw5jevi': 1 matching files 2025/08/27 03:07:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-neloref6timu" 2025/08/27 03:07:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:07:14 DEBUG : Creating backend with remote "TestDrive:crypt/1vb1kva3bohm6olhlcjrli6h33ea19gm7o89kogdg40729e6638g" 2025/08/27 03:07:15 DEBUG : Creating backend with remote "/tmp/rclone1441715855" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-neloref6timu'", Local "Local file system at /tmp/rclone1441715855", Modify Window "1ms" 2025/08/27 03:07:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2c6cd21aa7e772ed2e0c0fb0d33a6f37 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/27 03:07:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/27 03:07:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-neloref6timu' 2025/08/27 03:07:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neloref6timu': 1 files missing 2025/08/27 03:07:18 NOTICE: 1 hashes missing 2025/08/27 03:07:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neloref6timu': 1 differences found 2025/08/27 03:07:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neloref6timu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/27 03:07:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/27 03:07:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neloref6timu': 0 differences found 2025/08/27 03:07:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neloref6timu': 1 matching files 2025/08/27 03:07:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cijivep4nohu" 2025/08/27 03:07:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:07:20 DEBUG : Creating backend with remote "TestDrive:crypt/4ob8kvbgrhb8e6ebbpkt32i3dvkiusksh873tlgpdbrg2d71hssg" 2025/08/27 03:07:20 DEBUG : Creating backend with remote "/tmp/rclone525866041" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cijivep4nohu'", Local "Local file system at /tmp/rclone525866041", Modify Window "1ms" 2025/08/27 03:07:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8eefde0f35f600bea8dc78c9b49c0b66 OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/27 03:07:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/27 03:07:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cijivep4nohu' 2025/08/27 03:07:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cijivep4nohu': 1 files missing 2025/08/27 03:07:23 NOTICE: 1 hashes missing 2025/08/27 03:07:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cijivep4nohu': 1 differences found 2025/08/27 03:07:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cijivep4nohu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/27 03:07:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/27 03:07:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cijivep4nohu': 0 differences found 2025/08/27 03:07:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cijivep4nohu': 1 matching files 2025/08/27 03:07:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cijivep4nohu': Purge remote 2025/08/27 03:07:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-neloref6timu': Purge remote 2025/08/27 03:07:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foxuruw5jevi': Purge remote 2025/08/27 03:07:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zasileb2fepa': Purge remote 2025/08/27 03:07:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lasupag9huwi': Purge remote 2025/08/27 03:07:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vobetox1bohu': Purge remote 2025/08/27 03:07:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hufimem0pasa': Purge remote 2025/08/27 03:07:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kodubok6mijo': Purge remote 2025/08/27 03:07:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-havubaf8jode': Purge remote 2025/08/27 03:07:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qujevoc4riqi': Purge remote --- PASS: TestApplyTransforms (52.89s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:07:29 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/27 03:07:31 DEBUG : sub/file2: md5 = 93b2899b4890770ed04636d6d14cc97c OK 2025/08/27 03:07:31 INFO : file1: Copied (new) to: sub/file2 2025/08/27 03:07:31 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/27 03:07:31 DEBUG : file1: Unchanged skipping 2025/08/27 03:07:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': don't need to copy/move sub/file2, it is already at target location 2025/08/27 03:07:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.99s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:07:37 DEBUG : dst/file1: md5 = 3a3227a5f6a38d4f3d967e3809b08476 OK 2025/08/27 03:07:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-calozag2dano/backup" 2025/08/27 03:07:38 DEBUG : Creating backend with remote "TestDrive:crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g/1nrff024r7pq65ecp72fc28jb0" 2025/08/27 03:07:39 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/27 03:07:41 INFO : dst/file1: Moved (server-side) 2025/08/27 03:07:43 DEBUG : dst/file1: md5 = b5d5e18663e736353372acc7bfc87a1f OK 2025/08/27 03:07:43 INFO : dst/file1: Copied (new) 2025/08/27 03:07:46 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/27 03:07:46 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/27 03:07:47 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.90s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:07:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-calozag2dano/dst" 2025/08/27 03:07:48 DEBUG : Creating backend with remote "TestDrive:crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/27 03:07:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-calozag2dano/CompareDest" 2025/08/27 03:07:50 DEBUG : Creating backend with remote "TestDrive:crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g/gveqi14airsml4bgu7krj116o8" 2025/08/27 03:07:51 DEBUG : one: Need to transfer - File not found at Destination 2025/08/27 03:07:53 DEBUG : one: md5 = c7caae3884d8d3fceacea19472d53d89 OK 2025/08/27 03:07:53 INFO : one: Copied (new) 2025/08/27 03:07:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/27 03:07:56 DEBUG : one: md5 = ae5bae11e12978e3eebca0961933892e OK 2025/08/27 03:07:56 INFO : one: Copied (replaced existing) 2025/08/27 03:07:58 DEBUG : dst/one: md5 = 88a1a7e4bf5f03526e0e349de004d87e OK 2025/08/27 03:08:00 DEBUG : CompareDest/one: md5 = c55458a3e2842c38105f16e71208f966 OK 2025/08/27 03:08:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/27 03:08:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/27 03:08:01 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/27 03:08:03 DEBUG : CompareDest/two: md5 = 70a201c62c63666eb515d3032b33d314 OK 2025/08/27 03:08:04 DEBUG : two: Need to transfer - File not found at Destination 2025/08/27 03:08:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/27 03:08:04 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/27 03:08:05 DEBUG : two: Need to transfer - File not found at Destination 2025/08/27 03:08:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/27 03:08:05 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/27 03:08:07 DEBUG : two: Need to transfer - File not found at Destination 2025/08/27 03:08:07 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/27 03:08:08 DEBUG : two: md5 = 894423db742bd575f23f25e2ad3f53ba OK 2025/08/27 03:08:08 INFO : two: Copied (new) 2025/08/27 03:08:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/27 03:08:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:08:12 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:08:12 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (25.14s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:08:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-calozag2dano/dst" 2025/08/27 03:08:13 DEBUG : Creating backend with remote "TestDrive:crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/27 03:08:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-calozag2dano/CopyDest" 2025/08/27 03:08:15 DEBUG : Creating backend with remote "TestDrive:crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/27 03:08:16 DEBUG : one: Need to transfer - File not found at Destination 2025/08/27 03:08:19 DEBUG : one: md5 = 482d4b98314f46669af0833ff5aeb519 OK 2025/08/27 03:08:19 INFO : one: Copied (new) 2025/08/27 03:08:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/27 03:08:21 DEBUG : one: md5 = 6b44bbadbb5cd822a6b429b67e0943aa OK 2025/08/27 03:08:21 INFO : one: Copied (replaced existing) 2025/08/27 03:08:23 DEBUG : dst/one: md5 = a55dee154caf5ef8a4fa4d73bce51156 OK 2025/08/27 03:08:25 DEBUG : CopyDest/one: md5 = 9b9b3bd0240244b79c96b59e050d3c8c OK 2025/08/27 03:08:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-calozag2dano/BackupDir" 2025/08/27 03:08:26 DEBUG : Creating backend with remote "TestDrive:crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/27 03:08:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/27 03:08:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/27 03:08:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/27 03:08:29 INFO : one: Moved (server-side) 2025/08/27 03:08:31 INFO : one: Copied (server-side copy) 2025/08/27 03:08:31 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/27 03:08:32 DEBUG : CopyDest/two: md5 = 498a013337ffb79f487cfaa3bef2ef78 OK 2025/08/27 03:08:33 DEBUG : two: Need to transfer - File not found at Destination 2025/08/27 03:08:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/27 03:08:34 INFO : two: Copied (server-side copy) 2025/08/27 03:08:34 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/27 03:08:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/27 03:08:35 DEBUG : two: Unchanged skipping 2025/08/27 03:08:37 DEBUG : CopyDest/three: md5 = 7d06c58ea0cec0b0d08cb917726d00bd OK 2025/08/27 03:08:38 DEBUG : three: Need to transfer - File not found at Destination 2025/08/27 03:08:38 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/27 03:08:38 DEBUG : three: Destination not found in --copy-dest 2025/08/27 03:08:40 DEBUG : three: md5 = efc18b5c7f93a2aff9e30d48a1dc0f40 OK 2025/08/27 03:08:40 INFO : three: Copied (new) 2025/08/27 03:08:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/27 03:08:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:08:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/27 03:08:45 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:08:45 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/27 03:08:45 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/27 03:08:45 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.98s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:08:47 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/27 03:08:49 DEBUG : TestCopyFileMaxTransfer/file1: md5 = f632d3a0ea4770ff115d7661fe9b3113 OK 2025/08/27 03:08:49 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/27 03:08:50 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/27 03:08:50 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:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/27 03:08:51 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/27 03:08:52 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/27 03:08:53 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 003f673107a2f19899876c6bb57d60fe OK 2025/08/27 03:08:53 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/27 03:08:55 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/27 03:08:55 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.37s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:08:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Looking for duplicate names using skip mode. 2025/08/27 03:09:00 NOTICE: one: Found 2 files with duplicate names 2025/08/27 03:09:00 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.89s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:09:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Looking for duplicate names using skip mode. 2025/08/27 03:09:06 NOTICE: one: Found 3 files with duplicate names 2025/08/27 03:09:06 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/27 03:09:06 INFO : one: Deleted 2025/08/27 03:09:06 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.46s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:09:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Looking for duplicate names using first mode. 2025/08/27 03:09:12 NOTICE: one: Found 3 files with duplicate names 2025/08/27 03:09:13 INFO : one: Deleted 2025/08/27 03:09:13 INFO : one: Deleted 2025/08/27 03:09:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.38s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:09:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Looking for duplicate names using newest mode. 2025/08/27 03:09:19 NOTICE: one: Found 3 files with duplicate names 2025/08/27 03:09:19 INFO : one: Deleted 2025/08/27 03:09:20 INFO : one: Deleted 2025/08/27 03:09:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.32s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.42s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:09:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Looking for duplicate names using oldest mode. 2025/08/27 03:09:26 NOTICE: one: Found 3 files with duplicate names 2025/08/27 03:09:26 INFO : one: Deleted 2025/08/27 03:09:27 INFO : one: Deleted 2025/08/27 03:09:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.11s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:09:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Looking for duplicate names using largest mode. 2025/08/27 03:09:33 NOTICE: one: Found 3 files with duplicate names 2025/08/27 03:09:33 INFO : one: Deleted 2025/08/27 03:09:33 INFO : one: Deleted 2025/08/27 03:09:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.23s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:09:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Looking for duplicate names using smallest mode. 2025/08/27 03:09:39 NOTICE: one: Found 3 files with duplicate names 2025/08/27 03:09:39 INFO : one: Deleted 2025/08/27 03:09:40 INFO : one: Deleted 2025/08/27 03:09:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.35s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:09:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Looking for duplicate names using rename mode. 2025/08/27 03:09:47 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/27 03:09:48 INFO : one-2.txt: renamed from: one.txt 2025/08/27 03:09:49 INFO : one-3.txt: renamed from: one.txt 2025/08/27 03:09:50 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.83s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:09:55 DEBUG : dupe1/one.txt: md5 = c6d1ca5cfe8d2c7fa5588c67398c2f19 OK 2025/08/27 03:09:58 DEBUG : dupe2/two.txt: md5 = 1285e3824b4894d2953ad333c93847c5 OK 2025/08/27 03:10:00 DEBUG : dupe3/three.txt: md5 = 1efff5727a7402c7cc593e7e4ae9d7a0 OK 2025/08/27 03:10:01 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/27 03:10:01 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/27 03:10:02 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/27 03:10:03 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/27 03:10:06 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/27 03:10:06 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/27 03:10:06 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.57s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:10:08 DEBUG : a.txt: md5 = e6ed7462a09dd218e90475b92621fa51 OK 2025/08/27 03:10:09 DEBUG : zend.txt: md5 = 820adbb50e3f691e1d0de5fa2bcd93a0 OK 2025/08/27 03:10:12 DEBUG : sub dir/hello world: md5 = 399b764176073f6fb0c4223384c91a1a OK 2025/08/27 03:10:13 DEBUG : sub dir/hello world2: md5 = 81c661f538288ab864f1862334879b44 OK 2025/08/27 03:10:16 DEBUG : sub dir/ignore dir/.ignore: md5 = b629214be7d8ed7b6c255ecf1b4cea66 OK 2025/08/27 03:10:17 DEBUG : sub dir/ignore dir/should be ignored: md5 = 0c6d3f32bd71b26f894dc520c265ec54 OK 2025/08/27 03:10:20 DEBUG : sub dir/sub sub dir/hello world3: md5 = dacdc4dbcedaf5a8f1f815311b47f362 OK 2025/08/27 03:10:21 DEBUG : a.txt: Excluded (Size Filter) 2025/08/27 03:10:21 DEBUG : a.txt: Excluded 2025/08/27 03:10:21 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/27 03:10:21 DEBUG : sub dir/hello world: Excluded 2025/08/27 03:10:21 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/27 03:10:21 DEBUG : sub dir/hello world2: Excluded 2025/08/27 03:10:22 DEBUG : sub dir/ignore dir: Excluded 2025/08/27 03:10:22 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/27 03:10:22 DEBUG : sub dir/hello world: Excluded 2025/08/27 03:10:22 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/27 03:10:22 DEBUG : sub dir/hello world2: Excluded 2025/08/27 03:10:22 DEBUG : sub dir/ignore dir: Excluded 2025/08/27 03:10:27 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/27 03:10:27 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/27 03:10:27 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/27 03:10:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/27 03:10:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/27 03:10:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/27 03:10:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.50s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:10:30 DEBUG : a.txt: md5 = b03d639ebe8d6d41c786c37a7dd84564 OK 2025/08/27 03:10:32 DEBUG : zend.txt: md5 = 2fc33ff0d9574a0d7d56df05752b9407 OK 2025/08/27 03:10:34 DEBUG : sub dir/hello world: md5 = a7c370495da797022d926fc6507388d7 OK 2025/08/27 03:10:35 DEBUG : sub dir/hello world2: md5 = f1ea50238003cf37108bc4efc43b29a8 OK 2025/08/27 03:10:37 DEBUG : sub dir/ignore dir/.ignore: md5 = bb4ef6fe393a1d1161ae80bd64a3a350 OK 2025/08/27 03:10:39 DEBUG : sub dir/ignore dir/should be ignored: md5 = 63d16841a076feebcc930c3f0c4d9a31 OK 2025/08/27 03:10:41 DEBUG : sub dir/sub sub dir/hello world3: md5 = 2786626200701dbf69994c24a4a85fc5 OK 2025/08/27 03:10:42 DEBUG : a.txt: Excluded (Size Filter) 2025/08/27 03:10:42 DEBUG : a.txt: Excluded 2025/08/27 03:10:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/27 03:10:43 DEBUG : sub dir/hello world: Excluded 2025/08/27 03:10:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/27 03:10:43 DEBUG : sub dir/hello world2: Excluded 2025/08/27 03:10:43 DEBUG : sub dir/ignore dir: Excluded 2025/08/27 03:10:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/27 03:10:43 DEBUG : sub dir/hello world: Excluded 2025/08/27 03:10:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/27 03:10:43 DEBUG : sub dir/hello world2: Excluded 2025/08/27 03:10:43 DEBUG : sub dir/ignore dir: Excluded 2025/08/27 03:10:48 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/27 03:10:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/27 03:10:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/27 03:10:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/27 03:10:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/27 03:10:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/27 03:10:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.38s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:10:51 DEBUG : file1: md5 = 10f20e4c80138b0f8b6753960b3e2118 OK 2025/08/27 03:10:54 DEBUG : sub/file2: md5 = 4e705ec25594ad3c4707a206cdf4e2f9 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/08/27 03:10:56 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/27 03:10:57 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/27 03:10:57 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/27 03:10:59 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.35s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:11:01 DEBUG : file1: md5 = 2f48c73ea962138aee922ed9d5876420 OK 2025/08/27 03:11:03 DEBUG : sub/file2: md5 = be42693b74a6ad45c8c40382c4a673da 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/08/27 03:11:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-calozag2dano/notfound" 2025/08/27 03:11:07 DEBUG : Creating backend with remote "TestDrive:crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g/qe0i31qdkoejk60elps0ni5sqk" 2025/08/27 03:11:10 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.68s) --- PASS: TestStatJSON/Root (0.22s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.45s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.45s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.21s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.19s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.33s) --- PASS: TestStatJSON/RootNotFound (1.77s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:11:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Making directory 2025/08/27 03:11:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Making directory --- PASS: TestMkdir (0.76s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:11:14 DEBUG : sub dir/hello world: md5 = d5730d50971a11fcb4446fdb48a0e273 OK 2025/08/27 03:11:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.77s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:11:18 DEBUG : potato2: md5 = afc6ba39afe0215ec9e291521ad397c4 OK 2025/08/27 03:11:19 DEBUG : empty space: md5 = 93226f5bb56a928a073d2b7dbdd9af41 OK --- PASS: TestLs (4.68s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:11:23 DEBUG : potato2: md5 = c62585dcc3f145be664ecf0cb9723a15 OK 2025/08/27 03:11:24 DEBUG : empty space: md5 = d90b9c453766b64949616e813f9daccb OK 2025/08/27 03:11:25 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.40s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:11:28 DEBUG : potato2: md5 = 2cf9343da5167d0265006d2da162e2cf OK 2025/08/27 03:11:30 DEBUG : empty space: md5 = 8e43356937caf00c235d24ba8520d2ea OK --- PASS: TestLsLong (4.54s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:11:33 DEBUG : potato2: md5 = 531f5bedd10b724e62e6914cf2e03651 OK 2025/08/27 03:11:34 DEBUG : empty space: md5 = 1deb67bfc825c105d221688583ce9062 OK --- PASS: TestHashSums (4.58s) === RUN TestHashSumsWithErrors 2025/08/27 03:11:36 DEBUG : Creating backend with remote ":memory:" 2025/08/27 03:11:36 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/27 03:11:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/27 03:11:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/27 03:11:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/27 03:11:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/27 03:11:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/27 03:11:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/27 03:11:36 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/27 03:11:36 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-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:11:37 DEBUG : potato2: md5 = 0e045cc594f236e35582836fa97e71a6 OK 2025/08/27 03:11:39 DEBUG : empty space: md5 = d436ee81961d8b5279c1bc9d0c117792 OK 2025/08/27 03:11:41 DEBUG : sub dir/potato3: md5 = f953fd7a9be551f4f02a7a633f8f36dc OK 2025/08/27 03:11:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.85s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:11:46 DEBUG : small: md5 = a0d301451972473f373800e76ce983c6 OK 2025/08/27 03:11:48 DEBUG : medium: md5 = 86a74609d181809e2e0e5f2d4fbe3b77 OK 2025/08/27 03:11:49 DEBUG : large: md5 = db0402614868c69bf43fb9465043cbe8 OK 2025/08/27 03:11:49 DEBUG : Waiting for deletions to finish 2025/08/27 03:11:50 DEBUG : large: Excluded (Size Filter) 2025/08/27 03:11:50 INFO : medium: Deleted 2025/08/27 03:11:50 INFO : small: Deleted --- PASS: TestDelete (6.46s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:11:53 DEBUG : small: md5 = 04f6c82fc3aa7439e7fcd642f818ed1c OK 2025/08/27 03:11:54 DEBUG : medium: md5 = 028c8da533f8800d854bdf93ca3a098f OK 2025/08/27 03:11:56 DEBUG : large: md5 = 3c1128c325b4d77608fd289d580ebdb4 OK 2025/08/27 03:11:56 DEBUG : Waiting for deletions to finish 2025/08/27 03:11:56 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/27 03:11:56 INFO : small: Deleted 2025/08/27 03:11:56 INFO : medium: Deleted --- PASS: TestMaxDelete (7.00s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:12:00 DEBUG : small: md5 = 07c5a10d8ee41ca94f31dabd753068d6 OK 2025/08/27 03:12:01 DEBUG : medium: md5 = 33baf3dd24b2c914d8b199a1079c7010 OK 2025/08/27 03:12:03 DEBUG : large: md5 = 5b757fd4b62f2586f9dc6502f17b9d69 OK 2025/08/27 03:12:03 DEBUG : Waiting for deletions to finish 2025/08/27 03:12:03 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/27 03:12:04 INFO : small: Deleted 2025/08/27 03:12:04 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.03s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:12:07 DEBUG : small: md5 = 7678f5a6f74adf316786dd577e1ab7f4 OK 2025/08/27 03:12:08 DEBUG : medium: md5 = 2fc25d67fff5d6e7845eb76f2f9bf099 OK 2025/08/27 03:12:10 DEBUG : large: md5 = 45d0805ae7b4cbed7437aaa2ec872609 OK 2025/08/27 03:12:10 DEBUG : Waiting for deletions to finish 2025/08/27 03:12:10 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/08/27 03:12:11 INFO : large: Deleted 2025/08/27 03:12:11 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.12s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:12:14 DEBUG : ReadFile: md5 = 5d08fcfde69634d2af455104da847a8c OK --- PASS: TestReadFile (4.14s) === RUN TestRetry 2025/08/27 03:12:16 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/27 03:12:16 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/27 03:12:16 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/27 03:12:16 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/27 03:12:17 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/27 03:12:17 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/27 03:12:17 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-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:12:18 DEBUG : file1: md5 = 2f3ffe2797fadac51aee3d0e4c1797a3 OK 2025/08/27 03:12:19 DEBUG : file2: md5 = 7cffdbfae920c81d3ae657a20089c780 OK --- PASS: TestCat (16.00s) === RUN TestPurge 2025/08/27 03:12:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-resitud1huce" 2025/08/27 03:12:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/27 03:12:33 DEBUG : Creating backend with remote "TestDrive:crypt/k40hd1vflv5ngqcbmvprchg2igoegsn4e19ocpe2rtap05qtp6pg" 2025/08/27 03:12:34 DEBUG : Creating backend with remote "/tmp/rclone550234638" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-resitud1huce'", Local "Local file system at /tmp/rclone550234638", Modify Window "1ms" 2025/08/27 03:12:38 DEBUG : A1/B1/C1/one: md5 = 68dac5cedd81bbe0adfa7878453329eb OK 2025/08/27 03:12:38 INFO : A2: Making directory 2025/08/27 03:12:39 INFO : A1/B2: Making directory 2025/08/27 03:12:39 INFO : A1/B2/C2: Making directory 2025/08/27 03:12:40 INFO : A1/B1/C3: Making directory 2025/08/27 03:12:41 INFO : A3: Making directory 2025/08/27 03:12:42 INFO : A3/B3: Making directory 2025/08/27 03:12:42 INFO : A3/B3/C4: Making directory 2025/08/27 03:12:45 DEBUG : A1/two: md5 = e11fe238f1104d35675762b2de38a34f OK 2025/08/27 03:12:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-resitud1huce': Purge remote 2025/08/27 03:12:48 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.58s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:12:52 DEBUG : A1/B1/C1/one: md5 = 12b6006cdd0ec5381ecd86167776ee9d OK 2025/08/27 03:12:52 INFO : A2: Making directory 2025/08/27 03:12:53 INFO : A1/B2: Making directory 2025/08/27 03:12:53 INFO : A1/B2/C2: Making directory 2025/08/27 03:12:54 INFO : A1/B1/C3: Making directory 2025/08/27 03:12:55 INFO : A3: Making directory 2025/08/27 03:12:56 INFO : A3/B3: Making directory 2025/08/27 03:12:57 INFO : A3/B3/C4: Making directory 2025/08/27 03:12:59 DEBUG : A1/two: md5 = 5f428eaedc171fdb777858349eeb9745 OK 2025/08/27 03:13:00 DEBUG : removing 1 level 3 directories 2025/08/27 03:13:00 INFO : A3/B3/C4: Removing directory 2025/08/27 03:13:03 DEBUG : removing 2 level 3 directories 2025/08/27 03:13:03 INFO : A1/B2/C2: Removing directory 2025/08/27 03:13:03 INFO : A1/B1/C3: Removing directory 2025/08/27 03:13:03 DEBUG : removing 2 level 2 directories 2025/08/27 03:13:03 INFO : A3/B3: Removing directory 2025/08/27 03:13:03 INFO : A1/B2: Removing directory 2025/08/27 03:13:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/27 03:13:04 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/27 03:13:04 DEBUG : removing 2 level 1 directories 2025/08/27 03:13:04 INFO : A3: Removing directory 2025/08/27 03:13:04 INFO : A2: Removing directory 2025/08/27 03:13:04 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/27 03:13:08 DEBUG : removing 1 level 3 directories 2025/08/27 03:13:08 INFO : A1/B1/C1: Removing directory 2025/08/27 03:13:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:09 DEBUG : removing 1 level 2 directories 2025/08/27 03:13:09 INFO : A1/B1: Removing directory 2025/08/27 03:13:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/27 03:13:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/27 03:13:10 DEBUG : removing 1 level 1 directories 2025/08/27 03:13:10 INFO : A1: Removing directory 2025/08/27 03:13:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/27 03:13:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/27 03:13:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/27 03:13:10 DEBUG : removing 1 level 0 directories 2025/08/27 03:13:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Removing directory 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/27 03:13:11 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" --- PASS: TestRmdirsNoLeaveRoot (23.84s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:13:13 INFO : A1: Making directory 2025/08/27 03:13:13 INFO : A1/B1: Making directory 2025/08/27 03:13:14 INFO : A1/B1/C1: Making directory 2025/08/27 03:13:17 DEBUG : removing 1 level 3 directories 2025/08/27 03:13:17 INFO : A1/B1/C1: Removing directory 2025/08/27 03:13:17 DEBUG : removing 1 level 2 directories 2025/08/27 03:13:17 INFO : A1/B1: Removing directory 2025/08/27 03:13:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/27 03:13:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.04s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:13:20 INFO : A1: Making directory 2025/08/27 03:13:21 INFO : A1/B1: Making directory 2025/08/27 03:13:22 INFO : A1/B1/C1: Making directory 2025/08/27 03:13:24 DEBUG : removing 1 level 3 directories 2025/08/27 03:13:24 INFO : A1/B1/C1: Removing directory 2025/08/27 03:13:25 DEBUG : removing 1 level 2 directories 2025/08/27 03:13:25 INFO : A1/B1: Removing directory 2025/08/27 03:13:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/27 03:13:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.56s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:13:29 DEBUG : file1: md5 = 7073fb77085ff43db7f14a16af9c2bf9 OK 2025/08/27 03:13:30 DEBUG : filename.txt: File name found in url 2025/08/27 03:13:31 DEBUG : filename.txt: md5 = 6506ff3340fbf0ae6b5f280122707432 OK 2025/08/27 03:13:31 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/27 03:13:33 DEBUG : headerfilename.txt: md5 = 9b57b23fd4c9e13d51baaa48efb42541 OK 2025/08/27 03:13:34 DEBUG : file2: md5 = 6a0bda88eaa6384debf075bce3d0695c OK --- PASS: TestCopyURL (8.84s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:13:37 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/27 03:13:39 DEBUG : sub/file2: md5 = fa88bd935d86785c693ba1fa632fe049 OK 2025/08/27 03:13:39 INFO : file1: Copied (new) to: sub/file2 2025/08/27 03:13:39 INFO : file1: Deleted 2025/08/27 03:13:39 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/27 03:13:39 DEBUG : file1: Unchanged skipping 2025/08/27 03:13:39 INFO : file1: Deleted 2025/08/27 03:13:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': don't need to copy/move sub/file2, it is already at target location 2025/08/27 03:13:42 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.97s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:13:43 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/27 03:13:44 DEBUG : file1: md5 = f513643ca2d2f157178b77ed9aa560ed OK 2025/08/27 03:13:44 INFO : file1: Copied (new) 2025/08/27 03:13:44 INFO : file1: Deleted 2025/08/27 03:13:45 DEBUG : file1: Destination exists, skipping 2025/08/27 03:13:45 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.83s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:13:49 DEBUG : dst/file1: md5 = 829c811d53b637ab74e92a98d564ae4a OK 2025/08/27 03:13:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-calozag2dano/backup" 2025/08/27 03:13:50 DEBUG : Creating backend with remote "TestDrive:crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g/1nrff024r7pq65ecp72fc28jb0" 2025/08/27 03:13:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/27 03:13:54 INFO : dst/file1: Moved (server-side) 2025/08/27 03:13:55 DEBUG : dst/file1: md5 = 3c08b0d896f120a99e4d91fd0b1f20f7 OK 2025/08/27 03:13:55 INFO : dst/file1: Copied (new) 2025/08/27 03:13:55 INFO : dst/file1: Deleted 2025/08/27 03:13:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/27 03:13:58 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/27 03:13:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.62s) === 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-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:14:02 DEBUG : A1/one: md5 = ee2292e5e7bf668d75cfe15f07a068b1 OK 2025/08/27 03:14:04 DEBUG : A1/two: md5 = 5789e56f1b69e5d822b472af2b0940a5 OK 2025/08/27 03:14:06 DEBUG : A1/B1/three: md5 = c1c0ca5ef36b6ef643e8bdd358ee69a9 OK 2025/08/27 03:14:08 DEBUG : A1/B1/C1/four: md5 = 0cc40f12e9d139a164bd536ef1aa1c5f OK 2025/08/27 03:14:10 DEBUG : A1/B1/C2/five: md5 = c1831edf5be49e0ce51e6302eb5af2f3 OK 2025/08/27 03:14:10 INFO : A1/B2: Making directory 2025/08/27 03:14:11 INFO : A1/B1/C3: Making directory 2025/08/27 03:14:20 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/27 03:14:20 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/27 03:14:21 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/27 03:14:21 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/27 03:14:21 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/27 03:14:24 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/27 03:14:24 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/27 03:14:24 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/27 03:14:24 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/27 03:14:24 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/27 03:14:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/27 03:14:32 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/27 03:14:32 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/27 03:14:32 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/27 03:14:32 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/27 03:14:32 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/27 03:14:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/27 03:14:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/27 03:14:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/27 03:14:36 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/27 03:14:36 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/27 03:14:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/27 03:14:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/27 03:14:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/27 03:14:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/27 03:14:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/27 03:14:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/27 03:14:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/27 03:14:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/27 03:14:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/27 03:14:44 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.20s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:14:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': File to upload is small (34 bytes), uploading instead of streaming 2025/08/27 03:14:47 DEBUG : no_checksum_small_file_from_pipe: md5 = 01f813333256c86dd4d59b411fcac3bc OK 2025/08/27 03:14:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/27 03:14:47 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/27 03:14:48 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/27 03:14:49 DEBUG : no_checksum_big_file_from_pipe: md5 = 4d81872cd1aa22baf8e3d1a38a757062 OK 2025/08/27 03:14:49 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-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:14:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': File to upload is small (34 bytes), uploading instead of streaming 2025/08/27 03:14:52 DEBUG : with_checksum_small_file_from_pipe: md5 = 06e6312bd237ebc25580397d7084d011 OK 2025/08/27 03:14:52 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/27 03:14:53 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/27 03:14:54 DEBUG : with_checksum_big_file_from_pipe: md5 = 25a63ce4c56f29a3f11a020ccbccfba0 OK 2025/08/27 03:14:54 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-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:14:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': File to upload is small (34 bytes), uploading instead of streaming 2025/08/27 03:14:57 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/27 03:14:58 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/27 03:14:59 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-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:15:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': File to upload is small (34 bytes), uploading instead of streaming 2025/08/27 03:15:02 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/27 03:15:03 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/27 03:15:04 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.30s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.84s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.93s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.17s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.37s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/27 03:15:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': File to upload is small (48 bytes), uploading instead of streaming 2025/08/27 03:15:07 DEBUG : rcat_metadata: md5 = 7b2415a4275637df31f1b52a14dbc3e5 OK 2025/08/27 03:15:07 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/27 03:15:09 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/27 03:15:10 DEBUG : rcat_metadata_uploadcutoff0: md5 = c0c83721c5c17e30c4e368dfcbf945c8 OK 2025/08/27 03:15:10 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.70s) --- PASS: TestRcatMetadata/Normal (2.53s) --- PASS: TestRcatMetadata/ViaDisk (2.73s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:15:13 DEBUG : potato1: md5 = 0f81c8bc02b121c8fb4f38e746ce9358 OK 2025/08/27 03:15:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': File to upload is small (60 bytes), uploading instead of streaming 2025/08/27 03:15:14 DEBUG : potato2: md5 = 39a6fc186c1f5e7d0a3aa84959e99119 OK 2025/08/27 03:15:14 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.60s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:15:18 DEBUG : potato1: md5 = d68a93ea21f74bce3775ba6600529cee OK 2025/08/27 03:15:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': File to upload is small (60 bytes), uploading instead of streaming 2025/08/27 03:15:19 DEBUG : potato2: md5 = 69dba0be04ec2fccdab2565b75eea555 OK 2025/08/27 03:15:19 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.29s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:15:23 DEBUG : potato2: md5 = 00f656cbf13180da78ae38f18e7a608a OK 2025/08/27 03:15:24 DEBUG : empty space: md5 = 2c28a6ac137c88d424e8c8fa5d282445 OK 2025/08/27 03:15:26 DEBUG : sub dir/potato3: md5 = 6dabcd0d843166c46e6afc68c3d32cbd OK 2025/08/27 03:15:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Touching "sub dir/potato3" 2025/08/27 03:15:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Touching "empty space" 2025/08/27 03:15:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Touching "potato2" 2025/08/27 03:15:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.61s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:15:31 DEBUG : dir with metadata: Making directory with metadata 2025/08/27 03:15:32 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-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:15:33 DEBUG : directory with modtime: Making directory with metadata 2025/08/27 03:15:34 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.78s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:15:36 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/27 03:15:36 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/27 03:15:36 DEBUG : Google drive root 'crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g': Skipping btime metadata as can't update it on an existing file: 2025-08-27T03:15:36.513391078Z 2025/08/27 03:15:37 INFO : non existent directory: Updated directory metadata 2025/08/27 03:15:39 DEBUG : Google drive root 'crypt/9b07fqof3lvt9k5a70jc864uh2frquhehn1ks6l0lrm15ukkl32g': Skipping btime metadata as can't update it on an existing file: 2025-08-27T03:15:36.513391078Z 2025/08/27 03:15:39 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.52s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:15:41 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/27 03:15:42 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/27 03:15:43 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.97s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:15:45 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/27 03:15:45 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/27 03:15:45 DEBUG : dst: Making directory with metadata 2025/08/27 03:15:45 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/27 03:15:45 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/27 03:15:46 INFO : dst: Set directory modification time (using SetModTime) 2025/08/27 03:15:46 INFO : dst: Set directory modification time (using SetModTime) 2025/08/27 03:15:46 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/27 03:15:47 INFO : dst: Set directory modification time (using SetModTime) 2025/08/27 03:15:47 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.48s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano'", Local "Local file system at /tmp/rclone1193394711", Modify Window "1ms" 2025/08/27 03:15:50 DEBUG : sub dir/test remove existing: md5 = e7b414be4e1283c306eb63fa17a36088 OK 2025/08/27 03:15:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 67dedb31e9c9ac7337d871bbd932bad6 OK 2025/08/27 03:15:53 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.belajec3" before starting 2025/08/27 03:15:54 DEBUG : sub dir/test remove existing.belajec3: TEST: removing renamed existing file after operation 2025/08/27 03:15:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qotuyuf1" before starting 2025/08/27 03:15:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qotuyuf1: TEST: renaming existing back after failed operation 2025/08/27 03:15:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kemejez6" before starting 2025/08/27 03:15:59 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kemejez6: TEST: removing renamed existing file after operation 2025/08/27 03:16:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "e8mq0g89p76mcirqb0hdvpbokbig3u9c2ol0sclmvi9i8l48uk9g" 2025/08/27 03:16:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ukomh77ljcpjgcd7749kb01i8d9vcvllc45retbi8pknaj60gr1vl2jdr45rtlehmrukqvdstqcdb9k0thmvkkhft440atsb7uofqead9gt3gmh3gav983qslopqfqk6kgbu0phl2efoprjnmp4i1tafc1gnjcrn6ktsdgp22eahqi8c4olg" --- PASS: TestRemoveExisting (13.25s) === 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/08/27 03:16:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-calozag2dano': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m55.741761633s (try 1/5)