"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/10/21 01:08:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nexuzag5xixo" 2025/10/21 01:08:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:08:55 DEBUG : Creating backend with remote "TestDrive:crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0" 2025/10/21 01:08:56 DEBUG : Creating backend with remote "/tmp/rclone3520224495" === 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-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.27s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/21 01:08:57 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/21 01:08:57 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/21 01:08:57 DEBUG : potato: Seek from 10 to 0 2025/10/21 01:08:57 DEBUG : potato: Seek from 10 to 0 2025/10/21 01:08:57 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/21 01:08:57 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/21 01:08:57 DEBUG : potato: Seek from 5 to 2 2025/10/21 01:08:57 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/21 01:08:57 DEBUG : potato: Seek from 7 to 0 2025/10/21 01:08:57 DEBUG : potato: Seek from 7 to 0 2025/10/21 01:08:57 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/21 01:08:57 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/21 01:08:57 DEBUG : potato: Seek from 5 to 2 2025/10/21 01:08:57 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/21 01:08:57 DEBUG : potato: Seek from 8 to 0 2025/10/21 01:08:57 DEBUG : potato: Seek from 8 to 0 2025/10/21 01:08:57 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/21 01:08:57 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/21 01:08:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/21 01:08:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/21 01:08:57 DEBUG : potato: Seek from 5 to 2 2025/10/21 01:08:57 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/21 01:08:57 DEBUG : potato: Seek from 9 to 0 2025/10/21 01:08:57 DEBUG : potato: Seek from 9 to 0 2025/10/21 01:08:57 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-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:08:59 DEBUG : rutabaga: md5 = 6a23c42dbb04b15aff63d378d4175eea OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/21 01:09:02 DEBUG : empty space: md5 = de96b138df42af2f1c57291251d95f05 OK === RUN TestCheck/3 2025/10/21 01:09:04 DEBUG : potato2: md5 = a5c5f1b8594cb2ed63b06d80705acce1 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/21 01:09:07 DEBUG : remotepotato: md5 = da51b4c1492d7011607043036cc88fe1 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.60s) --- PASS: TestCheck/1 (0.36s) --- PASS: TestCheck/2 (0.30s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.31s) --- PASS: TestCheck/6 (0.29s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/10/21 01:09:10 DEBUG : Creating backend with remote "nonexistent" 2025/10/21 01:09:10 DEBUG : Creating backend with remote "nonexistent" 2025/10/21 01:09:10 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/21 01:09:10 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/21 01:09:10 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/21 01:09:10 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-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:09:12 DEBUG : rutabaga: md5 = ef7f7f24c5f61ad05768114e907579a5 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/21 01:09:16 DEBUG : empty space: md5 = 1f7f5f40ecb0d2f0fd0bfc3d1fedec14 OK === RUN TestCheckDownload/3 2025/10/21 01:09:19 DEBUG : potato2: md5 = dc551916308e7b1625dde28f3c582f13 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/21 01:09:23 DEBUG : remotepotato: md5 = 269d79d154590a2d9bcdc0368411f8a8 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.89s) --- PASS: TestCheckDownload/1 (1.45s) --- PASS: TestCheckDownload/2 (0.92s) --- PASS: TestCheckDownload/3 (0.90s) --- PASS: TestCheckDownload/4 (1.40s) --- PASS: TestCheckDownload/5 (1.17s) --- PASS: TestCheckDownload/6 (1.34s) --- PASS: TestCheckDownload/7 (0.87s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:09:30 DEBUG : rutabaga: md5 = f588ca6e3443b56ed2796948e959a047 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/21 01:09:32 DEBUG : empty space: md5 = 03f99f230ee209c089ace0bdbd25243f OK === RUN TestCheckSizeOnly/3 2025/10/21 01:09:35 DEBUG : potato2: md5 = 582ef188d0199a0ea373682532a2e574 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/21 01:09:37 DEBUG : remotepotato: md5 = 6d9aa44b3407567869693371e07f4ca0 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.14s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.31s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:09:42 DEBUG : test.sum: md5 = 4058ce4285467ef124d1928acf040968 OK 2025/10/21 01:09:43 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/21 01:09:43 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/21 01:09:43 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/21 01:09:43 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/21 01:09:45 DEBUG : test.sum: md5 = 6bbaa1f091709d5b6557074f42b4bef4 OK 2025/10/21 01:09:46 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/21 01:09:46 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/21 01:09:46 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/21 01:09:46 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.86s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:09:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nexuzag5xixo/data" 2025/10/21 01:09:47 DEBUG : Creating backend with remote "TestDrive:crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.22s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:09:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nexuzag5xixo/data" 2025/10/21 01:09:50 DEBUG : Creating backend with remote "TestDrive:crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0/vjrnln8ratgmqakfosrqe8espk" 2025/10/21 01:09:54 DEBUG : data/banana: md5 = 30c3725d3ad03842cdcea8b34c2afb8e OK 2025/10/21 01:09:55 DEBUG : test.sum: md5 = be29c37f4267883ea9798932a9bff48a OK === RUN TestCheckSumDownload/subtest1 2025/10/21 01:10:00 DEBUG : data/potato: md5 = ddc0d13fb56f29c8a3a87fc07974bf07 OK 2025/10/21 01:10:02 DEBUG : test.sum: md5 = 24a652954caad9305514b547b041bb1a OK === RUN TestCheckSumDownload/subtest2 2025/10/21 01:10:06 DEBUG : test.sum: md5 = a45277d1b7a22efe329aa34654e87205 OK === RUN TestCheckSumDownload/subtest3 2025/10/21 01:10:11 DEBUG : test.sum: md5 = 4c6df77a6b29cdd93639c926161c306c OK === RUN TestCheckSumDownload/subtest4 2025/10/21 01:10:15 DEBUG : test.sum: md5 = 6480218f94ba6157f0f5bdb0c4d3909b OK === RUN TestCheckSumDownload/subtest5 2025/10/21 01:10:19 DEBUG : test.sum: md5 = 1c1d421206be8437785fdbd0076fa655 OK === RUN TestCheckSumDownload/subtest6 2025/10/21 01:10:24 DEBUG : data/banana: md5 = c901bca0b1af52e85f6722c6e6dc40b4 OK 2025/10/21 01:10:25 DEBUG : data/potato: md5 = 77c42c6ed50184380837d99b587af8ec OK 2025/10/21 01:10:27 DEBUG : test.sum: md5 = 2cd1746eefee58113cf88d3d47bd38a0 OK === RUN TestCheckSumDownload/subtest7 2025/10/21 01:10:32 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/10/21 01:10:32 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (43.36s) --- PASS: TestCheckSumDownload/subtest1 (2.70s) --- PASS: TestCheckSumDownload/subtest2 (2.13s) --- PASS: TestCheckSumDownload/subtest3 (2.29s) --- PASS: TestCheckSumDownload/subtest4 (2.21s) --- PASS: TestCheckSumDownload/subtest5 (2.16s) --- PASS: TestCheckSumDownload/subtest6 (2.19s) --- PASS: TestCheckSumDownload/subtest7 (2.35s) === RUN TestApplyTransforms 2025/10/21 01:10:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dizudut7daqe" 2025/10/21 01:10:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:10:33 DEBUG : Creating backend with remote "TestDrive:crypt/a0t3664q8b6qirgjoncv1ibqb2r70nrjqhtcmof9eiash9riucs0" 2025/10/21 01:10:34 DEBUG : Creating backend with remote "/tmp/rclone4020725164" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dizudut7daqe'", Local "Local file system at /tmp/rclone4020725164", Modify Window "1ms" 2025/10/21 01:10:36 DEBUG : hello, world!: md5 = 11023d982d3d83e88564b927b542ad37 OK upper checkfile vs. lower remote (without normalization) 2025/10/21 01:10:37 ERROR : hello, world!: sum not found 2025/10/21 01:10:37 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-dizudut7daqe' 2025/10/21 01:10:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dizudut7daqe': 1 files missing 2025/10/21 01:10:37 NOTICE: 1 hashes missing 2025/10/21 01:10:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dizudut7daqe': 1 differences found 2025/10/21 01:10:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dizudut7daqe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/21 01:10:38 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/21 01:10:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dizudut7daqe': 0 differences found 2025/10/21 01:10:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dizudut7daqe': 1 matching files 2025/10/21 01:10:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xiyewul2gite" 2025/10/21 01:10:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:10:38 DEBUG : Creating backend with remote "TestDrive:crypt/2pfe7c84o08lk066o9i7rq8g3s21ms059oecgq1h0gfk3i6sjr2g" 2025/10/21 01:10:39 DEBUG : Creating backend with remote "/tmp/rclone1887447611" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xiyewul2gite'", Local "Local file system at /tmp/rclone1887447611", Modify Window "1ms" 2025/10/21 01:10:42 DEBUG : HELLO, WORLD!: md5 = 7709f0dece8cb0b2f6f17a29dc269aa7 OK lower checkfile vs. upper remote (without normalization) 2025/10/21 01:10:42 ERROR : HELLO, WORLD!: sum not found 2025/10/21 01:10:42 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xiyewul2gite' 2025/10/21 01:10:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xiyewul2gite': 1 files missing 2025/10/21 01:10:42 NOTICE: 1 hashes missing 2025/10/21 01:10:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xiyewul2gite': 1 differences found 2025/10/21 01:10:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xiyewul2gite': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/21 01:10:43 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/21 01:10:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xiyewul2gite': 0 differences found 2025/10/21 01:10:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xiyewul2gite': 1 matching files 2025/10/21 01:10:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suburoh6muwo" 2025/10/21 01:10:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:10:43 DEBUG : Creating backend with remote "TestDrive:crypt/c55nv1olhbn91onjaqts2rblrbd0ece76re67j4cm6eo871t0lp0" 2025/10/21 01:10:44 DEBUG : Creating backend with remote "/tmp/rclone822071531" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suburoh6muwo'", Local "Local file system at /tmp/rclone822071531", Modify Window "1ms" 2025/10/21 01:10:47 DEBUG : HeLlO, wOrLd!: md5 = e76203efb86619dc4c98885c42adf963 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/21 01:10:48 ERROR : HeLlO, wOrLd!: sum not found 2025/10/21 01:10:48 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-suburoh6muwo' 2025/10/21 01:10:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suburoh6muwo': 1 files missing 2025/10/21 01:10:48 NOTICE: 1 hashes missing 2025/10/21 01:10:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suburoh6muwo': 1 differences found 2025/10/21 01:10:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suburoh6muwo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/21 01:10:49 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/21 01:10:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suburoh6muwo': 0 differences found 2025/10/21 01:10:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suburoh6muwo': 1 matching files 2025/10/21 01:10:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-huwiqas0geso" 2025/10/21 01:10:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:10:49 DEBUG : Creating backend with remote "TestDrive:crypt/qcgpprlv7aaugrkobevspciaqdu0uq5aio7f0ie5gti9rbp9lo40" 2025/10/21 01:10:50 DEBUG : Creating backend with remote "/tmp/rclone1855951067" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-huwiqas0geso'", Local "Local file system at /tmp/rclone1855951067", Modify Window "1ms" 2025/10/21 01:10:52 DEBUG : HELLO, WORLD!: md5 = 3a7a073eb9cbbe2fa93718b56954e7e7 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/21 01:10:53 ERROR : HELLO, WORLD!: sum not found 2025/10/21 01:10:53 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-huwiqas0geso' 2025/10/21 01:10:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huwiqas0geso': 1 files missing 2025/10/21 01:10:53 NOTICE: 1 hashes missing 2025/10/21 01:10:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huwiqas0geso': 1 differences found 2025/10/21 01:10:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huwiqas0geso': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/21 01:10:54 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/21 01:10:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huwiqas0geso': 0 differences found 2025/10/21 01:10:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huwiqas0geso': 1 matching files 2025/10/21 01:10:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zokufub4rovu" 2025/10/21 01:10:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:10:54 DEBUG : Creating backend with remote "TestDrive:crypt/cvb01o11f7enea80b149qvsb72i86qbjb8r11ei723esuqj7qfn0" 2025/10/21 01:10:55 DEBUG : Creating backend with remote "/tmp/rclone1739404486" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zokufub4rovu'", Local "Local file system at /tmp/rclone1739404486", Modify Window "1ms" 2025/10/21 01:10:57 DEBUG : 測試_Русский___ě_áñ: md5 = abfd0778cbc0e6334885133d22978f50 OK NFD checkfile vs. NFC remote (without normalization) 2025/10/21 01:10:58 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/21 01:10:58 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zokufub4rovu' 2025/10/21 01:10:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zokufub4rovu': 1 files missing 2025/10/21 01:10:58 NOTICE: 1 hashes missing 2025/10/21 01:10:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zokufub4rovu': 1 differences found 2025/10/21 01:10:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zokufub4rovu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/21 01:10:59 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/21 01:10:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zokufub4rovu': 0 differences found 2025/10/21 01:10:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zokufub4rovu': 1 matching files 2025/10/21 01:10:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-merehes5pezi" 2025/10/21 01:10:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:10:59 DEBUG : Creating backend with remote "TestDrive:crypt/afkj4etm8haa1oqnl348kv9vk37dpq1igofpfujgmmq39micoo80" 2025/10/21 01:11:00 DEBUG : Creating backend with remote "/tmp/rclone2773949563" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-merehes5pezi'", Local "Local file system at /tmp/rclone2773949563", Modify Window "1ms" 2025/10/21 01:11:03 DEBUG : 測試_Русский___ě_áñ: md5 = e934bac786f9946175d0016bfad6ea5e OK NFC checkfile vs. NFD remote (without normalization) 2025/10/21 01:11:03 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/21 01:11:03 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-merehes5pezi' 2025/10/21 01:11:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-merehes5pezi': 1 files missing 2025/10/21 01:11:03 NOTICE: 1 hashes missing 2025/10/21 01:11:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-merehes5pezi': 1 differences found 2025/10/21 01:11:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-merehes5pezi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/21 01:11:05 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/21 01:11:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-merehes5pezi': 0 differences found 2025/10/21 01:11:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-merehes5pezi': 1 matching files 2025/10/21 01:11:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ninedif5hehu" 2025/10/21 01:11:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:11:05 DEBUG : Creating backend with remote "TestDrive:crypt/2mrmegj6co7vd3vuglrpphaegv7ov6lac3434v4gmkgv5d001om0" 2025/10/21 01:11:06 DEBUG : Creating backend with remote "/tmp/rclone638850914" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ninedif5hehu'", Local "Local file system at /tmp/rclone638850914", Modify Window "1ms" 2025/10/21 01:11:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 52581d3f12eea894237b228a23667767 OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/21 01:11:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/21 01:11:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ninedif5hehu' 2025/10/21 01:11:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninedif5hehu': 1 files missing 2025/10/21 01:11:08 NOTICE: 1 hashes missing 2025/10/21 01:11:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninedif5hehu': 1 differences found 2025/10/21 01:11:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninedif5hehu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/21 01:11:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/21 01:11:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninedif5hehu': 0 differences found 2025/10/21 01:11:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ninedif5hehu': 1 matching files 2025/10/21 01:11:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bevuwit7pobi" 2025/10/21 01:11:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:11:10 DEBUG : Creating backend with remote "TestDrive:crypt/7cuqblbl54e8korn5tf1ciu73dmvflc7m4rn6mf7a2pfdaeo17c0" 2025/10/21 01:11:11 DEBUG : Creating backend with remote "/tmp/rclone3014564688" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bevuwit7pobi'", Local "Local file system at /tmp/rclone3014564688", Modify Window "1ms" 2025/10/21 01:11:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 01aff98c5125e841ac95a153e7062729 OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/21 01:11:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/21 01:11:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bevuwit7pobi' 2025/10/21 01:11:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bevuwit7pobi': 1 files missing 2025/10/21 01:11:14 NOTICE: 1 hashes missing 2025/10/21 01:11:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bevuwit7pobi': 1 differences found 2025/10/21 01:11:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bevuwit7pobi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/21 01:11:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/21 01:11:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bevuwit7pobi': 0 differences found 2025/10/21 01:11:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bevuwit7pobi': 1 matching files 2025/10/21 01:11:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kujilex1tufu" 2025/10/21 01:11:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:11:15 DEBUG : Creating backend with remote "TestDrive:crypt/toulcq0ci9v8cdav186ajm225n40fh68mg42n7msjjo08d359hf0" 2025/10/21 01:11:16 DEBUG : Creating backend with remote "/tmp/rclone3019360387" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kujilex1tufu'", Local "Local file system at /tmp/rclone3019360387", Modify Window "1ms" 2025/10/21 01:11:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = bd9dafc27e8370ecc1da54a3e74fdc6e OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/21 01:11:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/21 01:11:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kujilex1tufu' 2025/10/21 01:11:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kujilex1tufu': 1 files missing 2025/10/21 01:11:19 NOTICE: 1 hashes missing 2025/10/21 01:11:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kujilex1tufu': 1 differences found 2025/10/21 01:11:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kujilex1tufu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/21 01:11:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/21 01:11:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kujilex1tufu': 0 differences found 2025/10/21 01:11:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kujilex1tufu': 1 matching files 2025/10/21 01:11:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mameviq0wawo" 2025/10/21 01:11:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:11:22 DEBUG : Creating backend with remote "TestDrive:crypt/fn6hkkk06aur743rn7ss51se7nc9nn14e0gmqaviasnrbj50vgf0" 2025/10/21 01:11:23 DEBUG : Creating backend with remote "/tmp/rclone1024541508" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mameviq0wawo'", Local "Local file system at /tmp/rclone1024541508", Modify Window "1ms" 2025/10/21 01:11:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 33440c67ec7d8ab707279b217ec766cc OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/21 01:11:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/21 01:11:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mameviq0wawo' 2025/10/21 01:11:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mameviq0wawo': 1 files missing 2025/10/21 01:11:26 NOTICE: 1 hashes missing 2025/10/21 01:11:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mameviq0wawo': 1 differences found 2025/10/21 01:11:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mameviq0wawo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/21 01:11:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/21 01:11:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mameviq0wawo': 0 differences found 2025/10/21 01:11:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mameviq0wawo': 1 matching files 2025/10/21 01:11:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mameviq0wawo': Purge remote 2025/10/21 01:11:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kujilex1tufu': Purge remote 2025/10/21 01:11:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bevuwit7pobi': Purge remote 2025/10/21 01:11:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ninedif5hehu': Purge remote 2025/10/21 01:11:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-merehes5pezi': Purge remote 2025/10/21 01:11:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zokufub4rovu': Purge remote 2025/10/21 01:11:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huwiqas0geso': Purge remote 2025/10/21 01:11:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suburoh6muwo': Purge remote 2025/10/21 01:11:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xiyewul2gite': Purge remote 2025/10/21 01:11:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dizudut7daqe': Purge remote --- PASS: TestApplyTransforms (59.78s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:11:33 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/21 01:11:35 DEBUG : sub/file2: md5 = 4b47779996d774f981369f8cc2fb5856 OK 2025/10/21 01:11:35 INFO : file1: Copied (new) to: sub/file2 2025/10/21 01:11:36 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/21 01:11:36 DEBUG : file1: Unchanged skipping 2025/10/21 01:11:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': don't need to copy/move sub/file2, it is already at target location 2025/10/21 01:11:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.85s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:11:42 DEBUG : dst/file1: md5 = 3de5c74a95e02d2e17deff846c6d5a1a OK 2025/10/21 01:11:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nexuzag5xixo/backup" 2025/10/21 01:11:43 DEBUG : Creating backend with remote "TestDrive:crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0/1nrff024r7pq65ecp72fc28jb0" 2025/10/21 01:11:45 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/21 01:11:47 INFO : dst/file1: Moved (server-side) 2025/10/21 01:11:49 DEBUG : dst/file1: md5 = 61e6c977e37741b78fcaf736f73a4964 OK 2025/10/21 01:11:49 INFO : dst/file1: Copied (new) 2025/10/21 01:11:52 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/21 01:11:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/21 01:11:53 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (14.05s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:11:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nexuzag5xixo/dst" 2025/10/21 01:11:54 DEBUG : Creating backend with remote "TestDrive:crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/21 01:11:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nexuzag5xixo/CompareDest" 2025/10/21 01:11:56 DEBUG : Creating backend with remote "TestDrive:crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0/gveqi14airsml4bgu7krj116o8" 2025/10/21 01:11:57 DEBUG : one: Need to transfer - File not found at Destination 2025/10/21 01:12:00 DEBUG : one: md5 = 5770e34b5de74ee9966986ccb4969e86 OK 2025/10/21 01:12:00 INFO : one: Copied (new) 2025/10/21 01:12:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/21 01:12:04 DEBUG : one: md5 = db049ea60fc7dba6ee10ad6e3db2616a OK 2025/10/21 01:12:04 INFO : one: Copied (replaced existing) 2025/10/21 01:12:06 DEBUG : dst/one: md5 = 46cbf26fa1548ee87067594d3cca42e5 OK 2025/10/21 01:12:08 DEBUG : CompareDest/one: md5 = 9a25ae3b727f2f43c19e14b8fb641d5e OK 2025/10/21 01:12:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/21 01:12:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/21 01:12:09 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/21 01:12:12 DEBUG : CompareDest/two: md5 = cd5725849c57d57c90537b4748970f31 OK 2025/10/21 01:12:12 DEBUG : two: Need to transfer - File not found at Destination 2025/10/21 01:12:13 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/21 01:12:13 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/21 01:12:13 DEBUG : two: Need to transfer - File not found at Destination 2025/10/21 01:12:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/21 01:12:14 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/21 01:12:15 DEBUG : two: Need to transfer - File not found at Destination 2025/10/21 01:12:15 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/21 01:12:17 DEBUG : two: md5 = 14a621006ddae4a1ba1c150a0eb05ac4 OK 2025/10/21 01:12:17 INFO : two: Copied (new) 2025/10/21 01:12:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/21 01:12:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:12:21 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/21 01:12:21 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (27.43s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:12:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nexuzag5xixo/dst" 2025/10/21 01:12:21 DEBUG : Creating backend with remote "TestDrive:crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/21 01:12:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nexuzag5xixo/CopyDest" 2025/10/21 01:12:23 DEBUG : Creating backend with remote "TestDrive:crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/21 01:12:25 DEBUG : one: Need to transfer - File not found at Destination 2025/10/21 01:12:28 DEBUG : one: md5 = 422918ef71469b1e11559fb5fb2d1110 OK 2025/10/21 01:12:28 INFO : one: Copied (new) 2025/10/21 01:12:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/21 01:12:31 DEBUG : one: md5 = 30cb6b3c6d64531d07274d9cb1a6c008 OK 2025/10/21 01:12:31 INFO : one: Copied (replaced existing) 2025/10/21 01:12:33 DEBUG : dst/one: md5 = f717b36ff974112fe699414ef5c35008 OK 2025/10/21 01:12:36 DEBUG : CopyDest/one: md5 = 0e2c51e98d22571f609811f9619dae0b OK 2025/10/21 01:12:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nexuzag5xixo/BackupDir" 2025/10/21 01:12:36 DEBUG : Config file has changed externally - reloading 2025/10/21 01:12:36 DEBUG : Creating backend with remote "TestDrive:crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/21 01:12:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/21 01:12:38 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/21 01:12:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/21 01:12:40 INFO : one: Moved (server-side) 2025/10/21 01:12:41 INFO : one: Copied (server-side copy) 2025/10/21 01:12:41 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/21 01:12:43 DEBUG : CopyDest/two: md5 = 82bcf4d7800f51d4bb48bc59298d8af1 OK 2025/10/21 01:12:44 DEBUG : two: Need to transfer - File not found at Destination 2025/10/21 01:12:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/21 01:12:46 INFO : two: Copied (server-side copy) 2025/10/21 01:12:46 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/21 01:12:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/21 01:12:46 DEBUG : two: Unchanged skipping 2025/10/21 01:12:49 DEBUG : CopyDest/three: md5 = ec2af4d6331d0edb89d5c20f2cc31504 OK 2025/10/21 01:12:49 DEBUG : three: Need to transfer - File not found at Destination 2025/10/21 01:12:50 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/21 01:12:50 DEBUG : three: Destination not found in --copy-dest 2025/10/21 01:12:51 DEBUG : three: md5 = 3d71d8e23e7196eab60e4870bf74cddb OK 2025/10/21 01:12:51 INFO : three: Copied (new) 2025/10/21 01:12:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/21 01:12:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/21 01:12:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:12:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/21 01:12:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:12:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/21 01:12:57 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (36.57s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.49s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:13:00 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/21 01:13:02 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 47d2f7c459f333df383b8158e6553519 OK 2025/10/21 01:13:02 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/21 01:13:03 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/21 01:13:03 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/21 01:13:04 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/21 01:13:05 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/21 01:13:06 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 8aa68a03af789c429e2f3b9c3bac4760 OK 2025/10/21 01:13:06 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/21 01:13:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/21 01:13:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.79s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:13:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Looking for duplicate names using skip mode. 2025/10/21 01:13:13 NOTICE: one: Found 2 files with duplicate names 2025/10/21 01:13:13 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.03s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:13:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Looking for duplicate names using skip mode. 2025/10/21 01:13:19 NOTICE: one: Found 3 files with duplicate names 2025/10/21 01:13:19 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/21 01:13:20 INFO : one: Deleted 2025/10/21 01:13:20 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.83s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:13:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Looking for duplicate names using first mode. 2025/10/21 01:13:26 NOTICE: one: Found 3 files with duplicate names 2025/10/21 01:13:27 INFO : one: Deleted 2025/10/21 01:13:27 INFO : one: Deleted 2025/10/21 01:13:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.86s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:13:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Looking for duplicate names using newest mode. 2025/10/21 01:13:33 NOTICE: one: Found 3 files with duplicate names 2025/10/21 01:13:34 INFO : one: Deleted 2025/10/21 01:13:34 INFO : one: Deleted 2025/10/21 01:13:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.67s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:13:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Looking for duplicate names using oldest mode. 2025/10/21 01:13:41 NOTICE: one: Found 3 files with duplicate names 2025/10/21 01:13:42 INFO : one: Deleted 2025/10/21 01:13:42 INFO : one: Deleted 2025/10/21 01:13:42 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.03s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:13:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Looking for duplicate names using largest mode. 2025/10/21 01:13:48 NOTICE: one: Found 3 files with duplicate names 2025/10/21 01:13:49 INFO : one: Deleted 2025/10/21 01:13:49 INFO : one: Deleted 2025/10/21 01:13:49 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.05s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:13:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Looking for duplicate names using smallest mode. 2025/10/21 01:13:55 NOTICE: one: Found 3 files with duplicate names 2025/10/21 01:13:56 INFO : one: Deleted 2025/10/21 01:13:56 INFO : one: Deleted 2025/10/21 01:13:56 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.80s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:14:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Looking for duplicate names using rename mode. 2025/10/21 01:14:03 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/21 01:14:05 INFO : one-2.txt: renamed from: one.txt 2025/10/21 01:14:06 INFO : one-3.txt: renamed from: one.txt 2025/10/21 01:14:07 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.78s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:14:13 DEBUG : dupe1/one.txt: md5 = 48c20498b96d60983ad7a38c6c56f451 OK 2025/10/21 01:14:15 DEBUG : dupe2/two.txt: md5 = 7650991ded95a8770ed3c6b1b5107e27 OK 2025/10/21 01:14:17 DEBUG : dupe3/three.txt: md5 = a9206f28374ad6a2eec0df20694c04c4 OK 2025/10/21 01:14:18 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/21 01:14:18 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/21 01:14:19 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/21 01:14:20 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/21 01:14:23 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/21 01:14:23 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/21 01:14:23 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.72s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:14:26 DEBUG : a.txt: md5 = 062558310cf2cba268a6e5e2211279d4 OK 2025/10/21 01:14:27 DEBUG : zend.txt: md5 = 0aa7b9bc651f2bd8c6291c97b8d32a4c OK 2025/10/21 01:14:30 DEBUG : sub dir/hello world: md5 = 749b959f4598bc24e25dd9413c8b6f7a OK 2025/10/21 01:14:31 DEBUG : sub dir/hello world2: md5 = 0782280e2647a2246c658f26df462faf OK 2025/10/21 01:14:34 DEBUG : sub dir/ignore dir/.ignore: md5 = d9978a8afedb36d4470f656e911f2d8e OK 2025/10/21 01:14:35 DEBUG : sub dir/ignore dir/should be ignored: md5 = 5aaff2e7ca6536d68c6030f0114b829a OK 2025/10/21 01:14:37 DEBUG : sub dir/sub sub dir/hello world3: md5 = 9e57191283b8d127622abf002674f5e5 OK 2025/10/21 01:14:39 DEBUG : a.txt: Excluded (Size Filter) 2025/10/21 01:14:39 DEBUG : a.txt: Excluded 2025/10/21 01:14:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/21 01:14:39 DEBUG : sub dir/hello world2: Excluded 2025/10/21 01:14:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/21 01:14:39 DEBUG : sub dir/hello world: Excluded 2025/10/21 01:14:40 DEBUG : sub dir/ignore dir: Excluded 2025/10/21 01:14:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/21 01:14:40 DEBUG : sub dir/hello world2: Excluded 2025/10/21 01:14:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/21 01:14:40 DEBUG : sub dir/hello world: Excluded 2025/10/21 01:14:40 DEBUG : sub dir/ignore dir: Excluded 2025/10/21 01:14:45 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/21 01:14:46 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/21 01:14:46 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/21 01:14:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/21 01:14:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/21 01:14:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/10/21 01:14:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (23.71s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:14:49 DEBUG : a.txt: md5 = 0a8ffb570785109303acc8fb5f359dc0 OK 2025/10/21 01:14:51 DEBUG : zend.txt: md5 = 7b7008217688ab30263011e4166e0289 OK 2025/10/21 01:14:53 DEBUG : sub dir/hello world: md5 = 72dd631f9337ab59910783801c726381 OK 2025/10/21 01:14:55 DEBUG : sub dir/hello world2: md5 = 231102a4988471b68d1e2c7dc9a43c7d OK 2025/10/21 01:14:57 DEBUG : sub dir/ignore dir/.ignore: md5 = 48336e060b492cc04cb13e6519d24a78 OK 2025/10/21 01:14:58 DEBUG : sub dir/ignore dir/should be ignored: md5 = 64e234d0efd8d56e5ac5b27a5136963d OK 2025/10/21 01:15:01 DEBUG : sub dir/sub sub dir/hello world3: md5 = b58ccb9394a97bdc4dd14169251fcf85 OK 2025/10/21 01:15:02 DEBUG : a.txt: Excluded (Size Filter) 2025/10/21 01:15:02 DEBUG : a.txt: Excluded 2025/10/21 01:15:03 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/21 01:15:03 DEBUG : sub dir/hello world: Excluded 2025/10/21 01:15:03 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/21 01:15:03 DEBUG : sub dir/hello world2: Excluded 2025/10/21 01:15:04 DEBUG : sub dir/ignore dir: Excluded 2025/10/21 01:15:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/21 01:15:04 DEBUG : sub dir/hello world: Excluded 2025/10/21 01:15:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/21 01:15:04 DEBUG : sub dir/hello world2: Excluded 2025/10/21 01:15:04 DEBUG : sub dir/ignore dir: Excluded 2025/10/21 01:15:09 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/21 01:15:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/21 01:15:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/21 01:15:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/21 01:15:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/21 01:15:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/21 01:15:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (23.50s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:15:13 DEBUG : file1: md5 = 57cdc92cc55a1209f0bb292109f1d8c8 OK 2025/10/21 01:15:15 DEBUG : sub/file2: md5 = b914da3c84fde60f9ae9fde7c5ba21e3 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/21 01:15:18 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/21 01:15:19 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/21 01:15:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/21 01:15:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.43s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.51s) --- PASS: TestListJSON/SubDir (0.29s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.30s) --- PASS: TestListJSON/HashTypes (0.34s) --- PASS: TestListJSON/Metadata (0.77s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:15:23 DEBUG : file1: md5 = 8bd0cefa13e465321f60e3a1c0db1160 OK 2025/10/21 01:15:26 DEBUG : sub/file2: md5 = 97d17fd8b89d7068707cade4d3abf086 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/21 01:15:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nexuzag5xixo/notfound" 2025/10/21 01:15:30 DEBUG : Creating backend with remote "TestDrive:crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0/qe0i31qdkoejk60elps0ni5sqk" 2025/10/21 01:15:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.92s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.53s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.52s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.30s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.90s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:15:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Making directory 2025/10/21 01:15:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Making directory --- PASS: TestMkdir (0.80s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:15:38 DEBUG : sub dir/hello world: md5 = 3d225dcedf07ec7ab0f67762bbbe7f6d OK 2025/10/21 01:15:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.10s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:15:42 DEBUG : potato2: md5 = b24092e7f9f1d5ba299ddf4a61499586 OK 2025/10/21 01:15:43 DEBUG : empty space: md5 = 00e96362bc37260ad8cd175c7a3a15c4 OK --- PASS: TestLs (5.15s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:15:47 DEBUG : potato2: md5 = 9e6cb4d9f72043983e086d330f07bbcc OK 2025/10/21 01:15:48 DEBUG : empty space: md5 = 48b1a803d6f24c7e0a8aefc4a61fa233 OK 2025/10/21 01:15:49 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/10/21 01:15:49 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.46s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:15:53 DEBUG : potato2: md5 = 134f5896bc3f965694d2e105d9ea3861 OK 2025/10/21 01:15:54 DEBUG : empty space: md5 = a8a4251dba4d83634650956fc07baf74 OK --- PASS: TestLsLong (5.16s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:15:58 DEBUG : potato2: md5 = 9a7eea52a23495dcccacfe3ce69f23f0 OK 2025/10/21 01:15:59 DEBUG : empty space: md5 = 1aa251079c123532ae2c51403dc58227 OK --- PASS: TestHashSums (4.75s) === RUN TestHashSumsWithErrors 2025/10/21 01:16:01 DEBUG : Creating backend with remote ":memory:" 2025/10/21 01:16:01 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/21 01:16:01 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/21 01:16:01 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/21 01:16:01 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/21 01:16:01 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/21 01:16:01 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/21 01:16:01 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/21 01:16:01 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/21 01:16:01 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-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:16:02 DEBUG : potato2: md5 = 418a0d9ff1b33fc58f2ace49dbce7aed OK 2025/10/21 01:16:04 DEBUG : empty space: md5 = b1ea27340f9fc33ce646c9bac940135c OK 2025/10/21 01:16:06 DEBUG : sub dir/potato3: md5 = fe6ec3f7bf61612515942ef592d79818 OK 2025/10/21 01:16:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.45s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:16:12 DEBUG : small: md5 = 1145c12d704e6145253cc514770cdeb0 OK 2025/10/21 01:16:13 DEBUG : medium: md5 = f42099062b25c0ab12960208a7204f4c OK 2025/10/21 01:16:15 DEBUG : large: md5 = 127512391d5c3ea23de374872d72b74e OK 2025/10/21 01:16:15 DEBUG : Waiting for deletions to finish 2025/10/21 01:16:16 DEBUG : large: Excluded (Size Filter) 2025/10/21 01:16:16 INFO : small: Deleted 2025/10/21 01:16:16 INFO : medium: Deleted --- PASS: TestDelete (6.97s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:16:19 DEBUG : small: md5 = 278ae589f293aec86e7ab54e3fabdc07 OK 2025/10/21 01:16:21 DEBUG : medium: md5 = fa5b49743087e50ea0501d808df715fe OK 2025/10/21 01:16:22 DEBUG : large: md5 = ff8e7e5def7336f38f7dc5196bca9d75 OK 2025/10/21 01:16:22 DEBUG : Waiting for deletions to finish 2025/10/21 01:16:23 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/10/21 01:16:23 INFO : small: Deleted 2025/10/21 01:16:23 INFO : medium: Deleted --- PASS: TestMaxDelete (8.00s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:16:27 DEBUG : small: md5 = 6343f92afa661272a0fd5403a353701b OK 2025/10/21 01:16:28 DEBUG : medium: md5 = 3ea2ab6a894f1b4b80afcce571931a58 OK 2025/10/21 01:16:30 DEBUG : large: md5 = f1d63d92599172b3812f78771096bf17 OK 2025/10/21 01:16:30 DEBUG : Waiting for deletions to finish 2025/10/21 01:16:30 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/21 01:16:31 INFO : small: Deleted 2025/10/21 01:16:31 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.30s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:16:34 DEBUG : small: md5 = e0f68cd3426cdee5f76c2d8e669f2d60 OK 2025/10/21 01:16:36 DEBUG : medium: md5 = d8f9f28a8cfafef6e3a98767a08529f4 OK 2025/10/21 01:16:38 DEBUG : large: md5 = 3445f0591d1a089f3c1f2cbef5efd7e6 OK 2025/10/21 01:16:38 DEBUG : Waiting for deletions to finish 2025/10/21 01:16:38 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/21 01:16:39 INFO : medium: Deleted 2025/10/21 01:16:39 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.88s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:16:42 DEBUG : ReadFile: md5 = 092c1969a11df9c644ce382bfc9ddcc0 OK --- PASS: TestReadFile (4.41s) === RUN TestRetry 2025/10/21 01:16:45 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/21 01:16:45 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/21 01:16:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/21 01:16:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/21 01:16:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/21 01:16:45 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/21 01:16:45 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-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:16:46 DEBUG : file1: md5 = c5b125c4633794cde9eee35d9cbf531c OK 2025/10/21 01:16:48 DEBUG : file2: md5 = 6aa8b9d2abb57ee4442ed40c7e93f669 OK --- PASS: TestCat (16.58s) === RUN TestPurge 2025/10/21 01:17:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hineroc2joma" 2025/10/21 01:17:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/21 01:17:02 DEBUG : Creating backend with remote "TestDrive:crypt/2jm0srgab1rp31ipdle789agvi5d9dd2l1lvs9v2fqpe2h110fb0" 2025/10/21 01:17:03 DEBUG : Creating backend with remote "/tmp/rclone1245096683" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hineroc2joma'", Local "Local file system at /tmp/rclone1245096683", Modify Window "1ms" 2025/10/21 01:17:08 DEBUG : A1/B1/C1/one: md5 = d94697ba435a2930fb2392792460583f OK 2025/10/21 01:17:08 INFO : A2: Making directory 2025/10/21 01:17:08 INFO : A1/B2: Making directory 2025/10/21 01:17:09 INFO : A1/B2/C2: Making directory 2025/10/21 01:17:10 INFO : A1/B1/C3: Making directory 2025/10/21 01:17:11 INFO : A3: Making directory 2025/10/21 01:17:11 INFO : A3/B3: Making directory 2025/10/21 01:17:12 INFO : A3/B3/C4: Making directory 2025/10/21 01:17:15 DEBUG : A1/two: md5 = 38d06f5df28fe3d4db9748d505ff90ae OK 2025/10/21 01:17:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hineroc2joma': Purge remote 2025/10/21 01:17:18 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.91s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:17:22 DEBUG : A1/B1/C1/one: md5 = 7a4ec76725462de5523e18445f331429 OK 2025/10/21 01:17:22 INFO : A2: Making directory 2025/10/21 01:17:23 INFO : A1/B2: Making directory 2025/10/21 01:17:24 INFO : A1/B2/C2: Making directory 2025/10/21 01:17:25 INFO : A1/B1/C3: Making directory 2025/10/21 01:17:26 INFO : A3: Making directory 2025/10/21 01:17:26 INFO : A3/B3: Making directory 2025/10/21 01:17:27 INFO : A3/B3/C4: Making directory 2025/10/21 01:17:29 DEBUG : A1/two: md5 = 2c99705b658c6b8e8bbf6045085972ee OK 2025/10/21 01:17:31 DEBUG : removing 1 level 3 directories 2025/10/21 01:17:31 INFO : A3/B3/C4: Removing directory 2025/10/21 01:17:34 DEBUG : removing 2 level 3 directories 2025/10/21 01:17:34 INFO : A1/B2/C2: Removing directory 2025/10/21 01:17:34 INFO : A1/B1/C3: Removing directory 2025/10/21 01:17:34 DEBUG : removing 2 level 2 directories 2025/10/21 01:17:34 INFO : A3/B3: Removing directory 2025/10/21 01:17:34 INFO : A1/B2: Removing directory 2025/10/21 01:17:35 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/21 01:17:35 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/21 01:17:35 DEBUG : removing 2 level 1 directories 2025/10/21 01:17:35 INFO : A3: Removing directory 2025/10/21 01:17:35 INFO : A2: Removing directory 2025/10/21 01:17:35 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/21 01:17:40 DEBUG : removing 1 level 3 directories 2025/10/21 01:17:40 INFO : A1/B1/C1: Removing directory 2025/10/21 01:17:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:40 DEBUG : removing 1 level 2 directories 2025/10/21 01:17:40 INFO : A1/B1: Removing directory 2025/10/21 01:17:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/21 01:17:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/21 01:17:41 DEBUG : removing 1 level 1 directories 2025/10/21 01:17:41 INFO : A1: Removing directory 2025/10/21 01:17:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/21 01:17:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/21 01:17:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/21 01:17:42 DEBUG : removing 1 level 0 directories 2025/10/21 01:17:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Removing directory 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/21 01:17:42 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (25.10s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:17:44 INFO : A1: Making directory 2025/10/21 01:17:45 INFO : A1/B1: Making directory 2025/10/21 01:17:46 INFO : A1/B1/C1: Making directory 2025/10/21 01:17:48 DEBUG : removing 1 level 3 directories 2025/10/21 01:17:48 INFO : A1/B1/C1: Removing directory 2025/10/21 01:17:49 DEBUG : removing 1 level 2 directories 2025/10/21 01:17:49 INFO : A1/B1: Removing directory 2025/10/21 01:17:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/21 01:17:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.17s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:17:52 INFO : A1: Making directory 2025/10/21 01:17:52 INFO : A1/B1: Making directory 2025/10/21 01:17:53 INFO : A1/B1/C1: Making directory 2025/10/21 01:17:56 DEBUG : removing 1 level 3 directories 2025/10/21 01:17:56 INFO : A1/B1/C1: Removing directory 2025/10/21 01:17:56 DEBUG : removing 1 level 2 directories 2025/10/21 01:17:56 INFO : A1/B1: Removing directory 2025/10/21 01:17:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/21 01:17:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.34s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:18:01 DEBUG : file1: md5 = 9ab8aa1c255259f5b425ec6fba0b7657 OK 2025/10/21 01:18:01 DEBUG : filename.txt: File name found in url 2025/10/21 01:18:03 DEBUG : filename.txt: md5 = 35c610c5439bbd8a5b72142335b6e4d5 OK 2025/10/21 01:18:03 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/21 01:18:04 DEBUG : headerfilename.txt: md5 = 3e7ff0a51630dce9f5e4dd43c8a0c95f OK 2025/10/21 01:18:06 DEBUG : file2: md5 = dc61693531cc7f1f86723f6f9ec953ea OK --- PASS: TestCopyURL (9.39s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:18:09 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/21 01:18:11 DEBUG : sub/file2: md5 = 93ef126e0b34c14ccf24bf811b5d74d2 OK 2025/10/21 01:18:11 INFO : file1: Copied (new) to: sub/file2 2025/10/21 01:18:11 INFO : file1: Deleted 2025/10/21 01:18:12 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/21 01:18:12 DEBUG : file1: Unchanged skipping 2025/10/21 01:18:12 INFO : file1: Deleted 2025/10/21 01:18:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': don't need to copy/move sub/file2, it is already at target location 2025/10/21 01:18:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.30s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:18:15 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/21 01:18:16 DEBUG : file1: md5 = 76086c0b4397fc6b9dc96913f37d2f1d OK 2025/10/21 01:18:16 INFO : file1: Copied (new) 2025/10/21 01:18:16 INFO : file1: Deleted 2025/10/21 01:18:17 DEBUG : file1: Destination exists, skipping 2025/10/21 01:18:17 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.39s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.49s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:18:21 DEBUG : dst/file1: md5 = 548f5e57a8325719b82e6e3cf1213ca0 OK 2025/10/21 01:18:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nexuzag5xixo/backup" 2025/10/21 01:18:22 DEBUG : Config file has changed externally - reloading 2025/10/21 01:18:22 DEBUG : Creating backend with remote "TestDrive:crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0/1nrff024r7pq65ecp72fc28jb0" 2025/10/21 01:18:24 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/21 01:18:26 INFO : dst/file1: Moved (server-side) 2025/10/21 01:18:32 DEBUG : dst/file1: md5 = 773b492071c91f7ba581ea9ae571f844 OK 2025/10/21 01:18:32 INFO : dst/file1: Copied (new) 2025/10/21 01:18:32 INFO : dst/file1: Deleted 2025/10/21 01:18:35 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/21 01:18:36 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/21 01:18:36 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.96s) === 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-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:18:39 DEBUG : A1/one: md5 = ce3d47174b495cabf7e007ef80928ed0 OK 2025/10/21 01:18:41 DEBUG : A1/two: md5 = 3096f20953553cf2670fb7346e2d065d OK 2025/10/21 01:18:43 DEBUG : A1/B1/three: md5 = 3f6df59d8cf1bb55b7b14d31ba32f70c OK 2025/10/21 01:18:45 DEBUG : A1/B1/C1/four: md5 = dc1b5b66f2c0c84303f3224f54207411 OK 2025/10/21 01:18:47 DEBUG : A1/B1/C2/five: md5 = 97a406673c967355647446894850841c OK 2025/10/21 01:18:47 INFO : A1/B2: Making directory 2025/10/21 01:18:48 INFO : A1/B1/C3: Making directory 2025/10/21 01:18:58 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/21 01:18:58 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/21 01:18:58 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/21 01:18:58 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/21 01:18:58 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/21 01:19:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/21 01:19:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/21 01:19:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/21 01:19:02 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/21 01:19:02 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/21 01:19:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/21 01:19:10 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/21 01:19:10 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/21 01:19:10 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/21 01:19:10 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/21 01:19:10 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/21 01:19:14 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/21 01:19:14 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/21 01:19:14 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/21 01:19:14 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/21 01:19:14 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/21 01:19:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/21 01:19:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/21 01:19:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/21 01:19:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/21 01:19:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/21 01:19:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/21 01:19:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/21 01:19:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/21 01:19:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/21 01:19:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (46.55s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" --- PASS: TestGetFsInfo (0.49s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:19:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': File to upload is small (34 bytes), uploading instead of streaming 2025/10/21 01:19:26 DEBUG : no_checksum_small_file_from_pipe: md5 = 8eee9ae10175ec8a743b4e49087766b5 OK 2025/10/21 01:19:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/21 01:19:26 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/21 01:19:27 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/21 01:19:28 DEBUG : no_checksum_big_file_from_pipe: md5 = ebe5bea640a2e73c2baa13eaaadfd07e OK 2025/10/21 01:19:28 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-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:19:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': File to upload is small (34 bytes), uploading instead of streaming 2025/10/21 01:19:31 DEBUG : with_checksum_small_file_from_pipe: md5 = 274e46444d46b9e18767b73fdd1dd466 OK 2025/10/21 01:19:31 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/21 01:19:32 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/21 01:19:33 DEBUG : with_checksum_big_file_from_pipe: md5 = 5aef2a07a9f10a81c93273f01b2f79fc OK 2025/10/21 01:19:33 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-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:19:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': File to upload is small (34 bytes), uploading instead of streaming 2025/10/21 01:19:36 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/21 01:19:37 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/21 01:19:38 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-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:19:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': File to upload is small (34 bytes), uploading instead of streaming 2025/10/21 01:19:42 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/21 01:19:43 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/21 01:19:43 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.04s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.28s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.34s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.03s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.39s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/21 01:19:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': File to upload is small (48 bytes), uploading instead of streaming 2025/10/21 01:19:47 DEBUG : rcat_metadata: md5 = 18c20baa761de7ca10f60bcf91ab9ec7 OK 2025/10/21 01:19:47 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/21 01:19:49 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/21 01:19:50 DEBUG : rcat_metadata_uploadcutoff0: md5 = 3ec75941517f052681a3d026b31cb4cc OK 2025/10/21 01:19:50 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.07s) --- PASS: TestRcatMetadata/Normal (2.72s) --- PASS: TestRcatMetadata/ViaDisk (2.85s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:19:53 DEBUG : potato1: md5 = 993f680f5c618e0f17c850af81042d22 OK 2025/10/21 01:19:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': File to upload is small (60 bytes), uploading instead of streaming 2025/10/21 01:19:54 DEBUG : potato2: md5 = 0239c289e258b54ca6be09368394aefa OK 2025/10/21 01:19:54 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.76s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:19:57 DEBUG : potato1: md5 = c385e9d9322938a6bf8d60673f58b45c OK 2025/10/21 01:19:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': File to upload is small (60 bytes), uploading instead of streaming 2025/10/21 01:19:59 DEBUG : potato2: md5 = cbee1d8255a95b90e9546f50bf985fd7 OK 2025/10/21 01:19:59 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.81s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:20:03 DEBUG : potato2: md5 = a6a65f6a6f187d6563ab351c5812d281 OK 2025/10/21 01:20:05 DEBUG : empty space: md5 = 8aa392657a688120458f2a5b0999c84a OK 2025/10/21 01:20:07 DEBUG : sub dir/potato3: md5 = 358b80ac831d9f9be409254473dfe0fd OK 2025/10/21 01:20:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Touching "empty space" 2025/10/21 01:20:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Touching "potato2" 2025/10/21 01:20:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Touching "sub dir/potato3" 2025/10/21 01:20:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.02s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:20:12 DEBUG : dir with metadata: Making directory with metadata 2025/10/21 01:20:13 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.48s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:20:14 DEBUG : directory with modtime: Making directory with metadata 2025/10/21 01:20:15 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.39s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:20:17 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/21 01:20:17 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/21 01:20:17 DEBUG : Google drive root 'crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0': Skipping btime metadata as can't update it on an existing file: 2025-10-21T01:20:17.128235388Z 2025/10/21 01:20:17 INFO : non existent directory: Updated directory metadata 2025/10/21 01:20:20 DEBUG : Google drive root 'crypt/2tiodni09ck4blbr650784je2rjpj9t6drfk2t0n3itlu0tm6sq0': Skipping btime metadata as can't update it on an existing file: 2025-10-21T01:20:17.128235388Z 2025/10/21 01:20:20 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.39s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:20:22 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/21 01:20:24 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/21 01:20:24 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.05s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:20:26 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/21 01:20:26 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/21 01:20:26 DEBUG : dst: Making directory with metadata 2025/10/21 01:20:27 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/21 01:20:27 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/21 01:20:27 INFO : dst: Set directory modification time (using SetModTime) 2025/10/21 01:20:28 INFO : dst: Set directory modification time (using SetModTime) 2025/10/21 01:20:28 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/21 01:20:28 INFO : dst: Set directory modification time (using SetModTime) 2025/10/21 01:20:28 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.73s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo'", Local "Local file system at /tmp/rclone3520224495", Modify Window "1ms" 2025/10/21 01:20:32 DEBUG : sub dir/test remove existing: md5 = 96ada3c318c3c0cd8a3d55142adc16ac OK 2025/10/21 01:20:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = b9521fcec9aca3b9aaf3fa552c41dc42 OK 2025/10/21 01:20:36 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.ruzopaz2" before starting 2025/10/21 01:20:37 DEBUG : sub dir/test remove existing.ruzopaz2: TEST: removing renamed existing file after operation 2025/10/21 01:20:38 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jixinah2" before starting 2025/10/21 01:20:39 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jixinah2: TEST: renaming existing back after failed operation 2025/10/21 01:20: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.luhijah4" before starting 2025/10/21 01:20:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.luhijah4: TEST: removing renamed existing file after operation 2025/10/21 01:20:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "1kuhrlq0kkl1dk5kgv9pnsk49k37i0q8cjpcc04vgn694k0ge7qscdphvu78rdn9j04laoufl6lepl6ntilq8k3e217bnfgjhpui16rhuan998alhf3n35rb7nqeka5020cvjnpn38ou7vg9d2nb81jku5uv0apbbj0q640soa8c5v3kb7s0" 2025/10/21 01:20:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "om2gggdk2ivpsc9mvjm4bok9ev652bfvgo4ve0j2mos4n7bbe6v0" --- PASS: TestRemoveExisting (14.48s) === 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/21 01:20:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nexuzag5xixo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m49.69572816s (try 1/5)