"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/08/24 03:19:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesigoh6yepa" 2025/08/24 03:19:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:19:59 DEBUG : Creating backend with remote "TestDrive:crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0" 2025/08/24 03:20:00 DEBUG : Creating backend with remote "/tmp/rclone438264303" === 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-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/24 03:20:01 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/24 03:20:01 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/24 03:20:01 DEBUG : potato: Seek from 10 to 0 2025/08/24 03:20:01 DEBUG : potato: Seek from 10 to 0 2025/08/24 03:20:01 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/24 03:20:01 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/24 03:20:01 DEBUG : potato: Seek from 5 to 2 2025/08/24 03:20:01 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/24 03:20:01 DEBUG : potato: Seek from 7 to 0 2025/08/24 03:20:01 DEBUG : potato: Seek from 7 to 0 2025/08/24 03:20:01 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/24 03:20:01 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/24 03:20:01 DEBUG : potato: Seek from 5 to 2 2025/08/24 03:20:01 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/24 03:20:01 DEBUG : potato: Seek from 8 to 0 2025/08/24 03:20:01 DEBUG : potato: Seek from 8 to 0 2025/08/24 03:20:01 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/24 03:20:01 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/24 03:20:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/24 03:20:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/24 03:20:01 DEBUG : potato: Seek from 5 to 2 2025/08/24 03:20:01 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/24 03:20:01 DEBUG : potato: Seek from 9 to 0 2025/08/24 03:20:01 DEBUG : potato: Seek from 9 to 0 2025/08/24 03:20:01 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-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:20:03 DEBUG : rutabaga: md5 = 6470c15fdd7a87d5e86d40b553ccdc5b OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/24 03:20:05 DEBUG : empty space: md5 = 3cfdd2fab12e8507a14e70116ed55f6a OK === RUN TestCheck/3 2025/08/24 03:20:07 DEBUG : potato2: md5 = 849f7466384114b7849a70aac42d42b1 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/24 03:20:09 DEBUG : remotepotato: md5 = 33d75c1e29a9ba69ac9d96ef3d9f1d2c OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.83s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2025/08/24 03:20:12 DEBUG : Creating backend with remote "nonexistent" 2025/08/24 03:20:12 DEBUG : Creating backend with remote "nonexistent" 2025/08/24 03:20:12 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/24 03:20:12 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/08/24 03:20:12 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/24 03:20:12 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-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:20:14 DEBUG : rutabaga: md5 = 559b1bc1712f1b5d0cd1089fbb756d03 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/24 03:20:17 DEBUG : empty space: md5 = b815d0f8865f35c1db1377539b393c43 OK === RUN TestCheckDownload/3 2025/08/24 03:20:20 DEBUG : potato2: md5 = 8e4f3df814702da6b62ccf0bcad0b6f8 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/24 03:20:24 DEBUG : remotepotato: md5 = 6da962c3023a51f54190fb22ce3cb228 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.54s) --- PASS: TestCheckDownload/1 (1.08s) --- PASS: TestCheckDownload/2 (0.82s) --- PASS: TestCheckDownload/3 (0.92s) --- PASS: TestCheckDownload/4 (1.02s) --- PASS: TestCheckDownload/5 (1.04s) --- PASS: TestCheckDownload/6 (0.97s) --- PASS: TestCheckDownload/7 (1.65s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:20:30 DEBUG : rutabaga: md5 = a2f9f6cd38ef4db0f88a20a69fea5210 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/24 03:20:33 DEBUG : empty space: md5 = e4f66c070f14b122422598f36a8d31dd OK === RUN TestCheckSizeOnly/3 2025/08/24 03:20:35 DEBUG : potato2: md5 = 09969388b7612ecbdeb5f0b93727e8be OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/24 03:20:37 DEBUG : remotepotato: md5 = 440aa6e200cc86ef29d7c0bc7f5f6c66 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.82s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.30s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.23s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:20:41 DEBUG : test.sum: md5 = 5aba6aa18470c78379d19db5b0c7b5bb OK 2025/08/24 03:20:42 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/24 03:20:42 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/24 03:20:42 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/24 03:20:42 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/24 03:20:44 DEBUG : test.sum: md5 = 027ca42587b8f74ab1f36c13411f0dc4 OK 2025/08/24 03:20:45 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/24 03:20:45 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/24 03:20:45 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/24 03:20:45 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.25s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:20:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesigoh6yepa/data" 2025/08/24 03:20:46 DEBUG : Config file has changed externally - reloading 2025/08/24 03:20:46 DEBUG : Creating backend with remote "TestDrive:crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa/data' lacks md5, skipping --- SKIP: TestCheckSum (1.95s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:20:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesigoh6yepa/data" 2025/08/24 03:20:48 DEBUG : Creating backend with remote "TestDrive:crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0/vjrnln8ratgmqakfosrqe8espk" 2025/08/24 03:20:52 DEBUG : data/banana: md5 = d38b89edf45856846f8a1d0de7aea1a2 OK 2025/08/24 03:20:53 DEBUG : test.sum: md5 = aa5e084dd52a83e611ff252931036177 OK === RUN TestCheckSumDownload/subtest1 2025/08/24 03:20:58 DEBUG : data/potato: md5 = 5dc8558436affd192fe6003f27664fe7 OK 2025/08/24 03:20:59 DEBUG : test.sum: md5 = ebe51016492d4614b2118726f6bfe467 OK === RUN TestCheckSumDownload/subtest2 2025/08/24 03:21:03 DEBUG : test.sum: md5 = c6543e570d2a51b17eaf5183622558c4 OK === RUN TestCheckSumDownload/subtest3 2025/08/24 03:21:07 DEBUG : test.sum: md5 = a158df6a66b62068a07ebf976d194ca8 OK === RUN TestCheckSumDownload/subtest4 2025/08/24 03:21:11 DEBUG : test.sum: md5 = b5ee8859d66f97d986ac352bdc7c8c7d OK === RUN TestCheckSumDownload/subtest5 2025/08/24 03:21:15 DEBUG : test.sum: md5 = 47ab9c9891f6bd2a9ceb356ddc9a6176 OK === RUN TestCheckSumDownload/subtest6 2025/08/24 03:21:19 DEBUG : data/banana: md5 = c74be99ada9bc61689cd1039cc8a7b18 OK 2025/08/24 03:21:20 DEBUG : data/potato: md5 = 43fd29a5bf40253bcc3b41aabfb6d851 OK 2025/08/24 03:21:22 DEBUG : test.sum: md5 = a7f9284f577183109e24d04e772cb835 OK === RUN TestCheckSumDownload/subtest7 2025/08/24 03:21:27 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/08/24 03:21:27 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (39.64s) --- PASS: TestCheckSumDownload/subtest1 (2.56s) --- PASS: TestCheckSumDownload/subtest2 (2.20s) --- PASS: TestCheckSumDownload/subtest3 (2.04s) --- PASS: TestCheckSumDownload/subtest4 (2.02s) --- PASS: TestCheckSumDownload/subtest5 (1.89s) --- PASS: TestCheckSumDownload/subtest6 (2.04s) --- PASS: TestCheckSumDownload/subtest7 (2.12s) === RUN TestApplyTransforms 2025/08/24 03:21:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zozizeq8yoda" 2025/08/24 03:21:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:21:28 DEBUG : Creating backend with remote "TestDrive:crypt/p12g2bu25hjklui36uhcdssd0tr6vhvfhlqpd0ifq4dbel5d23b0" 2025/08/24 03:21:29 DEBUG : Creating backend with remote "/tmp/rclone3225248139" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zozizeq8yoda'", Local "Local file system at /tmp/rclone3225248139", Modify Window "1ms" 2025/08/24 03:21:31 DEBUG : hello, world!: md5 = 87ff88abed5f0268a2771eb052bdce3c OK 2025/08/24 03:21:31 DEBUG : Config file has changed externally - reloading 2025/08/24 03:21:31 DEBUG : TestDrive: Loaded fresh token from config file upper checkfile vs. lower remote (without normalization) 2025/08/24 03:21:31 ERROR : hello, world!: sum not found 2025/08/24 03:21:31 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zozizeq8yoda' 2025/08/24 03:21:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zozizeq8yoda': 1 files missing 2025/08/24 03:21:31 NOTICE: 1 hashes missing 2025/08/24 03:21:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zozizeq8yoda': 1 differences found 2025/08/24 03:21:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zozizeq8yoda': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/24 03:21:32 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/24 03:21:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zozizeq8yoda': 0 differences found 2025/08/24 03:21:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zozizeq8yoda': 1 matching files 2025/08/24 03:21:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fejejij2jaro" 2025/08/24 03:21:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:21:33 DEBUG : Creating backend with remote "TestDrive:crypt/po6aocetqbplq4utfutui4ii1iueir84ftgms8rbql1kmervb7pg" 2025/08/24 03:21:34 DEBUG : Creating backend with remote "/tmp/rclone3727593996" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fejejij2jaro'", Local "Local file system at /tmp/rclone3727593996", Modify Window "1ms" 2025/08/24 03:21:36 DEBUG : HELLO, WORLD!: md5 = d8b32e00e89fb020ba64313b40a840f6 OK lower checkfile vs. upper remote (without normalization) 2025/08/24 03:21:36 ERROR : HELLO, WORLD!: sum not found 2025/08/24 03:21:36 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fejejij2jaro' 2025/08/24 03:21:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fejejij2jaro': 1 files missing 2025/08/24 03:21:36 NOTICE: 1 hashes missing 2025/08/24 03:21:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fejejij2jaro': 1 differences found 2025/08/24 03:21:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fejejij2jaro': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/24 03:21:37 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/24 03:21:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fejejij2jaro': 0 differences found 2025/08/24 03:21:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fejejij2jaro': 1 matching files 2025/08/24 03:21:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xefosov9nuji" 2025/08/24 03:21:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:21:37 DEBUG : Creating backend with remote "TestDrive:crypt/h13n0n1c558u3k83gau2km70rkuratsfnsitm9pop1e6mcoqf9f0" 2025/08/24 03:21:39 DEBUG : Creating backend with remote "/tmp/rclone32572663" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xefosov9nuji'", Local "Local file system at /tmp/rclone32572663", Modify Window "1ms" 2025/08/24 03:21:41 DEBUG : HeLlO, wOrLd!: md5 = ee3e0810353cab5501df7f6e940f814f OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/24 03:21:41 ERROR : HeLlO, wOrLd!: sum not found 2025/08/24 03:21:41 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xefosov9nuji' 2025/08/24 03:21:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xefosov9nuji': 1 files missing 2025/08/24 03:21:41 NOTICE: 1 hashes missing 2025/08/24 03:21:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xefosov9nuji': 1 differences found 2025/08/24 03:21:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xefosov9nuji': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/24 03:21:42 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/24 03:21:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xefosov9nuji': 0 differences found 2025/08/24 03:21:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xefosov9nuji': 1 matching files 2025/08/24 03:21:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pewomuv2toyi" 2025/08/24 03:21:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:21:42 DEBUG : Creating backend with remote "TestDrive:crypt/svnemfi1jajhgrst8tc72ldmpt89bl9b5ph91hddmrhof3pm5bd0" 2025/08/24 03:21:43 DEBUG : Creating backend with remote "/tmp/rclone1642037024" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pewomuv2toyi'", Local "Local file system at /tmp/rclone1642037024", Modify Window "1ms" 2025/08/24 03:21:46 DEBUG : HELLO, WORLD!: md5 = ee4abb42dcd3b57566ed2fb8cf2eac2f OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/24 03:21:46 ERROR : HELLO, WORLD!: sum not found 2025/08/24 03:21:46 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pewomuv2toyi' 2025/08/24 03:21:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pewomuv2toyi': 1 files missing 2025/08/24 03:21:46 NOTICE: 1 hashes missing 2025/08/24 03:21:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pewomuv2toyi': 1 differences found 2025/08/24 03:21:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pewomuv2toyi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/24 03:21:47 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/24 03:21:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pewomuv2toyi': 0 differences found 2025/08/24 03:21:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pewomuv2toyi': 1 matching files 2025/08/24 03:21:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xirajor5fina" 2025/08/24 03:21:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:21:47 DEBUG : Creating backend with remote "TestDrive:crypt/f8nba4facfat0q8vreni7afqpmsip1arj4sjpvi7ahlp0q38jkc0" 2025/08/24 03:21:48 DEBUG : Creating backend with remote "/tmp/rclone3602259235" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xirajor5fina'", Local "Local file system at /tmp/rclone3602259235", Modify Window "1ms" 2025/08/24 03:21:50 DEBUG : 測試_Русский___ě_áñ: md5 = 0cbe3cf2a6410033bd2399913cb63e7b OK NFD checkfile vs. NFC remote (without normalization) 2025/08/24 03:21:51 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/24 03:21:51 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xirajor5fina' 2025/08/24 03:21:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xirajor5fina': 1 files missing 2025/08/24 03:21:51 NOTICE: 1 hashes missing 2025/08/24 03:21:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xirajor5fina': 1 differences found 2025/08/24 03:21:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xirajor5fina': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/24 03:21:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/24 03:21:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xirajor5fina': 0 differences found 2025/08/24 03:21:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xirajor5fina': 1 matching files 2025/08/24 03:21:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxobun8kosa" 2025/08/24 03:21:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:21:52 DEBUG : Creating backend with remote "TestDrive:crypt/3dsgqd14neb23i2iffp18s83jmajedms7d7bq07fr8p073rqmrig" 2025/08/24 03:21:53 DEBUG : Creating backend with remote "/tmp/rclone1956176553" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxobun8kosa'", Local "Local file system at /tmp/rclone1956176553", Modify Window "1ms" 2025/08/24 03:21:55 DEBUG : 測試_Русский___ě_áñ: md5 = ec283143ab611dff4818b7849276a3a3 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/24 03:21:56 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/24 03:21:56 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-boxobun8kosa' 2025/08/24 03:21:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxobun8kosa': 1 files missing 2025/08/24 03:21:56 NOTICE: 1 hashes missing 2025/08/24 03:21:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxobun8kosa': 1 differences found 2025/08/24 03:21:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxobun8kosa': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/24 03:21:57 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/24 03:21:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxobun8kosa': 0 differences found 2025/08/24 03:21:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxobun8kosa': 1 matching files 2025/08/24 03:21:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qisuxur0qowe" 2025/08/24 03:21:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:21:57 DEBUG : Creating backend with remote "TestDrive:crypt/s144ave1v9kfuekej05n11jrs0ofcela1a5lulvha85r1rfeapq0" 2025/08/24 03:21:58 DEBUG : Creating backend with remote "/tmp/rclone1391819279" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qisuxur0qowe'", Local "Local file system at /tmp/rclone1391819279", Modify Window "1ms" 2025/08/24 03:22:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 739c3b0fe81b52c1c9bc60096e0f733d OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/24 03:22:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/24 03:22:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qisuxur0qowe' 2025/08/24 03:22:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qisuxur0qowe': 1 files missing 2025/08/24 03:22:00 NOTICE: 1 hashes missing 2025/08/24 03:22:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qisuxur0qowe': 1 differences found 2025/08/24 03:22:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qisuxur0qowe': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/24 03:22:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/24 03:22:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qisuxur0qowe': 0 differences found 2025/08/24 03:22:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qisuxur0qowe': 1 matching files 2025/08/24 03:22:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muyosej1rujo" 2025/08/24 03:22:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:22:02 DEBUG : Creating backend with remote "TestDrive:crypt/lrmbh8ir8dkkc9hvp1lkdv6k88lvt8d3c220mc68qohhuub1fjcg" 2025/08/24 03:22:03 DEBUG : Creating backend with remote "/tmp/rclone3803597229" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-muyosej1rujo'", Local "Local file system at /tmp/rclone3803597229", Modify Window "1ms" 2025/08/24 03:22:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c2d4842daf6728f68abf7112c0a7a53d OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/24 03:22:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/24 03:22:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-muyosej1rujo' 2025/08/24 03:22:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyosej1rujo': 1 files missing 2025/08/24 03:22:05 NOTICE: 1 hashes missing 2025/08/24 03:22:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyosej1rujo': 1 differences found 2025/08/24 03:22:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyosej1rujo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/24 03:22:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/24 03:22:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyosej1rujo': 0 differences found 2025/08/24 03:22:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyosej1rujo': 1 matching files 2025/08/24 03:22:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cevucah9yiqo" 2025/08/24 03:22:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:22:06 DEBUG : Creating backend with remote "TestDrive:crypt/j28qcgaahls2vhedktrqtm0u5ps9t8ud1394pk5fep37rh962k50" 2025/08/24 03:22:07 DEBUG : Creating backend with remote "/tmp/rclone3014401212" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cevucah9yiqo'", Local "Local file system at /tmp/rclone3014401212", Modify Window "1ms" 2025/08/24 03:22:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a47523e63380f9117772bccfded235f2 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/24 03:22:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/24 03:22:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cevucah9yiqo' 2025/08/24 03:22:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cevucah9yiqo': 1 files missing 2025/08/24 03:22:10 NOTICE: 1 hashes missing 2025/08/24 03:22:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cevucah9yiqo': 1 differences found 2025/08/24 03:22:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cevucah9yiqo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/24 03:22:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/24 03:22:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cevucah9yiqo': 0 differences found 2025/08/24 03:22:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cevucah9yiqo': 1 matching files 2025/08/24 03:22:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devijos0piha" 2025/08/24 03:22:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:22:12 DEBUG : Creating backend with remote "TestDrive:crypt/vqodjk0p028qbkbm720lmsp83a09907arm4a2tbeoo803vgjb1o0" 2025/08/24 03:22:13 DEBUG : Creating backend with remote "/tmp/rclone2332464165" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devijos0piha'", Local "Local file system at /tmp/rclone2332464165", Modify Window "1ms" 2025/08/24 03:22:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b50c52933eba9fe50384a17a7ed9e859 OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/24 03:22:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/24 03:22:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-devijos0piha' 2025/08/24 03:22:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-devijos0piha': 1 files missing 2025/08/24 03:22:15 NOTICE: 1 hashes missing 2025/08/24 03:22:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-devijos0piha': 1 differences found 2025/08/24 03:22:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-devijos0piha': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/24 03:22:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/24 03:22:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-devijos0piha': 0 differences found 2025/08/24 03:22:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-devijos0piha': 1 matching files 2025/08/24 03:22:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devijos0piha': Purge remote 2025/08/24 03:22:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cevucah9yiqo': Purge remote 2025/08/24 03:22:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muyosej1rujo': Purge remote 2025/08/24 03:22:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qisuxur0qowe': Purge remote 2025/08/24 03:22:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxobun8kosa': Purge remote 2025/08/24 03:22:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xirajor5fina': Purge remote 2025/08/24 03:22:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pewomuv2toyi': Purge remote 2025/08/24 03:22:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xefosov9nuji': Purge remote 2025/08/24 03:22:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fejejij2jaro': Purge remote 2025/08/24 03:22:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zozizeq8yoda': Purge remote --- PASS: TestApplyTransforms (53.17s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:22:21 DEBUG : TestDrive: Loaded fresh token from config file 2025/08/24 03:22:21 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/24 03:22:23 DEBUG : sub/file2: md5 = ed074160acab9315e428cc6b7b2e9fa2 OK 2025/08/24 03:22:23 INFO : file1: Copied (new) to: sub/file2 2025/08/24 03:22:24 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/24 03:22:24 DEBUG : file1: Unchanged skipping 2025/08/24 03:22:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': don't need to copy/move sub/file2, it is already at target location 2025/08/24 03:22:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.07s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:22:29 DEBUG : dst/file1: md5 = ea8ce5100b015d3c70669d6c0c76deb8 OK 2025/08/24 03:22:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesigoh6yepa/backup" 2025/08/24 03:22:30 DEBUG : Creating backend with remote "TestDrive:crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0/1nrff024r7pq65ecp72fc28jb0" 2025/08/24 03:22:32 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/24 03:22:34 INFO : dst/file1: Moved (server-side) 2025/08/24 03:22:35 DEBUG : dst/file1: md5 = 1ce208afdd969ae3c963c91eda8ca554 OK 2025/08/24 03:22:35 INFO : dst/file1: Copied (new) 2025/08/24 03:22:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/24 03:22:39 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/24 03:22:40 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.93s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:22:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesigoh6yepa/dst" 2025/08/24 03:22:40 DEBUG : Creating backend with remote "TestDrive:crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/24 03:22:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesigoh6yepa/CompareDest" 2025/08/24 03:22:42 DEBUG : Creating backend with remote "TestDrive:crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0/gveqi14airsml4bgu7krj116o8" 2025/08/24 03:22:43 DEBUG : one: Need to transfer - File not found at Destination 2025/08/24 03:22:46 DEBUG : one: md5 = 7962ae74de9c33d27ffcea7be09dfa60 OK 2025/08/24 03:22:46 INFO : one: Copied (new) 2025/08/24 03:22:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/24 03:22:48 DEBUG : one: md5 = c8c496fadffd06b0328ea312fd32bc81 OK 2025/08/24 03:22:48 INFO : one: Copied (replaced existing) 2025/08/24 03:22:50 DEBUG : dst/one: md5 = d4054966b54713a85a66bae0b63c4dbf OK 2025/08/24 03:22:53 DEBUG : CompareDest/one: md5 = 49208a677329b1bc5242d610ec26e724 OK 2025/08/24 03:22:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/24 03:22:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/24 03:22:54 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/24 03:22:56 DEBUG : CompareDest/two: md5 = d92ea24e8ab7ccfd361b148e5834262e OK 2025/08/24 03:22:57 DEBUG : two: Need to transfer - File not found at Destination 2025/08/24 03:22:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/24 03:22:57 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/24 03:22:58 DEBUG : two: Need to transfer - File not found at Destination 2025/08/24 03:22:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/24 03:22:58 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/24 03:22:59 DEBUG : two: Need to transfer - File not found at Destination 2025/08/24 03:22:59 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/24 03:23:01 DEBUG : two: md5 = 8bf3a15521e83738ba5aacfa42ceff3d OK 2025/08/24 03:23:01 INFO : two: Copied (new) 2025/08/24 03:23:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/24 03:23:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:23:04 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:23:04 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.67s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:23:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesigoh6yepa/dst" 2025/08/24 03:23:05 DEBUG : Creating backend with remote "TestDrive:crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/24 03:23:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesigoh6yepa/CopyDest" 2025/08/24 03:23:07 DEBUG : Creating backend with remote "TestDrive:crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/24 03:23:08 DEBUG : one: Need to transfer - File not found at Destination 2025/08/24 03:23:10 DEBUG : one: md5 = bbf199130f43b7cfc74c28a3fa0e8a17 OK 2025/08/24 03:23:10 INFO : one: Copied (new) 2025/08/24 03:23:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/24 03:23:13 DEBUG : one: md5 = 0c1ccc896d8cf7f4f0a5fa83c1601c90 OK 2025/08/24 03:23:13 INFO : one: Copied (replaced existing) 2025/08/24 03:23:17 DEBUG : dst/one: md5 = 92cb002ef7f28e100809c910dcd5016b OK 2025/08/24 03:23:19 DEBUG : CopyDest/one: md5 = aaa730b4cd1feae88ed6b90daf28960e OK 2025/08/24 03:23:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesigoh6yepa/BackupDir" 2025/08/24 03:23:20 DEBUG : Config file has changed externally - reloading 2025/08/24 03:23:20 DEBUG : Creating backend with remote "TestDrive:crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/24 03:23:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/24 03:23:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/24 03:23:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/24 03:23:23 INFO : one: Moved (server-side) 2025/08/24 03:23:24 INFO : one: Copied (server-side copy) 2025/08/24 03:23:24 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/24 03:23:26 DEBUG : CopyDest/two: md5 = 9be386c76495f67a02386f3b69acd5a9 OK 2025/08/24 03:23:27 DEBUG : two: Need to transfer - File not found at Destination 2025/08/24 03:23:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/24 03:23:28 INFO : two: Copied (server-side copy) 2025/08/24 03:23:28 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/24 03:23:29 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/24 03:23:29 DEBUG : two: Unchanged skipping 2025/08/24 03:23:31 DEBUG : CopyDest/three: md5 = 4e9466cfbb3ae91f25d37ead9a0e96ba OK 2025/08/24 03:23:32 DEBUG : three: Need to transfer - File not found at Destination 2025/08/24 03:23:32 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/24 03:23:32 DEBUG : three: Destination not found in --copy-dest 2025/08/24 03:23:34 DEBUG : three: md5 = 12aa0592e733cb2c82bb716745b77698 OK 2025/08/24 03:23:34 INFO : three: Copied (new) 2025/08/24 03:23:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/24 03:23:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:23:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/24 03:23:38 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:23:38 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/24 03:23:38 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/24 03:23:39 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.82s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:23:41 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/24 03:23:43 DEBUG : TestCopyFileMaxTransfer/file1: md5 = ab9f87ca4456d4594fd27052af45c7bb OK 2025/08/24 03:23:43 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/24 03:23:44 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/24 03:23:44 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/24 03:23:45 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/24 03:23:45 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/24 03:23:47 DEBUG : TestCopyFileMaxTransfer/file4: md5 = aa85bd922a85212e88f6dcdb06cf12f2 OK 2025/08/24 03:23:47 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/24 03:23:49 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/24 03:23:49 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.06s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:23:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Looking for duplicate names using skip mode. 2025/08/24 03:23:53 NOTICE: one: Found 2 files with duplicate names 2025/08/24 03:23:53 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.00s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:23:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Looking for duplicate names using skip mode. 2025/08/24 03:23:59 NOTICE: one: Found 3 files with duplicate names 2025/08/24 03:23:59 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/24 03:24:00 INFO : one: Deleted 2025/08/24 03:24:00 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.30s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:24:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Looking for duplicate names using first mode. 2025/08/24 03:24:06 NOTICE: one: Found 3 files with duplicate names 2025/08/24 03:24:07 INFO : one: Deleted 2025/08/24 03:24:08 INFO : one: Deleted 2025/08/24 03:24:08 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.33s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:24:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Looking for duplicate names using newest mode. 2025/08/24 03:24:13 NOTICE: one: Found 3 files with duplicate names 2025/08/24 03:24:14 INFO : one: Deleted 2025/08/24 03:24:14 INFO : one: Deleted 2025/08/24 03:24:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.58s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:24:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Looking for duplicate names using oldest mode. 2025/08/24 03:24:20 NOTICE: one: Found 3 files with duplicate names 2025/08/24 03:24:20 INFO : one: Deleted 2025/08/24 03:24:21 INFO : one: Deleted 2025/08/24 03:24:21 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.20s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:24:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Looking for duplicate names using largest mode. 2025/08/24 03:24:26 NOTICE: one: Found 3 files with duplicate names 2025/08/24 03:24:27 INFO : one: Deleted 2025/08/24 03:24:27 INFO : one: Deleted 2025/08/24 03:24:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.32s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:24:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Looking for duplicate names using smallest mode. 2025/08/24 03:24:33 NOTICE: one: Found 3 files with duplicate names 2025/08/24 03:24:33 INFO : one: Deleted 2025/08/24 03:24:34 INFO : one: Deleted 2025/08/24 03:24:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.39s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:24:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Looking for duplicate names using rename mode. 2025/08/24 03:24:41 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/24 03:24:42 INFO : one-2.txt: renamed from: one.txt 2025/08/24 03:24:43 INFO : one-3.txt: renamed from: one.txt 2025/08/24 03:24:44 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.91s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:24:49 DEBUG : dupe1/one.txt: md5 = b7f08eaad84ce7bdff990369ac5e331d OK 2025/08/24 03:24:51 DEBUG : dupe2/two.txt: md5 = 364f2dc8230514e67022d214bf842a92 OK 2025/08/24 03:24:53 DEBUG : dupe3/three.txt: md5 = 4b8b5e76a931e79f98e2059c957274fd OK 2025/08/24 03:24:54 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/24 03:24:54 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/24 03:24:55 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/24 03:24:55 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/24 03:24:59 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/24 03:24:59 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/24 03:24:59 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.58s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:25:01 DEBUG : a.txt: md5 = da4ac19c63a7f9d9c3efacd1f9bb9b9b OK 2025/08/24 03:25:02 DEBUG : zend.txt: md5 = 1019d6af3a4a1ce9e7b084cf1151ff00 OK 2025/08/24 03:25:04 DEBUG : sub dir/hello world: md5 = ed9e5412becbcf11788ef61172ba5725 OK 2025/08/24 03:25:06 DEBUG : sub dir/hello world2: md5 = 50180905831b1b9cf8ade832c9c7280a OK 2025/08/24 03:25:08 DEBUG : sub dir/ignore dir/.ignore: md5 = 91a1a2a8918a6f6ce4c2027b42830b90 OK 2025/08/24 03:25:09 DEBUG : sub dir/ignore dir/should be ignored: md5 = 92e0cf7663e18703cb2ba95500bdd594 OK 2025/08/24 03:25:11 DEBUG : sub dir/sub sub dir/hello world3: md5 = 5482f76f5529ebe1fd8ea0c5531767a2 OK 2025/08/24 03:25:12 DEBUG : a.txt: Excluded (Size Filter) 2025/08/24 03:25:12 DEBUG : a.txt: Excluded 2025/08/24 03:25:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/24 03:25:13 DEBUG : sub dir/hello world: Excluded 2025/08/24 03:25:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/24 03:25:13 DEBUG : sub dir/hello world2: Excluded 2025/08/24 03:25:14 DEBUG : sub dir/ignore dir: Excluded 2025/08/24 03:25:14 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/24 03:25:14 DEBUG : sub dir/hello world: Excluded 2025/08/24 03:25:14 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/24 03:25:14 DEBUG : sub dir/hello world2: Excluded 2025/08/24 03:25:14 DEBUG : sub dir/ignore dir: Excluded 2025/08/24 03:25:18 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/24 03:25:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/24 03:25:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/24 03:25:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/24 03:25:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/24 03:25:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/24 03:25:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (20.94s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:25:22 DEBUG : a.txt: md5 = 3e3939629514401b85ca01bb4bb8ccf7 OK 2025/08/24 03:25:23 DEBUG : zend.txt: md5 = 3df5045d6c61760cd9d9606619bbfab3 OK 2025/08/24 03:25:25 DEBUG : sub dir/hello world: md5 = 3df451bb33b93c4ef976dfa2601d6f04 OK 2025/08/24 03:25:27 DEBUG : sub dir/hello world2: md5 = 46555f60ea5b8d14ae97cc9c8473a4fd OK 2025/08/24 03:25:29 DEBUG : sub dir/ignore dir/.ignore: md5 = 7b7e5a4a58d4d5751d89c4c30dc172c4 OK 2025/08/24 03:25:31 DEBUG : sub dir/ignore dir/should be ignored: md5 = 5b7e210e7e53df3fe46e7733b3cce3e8 OK 2025/08/24 03:25:33 DEBUG : sub dir/sub sub dir/hello world3: md5 = a99ccb860a84407f4053a73306aca94e OK 2025/08/24 03:25:34 DEBUG : a.txt: Excluded (Size Filter) 2025/08/24 03:25:34 DEBUG : a.txt: Excluded 2025/08/24 03:25:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/24 03:25:35 DEBUG : sub dir/hello world: Excluded 2025/08/24 03:25:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/24 03:25:35 DEBUG : sub dir/hello world2: Excluded 2025/08/24 03:25:35 DEBUG : sub dir/ignore dir: Excluded 2025/08/24 03:25:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/24 03:25:35 DEBUG : sub dir/hello world: Excluded 2025/08/24 03:25:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/24 03:25:35 DEBUG : sub dir/hello world2: Excluded 2025/08/24 03:25:36 DEBUG : sub dir/ignore dir: Excluded 2025/08/24 03:25:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/24 03:25:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/24 03:25:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/24 03:25:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/24 03:25:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/24 03:25:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/24 03:25:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.88s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:25:43 DEBUG : file1: md5 = 18634ff0994d9439e78ce25ddbd0a01b OK 2025/08/24 03:25:46 DEBUG : sub/file2: md5 = be27c716a41e74033c1aad8544839272 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/08/24 03:25:49 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/24 03:25:49 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/24 03:25:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/24 03:25:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.45s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.22s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:25:53 DEBUG : file1: md5 = 72eaf711d0ddbdf63680b6862ef4a4b1 OK 2025/08/24 03:25:55 DEBUG : sub/file2: md5 = a6b1356390ca68e3243d9baaf704a6b5 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/08/24 03:25:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesigoh6yepa/notfound" 2025/08/24 03:25:59 DEBUG : Config file has changed externally - reloading 2025/08/24 03:25:59 DEBUG : Creating backend with remote "TestDrive:crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0/qe0i31qdkoejk60elps0ni5sqk" 2025/08/24 03:26:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.37s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.58s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.21s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.21s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.65s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:26:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Making directory 2025/08/24 03:26:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:26:06 DEBUG : sub dir/hello world: md5 = 78ee72d0c6bdbfd28722a552af275534 OK 2025/08/24 03:26:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.78s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:26:10 DEBUG : potato2: md5 = 82ab5b75a145b9993ffb225a96366992 OK 2025/08/24 03:26:11 DEBUG : empty space: md5 = 39b9ece4466e4bd2dc60dd3648de5f62 OK --- PASS: TestLs (5.04s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:26:15 DEBUG : potato2: md5 = 895013d5b7d85cff7a693fa1b7df8927 OK 2025/08/24 03:26:16 DEBUG : empty space: md5 = 4deca0475536324031dae5afdd176a17 OK 2025/08/24 03:26:17 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.03s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:26:20 DEBUG : potato2: md5 = 52303bdbfa5b8e209d57e6b7d74f8202 OK 2025/08/24 03:26:21 DEBUG : empty space: md5 = e3e4d8d3020cea83dc7be5681fb31fb4 OK --- PASS: TestLsLong (4.70s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:26:24 DEBUG : potato2: md5 = 0152c1030059b0b3e03aacaa2ef1c7b2 OK 2025/08/24 03:26:26 DEBUG : empty space: md5 = cc5f31eb53e50f707d40679dd1999c1b OK --- PASS: TestHashSums (4.68s) === RUN TestHashSumsWithErrors 2025/08/24 03:26:28 DEBUG : Creating backend with remote ":memory:" 2025/08/24 03:26:28 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/24 03:26:28 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/24 03:26:28 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/24 03:26:28 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/24 03:26:28 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/24 03:26:28 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/24 03:26:28 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/24 03:26:28 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/24 03:26:28 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-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:26:29 DEBUG : potato2: md5 = 29ee3ab80f8d4ac3d1d1b956923a0d88 OK 2025/08/24 03:26:31 DEBUG : empty space: md5 = b1df4d003af44a6efb5fab4721b142a4 OK 2025/08/24 03:26:33 DEBUG : sub dir/potato3: md5 = 605065ea163aa74f60b4a08b5caa5177 OK 2025/08/24 03:26:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.90s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:26:38 DEBUG : small: md5 = 805d72cb5fcb51033269d830d42ca1ae OK 2025/08/24 03:26:40 DEBUG : medium: md5 = 074a8be9b2f5505b5fe72a925bfba01c OK 2025/08/24 03:26:41 DEBUG : large: md5 = 4dcda6cc9f4df9c7ba722da04cfb8b87 OK 2025/08/24 03:26:41 DEBUG : Waiting for deletions to finish 2025/08/24 03:26:42 DEBUG : large: Excluded (Size Filter) 2025/08/24 03:26:42 INFO : small: Deleted 2025/08/24 03:26:42 INFO : medium: Deleted --- PASS: TestDelete (6.40s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:26:44 DEBUG : small: md5 = 4da6772b8d546a9c8564363e8caeefa9 OK 2025/08/24 03:26:46 DEBUG : medium: md5 = e407d3f5e3f97caecb03294a73e5ca66 OK 2025/08/24 03:26:47 DEBUG : large: md5 = 2eaa763250f92d35b7056b5cf710d28c OK 2025/08/24 03:26:48 DEBUG : Waiting for deletions to finish 2025/08/24 03:26:48 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/24 03:26:48 INFO : medium: Deleted 2025/08/24 03:26:48 INFO : small: Deleted --- PASS: TestMaxDelete (6.91s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:26:52 DEBUG : small: md5 = bd727c1f0d33f810ebeafa329ccaa061 OK 2025/08/24 03:26:53 DEBUG : medium: md5 = 058ef67101041871d5211c6d95a6045b OK 2025/08/24 03:26:54 DEBUG : large: md5 = 589e9b0437736414c824145178c4664d OK 2025/08/24 03:26:55 DEBUG : Waiting for deletions to finish 2025/08/24 03:26:55 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/24 03:26:55 INFO : small: Deleted 2025/08/24 03:26:55 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.14s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:26:58 DEBUG : small: md5 = 4bca7f4704f033c0cfd013f4026f0020 OK 2025/08/24 03:27:00 DEBUG : medium: md5 = 450ce6265a8db1d4e4a51a569668754f OK 2025/08/24 03:27:01 DEBUG : large: md5 = cdb240f49c55553ab5cbe5c9cade9ab6 OK 2025/08/24 03:27:01 DEBUG : Waiting for deletions to finish 2025/08/24 03:27:02 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/08/24 03:27:02 INFO : small: Deleted 2025/08/24 03:27:02 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.71s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:27:05 DEBUG : ReadFile: md5 = 007fb1de7084e677b26094e49387a3a8 OK --- PASS: TestReadFile (4.15s) === RUN TestRetry 2025/08/24 03:27:08 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/24 03:27:08 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/24 03:27:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/24 03:27:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/24 03:27:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/24 03:27:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/24 03:27:08 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-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:27:09 DEBUG : file1: md5 = a002bdf1cb0b17618ab96516b21c8ed3 OK 2025/08/24 03:27:11 DEBUG : file2: md5 = 75655476accfb4720ea77cb5a55d86ed OK --- PASS: TestCat (16.94s) === RUN TestPurge 2025/08/24 03:27:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-konoges3lozu" 2025/08/24 03:27:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/24 03:27:25 DEBUG : Creating backend with remote "TestDrive:crypt/kprvmp89akqviofo0jfu0hrdjho8t74jb9i6e56ovqenh2ka0mpg" 2025/08/24 03:27:26 DEBUG : Creating backend with remote "/tmp/rclone4270314422" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-konoges3lozu'", Local "Local file system at /tmp/rclone4270314422", Modify Window "1ms" 2025/08/24 03:27:30 DEBUG : A1/B1/C1/one: md5 = 0b67fe529ee6d5ee207f825351b735c8 OK 2025/08/24 03:27:30 INFO : A2: Making directory 2025/08/24 03:27:31 INFO : A1/B2: Making directory 2025/08/24 03:27:32 INFO : A1/B2/C2: Making directory 2025/08/24 03:27:32 INFO : A1/B1/C3: Making directory 2025/08/24 03:27:33 INFO : A3: Making directory 2025/08/24 03:27:34 INFO : A3/B3: Making directory 2025/08/24 03:27:35 INFO : A3/B3/C4: Making directory 2025/08/24 03:27:37 DEBUG : A1/two: md5 = 9a00a00f3bbebe17c9750d3479c4fdc7 OK 2025/08/24 03:27:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-konoges3lozu': Purge remote 2025/08/24 03:27:40 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.52s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:27:44 DEBUG : A1/B1/C1/one: md5 = f14b75e64eaa47aeb3fb51a2238f90f0 OK 2025/08/24 03:27:44 INFO : A2: Making directory 2025/08/24 03:27:45 INFO : A1/B2: Making directory 2025/08/24 03:27:46 INFO : A1/B2/C2: Making directory 2025/08/24 03:27:47 INFO : A1/B1/C3: Making directory 2025/08/24 03:27:47 INFO : A3: Making directory 2025/08/24 03:27:48 INFO : A3/B3: Making directory 2025/08/24 03:27:49 INFO : A3/B3/C4: Making directory 2025/08/24 03:27:51 DEBUG : A1/two: md5 = 47d2ba7c2f5d5c1612800decfa5ada74 OK 2025/08/24 03:27:52 DEBUG : removing 1 level 3 directories 2025/08/24 03:27:52 INFO : A3/B3/C4: Removing directory 2025/08/24 03:27:55 DEBUG : removing 2 level 3 directories 2025/08/24 03:27:55 INFO : A1/B2/C2: Removing directory 2025/08/24 03:27:55 INFO : A1/B1/C3: Removing directory 2025/08/24 03:27:55 DEBUG : removing 2 level 2 directories 2025/08/24 03:27:55 INFO : A3/B3: Removing directory 2025/08/24 03:27:55 INFO : A1/B2: Removing directory 2025/08/24 03:27:56 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/24 03:27:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/24 03:27:56 DEBUG : removing 2 level 1 directories 2025/08/24 03:27:56 INFO : A3: Removing directory 2025/08/24 03:27:56 INFO : A2: Removing directory 2025/08/24 03:27:56 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/24 03:28:00 DEBUG : removing 1 level 3 directories 2025/08/24 03:28:00 INFO : A1/B1/C1: Removing directory 2025/08/24 03:28:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:01 DEBUG : removing 1 level 2 directories 2025/08/24 03:28:01 INFO : A1/B1: Removing directory 2025/08/24 03:28:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/24 03:28:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/24 03:28:01 DEBUG : removing 1 level 1 directories 2025/08/24 03:28:01 INFO : A1: Removing directory 2025/08/24 03:28:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/24 03:28:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/24 03:28:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/24 03:28:02 DEBUG : removing 1 level 0 directories 2025/08/24 03:28:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Removing directory 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/24 03:28:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.07s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:28:04 INFO : A1: Making directory 2025/08/24 03:28:05 INFO : A1/B1: Making directory 2025/08/24 03:28:06 INFO : A1/B1/C1: Making directory 2025/08/24 03:28:08 DEBUG : removing 1 level 3 directories 2025/08/24 03:28:08 INFO : A1/B1/C1: Removing directory 2025/08/24 03:28:09 DEBUG : removing 1 level 2 directories 2025/08/24 03:28:09 INFO : A1/B1: Removing directory 2025/08/24 03:28:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/24 03:28:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.73s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:28:11 INFO : A1: Making directory 2025/08/24 03:28:12 INFO : A1/B1: Making directory 2025/08/24 03:28:13 INFO : A1/B1/C1: Making directory 2025/08/24 03:28:15 DEBUG : removing 1 level 3 directories 2025/08/24 03:28:15 INFO : A1/B1/C1: Removing directory 2025/08/24 03:28:16 DEBUG : removing 1 level 2 directories 2025/08/24 03:28:16 INFO : A1/B1: Removing directory 2025/08/24 03:28:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/24 03:28:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.26s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:28:20 DEBUG : file1: md5 = 74f44a1052193b46d0443339c40963e2 OK 2025/08/24 03:28:21 DEBUG : filename.txt: File name found in url 2025/08/24 03:28:22 DEBUG : filename.txt: md5 = 748ec25bfc1ed66ae693497e1f4bdcee OK 2025/08/24 03:28:22 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/24 03:28:24 DEBUG : headerfilename.txt: md5 = c552c8f7ad09a551b6ca9f1e2357c9b3 OK 2025/08/24 03:28:25 DEBUG : file2: md5 = 50134471e676128506a7d4220f2d9f8b OK --- PASS: TestCopyURL (8.89s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:28:28 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/24 03:28:30 DEBUG : sub/file2: md5 = 96c63d9c08b76d7aee8efef64551a557 OK 2025/08/24 03:28:30 INFO : file1: Copied (new) to: sub/file2 2025/08/24 03:28:30 INFO : file1: Deleted 2025/08/24 03:28:31 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/24 03:28:31 DEBUG : file1: Unchanged skipping 2025/08/24 03:28:31 INFO : file1: Deleted 2025/08/24 03:28:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': don't need to copy/move sub/file2, it is already at target location 2025/08/24 03:28:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.08s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:28:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/24 03:28:35 DEBUG : file1: md5 = ea2ae9ebf7a6e95af36d818921395a26 OK 2025/08/24 03:28:35 INFO : file1: Copied (new) 2025/08/24 03:28:35 INFO : file1: Deleted 2025/08/24 03:28:36 DEBUG : file1: Destination exists, skipping 2025/08/24 03:28:36 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.38s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.41s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.42s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:28:40 DEBUG : dst/file1: md5 = fbc274f3daffe6403cbff98d0355de26 OK 2025/08/24 03:28:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesigoh6yepa/backup" 2025/08/24 03:28:41 DEBUG : Config file has changed externally - reloading 2025/08/24 03:28:41 DEBUG : Creating backend with remote "TestDrive:crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0/1nrff024r7pq65ecp72fc28jb0" 2025/08/24 03:28:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/24 03:28:45 INFO : dst/file1: Moved (server-side) 2025/08/24 03:28:46 DEBUG : dst/file1: md5 = 1a0f0449d6581f8fa14799b4bcde24e2 OK 2025/08/24 03:28:46 INFO : dst/file1: Copied (new) 2025/08/24 03:28:46 INFO : dst/file1: Deleted 2025/08/24 03:28:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/24 03:28:49 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/24 03:28:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.01s) === 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-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:28:53 DEBUG : A1/one: md5 = 609a8f30710cbd4f27e30c33826b2290 OK 2025/08/24 03:28:54 DEBUG : A1/two: md5 = 79f19f4a96dd676b5cf99b6a5d624f74 OK 2025/08/24 03:28:57 DEBUG : A1/B1/three: md5 = c81e9a6f5e4e05d33eb656cc78eadbff OK 2025/08/24 03:28:59 DEBUG : A1/B1/C1/four: md5 = 1e47115a081209ad265afb08475d6ffd OK 2025/08/24 03:29:01 DEBUG : A1/B1/C2/five: md5 = 48dbfc0cdf368920802b0efbee4604a2 OK 2025/08/24 03:29:01 INFO : A1/B2: Making directory 2025/08/24 03:29:02 INFO : A1/B1/C3: Making directory 2025/08/24 03:29:11 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/24 03:29:11 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/24 03:29:11 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/24 03:29:11 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/24 03:29:12 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/24 03:29:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/24 03:29:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/24 03:29:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/24 03:29:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/24 03:29:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/24 03:29:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/24 03:29:23 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/24 03:29:23 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/24 03:29:23 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/24 03:29:23 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/24 03:29:23 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/24 03:29:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/24 03:29:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/24 03:29:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/24 03:29:27 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/24 03:29:27 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/24 03:29:33 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/24 03:29:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/24 03:29:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/24 03:29:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/24 03:29:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/24 03:29:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/24 03:29:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/24 03:29:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/24 03:29:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/24 03:29:35 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.36s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:29:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/24 03:29:38 DEBUG : no_checksum_small_file_from_pipe: md5 = 8f752d52453bb4a72f058f2bac63a36a OK 2025/08/24 03:29:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/24 03:29:38 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/24 03:29:39 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/24 03:29:40 DEBUG : no_checksum_big_file_from_pipe: md5 = 97002bb36876f7d15bf48f1ffdbcbc42 OK 2025/08/24 03:29:40 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-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:29:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/24 03:29:43 DEBUG : with_checksum_small_file_from_pipe: md5 = 6aaf53d5defe786bcf05e57a2cfb23d5 OK 2025/08/24 03:29:43 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/24 03:29:44 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/24 03:29:45 DEBUG : with_checksum_big_file_from_pipe: md5 = 9bf87633a2807328a2ae736638723852 OK 2025/08/24 03:29:45 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-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:29:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/24 03:29:48 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/24 03:29:49 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/24 03:29:50 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:29:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/24 03:29:53 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/24 03:29:54 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/24 03:29:55 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.44s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.01s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.78s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.46s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.19s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/24 03:29:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': File to upload is small (48 bytes), uploading instead of streaming 2025/08/24 03:29:59 DEBUG : rcat_metadata: md5 = f76c80c7a8ef1b4e2408363d2f4712ee OK 2025/08/24 03:29:59 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/24 03:30:01 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/24 03:30:02 DEBUG : rcat_metadata_uploadcutoff0: md5 = c7f660944137bf079786d86fca2477d4 OK 2025/08/24 03:30:02 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.10s) --- PASS: TestRcatMetadata/Normal (2.52s) --- PASS: TestRcatMetadata/ViaDisk (3.17s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:30:05 DEBUG : potato1: md5 = d564be47f062d35039bd9ce73fadee7c OK 2025/08/24 03:30:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': File to upload is small (60 bytes), uploading instead of streaming 2025/08/24 03:30:06 DEBUG : potato2: md5 = 945f1c62df971b76dbf57e0a861173ba OK 2025/08/24 03:30:06 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.42s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:30:09 DEBUG : potato1: md5 = 7cfd927e1b1a3aa33cf3df6e755acae9 OK 2025/08/24 03:30:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': File to upload is small (60 bytes), uploading instead of streaming 2025/08/24 03:30:10 DEBUG : potato2: md5 = d675b0af674ea4b769f957f521cb073a OK 2025/08/24 03:30:10 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.30s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:30:14 DEBUG : potato2: md5 = 7055d50b7ed084f32286744d9139fbcb OK 2025/08/24 03:30:16 DEBUG : empty space: md5 = bb1d7cf880d78f356fb0dfcd0897a964 OK 2025/08/24 03:30:18 DEBUG : sub dir/potato3: md5 = 8a323c60aee8747d0582514c7faa793c OK 2025/08/24 03:30:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Touching "sub dir/potato3" 2025/08/24 03:30:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Touching "empty space" 2025/08/24 03:30:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Touching "potato2" 2025/08/24 03:30:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.69s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:30:23 DEBUG : dir with metadata: Making directory with metadata 2025/08/24 03:30:23 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.26s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:30:25 DEBUG : directory with modtime: Making directory with metadata 2025/08/24 03:30:26 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.29s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:30:27 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/24 03:30:27 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/24 03:30:27 DEBUG : Google drive root 'crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0': Skipping btime metadata as can't update it on an existing file: 2025-08-24T03:30:27.578933267Z 2025/08/24 03:30:28 INFO : non existent directory: Updated directory metadata 2025/08/24 03:30:30 DEBUG : Google drive root 'crypt/aubmblf3deiii2sbpcehlbag2511u3gltbkud4fhnluq18ih3vq0': Skipping btime metadata as can't update it on an existing file: 2025-08-24T03:30:27.578933267Z 2025/08/24 03:30:30 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.95s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:30:32 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/24 03:30:34 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/24 03:30:34 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.07s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:30:36 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/24 03:30:36 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/24 03:30:36 DEBUG : dst: Making directory with metadata 2025/08/24 03:30:37 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/24 03:30:37 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/24 03:30:37 INFO : dst: Set directory modification time (using SetModTime) 2025/08/24 03:30:38 INFO : dst: Set directory modification time (using SetModTime) 2025/08/24 03:30:38 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/24 03:30:38 INFO : dst: Set directory modification time (using SetModTime) 2025/08/24 03:30:38 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.53s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa'", Local "Local file system at /tmp/rclone438264303", Modify Window "1ms" 2025/08/24 03:30:42 DEBUG : sub dir/test remove existing: md5 = 540dff693711da942bd0ce9df5049def OK 2025/08/24 03:30:43 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 4beadb9dedf8743acad4ee2ac191de7b OK 2025/08/24 03:30:45 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.jayamid2" before starting 2025/08/24 03:30:46 DEBUG : sub dir/test remove existing.jayamid2: TEST: removing renamed existing file after operation 2025/08/24 03:30:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xapebaj1" before starting 2025/08/24 03:30:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xapebaj1: TEST: renaming existing back after failed operation 2025/08/24 03:30:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.woqowox8" before starting 2025/08/24 03:30:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.woqowox8: TEST: removing renamed existing file after operation 2025/08/24 03:30:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "07fhefusjh7rli4sv6uqskfvbp5b6s0mf4h74uvu5bsra7j9soig" 2025/08/24 03:30:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "cl02qksn7c2mk8jv4in23gu3p46fffcp3f03kso1hp1h490cra9tvmd3ad6hqp1l98sg5v8qhgv55f0dlqgi9pe03nmdv64640akhgs6qcvlafguo50b4kob0gni2e50npnoaipsda74q72a91jfvjdjqr88g5ti1ac80qfeitpp16np42i0" --- PASS: TestRemoveExisting (13.21s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/08/24 03:30:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesigoh6yepa': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m54.447082858s (try 1/5)