"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/08/29 02:36:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sexajav2mona" 2025/08/29 02:36:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:36:05 DEBUG : Creating backend with remote "TestDrive:crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320" 2025/08/29 02:36:06 DEBUG : Creating backend with remote "/tmp/rclone3158284776" === 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-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", 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-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/29 02:36:06 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/29 02:36:06 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/29 02:36:06 DEBUG : potato: Seek from 10 to 0 2025/08/29 02:36:06 DEBUG : potato: Seek from 10 to 0 2025/08/29 02:36:06 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/29 02:36:06 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/29 02:36:06 DEBUG : potato: Seek from 5 to 2 2025/08/29 02:36:06 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/29 02:36:06 DEBUG : potato: Seek from 7 to 0 2025/08/29 02:36:06 DEBUG : potato: Seek from 7 to 0 2025/08/29 02:36:06 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/29 02:36:06 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/29 02:36:06 DEBUG : potato: Seek from 5 to 2 2025/08/29 02:36:06 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/29 02:36:06 DEBUG : potato: Seek from 8 to 0 2025/08/29 02:36:06 DEBUG : potato: Seek from 8 to 0 2025/08/29 02:36:06 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/29 02:36:06 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/29 02:36:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/29 02:36:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/29 02:36:06 DEBUG : potato: Seek from 5 to 2 2025/08/29 02:36:06 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/29 02:36:06 DEBUG : potato: Seek from 9 to 0 2025/08/29 02:36:06 DEBUG : potato: Seek from 9 to 0 2025/08/29 02:36:06 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-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:36:08 DEBUG : rutabaga: md5 = ec1c1e0daa6c93d5e67ee1fbfd0ab4a5 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/29 02:36:10 DEBUG : empty space: md5 = 21d7710ff76971cbe217cfd8815e9e0e OK === RUN TestCheck/3 2025/08/29 02:36:12 DEBUG : potato2: md5 = 6aa0487f4008884eb96a6caeb71fc471 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/29 02:36:15 DEBUG : remotepotato: md5 = 165a8b2ca52653692b15f7b42db4d028 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.75s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/08/29 02:36:18 DEBUG : Creating backend with remote "nonexistent" 2025/08/29 02:36:18 DEBUG : Creating backend with remote "nonexistent" 2025/08/29 02:36:18 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/29 02:36:18 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/29 02:36:18 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/29 02:36:18 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-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:36:19 DEBUG : rutabaga: md5 = e0ea012e8b980f7dbdf7369d4a0fee53 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/29 02:36:24 DEBUG : empty space: md5 = c61660078ecc1bf8c45c670cfc5cf878 OK === RUN TestCheckDownload/3 2025/08/29 02:36:27 DEBUG : potato2: md5 = 47d8312141e1123977bec8f9bb4e1179 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/29 02:36:32 DEBUG : remotepotato: md5 = 8ad18422f34bc0786618326fd2e5bf18 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.26s) --- PASS: TestCheckDownload/1 (1.49s) --- PASS: TestCheckDownload/2 (1.79s) --- PASS: TestCheckDownload/3 (1.02s) --- PASS: TestCheckDownload/4 (1.30s) --- PASS: TestCheckDownload/5 (1.21s) --- PASS: TestCheckDownload/6 (0.97s) --- PASS: TestCheckDownload/7 (1.11s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:36:38 DEBUG : rutabaga: md5 = 899c81a3eac015499e1e34c11b26486c OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/29 02:36:40 DEBUG : empty space: md5 = 2c760da55d0755b54e7cdd29c8cebe59 OK === RUN TestCheckSizeOnly/3 2025/08/29 02:36:42 DEBUG : potato2: md5 = ff212b971dcc021068640bbce9cf5398 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/29 02:36:44 DEBUG : remotepotato: md5 = 14a5c5702b4a08f8aa660fedb37b1292 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.83s) --- PASS: TestCheckSizeOnly/1 (0.21s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.31s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:36:49 DEBUG : test.sum: md5 = 5cfd2cf30da149481593ef24236b88aa OK 2025/08/29 02:36:50 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/29 02:36:50 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/29 02:36:50 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/29 02:36:50 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/29 02:36:51 DEBUG : test.sum: md5 = 3adbb8c163eead64a3f9be472e821b27 OK 2025/08/29 02:36:52 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/29 02:36:52 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/29 02:36:52 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/29 02:36:52 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.29s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:36:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sexajav2mona/data" 2025/08/29 02:36:53 DEBUG : Config file has changed externally - reloading 2025/08/29 02:36:53 DEBUG : Creating backend with remote "TestDrive:crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona/data' lacks md5, skipping --- SKIP: TestCheckSum (1.87s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:36:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sexajav2mona/data" 2025/08/29 02:36:55 DEBUG : Creating backend with remote "TestDrive:crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320/vjrnln8ratgmqakfosrqe8espk" 2025/08/29 02:36:59 DEBUG : data/banana: md5 = df69e437b5aa82d77986c71841ebb98b OK 2025/08/29 02:37:00 DEBUG : test.sum: md5 = 3d1959093642a4d78f6f124e88367eae OK === RUN TestCheckSumDownload/subtest1 2025/08/29 02:37:05 DEBUG : data/potato: md5 = 2eb32ea4e9de52b022d0a4de963d3263 OK 2025/08/29 02:37:06 DEBUG : test.sum: md5 = a415774723eb01210fd4647a50706f74 OK === RUN TestCheckSumDownload/subtest2 2025/08/29 02:37:10 DEBUG : test.sum: md5 = 16af2640d8e97decd646bcdde18b002e OK === RUN TestCheckSumDownload/subtest3 2025/08/29 02:37:15 DEBUG : test.sum: md5 = ab5285f94454a279dcad442ddf1fd145 OK === RUN TestCheckSumDownload/subtest4 2025/08/29 02:37:19 DEBUG : test.sum: md5 = c837154a0624ff1c5b5dea136f6b95e2 OK === RUN TestCheckSumDownload/subtest5 2025/08/29 02:37:23 DEBUG : test.sum: md5 = d8b1ae048e6fc0c523eefe48fdc6393f OK === RUN TestCheckSumDownload/subtest6 2025/08/29 02:37:28 DEBUG : data/banana: md5 = 20d4160f9a3cf8fe78b7d54e664d68cc OK 2025/08/29 02:37:29 DEBUG : data/potato: md5 = ae9925760f0b63aa5c12e572df62549e OK 2025/08/29 02:37:31 DEBUG : test.sum: md5 = c03bb624f20014a7c10618c0818ecd70 OK === RUN TestCheckSumDownload/subtest7 2025/08/29 02:37:35 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/08/29 02:37:35 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.74s) --- PASS: TestCheckSumDownload/subtest1 (2.78s) --- PASS: TestCheckSumDownload/subtest2 (2.13s) --- PASS: TestCheckSumDownload/subtest3 (2.86s) --- PASS: TestCheckSumDownload/subtest4 (1.95s) --- PASS: TestCheckSumDownload/subtest5 (2.37s) --- PASS: TestCheckSumDownload/subtest6 (2.44s) --- PASS: TestCheckSumDownload/subtest7 (2.08s) === RUN TestApplyTransforms 2025/08/29 02:37:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magolur9heri" 2025/08/29 02:37:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:37:36 DEBUG : Creating backend with remote "TestDrive:crypt/eevbrtrrande10bvu9vtecebr4q165hll015vjpva10i492gto00" 2025/08/29 02:37:37 DEBUG : Creating backend with remote "/tmp/rclone178656092" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magolur9heri'", Local "Local file system at /tmp/rclone178656092", Modify Window "1ms" 2025/08/29 02:37:39 DEBUG : hello, world!: md5 = 32c643053d728d4aad459a37e63dee34 OK upper checkfile vs. lower remote (without normalization) 2025/08/29 02:37:39 ERROR : hello, world!: sum not found 2025/08/29 02:37:39 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-magolur9heri' 2025/08/29 02:37:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magolur9heri': 1 files missing 2025/08/29 02:37:39 NOTICE: 1 hashes missing 2025/08/29 02:37:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magolur9heri': 1 differences found 2025/08/29 02:37:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magolur9heri': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/29 02:37:40 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/29 02:37:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magolur9heri': 0 differences found 2025/08/29 02:37:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magolur9heri': 1 matching files 2025/08/29 02:37:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-simigam0fuwa" 2025/08/29 02:37:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:37:40 DEBUG : Creating backend with remote "TestDrive:crypt/390341bjajbprqhqh7vb2mcbkgvf75qr6q6potsmvllqn5l087jg" 2025/08/29 02:37:41 DEBUG : Creating backend with remote "/tmp/rclone1638234664" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-simigam0fuwa'", Local "Local file system at /tmp/rclone1638234664", Modify Window "1ms" 2025/08/29 02:37:44 DEBUG : HELLO, WORLD!: md5 = 3b23450b70b71e4ec9df3c7e08a6e7f4 OK lower checkfile vs. upper remote (without normalization) 2025/08/29 02:37:44 ERROR : HELLO, WORLD!: sum not found 2025/08/29 02:37:44 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-simigam0fuwa' 2025/08/29 02:37:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-simigam0fuwa': 1 files missing 2025/08/29 02:37:44 NOTICE: 1 hashes missing 2025/08/29 02:37:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-simigam0fuwa': 1 differences found 2025/08/29 02:37:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-simigam0fuwa': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/29 02:37:45 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/29 02:37:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-simigam0fuwa': 0 differences found 2025/08/29 02:37:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-simigam0fuwa': 1 matching files 2025/08/29 02:37:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rusaham9lojo" 2025/08/29 02:37:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:37:45 DEBUG : Creating backend with remote "TestDrive:crypt/6t6jpqvp3i8jmh7ves6ui4gkele1btjhi8bibpdte2s0eah87rjg" 2025/08/29 02:37:46 DEBUG : Creating backend with remote "/tmp/rclone2934185758" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rusaham9lojo'", Local "Local file system at /tmp/rclone2934185758", Modify Window "1ms" 2025/08/29 02:37:48 DEBUG : HeLlO, wOrLd!: md5 = 65d8f3c45258908d0c16c4f57a49da0f OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/29 02:37:49 ERROR : HeLlO, wOrLd!: sum not found 2025/08/29 02:37:49 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rusaham9lojo' 2025/08/29 02:37:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rusaham9lojo': 1 files missing 2025/08/29 02:37:49 NOTICE: 1 hashes missing 2025/08/29 02:37:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rusaham9lojo': 1 differences found 2025/08/29 02:37:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rusaham9lojo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/29 02:37:50 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/29 02:37:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rusaham9lojo': 0 differences found 2025/08/29 02:37:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rusaham9lojo': 1 matching files 2025/08/29 02:37:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ruhagew5wima" 2025/08/29 02:37:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:37:50 DEBUG : Creating backend with remote "TestDrive:crypt/qk5bs64i4h4sd4lnuhffvf5j7mhsl77o454ls5f13qeeuqp9cv2g" 2025/08/29 02:37:51 DEBUG : Creating backend with remote "/tmp/rclone2234652576" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ruhagew5wima'", Local "Local file system at /tmp/rclone2234652576", Modify Window "1ms" 2025/08/29 02:37:53 DEBUG : HELLO, WORLD!: md5 = 58ab95059cfdc3d118f95bc0d553c2e9 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/29 02:37:53 ERROR : HELLO, WORLD!: sum not found 2025/08/29 02:37:53 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-ruhagew5wima' 2025/08/29 02:37:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruhagew5wima': 1 files missing 2025/08/29 02:37:53 NOTICE: 1 hashes missing 2025/08/29 02:37:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruhagew5wima': 1 differences found 2025/08/29 02:37:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruhagew5wima': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/29 02:37:55 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/29 02:37:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruhagew5wima': 0 differences found 2025/08/29 02:37:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruhagew5wima': 1 matching files 2025/08/29 02:37:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jufogag2leda" 2025/08/29 02:37:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:37:55 DEBUG : Creating backend with remote "TestDrive:crypt/uvin0c8rif2jgmjdvsr68impl41ce2f3mb655mqfa3nih2i5g9sg" 2025/08/29 02:37:56 DEBUG : Creating backend with remote "/tmp/rclone4052993120" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jufogag2leda'", Local "Local file system at /tmp/rclone4052993120", Modify Window "1ms" 2025/08/29 02:37:58 DEBUG : 測試_Русский___ě_áñ: md5 = 4dd0430b75f835a17bdb64501de9e1fc OK NFD checkfile vs. NFC remote (without normalization) 2025/08/29 02:37:58 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/29 02:37:58 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jufogag2leda' 2025/08/29 02:37:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jufogag2leda': 1 files missing 2025/08/29 02:37:58 NOTICE: 1 hashes missing 2025/08/29 02:37:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jufogag2leda': 1 differences found 2025/08/29 02:37:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jufogag2leda': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/29 02:38:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/29 02:38:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jufogag2leda': 0 differences found 2025/08/29 02:38:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jufogag2leda': 1 matching files 2025/08/29 02:38:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kuyatem5peze" 2025/08/29 02:38:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:38:00 DEBUG : Creating backend with remote "TestDrive:crypt/jccupbmsiltev2vdbgqquc3b3hl8soahf8r200v588kghg9r8slg" 2025/08/29 02:38:01 DEBUG : Creating backend with remote "/tmp/rclone1218093233" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kuyatem5peze'", Local "Local file system at /tmp/rclone1218093233", Modify Window "1ms" 2025/08/29 02:38:03 DEBUG : 測試_Русский___ě_áñ: md5 = 64f2e7f2ce7fe4ad35170637cbfd347e OK NFC checkfile vs. NFD remote (without normalization) 2025/08/29 02:38:03 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/29 02:38:03 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kuyatem5peze' 2025/08/29 02:38:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuyatem5peze': 1 files missing 2025/08/29 02:38:03 NOTICE: 1 hashes missing 2025/08/29 02:38:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuyatem5peze': 1 differences found 2025/08/29 02:38:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuyatem5peze': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/29 02:38:04 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/29 02:38:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuyatem5peze': 0 differences found 2025/08/29 02:38:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuyatem5peze': 1 matching files 2025/08/29 02:38:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bituvon3geri" 2025/08/29 02:38:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:38:04 DEBUG : Creating backend with remote "TestDrive:crypt/8geqe7v1plkofmer1ncqcajrrjbn70pfd697j9p3f9gm64i5a71g" 2025/08/29 02:38:05 DEBUG : Creating backend with remote "/tmp/rclone1908654662" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bituvon3geri'", Local "Local file system at /tmp/rclone1908654662", Modify Window "1ms" 2025/08/29 02:38:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7477690dbfc9e1d9b33f502dee8e0054 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/29 02:38:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/29 02:38:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bituvon3geri' 2025/08/29 02:38:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bituvon3geri': 1 files missing 2025/08/29 02:38:08 NOTICE: 1 hashes missing 2025/08/29 02:38:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bituvon3geri': 1 differences found 2025/08/29 02:38:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bituvon3geri': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/29 02:38:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/29 02:38:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bituvon3geri': 0 differences found 2025/08/29 02:38:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bituvon3geri': 1 matching files 2025/08/29 02:38:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pipedup4daca" 2025/08/29 02:38:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:38:09 DEBUG : Creating backend with remote "TestDrive:crypt/k6u55e2m82adtlvs223hojsqc011enlo5mn74399gvgcgpuq7to0" 2025/08/29 02:38:10 DEBUG : Creating backend with remote "/tmp/rclone2808607581" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pipedup4daca'", Local "Local file system at /tmp/rclone2808607581", Modify Window "1ms" 2025/08/29 02:38:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 87481ca324115a5416c0de944090a9bc OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/29 02:38:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/29 02:38:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pipedup4daca' 2025/08/29 02:38:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pipedup4daca': 1 files missing 2025/08/29 02:38:13 NOTICE: 1 hashes missing 2025/08/29 02:38:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pipedup4daca': 1 differences found 2025/08/29 02:38:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pipedup4daca': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/29 02:38:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/29 02:38:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pipedup4daca': 0 differences found 2025/08/29 02:38:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pipedup4daca': 1 matching files 2025/08/29 02:38:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-debadip7yubu" 2025/08/29 02:38:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:38:14 DEBUG : Creating backend with remote "TestDrive:crypt/5i0n5goj4vb8sil6v50lcj2ndhebo3tbmrm8tverks86vbgis6fg" 2025/08/29 02:38:15 DEBUG : Creating backend with remote "/tmp/rclone3066793619" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-debadip7yubu'", Local "Local file system at /tmp/rclone3066793619", Modify Window "1ms" 2025/08/29 02:38:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4a7754167a6fa70d748baff67095a736 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/29 02:38:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/29 02:38:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-debadip7yubu' 2025/08/29 02:38:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-debadip7yubu': 1 files missing 2025/08/29 02:38:17 NOTICE: 1 hashes missing 2025/08/29 02:38:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-debadip7yubu': 1 differences found 2025/08/29 02:38:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-debadip7yubu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/29 02:38:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/29 02:38:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-debadip7yubu': 0 differences found 2025/08/29 02:38:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-debadip7yubu': 1 matching files 2025/08/29 02:38:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gewakav6xegi" 2025/08/29 02:38:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:38:18 DEBUG : Creating backend with remote "TestDrive:crypt/l452ld5losnso90omgt2r0b1h9e8rf965didifrqmdp3p1esg6jg" 2025/08/29 02:38:19 DEBUG : Creating backend with remote "/tmp/rclone3638911641" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gewakav6xegi'", Local "Local file system at /tmp/rclone3638911641", Modify Window "1ms" 2025/08/29 02:38:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 00485442d24bcbffc8f9a8c13c19ace3 OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/29 02:38:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/29 02:38:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gewakav6xegi' 2025/08/29 02:38:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gewakav6xegi': 1 files missing 2025/08/29 02:38:22 NOTICE: 1 hashes missing 2025/08/29 02:38:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gewakav6xegi': 1 differences found 2025/08/29 02:38:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gewakav6xegi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/29 02:38:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/29 02:38:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gewakav6xegi': 0 differences found 2025/08/29 02:38:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gewakav6xegi': 1 matching files 2025/08/29 02:38:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gewakav6xegi': Purge remote 2025/08/29 02:38:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-debadip7yubu': Purge remote 2025/08/29 02:38:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pipedup4daca': Purge remote 2025/08/29 02:38:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bituvon3geri': Purge remote 2025/08/29 02:38:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kuyatem5peze': Purge remote 2025/08/29 02:38:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jufogag2leda': Purge remote 2025/08/29 02:38:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ruhagew5wima': Purge remote 2025/08/29 02:38:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rusaham9lojo': Purge remote 2025/08/29 02:38:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-simigam0fuwa': Purge remote 2025/08/29 02:38:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magolur9heri': Purge remote --- PASS: TestApplyTransforms (51.64s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:38:28 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/29 02:38:30 DEBUG : sub/file2: md5 = fca60450491042bfdb769332b016d9fa OK 2025/08/29 02:38:30 INFO : file1: Copied (new) to: sub/file2 2025/08/29 02:38:30 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/29 02:38:30 DEBUG : file1: Unchanged skipping 2025/08/29 02:38:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': don't need to copy/move sub/file2, it is already at target location 2025/08/29 02:38:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.70s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.41s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:38:36 DEBUG : dst/file1: md5 = dd2f507bf9c9af0b4712b7ce81893bb6 OK 2025/08/29 02:38:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sexajav2mona/backup" 2025/08/29 02:38:37 DEBUG : Creating backend with remote "TestDrive:crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320/1nrff024r7pq65ecp72fc28jb0" 2025/08/29 02:38:38 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/29 02:38:40 INFO : dst/file1: Moved (server-side) 2025/08/29 02:38:41 DEBUG : dst/file1: md5 = dad2cafc492a16eb8d7a224061b3c068 OK 2025/08/29 02:38:41 INFO : dst/file1: Copied (new) 2025/08/29 02:38:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/29 02:38:45 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/29 02:38:45 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.41s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:38:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sexajav2mona/dst" 2025/08/29 02:38:46 DEBUG : Creating backend with remote "TestDrive:crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/29 02:38:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sexajav2mona/CompareDest" 2025/08/29 02:38:48 DEBUG : Creating backend with remote "TestDrive:crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320/gveqi14airsml4bgu7krj116o8" 2025/08/29 02:38:49 DEBUG : one: Need to transfer - File not found at Destination 2025/08/29 02:38:52 DEBUG : one: md5 = 2330920151ee8e556c13eb2ec770c7bd OK 2025/08/29 02:38:52 INFO : one: Copied (new) 2025/08/29 02:38:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/29 02:38:54 DEBUG : one: md5 = 6423bb788bf15b1dd6cf04b2a636b7ab OK 2025/08/29 02:38:54 INFO : one: Copied (replaced existing) 2025/08/29 02:38:56 DEBUG : dst/one: md5 = a77b269ff3843f1769c2a6c9df2bda85 OK 2025/08/29 02:38:58 DEBUG : CompareDest/one: md5 = 7fd19b185f5ce815865bbc8e28dddda7 OK 2025/08/29 02:38:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/29 02:39:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/29 02:39:00 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/29 02:39:02 DEBUG : CompareDest/two: md5 = 3075e2bedfe3d91b2da8d8f330b65271 OK 2025/08/29 02:39:02 DEBUG : two: Need to transfer - File not found at Destination 2025/08/29 02:39:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/29 02:39:03 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/29 02:39:03 DEBUG : two: Need to transfer - File not found at Destination 2025/08/29 02:39:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/29 02:39:04 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/29 02:39:05 DEBUG : two: Need to transfer - File not found at Destination 2025/08/29 02:39:05 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/29 02:39:06 DEBUG : two: md5 = 905dc14ae0a5521a2b836fe3db0312eb OK 2025/08/29 02:39:06 INFO : two: Copied (new) 2025/08/29 02:39:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/29 02:39:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:39:10 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:39:10 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.67s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:39:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sexajav2mona/dst" 2025/08/29 02:39:11 DEBUG : Creating backend with remote "TestDrive:crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/29 02:39:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sexajav2mona/CopyDest" 2025/08/29 02:39:12 DEBUG : Creating backend with remote "TestDrive:crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/29 02:39:14 DEBUG : one: Need to transfer - File not found at Destination 2025/08/29 02:39:16 DEBUG : one: md5 = 4ff5d565f55cb143dd0321f4d88f3e2e OK 2025/08/29 02:39:16 INFO : one: Copied (new) 2025/08/29 02:39:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/29 02:39:19 DEBUG : one: md5 = 468bcc2266288367f56d4fb2f018a3d9 OK 2025/08/29 02:39:19 INFO : one: Copied (replaced existing) 2025/08/29 02:39:21 DEBUG : dst/one: md5 = 4d2332b2607a9f68196448ce7cb1898c OK 2025/08/29 02:39:23 DEBUG : CopyDest/one: md5 = 691876b67087e2dc92abc9dee4a2e475 OK 2025/08/29 02:39:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sexajav2mona/BackupDir" 2025/08/29 02:39:24 DEBUG : Creating backend with remote "TestDrive:crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/29 02:39:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/29 02:39:26 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/29 02:39:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/29 02:39:27 INFO : one: Moved (server-side) 2025/08/29 02:39:29 INFO : one: Copied (server-side copy) 2025/08/29 02:39:29 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/29 02:39:31 DEBUG : CopyDest/two: md5 = c0f9a898667f99e020f08f8b47ec3198 OK 2025/08/29 02:39:31 DEBUG : two: Need to transfer - File not found at Destination 2025/08/29 02:39:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/29 02:39:33 INFO : two: Copied (server-side copy) 2025/08/29 02:39:33 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/29 02:39:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/29 02:39:34 DEBUG : two: Unchanged skipping 2025/08/29 02:39:35 DEBUG : CopyDest/three: md5 = fd25790f19387026984af121becb8271 OK 2025/08/29 02:39:36 DEBUG : three: Need to transfer - File not found at Destination 2025/08/29 02:39:36 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/29 02:39:36 DEBUG : three: Destination not found in --copy-dest 2025/08/29 02:39:38 DEBUG : three: md5 = 19b0d10c9a906618c3b6281f3c25c945 OK 2025/08/29 02:39:38 INFO : three: Copied (new) 2025/08/29 02:39:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/29 02:39:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:39:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/29 02:39:43 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:39:43 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/29 02:39:43 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/29 02:39:44 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.73s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:39:45 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/29 02:39:47 DEBUG : TestCopyFileMaxTransfer/file1: md5 = ae78b1070696c05126160e18c995aec1 OK 2025/08/29 02:39:47 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/29 02:39:48 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/29 02:39:48 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/29 02:39:49 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/29 02:39:50 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/29 02:39:51 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 76406f529e522fc61de3148a8fccb485 OK 2025/08/29 02:39:51 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/29 02:39:53 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/29 02:39:53 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.43s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.41s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:39:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Looking for duplicate names using skip mode. 2025/08/29 02:39:57 NOTICE: one: Found 2 files with duplicate names 2025/08/29 02:39:57 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.89s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:40:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Looking for duplicate names using skip mode. 2025/08/29 02:40:03 NOTICE: one: Found 3 files with duplicate names 2025/08/29 02:40:03 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/29 02:40:04 INFO : one: Deleted 2025/08/29 02:40:04 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.44s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:40:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Looking for duplicate names using first mode. 2025/08/29 02:40:09 NOTICE: one: Found 3 files with duplicate names 2025/08/29 02:40:10 INFO : one: Deleted 2025/08/29 02:40:10 INFO : one: Deleted 2025/08/29 02:40:10 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.98s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:40:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Looking for duplicate names using newest mode. 2025/08/29 02:40:16 NOTICE: one: Found 3 files with duplicate names 2025/08/29 02:40:16 INFO : one: Deleted 2025/08/29 02:40:17 INFO : one: Deleted 2025/08/29 02:40:17 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.57s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.49s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:40:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Looking for duplicate names using oldest mode. 2025/08/29 02:40:23 NOTICE: one: Found 3 files with duplicate names 2025/08/29 02:40:23 INFO : one: Deleted 2025/08/29 02:40:23 INFO : one: Deleted 2025/08/29 02:40:23 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.05s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:40:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Looking for duplicate names using largest mode. 2025/08/29 02:40:30 NOTICE: one: Found 3 files with duplicate names 2025/08/29 02:40:30 INFO : one: Deleted 2025/08/29 02:40:31 INFO : one: Deleted 2025/08/29 02:40:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.09s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:40:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Looking for duplicate names using smallest mode. 2025/08/29 02:40:36 NOTICE: one: Found 3 files with duplicate names 2025/08/29 02:40:37 INFO : one: Deleted 2025/08/29 02:40:37 INFO : one: Deleted 2025/08/29 02:40:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.63s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:40:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Looking for duplicate names using rename mode. 2025/08/29 02:40:44 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/29 02:40:45 INFO : one-2.txt: renamed from: one.txt 2025/08/29 02:40:47 INFO : one-3.txt: renamed from: one.txt 2025/08/29 02:40:48 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.06s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:40:52 DEBUG : dupe1/one.txt: md5 = c6e6a3de80f46f7b7e369be344d9296a OK 2025/08/29 02:40:55 DEBUG : dupe2/two.txt: md5 = b5b4e4b446e97fc0e7a22ce732f7595c OK 2025/08/29 02:40:57 DEBUG : dupe3/three.txt: md5 = 148f5b09f8789de7e3bcf237349812f8 OK 2025/08/29 02:40:57 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/29 02:40:58 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/29 02:40:58 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/29 02:40:59 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/29 02:41:02 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/29 02:41:02 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/29 02:41:02 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.44s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:41:04 DEBUG : a.txt: md5 = 68e05f4c4a956208f346abd9206d493c OK 2025/08/29 02:41:06 DEBUG : zend.txt: md5 = 2ed71f5df1a191653272a60c50a356b5 OK 2025/08/29 02:41:08 DEBUG : sub dir/hello world: md5 = 5f4e11a91ccd6ef90c50bedccb968358 OK 2025/08/29 02:41:09 DEBUG : sub dir/hello world2: md5 = 655994d3369ad0e4fff34de87100a761 OK 2025/08/29 02:41:12 DEBUG : sub dir/ignore dir/.ignore: md5 = c59488af947321d91621e848a93db783 OK 2025/08/29 02:41:13 DEBUG : sub dir/ignore dir/should be ignored: md5 = c6c3bad23f4fd42d412465accb7a7286 OK 2025/08/29 02:41:15 DEBUG : sub dir/sub sub dir/hello world3: md5 = e72126546e134e850afe8724cb6624e0 OK 2025/08/29 02:41:17 DEBUG : a.txt: Excluded (Size Filter) 2025/08/29 02:41:17 DEBUG : a.txt: Excluded 2025/08/29 02:41:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/29 02:41:17 DEBUG : sub dir/hello world2: Excluded 2025/08/29 02:41:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/29 02:41:17 DEBUG : sub dir/hello world: Excluded 2025/08/29 02:41:18 DEBUG : sub dir/ignore dir: Excluded 2025/08/29 02:41:18 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/29 02:41:18 DEBUG : sub dir/hello world2: Excluded 2025/08/29 02:41:18 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/29 02:41:18 DEBUG : sub dir/hello world: Excluded 2025/08/29 02:41:18 DEBUG : sub dir/ignore dir: Excluded 2025/08/29 02:41:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/29 02:41:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/29 02:41:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/29 02:41:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/29 02:41:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/29 02:41:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/29 02:41:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.96s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:41:26 DEBUG : a.txt: md5 = 2587c8deb9df2576b8285b13e454e64f OK 2025/08/29 02:41:27 DEBUG : zend.txt: md5 = 8fa919d5a32026b3d8fe377f973df979 OK 2025/08/29 02:41:30 DEBUG : sub dir/hello world: md5 = 24ac1465a99960cbbbc5df17c40f8d5f OK 2025/08/29 02:41:31 DEBUG : sub dir/hello world2: md5 = d02e88d776447a47d96d78d294531c35 OK 2025/08/29 02:41:33 DEBUG : sub dir/ignore dir/.ignore: md5 = a285d17f6d2c7335a8d0097e9d69bae0 OK 2025/08/29 02:41:35 DEBUG : sub dir/ignore dir/should be ignored: md5 = 476a5cf9a0e350e5def93f05e1ce34fe OK 2025/08/29 02:41:37 DEBUG : sub dir/sub sub dir/hello world3: md5 = 4c1ff1b0f1dcf01d15f09a3239320aa3 OK 2025/08/29 02:41:38 DEBUG : a.txt: Excluded (Size Filter) 2025/08/29 02:41:38 DEBUG : a.txt: Excluded 2025/08/29 02:41:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/29 02:41:38 DEBUG : sub dir/hello world: Excluded 2025/08/29 02:41:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/29 02:41:38 DEBUG : sub dir/hello world2: Excluded 2025/08/29 02:41:39 DEBUG : sub dir/ignore dir: Excluded 2025/08/29 02:41:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/29 02:41:39 DEBUG : sub dir/hello world: Excluded 2025/08/29 02:41:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/29 02:41:39 DEBUG : sub dir/hello world2: Excluded 2025/08/29 02:41:39 DEBUG : sub dir/ignore dir: Excluded 2025/08/29 02:41:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/29 02:41:45 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/29 02:41:45 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/29 02:41:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/29 02:41:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/29 02:41:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/29 02:41:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.11s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:41:47 DEBUG : file1: md5 = b74230515922d08680db2a62d9074d0e OK 2025/08/29 02:41:49 DEBUG : sub/file2: md5 = ea43d98895f911b8a9317322ce5fd009 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/29 02:41:52 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/29 02:41:52 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/29 02:41:53 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/29 02:41:54 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.22s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.48s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.23s) --- PASS: TestListJSON/Metadata (0.66s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:41:56 DEBUG : file1: md5 = f3222aa63f271138624c71d88632d675 OK 2025/08/29 02:41:59 DEBUG : sub/file2: md5 = c11207263efdb317fe1ac6732a33b18c 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/29 02:42:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sexajav2mona/notfound" 2025/08/29 02:42:03 DEBUG : Creating backend with remote "TestDrive:crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320/qe0i31qdkoejk60elps0ni5sqk" 2025/08/29 02:42:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.51s) --- PASS: TestStatJSON/Root (0.21s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.21s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.69s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:42:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Making directory 2025/08/29 02:42:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Making directory --- PASS: TestMkdir (0.65s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:42:09 DEBUG : sub dir/hello world: md5 = befe22ba3f8a09f48d744fe8e9029fe2 OK 2025/08/29 02:42:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.55s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:42:13 DEBUG : potato2: md5 = d4e49495cdbc0aa6cba84f097c8186fb OK 2025/08/29 02:42:15 DEBUG : empty space: md5 = ab7e31a8d8a22ce8d58da51610d1326f OK --- PASS: TestLs (4.66s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:42:18 DEBUG : potato2: md5 = 9d7ddc4caeaa1404ed54a1398c7b1630 OK 2025/08/29 02:42:19 DEBUG : empty space: md5 = 5bfd61c84220e29faf3e5cee2e925ef9 OK 2025/08/29 02:42:20 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/08/29 02:42:20 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.19s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:42:23 DEBUG : potato2: md5 = f4b9e4cf85610696123ab2a0d0b604ea OK 2025/08/29 02:42:24 DEBUG : empty space: md5 = d4abd4a101580b30452c6216ff2f352e OK --- PASS: TestLsLong (4.51s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:42:28 DEBUG : potato2: md5 = 8d57b2ffb37e2ff4cd8478ffd3d1c6c2 OK 2025/08/29 02:42:29 DEBUG : empty space: md5 = 0fa95b860e1c843391f6ee311b1ba39b OK --- PASS: TestHashSums (4.73s) === RUN TestHashSumsWithErrors 2025/08/29 02:42:31 DEBUG : Creating backend with remote ":memory:" 2025/08/29 02:42:31 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/29 02:42:31 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/29 02:42:31 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/29 02:42:31 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/29 02:42:31 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/29 02:42:31 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/29 02:42:31 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/29 02:42:31 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/29 02:42:31 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-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:42:32 DEBUG : potato2: md5 = 34cf029124062699eaccee3798fc6460 OK 2025/08/29 02:42:34 DEBUG : empty space: md5 = 54849f39bfea477aaf618edd9bcada04 OK 2025/08/29 02:42:36 DEBUG : sub dir/potato3: md5 = 3fecb2621b2bfe461772c7add9cc5976 OK 2025/08/29 02:42:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.00s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:42:40 DEBUG : small: md5 = 1d82efc11ee36d84530e6f51c8ba6de8 OK 2025/08/29 02:42:42 DEBUG : medium: md5 = 308a12f7d531407d6c4e55edf437f264 OK 2025/08/29 02:42:43 DEBUG : large: md5 = eff0b3817ac350f86c1816f8efaab95b OK 2025/08/29 02:42:43 DEBUG : Waiting for deletions to finish 2025/08/29 02:42:43 DEBUG : large: Excluded (Size Filter) 2025/08/29 02:42:44 INFO : small: Deleted 2025/08/29 02:42:44 INFO : medium: Deleted --- PASS: TestDelete (6.10s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:42:46 DEBUG : small: md5 = ed970f64c23d84457b47191623c5a5ae OK 2025/08/29 02:42:48 DEBUG : medium: md5 = f33a95f1be06be4bcade4de7caf6b8ae OK 2025/08/29 02:42:49 DEBUG : large: md5 = 6a04d58cabce42f7a01d5077f9020896 OK 2025/08/29 02:42:49 DEBUG : Waiting for deletions to finish 2025/08/29 02:42:50 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/29 02:42:50 INFO : medium: Deleted 2025/08/29 02:42:50 INFO : small: Deleted --- PASS: TestMaxDelete (6.88s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:42:53 DEBUG : small: md5 = 28534b7b79b2d4725799fa2ceacad885 OK 2025/08/29 02:42:55 DEBUG : medium: md5 = 5064a27d173f31d4a80455527530ee56 OK 2025/08/29 02:42:56 DEBUG : large: md5 = ad8ce9f9ca91414643c29830d0b2bf52 OK 2025/08/29 02:42:56 DEBUG : Waiting for deletions to finish 2025/08/29 02:42:57 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/29 02:42:57 INFO : medium: Deleted 2025/08/29 02:42:57 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.74s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:43:00 DEBUG : small: md5 = f0fca3e4c021b45cf3971771a71dcc65 OK 2025/08/29 02:43:01 DEBUG : medium: md5 = 5675ef75e2eb1d065a5a9fd3575bebaf OK 2025/08/29 02:43:03 DEBUG : large: md5 = fd39f20aa848f7104d264d02e9c32498 OK 2025/08/29 02:43:03 DEBUG : Waiting for deletions to finish 2025/08/29 02:43:03 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/08/29 02:43:04 INFO : small: Deleted 2025/08/29 02:43:04 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.95s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:43:07 DEBUG : ReadFile: md5 = 900be6c8c70431af1d9fa7147d296899 OK --- PASS: TestReadFile (3.92s) === RUN TestRetry 2025/08/29 02:43:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/29 02:43:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/29 02:43:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/29 02:43:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/29 02:43:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/29 02:43:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/29 02:43:09 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-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:43:11 DEBUG : file1: md5 = e60afc34a44dce0147bed8d9f27f26be OK 2025/08/29 02:43:12 DEBUG : file2: md5 = c4f617772457b0428bec04507ae00823 OK --- PASS: TestCat (16.06s) === RUN TestPurge 2025/08/29 02:43:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cupisan6duya" 2025/08/29 02:43:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/29 02:43:26 DEBUG : Creating backend with remote "TestDrive:crypt/06bc8um19qg7vmk5ulf7eppv24c5j96rfu09qup8tbio72e8rtdg" 2025/08/29 02:43:27 DEBUG : Creating backend with remote "/tmp/rclone104643537" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cupisan6duya'", Local "Local file system at /tmp/rclone104643537", Modify Window "1ms" 2025/08/29 02:43:31 DEBUG : A1/B1/C1/one: md5 = 7e0dbbeb6364b9864c62d57dba74dbb0 OK 2025/08/29 02:43:31 INFO : A2: Making directory 2025/08/29 02:43:32 INFO : A1/B2: Making directory 2025/08/29 02:43:32 INFO : A1/B2/C2: Making directory 2025/08/29 02:43:33 INFO : A1/B1/C3: Making directory 2025/08/29 02:43:34 INFO : A3: Making directory 2025/08/29 02:43:35 INFO : A3/B3: Making directory 2025/08/29 02:43:35 INFO : A3/B3/C4: Making directory 2025/08/29 02:43:38 DEBUG : A1/two: md5 = d0ea6d9789e6bd50ba39ab64790281bf OK 2025/08/29 02:43:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cupisan6duya': Purge remote 2025/08/29 02:43:41 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.44s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:43:45 DEBUG : A1/B1/C1/one: md5 = 1bd179183cbe781bfcfdd70c1337285c OK 2025/08/29 02:43:45 INFO : A2: Making directory 2025/08/29 02:43:46 INFO : A1/B2: Making directory 2025/08/29 02:43:47 INFO : A1/B2/C2: Making directory 2025/08/29 02:43:48 INFO : A1/B1/C3: Making directory 2025/08/29 02:43:48 INFO : A3: Making directory 2025/08/29 02:43:49 INFO : A3/B3: Making directory 2025/08/29 02:43:50 INFO : A3/B3/C4: Making directory 2025/08/29 02:43:52 DEBUG : A1/two: md5 = a41c9f36c330110d991603a31ebf5ef7 OK 2025/08/29 02:43:53 DEBUG : removing 1 level 3 directories 2025/08/29 02:43:53 INFO : A3/B3/C4: Removing directory 2025/08/29 02:43:56 DEBUG : removing 2 level 3 directories 2025/08/29 02:43:56 INFO : A1/B2/C2: Removing directory 2025/08/29 02:43:56 INFO : A1/B1/C3: Removing directory 2025/08/29 02:43:57 DEBUG : removing 2 level 2 directories 2025/08/29 02:43:57 INFO : A3/B3: Removing directory 2025/08/29 02:43:57 INFO : A1/B2: Removing directory 2025/08/29 02:43:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/29 02:43:57 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/29 02:43:57 DEBUG : removing 2 level 1 directories 2025/08/29 02:43:57 INFO : A3: Removing directory 2025/08/29 02:43:57 INFO : A2: Removing directory 2025/08/29 02:43:58 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/29 02:44:01 DEBUG : removing 1 level 3 directories 2025/08/29 02:44:01 INFO : A1/B1/C1: Removing directory 2025/08/29 02:44:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:02 DEBUG : removing 1 level 2 directories 2025/08/29 02:44:02 INFO : A1/B1: Removing directory 2025/08/29 02:44:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/29 02:44:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/29 02:44:03 DEBUG : removing 1 level 1 directories 2025/08/29 02:44:03 INFO : A1: Removing directory 2025/08/29 02:44:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/29 02:44:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/29 02:44:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/29 02:44:03 DEBUG : removing 1 level 0 directories 2025/08/29 02:44:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Removing directory 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/29 02:44:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.77s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:44:06 INFO : A1: Making directory 2025/08/29 02:44:06 INFO : A1/B1: Making directory 2025/08/29 02:44:07 INFO : A1/B1/C1: Making directory 2025/08/29 02:44:09 DEBUG : removing 1 level 3 directories 2025/08/29 02:44:09 INFO : A1/B1/C1: Removing directory 2025/08/29 02:44:10 DEBUG : removing 1 level 2 directories 2025/08/29 02:44:10 INFO : A1/B1: Removing directory 2025/08/29 02:44:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/29 02:44:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.72s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:44:12 INFO : A1: Making directory 2025/08/29 02:44:13 INFO : A1/B1: Making directory 2025/08/29 02:44:14 INFO : A1/B1/C1: Making directory 2025/08/29 02:44:16 DEBUG : removing 1 level 3 directories 2025/08/29 02:44:16 INFO : A1/B1/C1: Removing directory 2025/08/29 02:44:17 DEBUG : removing 1 level 2 directories 2025/08/29 02:44:17 INFO : A1/B1: Removing directory 2025/08/29 02:44:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/29 02:44:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.16s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:44:21 DEBUG : file1: md5 = 9fdd2674bb2d0daa2dcda5ff5dd99031 OK 2025/08/29 02:44:22 DEBUG : filename.txt: File name found in url 2025/08/29 02:44:23 DEBUG : filename.txt: md5 = 8e1c1f984d426046f8703b56d0495014 OK 2025/08/29 02:44:23 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/29 02:44:25 DEBUG : headerfilename.txt: md5 = ff38bd77eca5bec4e5c8d9228e2f3a62 OK 2025/08/29 02:44:26 DEBUG : file2: md5 = 73ee985dfbb5e7807bccc22b27189116 OK --- PASS: TestCopyURL (8.88s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:44:29 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/29 02:44:31 DEBUG : sub/file2: md5 = 91ad1d3ebd88e0915c19c37b0acd63b2 OK 2025/08/29 02:44:31 INFO : file1: Copied (new) to: sub/file2 2025/08/29 02:44:31 INFO : file1: Deleted 2025/08/29 02:44:31 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/29 02:44:31 DEBUG : file1: Unchanged skipping 2025/08/29 02:44:31 INFO : file1: Deleted 2025/08/29 02:44:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': don't need to copy/move sub/file2, it is already at target location 2025/08/29 02:44:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.77s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:44:35 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/29 02:44:36 DEBUG : file1: md5 = a1ea383d9fe60799a6eb0012dde8fcc1 OK 2025/08/29 02:44:36 INFO : file1: Copied (new) 2025/08/29 02:44:36 INFO : file1: Deleted 2025/08/29 02:44:36 DEBUG : file1: Destination exists, skipping 2025/08/29 02:44:36 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.29s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.42s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:44:41 DEBUG : dst/file1: md5 = 9fb463693eedab3c1a3f76fe1e1b9dab OK 2025/08/29 02:44:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sexajav2mona/backup" 2025/08/29 02:44:41 DEBUG : Creating backend with remote "TestDrive:crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320/1nrff024r7pq65ecp72fc28jb0" 2025/08/29 02:44:43 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/29 02:44:45 INFO : dst/file1: Moved (server-side) 2025/08/29 02:44:46 DEBUG : dst/file1: md5 = 411ab976c1c4c3adb39f8955bb0fc792 OK 2025/08/29 02:44:46 INFO : dst/file1: Copied (new) 2025/08/29 02:44:46 INFO : dst/file1: Deleted 2025/08/29 02:44:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/29 02:44:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/29 02:44:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.39s) === 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-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:44:53 DEBUG : A1/one: md5 = feaa22ee7e2f42d738bdedf8bcef331e OK 2025/08/29 02:44:54 DEBUG : A1/two: md5 = 08a603e7c8665dfe78a0a651618fa968 OK 2025/08/29 02:44:57 DEBUG : A1/B1/three: md5 = 8ceba468ef21da537e74aef58bf126bd OK 2025/08/29 02:44:59 DEBUG : A1/B1/C1/four: md5 = 3885cea496ec3e8697d34759f1a739db OK 2025/08/29 02:45:01 DEBUG : A1/B1/C2/five: md5 = f1514eeb8cdc10336eefd42ce4fce195 OK 2025/08/29 02:45:01 INFO : A1/B2: Making directory 2025/08/29 02:45:02 INFO : A1/B1/C3: Making directory 2025/08/29 02:45:11 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/29 02:45:11 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/29 02:45:11 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/29 02:45:11 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/29 02:45:11 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/29 02:45:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/29 02:45:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/29 02:45:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/29 02:45:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/29 02:45:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/29 02:45:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/29 02:45:22 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/29 02:45:22 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/29 02:45:22 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/29 02:45:22 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/29 02:45:23 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/29 02:45:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/29 02:45:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/29 02:45:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/29 02:45:26 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/29 02:45:26 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/29 02:45:32 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/29 02:45:33 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/29 02:45:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/29 02:45:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/29 02:45:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/29 02:45:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/29 02:45:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/29 02:45:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/29 02:45:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/29 02:45:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.43s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:45:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': File to upload is small (34 bytes), uploading instead of streaming 2025/08/29 02:45:37 DEBUG : no_checksum_small_file_from_pipe: md5 = 7a3a8fe89c2d07a2bf34eaa2f322e2fa OK 2025/08/29 02:45:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/29 02:45:37 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/29 02:45:38 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/29 02:45:39 DEBUG : no_checksum_big_file_from_pipe: md5 = e87e6c800a200566be3cd345ecc60d65 OK 2025/08/29 02:45:39 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:45:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': File to upload is small (34 bytes), uploading instead of streaming 2025/08/29 02:45:43 DEBUG : with_checksum_small_file_from_pipe: md5 = 47faaaea186198d9cb7d2477db8fe4f9 OK 2025/08/29 02:45:43 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/29 02:45:43 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/29 02:45:44 DEBUG : with_checksum_big_file_from_pipe: md5 = 0597c9435dfc45cc5e1cc7e2ce07791e OK 2025/08/29 02:45:44 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:45:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': File to upload is small (34 bytes), uploading instead of streaming 2025/08/29 02:45:48 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/29 02:45:49 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/29 02:45:50 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-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:45:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': File to upload is small (34 bytes), uploading instead of streaming 2025/08/29 02:45:53 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/29 02:45:54 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/29 02:45:55 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.53s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.25s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.96s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.19s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.13s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/29 02:45:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': File to upload is small (48 bytes), uploading instead of streaming 2025/08/29 02:45:58 DEBUG : rcat_metadata: md5 = 83f1ea867c27f270da65a74228cd5e2a OK 2025/08/29 02:45:58 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/29 02:46:00 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/29 02:46:01 DEBUG : rcat_metadata_uploadcutoff0: md5 = e74c57ed00cd59f53e14fcc86ee5f172 OK 2025/08/29 02:46:01 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.03s) --- PASS: TestRcatMetadata/Normal (2.55s) --- PASS: TestRcatMetadata/ViaDisk (3.06s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:46:04 DEBUG : potato1: md5 = 8bc2f2310c6d6b2a28fa30725e437d65 OK 2025/08/29 02:46:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': File to upload is small (60 bytes), uploading instead of streaming 2025/08/29 02:46:05 DEBUG : potato2: md5 = 6a3b678b636d5b6741e03df17bc62e6c OK 2025/08/29 02:46:05 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.52s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:46:08 DEBUG : potato1: md5 = 484fa41dcfb09278e42e41905d751548 OK 2025/08/29 02:46:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': File to upload is small (60 bytes), uploading instead of streaming 2025/08/29 02:46:10 DEBUG : potato2: md5 = 0b85cd7263d007117aa3f96b38f76954 OK 2025/08/29 02:46:10 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.81s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:46:14 DEBUG : potato2: md5 = 4dcb124fadf1cb78806b55c57f6efe9c OK 2025/08/29 02:46:16 DEBUG : empty space: md5 = 3dc903ac68d673e2f2c06c1c4a48f77a OK 2025/08/29 02:46:18 DEBUG : sub dir/potato3: md5 = 2714d8d6e42c26497dfd47b069d58d92 OK 2025/08/29 02:46:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Touching "sub dir/potato3" 2025/08/29 02:46:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Touching "potato2" 2025/08/29 02:46:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Touching "empty space" 2025/08/29 02:46:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.27s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:46:23 DEBUG : dir with metadata: Making directory with metadata 2025/08/29 02:46:24 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.29s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:46:25 DEBUG : directory with modtime: Making directory with metadata 2025/08/29 02:46:26 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.48s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:46:28 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/29 02:46:28 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/29 02:46:28 DEBUG : Google drive root 'crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320': Skipping btime metadata as can't update it on an existing file: 2025-08-29T02:46:28.139820858Z 2025/08/29 02:46:28 INFO : non existent directory: Updated directory metadata 2025/08/29 02:46:30 DEBUG : Google drive root 'crypt/0i44fttc2b8tgcqks5ivi9pb2uiufg53na3g9fl0h7sp16rt3320': Skipping btime metadata as can't update it on an existing file: 2025-08-29T02:46:28.139820858Z 2025/08/29 02:46:31 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.75s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:46:32 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/29 02:46:34 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/29 02:46:35 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.82s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:46:36 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/29 02:46:36 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/29 02:46:36 DEBUG : dst: Making directory with metadata 2025/08/29 02:46:37 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/29 02:46:37 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/29 02:46:37 INFO : dst: Set directory modification time (using SetModTime) 2025/08/29 02:46:38 INFO : dst: Set directory modification time (using SetModTime) 2025/08/29 02:46:38 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/29 02:46:38 INFO : dst: Set directory modification time (using SetModTime) 2025/08/29 02:46:38 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.40s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona'", Local "Local file system at /tmp/rclone3158284776", Modify Window "1ms" 2025/08/29 02:46:42 DEBUG : sub dir/test remove existing: md5 = fb58c9ce4e4b60ef73f0f46e7af0eccf OK 2025/08/29 02:46:43 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = cf913e6273f7e570c77176617078b37f OK 2025/08/29 02:46:45 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.digokem3" before starting 2025/08/29 02:46:46 DEBUG : sub dir/test remove existing.digokem3: TEST: removing renamed existing file after operation 2025/08/29 02:46:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gewisay0" before starting 2025/08/29 02:46:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gewisay0: TEST: renaming existing back after failed operation 2025/08/29 02:46:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wadocor5" before starting 2025/08/29 02:46:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wadocor5: TEST: removing renamed existing file after operation 2025/08/29 02:46:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ci6i1drsph61be0ijlq4q5hejnb7klvavdmagu2dpk5uoa18uii0" 2025/08/29 02:46:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "5f68e0el8f9jtnkamummkt10m7karv1ff140fquu36ov5nlqgkamike4gus77fobkbcq4ort2t9vpq7b35cdv2s16jgfb57s42dphefh1vr8klp32mr4tpn2ml2s5ksrqo7m0javosfej0ho41nr4ib8s3egkib8mki2ng6n0u3phkc6e59g" --- PASS: TestRemoveExisting (12.80s) === 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/29 02:46:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sexajav2mona': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m48.411477879s (try 1/5)