"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/10/04 01:47:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukoliq3leqi" 2025/10/04 01:47:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:47:42 DEBUG : Creating backend with remote "TestDrive:crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090" 2025/10/04 01:47:43 DEBUG : Creating backend with remote "/tmp/rclone301149" === 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-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.20s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/04 01:47:43 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/04 01:47:43 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/04 01:47:43 DEBUG : potato: Seek from 10 to 0 2025/10/04 01:47:43 DEBUG : potato: Seek from 10 to 0 2025/10/04 01:47:43 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/04 01:47:43 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/04 01:47:43 DEBUG : potato: Seek from 5 to 2 2025/10/04 01:47:43 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/04 01:47:43 DEBUG : potato: Seek from 7 to 0 2025/10/04 01:47:43 DEBUG : potato: Seek from 7 to 0 2025/10/04 01:47:43 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/04 01:47:43 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/04 01:47:43 DEBUG : potato: Seek from 5 to 2 2025/10/04 01:47:43 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/04 01:47:43 DEBUG : potato: Seek from 8 to 0 2025/10/04 01:47:43 DEBUG : potato: Seek from 8 to 0 2025/10/04 01:47:43 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/04 01:47:43 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/04 01:47:43 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/04 01:47:43 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/04 01:47:43 DEBUG : potato: Seek from 5 to 2 2025/10/04 01:47:43 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/04 01:47:43 DEBUG : potato: Seek from 9 to 0 2025/10/04 01:47:43 DEBUG : potato: Seek from 9 to 0 2025/10/04 01:47:43 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-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:47:46 DEBUG : rutabaga: md5 = a0ef02530697522eba56d292f3c6adc6 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/04 01:47:48 DEBUG : empty space: md5 = fee87e1f7338474dbc9b7e183a82703b OK === RUN TestCheck/3 2025/10/04 01:47:50 DEBUG : potato2: md5 = 157d538e578a858496b9a53f784d5aa1 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/04 01:47:52 DEBUG : remotepotato: md5 = 9a7110c5b0448ed8881a75a6a84853f1 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.04s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.22s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.29s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/10/04 01:47:56 DEBUG : Creating backend with remote "nonexistent" 2025/10/04 01:47:56 DEBUG : Creating backend with remote "nonexistent" 2025/10/04 01:47:56 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/04 01:47:56 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/10/04 01:47:56 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/04 01:47:56 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-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:47:57 DEBUG : rutabaga: md5 = 22708c4b8bbb9b9057bd41199ba11946 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/04 01:48:01 DEBUG : empty space: md5 = dd9e6b53bf3c0976b9f2d92af67e0b92 OK === RUN TestCheckDownload/3 2025/10/04 01:48:04 DEBUG : potato2: md5 = 3803cc756be0ccf06ba69894a3018b31 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/04 01:48:07 DEBUG : remotepotato: md5 = 20480544376fddc2212df53102a932d1 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.72s) --- PASS: TestCheckDownload/1 (1.14s) --- PASS: TestCheckDownload/2 (0.84s) --- PASS: TestCheckDownload/3 (1.05s) --- PASS: TestCheckDownload/4 (1.09s) --- PASS: TestCheckDownload/5 (0.93s) --- PASS: TestCheckDownload/6 (0.95s) --- PASS: TestCheckDownload/7 (1.54s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:48:14 DEBUG : rutabaga: md5 = e79313e1dae07a1d61df7ce13468f46b OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/04 01:48:16 DEBUG : empty space: md5 = 8530bce620bd8b47e5853158b7340e0c OK === RUN TestCheckSizeOnly/3 2025/10/04 01:48:18 DEBUG : potato2: md5 = 4f84e66a43527f3d659a1b339a715541 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/04 01:48:20 DEBUG : remotepotato: md5 = eadbe9d28e2622f460c7513b6adf2631 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.46s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:48:25 DEBUG : test.sum: md5 = a7c045bd51efffb21096c42cf3c00e55 OK 2025/10/04 01:48:26 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/04 01:48:26 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/04 01:48:26 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/04 01:48:26 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/04 01:48:28 DEBUG : test.sum: md5 = bdec5156c9861028a65ba86689cb1c23 OK 2025/10/04 01:48:29 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/04 01:48:29 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/04 01:48:29 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/04 01:48:29 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.32s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:48:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukoliq3leqi/data" 2025/10/04 01:48:30 DEBUG : Creating backend with remote "TestDrive:crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.01s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:48:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukoliq3leqi/data" 2025/10/04 01:48:32 DEBUG : Creating backend with remote "TestDrive:crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090/vjrnln8ratgmqakfosrqe8espk" 2025/10/04 01:48:36 DEBUG : data/banana: md5 = ee8fbf68584f4fc373282c01145a2fe5 OK 2025/10/04 01:48:37 DEBUG : test.sum: md5 = 2aeda406cca8995a2be156ee72c07a31 OK === RUN TestCheckSumDownload/subtest1 2025/10/04 01:48:42 DEBUG : data/potato: md5 = a9e561f6239c5ba61f3004488cb4b1b8 OK 2025/10/04 01:48:43 DEBUG : test.sum: md5 = 87a20af8949c421187ca33cba90d9da5 OK === RUN TestCheckSumDownload/subtest2 2025/10/04 01:48:48 DEBUG : test.sum: md5 = 05547dd1e1def2cb2e8d5d350fedd617 OK === RUN TestCheckSumDownload/subtest3 2025/10/04 01:48:52 DEBUG : test.sum: md5 = 0fd7ec45093e965769a30112b9367f87 OK === RUN TestCheckSumDownload/subtest4 2025/10/04 01:48:56 DEBUG : test.sum: md5 = 15671f5e565af1263e49f58c9a538ed7 OK === RUN TestCheckSumDownload/subtest5 2025/10/04 01:49:00 DEBUG : test.sum: md5 = b3708743f78694309a2207a57fc79e60 OK === RUN TestCheckSumDownload/subtest6 2025/10/04 01:49:04 DEBUG : data/banana: md5 = 42b9b92da7be7dba344ccb2dcc5f655c OK 2025/10/04 01:49:05 DEBUG : data/potato: md5 = 7dd5bcf0c3d9930149fe8f499dbc39d8 OK 2025/10/04 01:49:07 DEBUG : test.sum: md5 = 6887d5e49fc03942af29ba8056a167ea OK === RUN TestCheckSumDownload/subtest7 2025/10/04 01:49:12 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/10/04 01:49:12 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.27s) --- PASS: TestCheckSumDownload/subtest1 (2.66s) --- PASS: TestCheckSumDownload/subtest2 (2.07s) --- PASS: TestCheckSumDownload/subtest3 (2.17s) --- PASS: TestCheckSumDownload/subtest4 (2.10s) --- PASS: TestCheckSumDownload/subtest5 (1.98s) --- PASS: TestCheckSumDownload/subtest6 (2.10s) --- PASS: TestCheckSumDownload/subtest7 (2.06s) === RUN TestApplyTransforms 2025/10/04 01:49:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cafepam2tupo" 2025/10/04 01:49:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:49:12 DEBUG : Creating backend with remote "TestDrive:crypt/klga5kpf5i8gnfnon1hpbc05ip39pl8b2kiafceu4hhvk4qbgdng" 2025/10/04 01:49:13 DEBUG : Creating backend with remote "/tmp/rclone3605540393" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cafepam2tupo'", Local "Local file system at /tmp/rclone3605540393", Modify Window "1ms" 2025/10/04 01:49:16 DEBUG : hello, world!: md5 = ce03063551953fb2b621aa2f6b302c52 OK upper checkfile vs. lower remote (without normalization) 2025/10/04 01:49:16 ERROR : hello, world!: sum not found 2025/10/04 01:49:16 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cafepam2tupo' 2025/10/04 01:49:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cafepam2tupo': 1 files missing 2025/10/04 01:49:16 NOTICE: 1 hashes missing 2025/10/04 01:49:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cafepam2tupo': 1 differences found 2025/10/04 01:49:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cafepam2tupo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/04 01:49:18 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 01:49:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cafepam2tupo': 0 differences found 2025/10/04 01:49:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cafepam2tupo': 1 matching files 2025/10/04 01:49:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-takuyox6dagi" 2025/10/04 01:49:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:49:18 DEBUG : Creating backend with remote "TestDrive:crypt/0toa1j0hlasuscg9nqj62evhguldlloirh1qordmo87utpb2mcrg" 2025/10/04 01:49:19 DEBUG : Creating backend with remote "/tmp/rclone3634450502" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-takuyox6dagi'", Local "Local file system at /tmp/rclone3634450502", Modify Window "1ms" 2025/10/04 01:49:21 DEBUG : HELLO, WORLD!: md5 = d32d0cdacf261d3f0f6227ecdeb933a4 OK lower checkfile vs. upper remote (without normalization) 2025/10/04 01:49:21 ERROR : HELLO, WORLD!: sum not found 2025/10/04 01:49:21 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-takuyox6dagi' 2025/10/04 01:49:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-takuyox6dagi': 1 files missing 2025/10/04 01:49:21 NOTICE: 1 hashes missing 2025/10/04 01:49:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-takuyox6dagi': 1 differences found 2025/10/04 01:49:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-takuyox6dagi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/04 01:49:22 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 01:49:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-takuyox6dagi': 0 differences found 2025/10/04 01:49:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-takuyox6dagi': 1 matching files 2025/10/04 01:49:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dubaguj5tuxo" 2025/10/04 01:49:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:49:23 DEBUG : Creating backend with remote "TestDrive:crypt/e5g3kuivcpp9rcerfeijnduhaob8r431lebk9kgcja8kgrmtlst0" 2025/10/04 01:49:23 DEBUG : Creating backend with remote "/tmp/rclone3797381945" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dubaguj5tuxo'", Local "Local file system at /tmp/rclone3797381945", Modify Window "1ms" 2025/10/04 01:49:26 DEBUG : HeLlO, wOrLd!: md5 = 24ce1d90179615065e940097c94b143d OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/04 01:49:26 ERROR : HeLlO, wOrLd!: sum not found 2025/10/04 01:49:26 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-dubaguj5tuxo' 2025/10/04 01:49:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubaguj5tuxo': 1 files missing 2025/10/04 01:49:26 NOTICE: 1 hashes missing 2025/10/04 01:49:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubaguj5tuxo': 1 differences found 2025/10/04 01:49:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubaguj5tuxo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/04 01:49:28 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 01:49:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubaguj5tuxo': 0 differences found 2025/10/04 01:49:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubaguj5tuxo': 1 matching files 2025/10/04 01:49:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lacozez3wage" 2025/10/04 01:49:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:49:28 DEBUG : Creating backend with remote "TestDrive:crypt/n3gql22b11gg3hvrum5lo51819fdorpgb2tkun3ogd0v0o76ig50" 2025/10/04 01:49:29 DEBUG : Creating backend with remote "/tmp/rclone3102276239" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lacozez3wage'", Local "Local file system at /tmp/rclone3102276239", Modify Window "1ms" 2025/10/04 01:49:31 DEBUG : HELLO, WORLD!: md5 = 3f9414c54adbbf020a4d2a16f1c5ced1 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/04 01:49:31 ERROR : HELLO, WORLD!: sum not found 2025/10/04 01:49:31 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lacozez3wage' 2025/10/04 01:49:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lacozez3wage': 1 files missing 2025/10/04 01:49:31 NOTICE: 1 hashes missing 2025/10/04 01:49:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lacozez3wage': 1 differences found 2025/10/04 01:49:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lacozez3wage': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/04 01:49:33 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 01:49:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lacozez3wage': 0 differences found 2025/10/04 01:49:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lacozez3wage': 1 matching files 2025/10/04 01:49:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamejas9tizi" 2025/10/04 01:49:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:49:33 DEBUG : Creating backend with remote "TestDrive:crypt/a4p2969n3d9i2fqrcavhcl5oum26hneh54vjsi35aae91bb81jeg" 2025/10/04 01:49:34 DEBUG : Creating backend with remote "/tmp/rclone3398140821" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamejas9tizi'", Local "Local file system at /tmp/rclone3398140821", Modify Window "1ms" 2025/10/04 01:49:36 DEBUG : 測試_Русский___ě_áñ: md5 = 3b4960b67abdbb4eea87f9c012f7eb29 OK NFD checkfile vs. NFC remote (without normalization) 2025/10/04 01:49:36 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/04 01:49:36 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vamejas9tizi' 2025/10/04 01:49:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vamejas9tizi': 1 files missing 2025/10/04 01:49:36 NOTICE: 1 hashes missing 2025/10/04 01:49:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vamejas9tizi': 1 differences found 2025/10/04 01:49:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vamejas9tizi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/04 01:49:37 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 01:49:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vamejas9tizi': 0 differences found 2025/10/04 01:49:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vamejas9tizi': 1 matching files 2025/10/04 01:49:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumevug8buxo" 2025/10/04 01:49:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:49:37 DEBUG : Creating backend with remote "TestDrive:crypt/2fsiuk6ppgr92vc6v8627e885k3lq9jo4t2g1qj3g5nfj7qjl1a0" 2025/10/04 01:49:38 DEBUG : Creating backend with remote "/tmp/rclone688193851" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumevug8buxo'", Local "Local file system at /tmp/rclone688193851", Modify Window "1ms" 2025/10/04 01:49:41 DEBUG : 測試_Русский___ě_áñ: md5 = 2db10cb4efc24e3fb0e989c76b2824d1 OK NFC checkfile vs. NFD remote (without normalization) 2025/10/04 01:49:41 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/04 01:49:41 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vumevug8buxo' 2025/10/04 01:49:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumevug8buxo': 1 files missing 2025/10/04 01:49:41 NOTICE: 1 hashes missing 2025/10/04 01:49:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumevug8buxo': 1 differences found 2025/10/04 01:49:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumevug8buxo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/04 01:49:42 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 01:49:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumevug8buxo': 0 differences found 2025/10/04 01:49:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumevug8buxo': 1 matching files 2025/10/04 01:49:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wekirex5zigo" 2025/10/04 01:49:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:49:42 DEBUG : Creating backend with remote "TestDrive:crypt/0parf94jbmk1p3b383leee6r7g442k709u1aajoo53dbvaath6t0" 2025/10/04 01:49:43 DEBUG : Creating backend with remote "/tmp/rclone1047129841" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wekirex5zigo'", Local "Local file system at /tmp/rclone1047129841", Modify Window "1ms" 2025/10/04 01:49:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d867e8027bfe3b842676e5b92cf9aacd OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/04 01:49:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/04 01:49:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wekirex5zigo' 2025/10/04 01:49:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wekirex5zigo': 1 files missing 2025/10/04 01:49:46 NOTICE: 1 hashes missing 2025/10/04 01:49:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wekirex5zigo': 1 differences found 2025/10/04 01:49:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wekirex5zigo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/04 01:49:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 01:49:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wekirex5zigo': 0 differences found 2025/10/04 01:49:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wekirex5zigo': 1 matching files 2025/10/04 01:49:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-veledob2cuqi" 2025/10/04 01:49:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:49:47 DEBUG : Creating backend with remote "TestDrive:crypt/jf32a3nlc2fvs6u5dfjj19qrpshue6gpt1je653nhbj2idpd64kg" 2025/10/04 01:49:48 DEBUG : Creating backend with remote "/tmp/rclone166829243" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-veledob2cuqi'", Local "Local file system at /tmp/rclone166829243", Modify Window "1ms" 2025/10/04 01:49:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7cbec7ee4d1d9e6711f2a40c1d22f239 OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/04 01:49:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/04 01:49:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-veledob2cuqi' 2025/10/04 01:49:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-veledob2cuqi': 1 files missing 2025/10/04 01:49:51 NOTICE: 1 hashes missing 2025/10/04 01:49:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-veledob2cuqi': 1 differences found 2025/10/04 01:49:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-veledob2cuqi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/04 01:49:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 01:49:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-veledob2cuqi': 0 differences found 2025/10/04 01:49:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-veledob2cuqi': 1 matching files 2025/10/04 01:49:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-janovam2qoro" 2025/10/04 01:49:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:49:53 DEBUG : Creating backend with remote "TestDrive:crypt/r4utqfug0tgrsrgc1femu339phk7h64ig29quglkbt2qtal5r2rg" 2025/10/04 01:49:54 DEBUG : Creating backend with remote "/tmp/rclone869196510" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-janovam2qoro'", Local "Local file system at /tmp/rclone869196510", Modify Window "1ms" 2025/10/04 01:49:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a085157bb6d9bac4307fb87d6cc52320 OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/04 01:49:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/04 01:49:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-janovam2qoro' 2025/10/04 01:49:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-janovam2qoro': 1 files missing 2025/10/04 01:49:57 NOTICE: 1 hashes missing 2025/10/04 01:49:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-janovam2qoro': 1 differences found 2025/10/04 01:49:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-janovam2qoro': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/04 01:49:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 01:49:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-janovam2qoro': 0 differences found 2025/10/04 01:49:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-janovam2qoro': 1 matching files 2025/10/04 01:49:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-woketiv7nivu" 2025/10/04 01:49:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:49:58 DEBUG : Creating backend with remote "TestDrive:crypt/15k10n98e0uftkgsmcnpmqk2ueej00gfmlp4ujr8o2t9taqqmi60" 2025/10/04 01:49:59 DEBUG : Creating backend with remote "/tmp/rclone3630421224" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-woketiv7nivu'", Local "Local file system at /tmp/rclone3630421224", Modify Window "1ms" 2025/10/04 01:50:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5fb6eb087d5f24b3b56217598db4f619 OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/04 01:50:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/04 01:50:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-woketiv7nivu' 2025/10/04 01:50:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-woketiv7nivu': 1 files missing 2025/10/04 01:50:02 NOTICE: 1 hashes missing 2025/10/04 01:50:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-woketiv7nivu': 1 differences found 2025/10/04 01:50:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-woketiv7nivu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/04 01:50:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/04 01:50:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-woketiv7nivu': 0 differences found 2025/10/04 01:50:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-woketiv7nivu': 1 matching files 2025/10/04 01:50:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-woketiv7nivu': Purge remote 2025/10/04 01:50:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-janovam2qoro': Purge remote 2025/10/04 01:50:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-veledob2cuqi': Purge remote 2025/10/04 01:50:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wekirex5zigo': Purge remote 2025/10/04 01:50:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumevug8buxo': Purge remote 2025/10/04 01:50:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamejas9tizi': Purge remote 2025/10/04 01:50:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lacozez3wage': Purge remote 2025/10/04 01:50:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dubaguj5tuxo': Purge remote 2025/10/04 01:50:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-takuyox6dagi': Purge remote 2025/10/04 01:50:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cafepam2tupo': Purge remote --- PASS: TestApplyTransforms (54.98s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:50:08 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/04 01:50:10 DEBUG : sub/file2: md5 = 4f02bcde95163068ee422f820b93cea9 OK 2025/10/04 01:50:10 INFO : file1: Copied (new) to: sub/file2 2025/10/04 01:50:11 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/04 01:50:11 DEBUG : file1: Unchanged skipping 2025/10/04 01:50:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': don't need to copy/move sub/file2, it is already at target location 2025/10/04 01:50:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.54s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:50:17 DEBUG : dst/file1: md5 = 600cda95deb9b9ab25cc7c1740e7ec82 OK 2025/10/04 01:50:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukoliq3leqi/backup" 2025/10/04 01:50:18 DEBUG : Creating backend with remote "TestDrive:crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090/1nrff024r7pq65ecp72fc28jb0" 2025/10/04 01:50:19 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/04 01:50:21 INFO : dst/file1: Moved (server-side) 2025/10/04 01:50:23 DEBUG : dst/file1: md5 = 39534bfac057dbc0191714ae84375b50 OK 2025/10/04 01:50:23 INFO : dst/file1: Copied (new) 2025/10/04 01:50:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 01:50:26 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 01:50:27 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.09s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:50:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukoliq3leqi/dst" 2025/10/04 01:50:27 DEBUG : Creating backend with remote "TestDrive:crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/04 01:50:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukoliq3leqi/CompareDest" 2025/10/04 01:50:29 DEBUG : Creating backend with remote "TestDrive:crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090/gveqi14airsml4bgu7krj116o8" 2025/10/04 01:50:31 DEBUG : one: Need to transfer - File not found at Destination 2025/10/04 01:50:33 DEBUG : one: md5 = 9ca286b8ae77b61b6c772db2d4a0eb29 OK 2025/10/04 01:50:33 INFO : one: Copied (new) 2025/10/04 01:50:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/04 01:50:36 DEBUG : one: md5 = e3e8770448193538eded43e0a69e1360 OK 2025/10/04 01:50:36 INFO : one: Copied (replaced existing) 2025/10/04 01:50:38 DEBUG : dst/one: md5 = 754a1fbf07a0e1570f439ef0d1d7b28e OK 2025/10/04 01:50:41 DEBUG : CompareDest/one: md5 = 2d74bb54d8d577bcb4ab753168c8cc59 OK 2025/10/04 01:50:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/04 01:50:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 01:50:42 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/04 01:50:44 DEBUG : CompareDest/two: md5 = fce25839462a8e2006848e7702df2cc7 OK 2025/10/04 01:50:45 DEBUG : two: Need to transfer - File not found at Destination 2025/10/04 01:50:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 01:50:45 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/04 01:50:45 DEBUG : two: Need to transfer - File not found at Destination 2025/10/04 01:50:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 01:50:46 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/04 01:50:47 DEBUG : two: Need to transfer - File not found at Destination 2025/10/04 01:50:47 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/04 01:50:49 DEBUG : two: md5 = 9b7c2a463957160a1618efb2b8bb00bb OK 2025/10/04 01:50:49 INFO : two: Copied (new) 2025/10/04 01:50:52 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/04 01:50:52 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:50:53 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:50:53 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (26.11s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:50:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukoliq3leqi/dst" 2025/10/04 01:50:54 DEBUG : Creating backend with remote "TestDrive:crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/04 01:50:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukoliq3leqi/CopyDest" 2025/10/04 01:50:55 DEBUG : Creating backend with remote "TestDrive:crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/04 01:50:57 DEBUG : one: Need to transfer - File not found at Destination 2025/10/04 01:50:59 DEBUG : one: md5 = e22e11314371c77f4ebc689e9cfccd5a OK 2025/10/04 01:50:59 INFO : one: Copied (new) 2025/10/04 01:51:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/04 01:51:02 DEBUG : one: md5 = 0b78f877e6c8a5da7a67651565bd570c OK 2025/10/04 01:51:02 INFO : one: Copied (replaced existing) 2025/10/04 01:51:04 DEBUG : dst/one: md5 = ee57774528463651b2065d1a28d998b7 OK 2025/10/04 01:51:06 DEBUG : CopyDest/one: md5 = ebdb7a9125395f98635c7033ce17ee9c OK 2025/10/04 01:51:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukoliq3leqi/BackupDir" 2025/10/04 01:51:07 DEBUG : Creating backend with remote "TestDrive:crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/04 01:51:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/04 01:51:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 01:51:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/04 01:51:11 INFO : one: Moved (server-side) 2025/10/04 01:51:12 INFO : one: Copied (server-side copy) 2025/10/04 01:51:12 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/04 01:51:14 DEBUG : CopyDest/two: md5 = a3d8866cd1abe320772724f7e6a8b9a4 OK 2025/10/04 01:51:15 DEBUG : two: Need to transfer - File not found at Destination 2025/10/04 01:51:15 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 01:51:16 INFO : two: Copied (server-side copy) 2025/10/04 01:51:16 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/04 01:51:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/04 01:51:17 DEBUG : two: Unchanged skipping 2025/10/04 01:51:19 DEBUG : CopyDest/three: md5 = 36c148aa890e28231c0c6f4feb5c853f OK 2025/10/04 01:51:20 DEBUG : three: Need to transfer - File not found at Destination 2025/10/04 01:51:20 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/04 01:51:20 DEBUG : three: Destination not found in --copy-dest 2025/10/04 01:51:21 DEBUG : three: md5 = 27485aec5e700a3168a5c23723c0fa7c OK 2025/10/04 01:51:21 INFO : three: Copied (new) 2025/10/04 01:51:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/04 01:51:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:51:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/04 01:51:27 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/04 01:51:27 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:51:27 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/04 01:51:27 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.48s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:51:30 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/04 01:51:32 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 6798c5c68cc774a47932b2d5c35c812e OK 2025/10/04 01:51:32 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/04 01:51:33 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/04 01:51:33 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/10/04 01:51:33 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/04 01:51:34 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/04 01:51:36 DEBUG : TestCopyFileMaxTransfer/file4: md5 = bb4876108985e4f8334c89211ec22e35 OK 2025/10/04 01:51:36 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/04 01:51:38 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/04 01:51:38 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.48s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.51s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:51:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Looking for duplicate names using skip mode. 2025/10/04 01:51:43 NOTICE: one: Found 2 files with duplicate names 2025/10/04 01:51:43 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.90s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:51:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Looking for duplicate names using skip mode. 2025/10/04 01:51:49 NOTICE: one: Found 3 files with duplicate names 2025/10/04 01:51:49 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/04 01:51:49 INFO : one: Deleted 2025/10/04 01:51:49 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.95s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:51:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Looking for duplicate names using first mode. 2025/10/04 01:51:56 NOTICE: one: Found 3 files with duplicate names 2025/10/04 01:51:56 INFO : one: Deleted 2025/10/04 01:51:57 INFO : one: Deleted 2025/10/04 01:51:57 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.63s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:52:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Looking for duplicate names using newest mode. 2025/10/04 01:52:02 NOTICE: one: Found 3 files with duplicate names 2025/10/04 01:52:03 INFO : one: Deleted 2025/10/04 01:52:03 INFO : one: Deleted 2025/10/04 01:52:03 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.92s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:52:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Looking for duplicate names using oldest mode. 2025/10/04 01:52:10 NOTICE: one: Found 3 files with duplicate names 2025/10/04 01:52:10 INFO : one: Deleted 2025/10/04 01:52:11 INFO : one: Deleted 2025/10/04 01:52:11 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.86s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:52:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Looking for duplicate names using largest mode. 2025/10/04 01:52:16 NOTICE: one: Found 3 files with duplicate names 2025/10/04 01:52:17 INFO : one: Deleted 2025/10/04 01:52:17 INFO : one: Deleted 2025/10/04 01:52:17 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.42s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:52:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Looking for duplicate names using smallest mode. 2025/10/04 01:52:23 NOTICE: one: Found 3 files with duplicate names 2025/10/04 01:52:24 INFO : one: Deleted 2025/10/04 01:52:24 INFO : one: Deleted 2025/10/04 01:52:24 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.98s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:52:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Looking for duplicate names using rename mode. 2025/10/04 01:52:31 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/04 01:52:33 INFO : one-2.txt: renamed from: one.txt 2025/10/04 01:52:34 INFO : one-3.txt: renamed from: one.txt 2025/10/04 01:52:35 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.87s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:52:40 DEBUG : dupe1/one.txt: md5 = b61cf61decc56680539255957bf36128 OK 2025/10/04 01:52:42 DEBUG : dupe2/two.txt: md5 = 8d655835ba89210274b6a9adac5898b5 OK 2025/10/04 01:52:44 DEBUG : dupe3/three.txt: md5 = b3069935cf24a1f2bdf15bbeb76b3b6f OK 2025/10/04 01:52:44 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/04 01:52:45 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/04 01:52:46 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/04 01:52:46 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/04 01:52:49 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/04 01:52:49 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/04 01:52:49 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.70s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:52:52 DEBUG : a.txt: md5 = eb2486c28ed65744094ec970301d8e70 OK 2025/10/04 01:52:53 DEBUG : zend.txt: md5 = d6f63d75bb1b1b17b6f5453c5b910ad3 OK 2025/10/04 01:52:55 DEBUG : sub dir/hello world: md5 = e22d82552a3125d31ae9151faab13ba9 OK 2025/10/04 01:52:57 DEBUG : sub dir/hello world2: md5 = 44bee9106985be4e1f88453b4f554adc OK 2025/10/04 01:52:59 DEBUG : sub dir/ignore dir/.ignore: md5 = 9c2f9bf82632a861bcfb22c4a7da1a11 OK 2025/10/04 01:53:01 DEBUG : sub dir/ignore dir/should be ignored: md5 = 8dc0747ada5b4e18ae8fadde6d1f4544 OK 2025/10/04 01:53:03 DEBUG : sub dir/sub sub dir/hello world3: md5 = aaf33e851870d4f18cbf8323bd78edc6 OK 2025/10/04 01:53:04 DEBUG : a.txt: Excluded (Size Filter) 2025/10/04 01:53:04 DEBUG : a.txt: Excluded 2025/10/04 01:53:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/04 01:53:05 DEBUG : sub dir/hello world: Excluded 2025/10/04 01:53:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/04 01:53:05 DEBUG : sub dir/hello world2: Excluded 2025/10/04 01:53:05 DEBUG : sub dir/ignore dir: Excluded 2025/10/04 01:53:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/04 01:53:05 DEBUG : sub dir/hello world: Excluded 2025/10/04 01:53:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/04 01:53:05 DEBUG : sub dir/hello world2: Excluded 2025/10/04 01:53:06 DEBUG : sub dir/ignore dir: Excluded 2025/10/04 01:53:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/04 01:53:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/04 01:53:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/04 01:53:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/04 01:53:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/04 01:53:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/04 01:53:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.03s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:53:14 DEBUG : a.txt: md5 = 5062b72cc1ef785116f10d88979a3b1a OK 2025/10/04 01:53:15 DEBUG : zend.txt: md5 = 9d9f18d894110eab25489bdd2fa9610e OK 2025/10/04 01:53:17 DEBUG : sub dir/hello world: md5 = ab0d81316e59c81f73245db1a884b84f OK 2025/10/04 01:53:19 DEBUG : sub dir/hello world2: md5 = 0a7b37c67889c0979d17ca9f27655cc1 OK 2025/10/04 01:53:21 DEBUG : sub dir/ignore dir/.ignore: md5 = b784d367f80d961fb4b3f40059ba0010 OK 2025/10/04 01:53:23 DEBUG : sub dir/ignore dir/should be ignored: md5 = a04c448f94e0e2b9f48b2c813570386a OK 2025/10/04 01:53:25 DEBUG : sub dir/sub sub dir/hello world3: md5 = 4b3f5f6888c347428229f4e0111f3374 OK 2025/10/04 01:53:26 DEBUG : a.txt: Excluded (Size Filter) 2025/10/04 01:53:26 DEBUG : a.txt: Excluded 2025/10/04 01:53:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/04 01:53:27 DEBUG : sub dir/hello world2: Excluded 2025/10/04 01:53:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/04 01:53:27 DEBUG : sub dir/hello world: Excluded 2025/10/04 01:53:27 DEBUG : sub dir/ignore dir: Excluded 2025/10/04 01:53:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/04 01:53:27 DEBUG : sub dir/hello world2: Excluded 2025/10/04 01:53:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/04 01:53:27 DEBUG : sub dir/hello world: Excluded 2025/10/04 01:53:28 DEBUG : sub dir/ignore dir: Excluded 2025/10/04 01:53:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/04 01:53:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/04 01:53:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/04 01:53:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/04 01:53:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/04 01:53:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/10/04 01:53:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (22.04s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:53:36 DEBUG : file1: md5 = 7faf80a1d1d7f62d269037d9d55ad33b OK 2025/10/04 01:53:38 DEBUG : sub/file2: md5 = 9d4efa2ff7bd83a4fd649ed8212d0e1d OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/10/04 01:53:41 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/04 01:53:41 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/04 01:53:41 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/04 01:53:43 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.76s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.21s) --- PASS: TestListJSON/DirsOnly (0.22s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.28s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.64s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:53:45 DEBUG : file1: md5 = 580308e574a3cdc82bcbc3b6682a3f19 OK 2025/10/04 01:53:48 DEBUG : sub/file2: md5 = e6359093a91ffe03106dc5dcac8b826f OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/10/04 01:53:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukoliq3leqi/notfound" 2025/10/04 01:53:52 DEBUG : Config file has changed externally - reloading 2025/10/04 01:53:52 DEBUG : Creating backend with remote "TestDrive:crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090/qe0i31qdkoejk60elps0ni5sqk" 2025/10/04 01:53:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.98s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.58s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.83s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:53:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Making directory 2025/10/04 01:53:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Making directory --- PASS: TestMkdir (0.65s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:53:59 DEBUG : sub dir/hello world: md5 = 375f78c7da71b623542918b49ce521c5 OK 2025/10/04 01:54:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.72s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:54:03 DEBUG : potato2: md5 = 5262f1485c9132215901975f707d8d7b OK 2025/10/04 01:54:04 DEBUG : empty space: md5 = 87ec5eac3dbef2a4e895fd29231b56c3 OK --- PASS: TestLs (4.80s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:54:08 DEBUG : potato2: md5 = 53f08b77425c87484f7c9bef4be61e94 OK 2025/10/04 01:54:09 DEBUG : empty space: md5 = bd9c7c41c1fc57d848fe0b4c3cdea4b5 OK 2025/10/04 01:54:10 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.12s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:54:13 DEBUG : potato2: md5 = 87a3597206b8b814e31057492c0e6498 OK 2025/10/04 01:54:14 DEBUG : empty space: md5 = 197b386d28ec836025b172bd5ed56108 OK --- PASS: TestLsLong (5.00s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:54:18 DEBUG : potato2: md5 = ffee7f26cc33d749740724c4380aca67 OK 2025/10/04 01:54:19 DEBUG : empty space: md5 = 1f0402adb87f45993a74e2c8720a85ae OK --- PASS: TestHashSums (5.00s) === RUN TestHashSumsWithErrors 2025/10/04 01:54:21 DEBUG : Creating backend with remote ":memory:" 2025/10/04 01:54:21 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/04 01:54:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/04 01:54:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/04 01:54:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/04 01:54:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/04 01:54:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/04 01:54:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/04 01:54:21 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/04 01:54:21 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-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:54:23 DEBUG : potato2: md5 = c9a2db526d1642d41ca88e9efd4c51fd OK 2025/10/04 01:54:24 DEBUG : empty space: md5 = caf1231512b411547801280f3014eeaa OK 2025/10/04 01:54:26 DEBUG : sub dir/potato3: md5 = 42b045dce4ec2ccc32aeeb6ffc954a6f OK 2025/10/04 01:54:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.65s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:54:31 DEBUG : small: md5 = 6f2aa3bad2a691bb33926e4cc223b64b OK 2025/10/04 01:54:33 DEBUG : medium: md5 = 15f648c64851aea49acb5874fdc01d9c OK 2025/10/04 01:54:34 DEBUG : large: md5 = fe6857b4eb1ca2b79b46476a948447a9 OK 2025/10/04 01:54:35 DEBUG : Waiting for deletions to finish 2025/10/04 01:54:35 DEBUG : large: Excluded (Size Filter) 2025/10/04 01:54:35 INFO : medium: Deleted 2025/10/04 01:54:36 INFO : small: Deleted --- PASS: TestDelete (6.98s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:54:38 DEBUG : small: md5 = 58d81b8a5fafe32fba1d5d8d63d7b375 OK 2025/10/04 01:54:40 DEBUG : medium: md5 = b5eaa604863730231f74f22d968c6f23 OK 2025/10/04 01:54:41 DEBUG : large: md5 = 603cd51f36c39f84053cfd145ac53fd4 OK 2025/10/04 01:54:41 DEBUG : Waiting for deletions to finish 2025/10/04 01:54:42 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/10/04 01:54:42 INFO : medium: Deleted 2025/10/04 01:54:42 INFO : small: Deleted --- PASS: TestMaxDelete (6.89s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:54:45 DEBUG : small: md5 = d906c50e30eb97401411a3479ff382f2 OK 2025/10/04 01:54:47 DEBUG : medium: md5 = 51cb0c022ce1a286075266bad445a0d9 OK 2025/10/04 01:54:48 DEBUG : large: md5 = 0871e4e26e72a6f3b7f49509d09659ab OK 2025/10/04 01:54:48 DEBUG : Waiting for deletions to finish 2025/10/04 01:54:49 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/04 01:54:49 INFO : small: Deleted 2025/10/04 01:54:49 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.05s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:54:52 DEBUG : small: md5 = d21e7d2cc49f20f1599a0892a7ef6d41 OK 2025/10/04 01:54:54 DEBUG : medium: md5 = be5230c5f4d4022209c19eb04cac2cc7 OK 2025/10/04 01:54:55 DEBUG : large: md5 = bc3479820017199dfe8c586e8da168e2 OK 2025/10/04 01:54:56 DEBUG : Waiting for deletions to finish 2025/10/04 01:54:56 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/10/04 01:54:56 INFO : large: Deleted 2025/10/04 01:54:56 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.19s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:54:59 DEBUG : ReadFile: md5 = 3dc5c75784b7c5e8cb7241e994821b4d OK --- PASS: TestReadFile (4.28s) === RUN TestRetry 2025/10/04 01:55:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/04 01:55:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/04 01:55:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/04 01:55:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/04 01:55:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/04 01:55:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/04 01:55:02 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-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:55:04 DEBUG : file1: md5 = 2b0cd05ebbc1170f1f9c87bc905560ed OK 2025/10/04 01:55:05 DEBUG : file2: md5 = f9988a5503c6bcf51f17c191b9714a3f OK --- PASS: TestCat (15.92s) === RUN TestPurge 2025/10/04 01:55:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mazayor2loje" 2025/10/04 01:55:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/04 01:55:18 DEBUG : Creating backend with remote "TestDrive:crypt/plch3a7fnhggc7sij2bnjki8n1v6puui8edcint3c2c8olahnnd0" 2025/10/04 01:55:19 DEBUG : Creating backend with remote "/tmp/rclone1938242614" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mazayor2loje'", Local "Local file system at /tmp/rclone1938242614", Modify Window "1ms" 2025/10/04 01:55:23 DEBUG : A1/B1/C1/one: md5 = 2e5c33ec52a14d5a5144342747924eab OK 2025/10/04 01:55:23 INFO : A2: Making directory 2025/10/04 01:55:24 INFO : A1/B2: Making directory 2025/10/04 01:55:25 INFO : A1/B2/C2: Making directory 2025/10/04 01:55:26 INFO : A1/B1/C3: Making directory 2025/10/04 01:55:26 INFO : A3: Making directory 2025/10/04 01:55:27 INFO : A3/B3: Making directory 2025/10/04 01:55:28 INFO : A3/B3/C4: Making directory 2025/10/04 01:55:30 DEBUG : A1/two: md5 = c509907d25a450c990bbb6f924863326 OK 2025/10/04 01:55:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mazayor2loje': Purge remote 2025/10/04 01:55:34 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.00s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:55:38 DEBUG : A1/B1/C1/one: md5 = f0ffe8578d7b348638a5909203f2acce OK 2025/10/04 01:55:38 INFO : A2: Making directory 2025/10/04 01:55:39 INFO : A1/B2: Making directory 2025/10/04 01:55:40 INFO : A1/B2/C2: Making directory 2025/10/04 01:55:40 INFO : A1/B1/C3: Making directory 2025/10/04 01:55:41 INFO : A3: Making directory 2025/10/04 01:55:42 INFO : A3/B3: Making directory 2025/10/04 01:55:43 INFO : A3/B3/C4: Making directory 2025/10/04 01:55:45 DEBUG : A1/two: md5 = 2be04510d0b5508b0a5e875c5b604c9e OK 2025/10/04 01:55:46 DEBUG : removing 1 level 3 directories 2025/10/04 01:55:46 INFO : A3/B3/C4: Removing directory 2025/10/04 01:55:49 DEBUG : removing 2 level 3 directories 2025/10/04 01:55:49 INFO : A1/B2/C2: Removing directory 2025/10/04 01:55:49 INFO : A1/B1/C3: Removing directory 2025/10/04 01:55:49 DEBUG : removing 2 level 2 directories 2025/10/04 01:55:49 INFO : A3/B3: Removing directory 2025/10/04 01:55:49 INFO : A1/B2: Removing directory 2025/10/04 01:55:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/04 01:55:49 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/04 01:55:50 DEBUG : removing 2 level 1 directories 2025/10/04 01:55:50 INFO : A3: Removing directory 2025/10/04 01:55:50 INFO : A2: Removing directory 2025/10/04 01:55:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/04 01:55:54 DEBUG : removing 1 level 3 directories 2025/10/04 01:55:54 INFO : A1/B1/C1: Removing directory 2025/10/04 01:55:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:55 DEBUG : removing 1 level 2 directories 2025/10/04 01:55:55 INFO : A1/B1: Removing directory 2025/10/04 01:55:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/04 01:55:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 01:55:55 DEBUG : removing 1 level 1 directories 2025/10/04 01:55:55 INFO : A1: Removing directory 2025/10/04 01:55:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/04 01:55:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/04 01:55:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/04 01:55:56 DEBUG : removing 1 level 0 directories 2025/10/04 01:55:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Removing directory 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/04 01:55:56 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" --- PASS: TestRmdirsNoLeaveRoot (23.39s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:55:58 INFO : A1: Making directory 2025/10/04 01:55:59 INFO : A1/B1: Making directory 2025/10/04 01:56:00 INFO : A1/B1/C1: Making directory 2025/10/04 01:56:02 DEBUG : removing 1 level 3 directories 2025/10/04 01:56:02 INFO : A1/B1/C1: Removing directory 2025/10/04 01:56:03 DEBUG : removing 1 level 2 directories 2025/10/04 01:56:03 INFO : A1/B1: Removing directory 2025/10/04 01:56:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 01:56:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.86s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:56:05 INFO : A1: Making directory 2025/10/04 01:56:06 INFO : A1/B1: Making directory 2025/10/04 01:56:07 INFO : A1/B1/C1: Making directory 2025/10/04 01:56:09 DEBUG : removing 1 level 3 directories 2025/10/04 01:56:09 INFO : A1/B1/C1: Removing directory 2025/10/04 01:56:10 DEBUG : removing 1 level 2 directories 2025/10/04 01:56:10 INFO : A1/B1: Removing directory 2025/10/04 01:56:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 01:56:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.19s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:56:14 DEBUG : file1: md5 = 795af2cb43b4c9bfd099cee64ece94e8 OK 2025/10/04 01:56:15 DEBUG : filename.txt: File name found in url 2025/10/04 01:56:16 DEBUG : filename.txt: md5 = a6c3c1cb018f1878529a177ce1f6eee8 OK 2025/10/04 01:56:16 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/04 01:56:18 DEBUG : headerfilename.txt: md5 = ff0f0d0b383924ddbccdbd9431f4a64a OK 2025/10/04 01:56:19 DEBUG : file2: md5 = 248ae17a993e51930b712859b731bc61 OK --- PASS: TestCopyURL (9.28s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:56:22 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/04 01:56:24 DEBUG : sub/file2: md5 = e0456de6fd74f623193aa2803ed46664 OK 2025/10/04 01:56:24 INFO : file1: Copied (new) to: sub/file2 2025/10/04 01:56:24 INFO : file1: Deleted 2025/10/04 01:56:25 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/04 01:56:25 DEBUG : file1: Unchanged skipping 2025/10/04 01:56:25 INFO : file1: Deleted 2025/10/04 01:56:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': don't need to copy/move sub/file2, it is already at target location 2025/10/04 01:56:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.85s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:56:28 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/04 01:56:29 DEBUG : file1: md5 = a6afa26acfd9b95ef2f2e23bec7d86ad OK 2025/10/04 01:56:29 INFO : file1: Copied (new) 2025/10/04 01:56:29 INFO : file1: Deleted 2025/10/04 01:56:30 DEBUG : file1: Destination exists, skipping 2025/10/04 01:56:30 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.40s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:56:34 DEBUG : dst/file1: md5 = a5af8e096d83908d9e79ee30df567243 OK 2025/10/04 01:56:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukoliq3leqi/backup" 2025/10/04 01:56:35 DEBUG : Config file has changed externally - reloading 2025/10/04 01:56:35 DEBUG : Creating backend with remote "TestDrive:crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090/1nrff024r7pq65ecp72fc28jb0" 2025/10/04 01:56:36 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/04 01:56:39 INFO : dst/file1: Moved (server-side) 2025/10/04 01:56:40 DEBUG : dst/file1: md5 = 8f6d745b06cc526e1b73ca5e614ededf OK 2025/10/04 01:56:40 INFO : dst/file1: Copied (new) 2025/10/04 01:56:40 INFO : dst/file1: Deleted 2025/10/04 01:56:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 01:56:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/04 01:56:44 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.65s) === 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-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:56:47 DEBUG : A1/one: md5 = 71ac30425ce03b1d2816f3fba680d492 OK 2025/10/04 01:56:48 DEBUG : A1/two: md5 = beec89b16c7c16b2ef5e104506e12ed2 OK 2025/10/04 01:56:51 DEBUG : A1/B1/three: md5 = ef53bae06d604feddf01a4aedcfbcae5 OK 2025/10/04 01:56:53 DEBUG : A1/B1/C1/four: md5 = 35a167024b1f483d230b5aaec2a43123 OK 2025/10/04 01:56:55 DEBUG : A1/B1/C2/five: md5 = 16a42c8ba6817ecf01dcdb942557dce1 OK 2025/10/04 01:56:55 INFO : A1/B2: Making directory 2025/10/04 01:56:56 INFO : A1/B1/C3: Making directory 2025/10/04 01:57:05 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/04 01:57:05 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/04 01:57:05 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/04 01:57:05 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/04 01:57:05 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/04 01:57:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/04 01:57:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/04 01:57:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 01:57:09 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/04 01:57:09 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/04 01:57:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/04 01:57:17 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/04 01:57:17 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/04 01:57:17 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/04 01:57:17 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/04 01:57:17 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/04 01:57:20 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/04 01:57:20 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/04 01:57:20 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 01:57:21 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/04 01:57:21 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/04 01:57:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/04 01:57:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/04 01:57:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/04 01:57:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/04 01:57:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/04 01:57:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/04 01:57:29 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/04 01:57:29 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/04 01:57:29 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/04 01:57:29 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.72s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:57:29 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:57:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/04 01:57:31 DEBUG : no_checksum_small_file_from_pipe: md5 = 2ba508a1fa83fe6ce30b9416af261f44 OK 2025/10/04 01:57:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/04 01:57:31 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/04 01:57:32 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/04 01:57:33 DEBUG : no_checksum_big_file_from_pipe: md5 = eaf36648fb8057fddb19fee8aa3cf82f OK 2025/10/04 01:57:33 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-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:57:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/04 01:57:36 DEBUG : with_checksum_small_file_from_pipe: md5 = a557bed47d029d0703eef9db54bcffc7 OK 2025/10/04 01:57:36 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/04 01:57:37 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/04 01:57:38 DEBUG : with_checksum_big_file_from_pipe: md5 = 73f7ae0eefc3c5ff47cd45ce1f93cff9 OK 2025/10/04 01:57:38 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-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:57:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/04 01:57:41 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/04 01:57:42 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/04 01:57:43 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-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:57:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/04 01:57:47 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/04 01:57:47 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/04 01:57:48 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.19s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.92s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.05s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.13s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.10s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/04 01:57:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': File to upload is small (48 bytes), uploading instead of streaming 2025/10/04 01:57:52 DEBUG : rcat_metadata: md5 = 950eb2d6406296c7653be52a535eea42 OK 2025/10/04 01:57:52 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/04 01:57:54 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/04 01:57:55 DEBUG : rcat_metadata_uploadcutoff0: md5 = 56a4b00130f8d4327b8be2ac6074a1c6 OK 2025/10/04 01:57:55 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.03s) --- PASS: TestRcatMetadata/Normal (2.82s) --- PASS: TestRcatMetadata/ViaDisk (2.75s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:57:58 DEBUG : potato1: md5 = afb8a564ecddc6a025a31cc6ad9b3ad8 OK 2025/10/04 01:57:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': File to upload is small (60 bytes), uploading instead of streaming 2025/10/04 01:57:59 DEBUG : potato2: md5 = 45adac9bafb2c047e99b45fee11d0fd1 OK 2025/10/04 01:57:59 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.76s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:58:02 DEBUG : potato1: md5 = dd93b812c69d247fd77e3f99dd917a40 OK 2025/10/04 01:58:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': File to upload is small (60 bytes), uploading instead of streaming 2025/10/04 01:58:04 DEBUG : potato2: md5 = 4f6eadf0af89d8b83b4aa0135c873347 OK 2025/10/04 01:58:04 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.07s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:58:07 DEBUG : potato2: md5 = 54a65676b77a1f004c28bd33bf1d4baa OK 2025/10/04 01:58:09 DEBUG : empty space: md5 = 4c9bb5728ae594d170d8f21c57489e0b OK 2025/10/04 01:58:11 DEBUG : sub dir/potato3: md5 = 8c6fc152abbd1852ab3658ea52052e38 OK 2025/10/04 01:58:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Touching "sub dir/potato3" 2025/10/04 01:58:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Touching "empty space" 2025/10/04 01:58:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Touching "potato2" 2025/10/04 01:58:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.99s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:58:16 DEBUG : dir with metadata: Making directory with metadata 2025/10/04 01:58:17 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.49s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:58:18 DEBUG : directory with modtime: Making directory with metadata 2025/10/04 01:58:19 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.34s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:58:21 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/04 01:58:21 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/04 01:58:21 DEBUG : Google drive root 'crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090': Skipping btime metadata as can't update it on an existing file: 2025-10-04T01:58:21.169969474Z 2025/10/04 01:58:21 INFO : non existent directory: Updated directory metadata 2025/10/04 01:58:23 DEBUG : Google drive root 'crypt/kt6s93pcnud8ossdtngjoqpou37kbik88tv3p4ikbb62g4vfu090': Skipping btime metadata as can't update it on an existing file: 2025-10-04T01:58:21.169969474Z 2025/10/04 01:58:24 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.74s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:58:25 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/04 01:58:27 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/04 01:58:28 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.09s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:58:30 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/04 01:58:30 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/04 01:58:30 DEBUG : dst: Making directory with metadata 2025/10/04 01:58:30 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/04 01:58:30 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/04 01:58:31 INFO : dst: Set directory modification time (using SetModTime) 2025/10/04 01:58:31 INFO : dst: Set directory modification time (using SetModTime) 2025/10/04 01:58:31 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/04 01:58:32 INFO : dst: Set directory modification time (using SetModTime) 2025/10/04 01:58:32 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.68s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi'", Local "Local file system at /tmp/rclone301149", Modify Window "1ms" 2025/10/04 01:58:36 DEBUG : sub dir/test remove existing: md5 = fa8f00281790285a25f177dd22d58911 OK 2025/10/04 01:58:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 2824104e0575c6735fe70d2eb2d63928 OK 2025/10/04 01:58:39 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.xotanow1" before starting 2025/10/04 01:58:40 DEBUG : sub dir/test remove existing.xotanow1: TEST: removing renamed existing file after operation 2025/10/04 01:58:41 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hezuvef8" before starting 2025/10/04 01:58:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hezuvef8: TEST: renaming existing back after failed operation 2025/10/04 01:58:43 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vevejop9" before starting 2025/10/04 01:58:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vevejop9: TEST: removing renamed existing file after operation 2025/10/04 01:58:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mb2vn9g5guema7f42b09nia98cj076is483780encpktllv57em0" 2025/10/04 01:58:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "hebe06ikpcum9uvlrhfspa9cbnnlgi3u7auehu7el0sbb5hafsktd052ivf2tkh724g1j9viqmp96aur9rkq1h3ve6q9i4r2lp3m4bfslmerfujkfri6qj6vbg65bjkuf0nlbvus3vkom7a99v9afs74bqk1sn65kg7usj259j57d2sq3if0" --- PASS: TestRemoveExisting (13.38s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/10/04 01:58:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukoliq3leqi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m5.186837888s (try 1/5)