"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/04/24 01:44:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jocedud2xiko" 2025/04/24 01:44:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:44:49 DEBUG : Creating backend with remote "TestDrive:crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg" 2025/04/24 01:44:50 DEBUG : Creating backend with remote "/tmp/rclone776363294" === 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-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/24 01:44:51 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/24 01:44:51 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/24 01:44:51 DEBUG : potato: Seek from 10 to 0 2025/04/24 01:44:51 DEBUG : potato: Seek from 10 to 0 2025/04/24 01:44:51 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/24 01:44:51 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/24 01:44:51 DEBUG : potato: Seek from 5 to 2 2025/04/24 01:44:51 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/24 01:44:51 DEBUG : potato: Seek from 7 to 0 2025/04/24 01:44:51 DEBUG : potato: Seek from 7 to 0 2025/04/24 01:44:51 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/24 01:44:51 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/24 01:44:51 DEBUG : potato: Seek from 5 to 2 2025/04/24 01:44:51 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/24 01:44:51 DEBUG : potato: Seek from 8 to 0 2025/04/24 01:44:51 DEBUG : potato: Seek from 8 to 0 2025/04/24 01:44:51 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/24 01:44:51 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/24 01:44:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/24 01:44:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/24 01:44:51 DEBUG : potato: Seek from 5 to 2 2025/04/24 01:44:51 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/24 01:44:51 DEBUG : potato: Seek from 9 to 0 2025/04/24 01:44:51 DEBUG : potato: Seek from 9 to 0 2025/04/24 01:44:51 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-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:44:53 DEBUG : rutabaga: md5 = e420e742214dcff5e79cb780019beb3c OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/24 01:44:55 DEBUG : empty space: md5 = 8369268fe75dd29923f03414c8f6a38b OK === RUN TestCheck/3 2025/04/24 01:44:57 DEBUG : potato2: md5 = 1ebe737e6f7d57166b0df0be373aedb6 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/24 01:44:59 DEBUG : remotepotato: md5 = 3dfef940fbc8db020d17d41b56675ee4 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.73s) --- PASS: TestCheck/1 (0.22s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.22s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.22s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2025/04/24 01:45:03 DEBUG : Creating backend with remote "nonexistent" 2025/04/24 01:45:03 DEBUG : Creating backend with remote "nonexistent" 2025/04/24 01:45:03 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/24 01:45:03 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/04/24 01:45:03 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/24 01:45:03 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-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:45:04 DEBUG : rutabaga: md5 = 7630e4f16c1db4d6708c507395624e63 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/24 01:45:08 DEBUG : empty space: md5 = 9c77aee8560099b627d3e423cee5c98c OK === RUN TestCheckDownload/3 2025/04/24 01:45:11 DEBUG : potato2: md5 = f4948f08d4d7adc740e95c877955b5a7 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/24 01:45:15 DEBUG : remotepotato: md5 = 1d87523056f573707df31897f7d10c7a OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.82s) --- PASS: TestCheckDownload/1 (1.22s) --- PASS: TestCheckDownload/2 (1.00s) --- PASS: TestCheckDownload/3 (1.22s) --- PASS: TestCheckDownload/4 (1.04s) --- PASS: TestCheckDownload/5 (1.17s) --- PASS: TestCheckDownload/6 (1.37s) --- PASS: TestCheckDownload/7 (0.90s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:45:21 DEBUG : rutabaga: md5 = 5aa7ecc9c1eeeb61cc96c65fdeaf8467 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/24 01:45:23 DEBUG : empty space: md5 = b1515da375bd16e583e9d9fb66a0061a OK === RUN TestCheckSizeOnly/3 2025/04/24 01:45:25 DEBUG : potato2: md5 = 41ccc0ac26844b47ca75b9d1ddbec302 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/24 01:45:27 DEBUG : remotepotato: md5 = aa976e691166ae05b6801c3a1ba0ee84 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.67s) --- PASS: TestCheckSizeOnly/1 (0.21s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.22s) --- PASS: TestCheckSizeOnly/6 (0.22s) --- PASS: TestCheckSizeOnly/7 (0.22s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:45:31 DEBUG : test.sum: md5 = f57c427b697dc15dc29be79a5eb29f8f OK 2025/04/24 01:45:33 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/24 01:45:33 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/24 01:45:33 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/24 01:45:33 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/24 01:45:34 DEBUG : test.sum: md5 = 8becb7df6692a032f5831f6b244594c6 OK 2025/04/24 01:45:36 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/24 01:45:36 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/24 01:45:36 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/24 01:45:36 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.64s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:45:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jocedud2xiko/data" 2025/04/24 01:45:37 DEBUG : Config file has changed externally - reloading 2025/04/24 01:45:37 DEBUG : Creating backend with remote "TestDrive:crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko/data' lacks md5, skipping --- SKIP: TestCheckSum (1.90s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:45:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jocedud2xiko/data" 2025/04/24 01:45:39 DEBUG : Creating backend with remote "TestDrive:crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg/vjrnln8ratgmqakfosrqe8espk" 2025/04/24 01:45:42 DEBUG : data/banana: md5 = 616dbe15ef922c4c7bb51573bf9a6b0c OK 2025/04/24 01:45:44 DEBUG : test.sum: md5 = eb066e6b5075e462bc63e8324dc79eb1 OK === RUN TestCheckSumDownload/subtest1 2025/04/24 01:45:49 DEBUG : data/potato: md5 = 40347806913a5efd73766f847a3d93e3 OK 2025/04/24 01:45:50 DEBUG : test.sum: md5 = ecc412d10ad1c59a5b88bf4b4a802aeb OK === RUN TestCheckSumDownload/subtest2 2025/04/24 01:45:54 DEBUG : test.sum: md5 = f6481874ca469b0208a10dfc577010a9 OK === RUN TestCheckSumDownload/subtest3 2025/04/24 01:45:59 DEBUG : test.sum: md5 = e8a9cc57e7866770bb2edb5d9f57fc68 OK === RUN TestCheckSumDownload/subtest4 2025/04/24 01:46:03 DEBUG : test.sum: md5 = 4a4d023fc5a33d54b1a2fca4e73a6a6d OK === RUN TestCheckSumDownload/subtest5 2025/04/24 01:46:08 DEBUG : test.sum: md5 = 9a63a64c8889a2625f7269e07e06a268 OK === RUN TestCheckSumDownload/subtest6 2025/04/24 01:46:12 DEBUG : data/banana: md5 = 337c89ad33d5146b4bdf3b6cdfded63f OK 2025/04/24 01:46:13 DEBUG : data/potato: md5 = 89b014bd1d7553915ee39991bbe928e2 OK 2025/04/24 01:46:15 DEBUG : test.sum: md5 = 0f923c2f88301c742c4523176fba60e0 OK === RUN TestCheckSumDownload/subtest7 2025/04/24 01:46:19 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/04/24 01:46:19 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (41.27s) --- PASS: TestCheckSumDownload/subtest1 (3.38s) --- PASS: TestCheckSumDownload/subtest2 (2.01s) --- PASS: TestCheckSumDownload/subtest3 (3.05s) --- PASS: TestCheckSumDownload/subtest4 (2.45s) --- PASS: TestCheckSumDownload/subtest5 (2.65s) --- PASS: TestCheckSumDownload/subtest6 (2.33s) --- PASS: TestCheckSumDownload/subtest7 (2.04s) === RUN TestApplyTransforms 2025/04/24 01:46:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zinayek0caci" 2025/04/24 01:46:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:46:20 DEBUG : Creating backend with remote "TestDrive:crypt/fqn1dg89as21g37m4s9km5e4629tre16a2te4mli1m59snt17us0" 2025/04/24 01:46:21 DEBUG : Creating backend with remote "/tmp/rclone2949499821" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zinayek0caci'", Local "Local file system at /tmp/rclone2949499821", Modify Window "1ms" 2025/04/24 01:46:23 DEBUG : hello, world!: md5 = fc1e658ba0d6008e846cf95b6509aebe OK upper checkfile vs. lower remote (without normalization) 2025/04/24 01:46:23 ERROR : hello, world!: sum not found 2025/04/24 01:46:23 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zinayek0caci' 2025/04/24 01:46:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zinayek0caci': 1 files missing 2025/04/24 01:46:23 NOTICE: 1 hashes missing 2025/04/24 01:46:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zinayek0caci': 2 differences found 2025/04/24 01:46:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zinayek0caci': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/24 01:46:25 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 01:46:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zinayek0caci': 0 differences found 2025/04/24 01:46:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zinayek0caci': 1 matching files 2025/04/24 01:46:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yiputuq1xire" 2025/04/24 01:46:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:46:25 DEBUG : Creating backend with remote "TestDrive:crypt/dqd4hu674llj51grkr2ms9l7ieaaueckjkp2o1tk2h1jsij18q60" 2025/04/24 01:46:26 DEBUG : Creating backend with remote "/tmp/rclone3757164350" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yiputuq1xire'", Local "Local file system at /tmp/rclone3757164350", Modify Window "1ms" 2025/04/24 01:46:28 DEBUG : HELLO, WORLD!: md5 = e1d9af7251262dacc2c9fff1b7767aa9 OK lower checkfile vs. upper remote (without normalization) 2025/04/24 01:46:28 ERROR : HELLO, WORLD!: sum not found 2025/04/24 01:46:28 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yiputuq1xire' 2025/04/24 01:46:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiputuq1xire': 1 files missing 2025/04/24 01:46:28 NOTICE: 1 hashes missing 2025/04/24 01:46:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiputuq1xire': 2 differences found 2025/04/24 01:46:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiputuq1xire': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/24 01:46:29 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 01:46:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiputuq1xire': 0 differences found 2025/04/24 01:46:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiputuq1xire': 1 matching files 2025/04/24 01:46:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gifunin4howa" 2025/04/24 01:46:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:46:29 DEBUG : Creating backend with remote "TestDrive:crypt/np2uko27uon2g7a23e3erodo51hfp4qog6f3g4mg12usdduhe9ng" 2025/04/24 01:46:30 DEBUG : Creating backend with remote "/tmp/rclone269827639" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gifunin4howa'", Local "Local file system at /tmp/rclone269827639", Modify Window "1ms" 2025/04/24 01:46:32 DEBUG : HeLlO, wOrLd!: md5 = 0fb98bdf4aa1751bab98cd4b955822c9 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/24 01:46:33 ERROR : HeLlO, wOrLd!: sum not found 2025/04/24 01:46:33 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gifunin4howa' 2025/04/24 01:46:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gifunin4howa': 1 files missing 2025/04/24 01:46:33 NOTICE: 1 hashes missing 2025/04/24 01:46:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gifunin4howa': 2 differences found 2025/04/24 01:46:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gifunin4howa': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/24 01:46:34 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 01:46:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gifunin4howa': 0 differences found 2025/04/24 01:46:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gifunin4howa': 1 matching files 2025/04/24 01:46:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bexucib2hene" 2025/04/24 01:46:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:46:34 DEBUG : Creating backend with remote "TestDrive:crypt/hh4c86vssliteg3jebtkcblne37pfgnvcv9ri91no5c0iu7mbgvg" 2025/04/24 01:46:35 DEBUG : Creating backend with remote "/tmp/rclone2650726042" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bexucib2hene'", Local "Local file system at /tmp/rclone2650726042", Modify Window "1ms" 2025/04/24 01:46:37 DEBUG : HELLO, WORLD!: md5 = 35901ba7473d72660c001fb412064290 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/24 01:46:37 ERROR : HELLO, WORLD!: sum not found 2025/04/24 01:46:37 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bexucib2hene' 2025/04/24 01:46:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexucib2hene': 1 files missing 2025/04/24 01:46:37 NOTICE: 1 hashes missing 2025/04/24 01:46:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexucib2hene': 2 differences found 2025/04/24 01:46:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexucib2hene': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/24 01:46:39 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 01:46:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexucib2hene': 0 differences found 2025/04/24 01:46:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexucib2hene': 1 matching files 2025/04/24 01:46:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomevub5duna" 2025/04/24 01:46:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:46:39 DEBUG : Creating backend with remote "TestDrive:crypt/f7djtbtfos6lootisrfsrani8ag96bhrrjohl3kjrseruekfr9dg" 2025/04/24 01:46:40 DEBUG : Creating backend with remote "/tmp/rclone3949085372" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomevub5duna'", Local "Local file system at /tmp/rclone3949085372", Modify Window "1ms" 2025/04/24 01:46:42 DEBUG : 測試_Русский___ě_áñ: md5 = 904785a64b180c53d03d4f87fa0268c1 OK NFD checkfile vs. NFC remote (without normalization) 2025/04/24 01:46:42 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/24 01:46:42 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yomevub5duna' 2025/04/24 01:46:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yomevub5duna': 1 files missing 2025/04/24 01:46:42 NOTICE: 1 hashes missing 2025/04/24 01:46:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yomevub5duna': 2 differences found 2025/04/24 01:46:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yomevub5duna': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/24 01:46:44 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 01:46:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yomevub5duna': 0 differences found 2025/04/24 01:46:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yomevub5duna': 1 matching files 2025/04/24 01:46:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-najusic1xihe" 2025/04/24 01:46:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:46:44 DEBUG : Creating backend with remote "TestDrive:crypt/smroa21j0dc63ala481838ha54tcg2r3bj1hstt30bcuplelfol0" 2025/04/24 01:46:45 DEBUG : Creating backend with remote "/tmp/rclone233156977" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-najusic1xihe'", Local "Local file system at /tmp/rclone233156977", Modify Window "1ms" 2025/04/24 01:46:47 DEBUG : 測試_Русский___ě_áñ: md5 = 7b0b06e9858998609d31244363274874 OK NFC checkfile vs. NFD remote (without normalization) 2025/04/24 01:46:47 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/24 01:46:47 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-najusic1xihe' 2025/04/24 01:46:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-najusic1xihe': 1 files missing 2025/04/24 01:46:47 NOTICE: 1 hashes missing 2025/04/24 01:46:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-najusic1xihe': 2 differences found 2025/04/24 01:46:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-najusic1xihe': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/24 01:46:49 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 01:46:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-najusic1xihe': 0 differences found 2025/04/24 01:46:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-najusic1xihe': 1 matching files 2025/04/24 01:46:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-reqomas3hino" 2025/04/24 01:46:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:46:49 DEBUG : Creating backend with remote "TestDrive:crypt/fc9tf764bitnm6r3kh2o9hhvjcnn18od0dt81lv63tfip15jtseg" 2025/04/24 01:46:50 DEBUG : Creating backend with remote "/tmp/rclone4054340971" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-reqomas3hino'", Local "Local file system at /tmp/rclone4054340971", Modify Window "1ms" 2025/04/24 01:46:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5caa5610ed8f750702f8e9c71b410c97 OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/24 01:46:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/24 01:46:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-reqomas3hino' 2025/04/24 01:46:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-reqomas3hino': 1 files missing 2025/04/24 01:46:52 NOTICE: 1 hashes missing 2025/04/24 01:46:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-reqomas3hino': 2 differences found 2025/04/24 01:46:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-reqomas3hino': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/24 01:46:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 01:46:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-reqomas3hino': 0 differences found 2025/04/24 01:46:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-reqomas3hino': 1 matching files 2025/04/24 01:46:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-moyeyay0sude" 2025/04/24 01:46:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:46:54 DEBUG : Creating backend with remote "TestDrive:crypt/iav1bpio4uckhb8dq3lee0l13l03imtgc2rl9bopet10n0th9u3g" 2025/04/24 01:46:55 DEBUG : Creating backend with remote "/tmp/rclone714955110" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-moyeyay0sude'", Local "Local file system at /tmp/rclone714955110", Modify Window "1ms" 2025/04/24 01:46:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2988cf8f3bd125111fe00b4457bf5829 OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/24 01:46:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/24 01:46:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-moyeyay0sude' 2025/04/24 01:46:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moyeyay0sude': 1 files missing 2025/04/24 01:46:57 NOTICE: 1 hashes missing 2025/04/24 01:46:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moyeyay0sude': 2 differences found 2025/04/24 01:46:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moyeyay0sude': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/24 01:46:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 01:46:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moyeyay0sude': 0 differences found 2025/04/24 01:46:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moyeyay0sude': 1 matching files 2025/04/24 01:46:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yiminis5wapo" 2025/04/24 01:46:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:46:58 DEBUG : Creating backend with remote "TestDrive:crypt/ce4b4en23hkkcndcjso2ok7tile1sk181098fqrcu6jktn9cngo0" 2025/04/24 01:46:59 DEBUG : Creating backend with remote "/tmp/rclone3485249572" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yiminis5wapo'", Local "Local file system at /tmp/rclone3485249572", Modify Window "1ms" 2025/04/24 01:47:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d0a4ab727ec4a148100d24ed86a4b8d1 OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/24 01:47:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/24 01:47:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yiminis5wapo' 2025/04/24 01:47:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiminis5wapo': 1 files missing 2025/04/24 01:47:02 NOTICE: 1 hashes missing 2025/04/24 01:47:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiminis5wapo': 2 differences found 2025/04/24 01:47:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiminis5wapo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/24 01:47:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 01:47:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiminis5wapo': 0 differences found 2025/04/24 01:47:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiminis5wapo': 1 matching files 2025/04/24 01:47:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waqotiq6ziho" 2025/04/24 01:47:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:47:04 DEBUG : Creating backend with remote "TestDrive:crypt/4lokdmg8s1mh2s0aekdj356i0cv2mj7im0vmss3tekdisbtrb06g" 2025/04/24 01:47:05 DEBUG : Creating backend with remote "/tmp/rclone3459976045" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waqotiq6ziho'", Local "Local file system at /tmp/rclone3459976045", Modify Window "1ms" 2025/04/24 01:47:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = bff6212c7ca2a0d72bdc410a60622f08 OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/24 01:47:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/24 01:47:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-waqotiq6ziho' 2025/04/24 01:47:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-waqotiq6ziho': 1 files missing 2025/04/24 01:47:07 NOTICE: 1 hashes missing 2025/04/24 01:47:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-waqotiq6ziho': 2 differences found 2025/04/24 01:47:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-waqotiq6ziho': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/24 01:47:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/24 01:47:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-waqotiq6ziho': 0 differences found 2025/04/24 01:47:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-waqotiq6ziho': 1 matching files 2025/04/24 01:47:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waqotiq6ziho': Purge remote 2025/04/24 01:47:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yiminis5wapo': Purge remote 2025/04/24 01:47:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-moyeyay0sude': Purge remote 2025/04/24 01:47:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-reqomas3hino': Purge remote 2025/04/24 01:47:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-najusic1xihe': Purge remote 2025/04/24 01:47:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomevub5duna': Purge remote 2025/04/24 01:47:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bexucib2hene': Purge remote 2025/04/24 01:47:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gifunin4howa': Purge remote 2025/04/24 01:47:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yiputuq1xire': Purge remote 2025/04/24 01:47:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zinayek0caci': Purge remote --- PASS: TestApplyTransforms (53.55s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:47:14 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/24 01:47:16 DEBUG : sub/file2: md5 = 07977da4fd78ef1a4c53e3330becd9fe OK 2025/04/24 01:47:16 INFO : file1: Copied (new) to: sub/file2 2025/04/24 01:47:16 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/24 01:47:16 DEBUG : file1: Unchanged skipping 2025/04/24 01:47:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': don't need to copy/move sub/file2, it is already at target location 2025/04/24 01:47:18 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.79s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.43s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:47:22 DEBUG : dst/file1: md5 = 98025348c18b87a68251485786c7ffb9 OK 2025/04/24 01:47:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jocedud2xiko/backup" 2025/04/24 01:47:23 DEBUG : Creating backend with remote "TestDrive:crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg/1nrff024r7pq65ecp72fc28jb0" 2025/04/24 01:47:24 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/24 01:47:26 INFO : dst/file1: Moved (server-side) 2025/04/24 01:47:28 DEBUG : dst/file1: md5 = 5b3ef0adeb2140d1366d75c8e00bd9bc OK 2025/04/24 01:47:28 INFO : dst/file1: Copied (new) 2025/04/24 01:47:30 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/24 01:47:31 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/24 01:47:32 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.57s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:47:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jocedud2xiko/dst" 2025/04/24 01:47:32 DEBUG : Creating backend with remote "TestDrive:crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/24 01:47:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jocedud2xiko/CompareDest" 2025/04/24 01:47:34 DEBUG : Creating backend with remote "TestDrive:crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg/gveqi14airsml4bgu7krj116o8" 2025/04/24 01:47:35 DEBUG : one: Need to transfer - File not found at Destination 2025/04/24 01:47:38 DEBUG : one: md5 = bd8d3267bd2272afc8ca1448acf2b490 OK 2025/04/24 01:47:38 INFO : one: Copied (new) 2025/04/24 01:47:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/24 01:47:40 DEBUG : one: md5 = 8e11d6cbc18e861471d30887416cafcc OK 2025/04/24 01:47:40 INFO : one: Copied (replaced existing) 2025/04/24 01:47:42 DEBUG : dst/one: md5 = affc2f8f0006ac1b023de86fb1e79ec9 OK 2025/04/24 01:47:44 DEBUG : CompareDest/one: md5 = c9bebf5a62891805e57c91d3698aee20 OK 2025/04/24 01:47:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/24 01:47:46 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/24 01:47:46 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/24 01:47:47 DEBUG : CompareDest/two: md5 = 2e4bb6cbb0707b76c5779212f82c7c2b OK 2025/04/24 01:47:48 DEBUG : two: Need to transfer - File not found at Destination 2025/04/24 01:47:48 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/24 01:47:48 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/24 01:47:49 DEBUG : two: Need to transfer - File not found at Destination 2025/04/24 01:47:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/24 01:47:49 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/24 01:47:51 DEBUG : two: Need to transfer - File not found at Destination 2025/04/24 01:47:51 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/24 01:47:52 DEBUG : two: md5 = 52c52f5c172c0ae34fc443b6a1d2da53 OK 2025/04/24 01:47:52 INFO : two: Copied (new) 2025/04/24 01:47:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/24 01:47:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:47:56 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:47:56 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.27s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:47:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jocedud2xiko/dst" 2025/04/24 01:47:56 DEBUG : Config file has changed externally - reloading 2025/04/24 01:47:57 DEBUG : Creating backend with remote "TestDrive:crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/24 01:47:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jocedud2xiko/CopyDest" 2025/04/24 01:47:58 DEBUG : Creating backend with remote "TestDrive:crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/24 01:48:00 DEBUG : one: Need to transfer - File not found at Destination 2025/04/24 01:48:02 DEBUG : one: md5 = 364adbba984e92445a2523bc66651c98 OK 2025/04/24 01:48:02 INFO : one: Copied (new) 2025/04/24 01:48:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/24 01:48:05 DEBUG : one: md5 = 28072f93ac1907942e0d47c8c4ff5c64 OK 2025/04/24 01:48:05 INFO : one: Copied (replaced existing) 2025/04/24 01:48:07 DEBUG : dst/one: md5 = 84d48948cebf66a1c6bff698a6635247 OK 2025/04/24 01:48:09 DEBUG : CopyDest/one: md5 = f8bbfdf6e29293105abfaf800803ab4b OK 2025/04/24 01:48:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jocedud2xiko/BackupDir" 2025/04/24 01:48:09 DEBUG : Creating backend with remote "TestDrive:crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/24 01:48:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/24 01:48:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/24 01:48:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/24 01:48:13 INFO : one: Moved (server-side) 2025/04/24 01:48:14 INFO : one: Copied (server-side copy) 2025/04/24 01:48:14 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/24 01:48:16 DEBUG : CopyDest/two: md5 = 29dfc5bb00a732f9009d004ec9ae3921 OK 2025/04/24 01:48:16 DEBUG : two: Need to transfer - File not found at Destination 2025/04/24 01:48:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/24 01:48:18 INFO : two: Copied (server-side copy) 2025/04/24 01:48:18 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/24 01:48:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/24 01:48:18 DEBUG : two: Unchanged skipping 2025/04/24 01:48:20 DEBUG : CopyDest/three: md5 = 7e19185195fb0fd9e1830528d7529c25 OK 2025/04/24 01:48:21 DEBUG : three: Need to transfer - File not found at Destination 2025/04/24 01:48:21 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/24 01:48:21 DEBUG : three: Destination not found in --copy-dest 2025/04/24 01:48:22 DEBUG : three: md5 = fbfefacc97948eec456407547fd22ab0 OK 2025/04/24 01:48:22 INFO : three: Copied (new) 2025/04/24 01:48:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/24 01:48:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:48:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/24 01:48:27 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:48:27 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/24 01:48:27 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/24 01:48:28 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.39s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:48:30 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/24 01:48:32 DEBUG : TestCopyFileMaxTransfer/file1: md5 = f16232a04b60974df8088b5387f7f67f OK 2025/04/24 01:48:32 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/24 01:48:33 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/24 01:48:33 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/04/24 01:48:34 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/24 01:48:34 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/24 01:48:36 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 514a087e24f591150af5ccb5863c156d OK 2025/04/24 01:48:36 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/24 01:48:38 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/24 01:48:38 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.85s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.40s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:48:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Looking for duplicate names using skip mode. 2025/04/24 01:48:42 NOTICE: one: Found 2 files with duplicate names 2025/04/24 01:48:42 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.76s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:48:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Looking for duplicate names using skip mode. 2025/04/24 01:48:48 NOTICE: one: Found 3 files with duplicate names 2025/04/24 01:48:48 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/24 01:48:48 INFO : one: Deleted 2025/04/24 01:48:48 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.14s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:48:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Looking for duplicate names using first mode. 2025/04/24 01:48:54 NOTICE: one: Found 3 files with duplicate names 2025/04/24 01:48:54 INFO : one: Deleted 2025/04/24 01:48:55 INFO : one: Deleted 2025/04/24 01:48:55 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.18s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:49:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Looking for duplicate names using newest mode. 2025/04/24 01:49:00 NOTICE: one: Found 3 files with duplicate names 2025/04/24 01:49:01 INFO : one: Deleted 2025/04/24 01:49:01 INFO : one: Deleted 2025/04/24 01:49:01 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.01s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:49:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Looking for duplicate names using oldest mode. 2025/04/24 01:49:07 NOTICE: one: Found 3 files with duplicate names 2025/04/24 01:49:07 INFO : one: Deleted 2025/04/24 01:49:08 INFO : one: Deleted 2025/04/24 01:49:08 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.21s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:49:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Looking for duplicate names using largest mode. 2025/04/24 01:49:13 NOTICE: one: Found 3 files with duplicate names 2025/04/24 01:49:13 INFO : one: Deleted 2025/04/24 01:49:14 INFO : one: Deleted 2025/04/24 01:49:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.20s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:49:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Looking for duplicate names using smallest mode. 2025/04/24 01:49:19 NOTICE: one: Found 3 files with duplicate names 2025/04/24 01:49:20 INFO : one: Deleted 2025/04/24 01:49:20 INFO : one: Deleted 2025/04/24 01:49:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.29s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:49:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Looking for duplicate names using rename mode. 2025/04/24 01:49:27 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/24 01:49:28 INFO : one-2.txt: renamed from: one.txt 2025/04/24 01:49:29 INFO : one-3.txt: renamed from: one.txt 2025/04/24 01:49:30 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.35s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:49:35 DEBUG : dupe1/one.txt: md5 = cbaa6af0684579498fe44d4a2aa7495b OK 2025/04/24 01:49:37 DEBUG : dupe2/two.txt: md5 = 860b5373fb8b618ba365d669432789fa OK 2025/04/24 01:49:39 DEBUG : dupe3/three.txt: md5 = a2374ccec1720d4d06021e2b49f943cf OK 2025/04/24 01:49:39 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/24 01:49:40 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/24 01:49:40 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/24 01:49:41 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/24 01:49:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/24 01:49:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/24 01:49:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.46s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:49:46 DEBUG : a.txt: md5 = 99bb9f628ae56824207e0f5a6321679e OK 2025/04/24 01:49:48 DEBUG : zend.txt: md5 = 1fd8fba3d7ee30d97eeaeb9aa8afb91f OK 2025/04/24 01:49:50 DEBUG : sub dir/hello world: md5 = 36af63daf1c66a7c2a52a2a702b4c869 OK 2025/04/24 01:49:51 DEBUG : sub dir/hello world2: md5 = 563fc5714cc996b9bc4dfdda6cab9f40 OK 2025/04/24 01:49:54 DEBUG : sub dir/ignore dir/.ignore: md5 = 5c05ebf7485e56c0b5c41ddd2eab572d OK 2025/04/24 01:49:55 DEBUG : sub dir/ignore dir/should be ignored: md5 = 3457a780babe1dcc66a8fa8ebf7cfca8 OK 2025/04/24 01:49:57 DEBUG : sub dir/sub sub dir/hello world3: md5 = d783fa019ec4aec7e71153f22391cc95 OK 2025/04/24 01:49:58 DEBUG : a.txt: Excluded (Size Filter) 2025/04/24 01:49:58 DEBUG : a.txt: Excluded 2025/04/24 01:49:59 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/24 01:49:59 DEBUG : sub dir/hello world2: Excluded 2025/04/24 01:49:59 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/24 01:49:59 DEBUG : sub dir/hello world: Excluded 2025/04/24 01:49:59 DEBUG : sub dir/ignore dir: Excluded 2025/04/24 01:49:59 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/24 01:49:59 DEBUG : sub dir/hello world2: Excluded 2025/04/24 01:49:59 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/24 01:49:59 DEBUG : sub dir/hello world: Excluded 2025/04/24 01:50:00 DEBUG : sub dir/ignore dir: Excluded 2025/04/24 01:50:04 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/24 01:50:05 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/24 01:50:05 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/24 01:50:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/24 01:50:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/24 01:50:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/24 01:50:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.41s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:50:08 DEBUG : a.txt: md5 = 8b46057bfa15f1ed2485587a14a14763 OK 2025/04/24 01:50:09 DEBUG : zend.txt: md5 = 4194d75587afb78a0e033f68d9eadbdb OK 2025/04/24 01:50:11 DEBUG : sub dir/hello world: md5 = 17884201b68cd300afcd2485a30723f5 OK 2025/04/24 01:50:13 DEBUG : sub dir/hello world2: md5 = 1b207c1d181000ae0164889692d6d668 OK 2025/04/24 01:50:15 DEBUG : sub dir/ignore dir/.ignore: md5 = c7480a2a5c8f1ee9984e3c852cb97247 OK 2025/04/24 01:50:16 DEBUG : sub dir/ignore dir/should be ignored: md5 = d8b8e86890474f730c657a67ad0a9241 OK 2025/04/24 01:50:18 DEBUG : sub dir/sub sub dir/hello world3: md5 = ecbb5a49290fd34a33a8ffbc38183fa4 OK 2025/04/24 01:50:20 DEBUG : a.txt: Excluded (Size Filter) 2025/04/24 01:50:20 DEBUG : a.txt: Excluded 2025/04/24 01:50:20 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/24 01:50:20 DEBUG : sub dir/hello world: Excluded 2025/04/24 01:50:20 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/24 01:50:20 DEBUG : sub dir/hello world2: Excluded 2025/04/24 01:50:21 DEBUG : sub dir/ignore dir: Excluded 2025/04/24 01:50:21 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/24 01:50:21 DEBUG : sub dir/hello world: Excluded 2025/04/24 01:50:21 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/24 01:50:21 DEBUG : sub dir/hello world2: Excluded 2025/04/24 01:50:21 DEBUG : sub dir/ignore dir: Excluded 2025/04/24 01:50:26 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/24 01:50:26 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/24 01:50:26 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/24 01:50:27 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/24 01:50:27 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/24 01:50:27 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/04/24 01:50:27 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.40s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:50:29 DEBUG : file1: md5 = 61288ad282e2874d02cd438d05a690f9 OK 2025/04/24 01:50:31 DEBUG : sub/file2: md5 = a82b751ed69b28c15f8f6909713cf52a 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/04/24 01:50:34 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/24 01:50:35 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/24 01:50:35 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/24 01:50:37 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.17s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.71s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:50:39 DEBUG : file1: md5 = b07fe247ce795acb070b4e25c1390901 OK 2025/04/24 01:50:42 DEBUG : sub/file2: md5 = b9eb3ef4b2e0e5b0c80510715379a24a 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/04/24 01:50:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jocedud2xiko/notfound" 2025/04/24 01:50:45 DEBUG : Config file has changed externally - reloading 2025/04/24 01:50:46 DEBUG : Creating backend with remote "TestDrive:crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg/qe0i31qdkoejk60elps0ni5sqk" 2025/04/24 01:50:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.97s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.43s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (3.11s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:50:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Making directory 2025/04/24 01:50:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Making directory --- PASS: TestMkdir (0.63s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:50:54 DEBUG : sub dir/hello world: md5 = 3e7e80e76cea18610a38c305a92e811b OK 2025/04/24 01:50:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.92s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:50:58 DEBUG : potato2: md5 = 3bdaf574641a97034a3bac09b8f0ae85 OK 2025/04/24 01:50:59 DEBUG : empty space: md5 = 59957fc7d6384d2a1bbfeb89c7acbd90 OK --- PASS: TestLs (4.55s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:51:03 DEBUG : potato2: md5 = 503a225a9e118f3b446eb817351c944a OK 2025/04/24 01:51:04 DEBUG : empty space: md5 = f013dbc9e190a780c138fef2d0b37b56 OK 2025/04/24 01:51:04 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.98s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:51:07 DEBUG : potato2: md5 = 1ecedb7246bd910d95d6ebcec89dd5da OK 2025/04/24 01:51:09 DEBUG : empty space: md5 = ac2682b9d97c56edb8211edd683ce414 OK --- PASS: TestLsLong (4.58s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:51:12 DEBUG : potato2: md5 = 14613345e4ac66e44a28f3d42851acd4 OK 2025/04/24 01:51:14 DEBUG : empty space: md5 = a345f712309d2527de73c7c42ad0b58c OK --- PASS: TestHashSums (4.59s) === RUN TestHashSumsWithErrors 2025/04/24 01:51:15 DEBUG : Creating backend with remote ":memory:" 2025/04/24 01:51:15 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/24 01:51:15 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/24 01:51:15 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/24 01:51:15 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/24 01:51:15 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/24 01:51:15 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/24 01:51:15 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/24 01:51:15 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/24 01:51:15 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-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:51:17 DEBUG : potato2: md5 = 3be83d17ccbd825632cb8bee73ce4d33 OK 2025/04/24 01:51:18 DEBUG : empty space: md5 = 175cdd26a5dcee9f853bb4692cbf28db OK 2025/04/24 01:51:20 DEBUG : sub dir/potato3: md5 = 5575ba50e76afd77386d86bcce0b1613 OK 2025/04/24 01:51:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.19s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:51:25 DEBUG : small: md5 = 4fa246006cd0c8fa0d273e75e207a0a7 OK 2025/04/24 01:51:26 DEBUG : medium: md5 = 0720f79b00e80407280f7815b6a60a51 OK 2025/04/24 01:51:28 DEBUG : large: md5 = e7e89ab3d63ceb3ce47146c85cc541b5 OK 2025/04/24 01:51:28 DEBUG : Waiting for deletions to finish 2025/04/24 01:51:28 DEBUG : large: Excluded (Size Filter) 2025/04/24 01:51:28 INFO : medium: Deleted 2025/04/24 01:51:29 INFO : small: Deleted --- PASS: TestDelete (6.18s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:51:31 DEBUG : small: md5 = d8b95a359bff33ba399045c84214e9c9 OK 2025/04/24 01:51:32 DEBUG : medium: md5 = 18e7923ac8bdf5a1cd7309c070279661 OK 2025/04/24 01:51:34 DEBUG : large: md5 = a9fcb298a2ba882a9a023b5878d9a27a OK 2025/04/24 01:51:34 DEBUG : Waiting for deletions to finish 2025/04/24 01:51:34 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/04/24 01:51:35 INFO : small: Deleted 2025/04/24 01:51:35 INFO : large: Deleted --- PASS: TestMaxDelete (6.82s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:51:38 DEBUG : small: md5 = 75e5f3291b517552b4ccb61ab0aa8cf7 OK 2025/04/24 01:51:39 DEBUG : medium: md5 = b0311ab24027ad64d4255b95c3ca7cd8 OK 2025/04/24 01:51:41 DEBUG : large: md5 = 12fbfcd777be8c50f0fa54e4a18ff1a4 OK 2025/04/24 01:51:41 DEBUG : Waiting for deletions to finish 2025/04/24 01:51:41 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/24 01:51:41 INFO : small: Deleted 2025/04/24 01:51:42 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.66s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:51:44 DEBUG : small: md5 = c71513d85cd20ea096ed51d7d496e307 OK 2025/04/24 01:51:46 DEBUG : medium: md5 = 307e4b6208492d558a76ac01a40293af OK 2025/04/24 01:51:47 DEBUG : large: md5 = df3d744766d108f33dae922b5ebf703b OK 2025/04/24 01:51:48 DEBUG : Waiting for deletions to finish 2025/04/24 01:51:48 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/04/24 01:51:48 INFO : medium: Deleted 2025/04/24 01:51:48 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.67s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:51:51 DEBUG : ReadFile: md5 = 39fc200e88754b1c29a02cdad213e2fc OK --- PASS: TestReadFile (4.13s) === RUN TestRetry 2025/04/24 01:51:54 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/24 01:51:54 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/24 01:51:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/24 01:51:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/24 01:51:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/24 01:51:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/24 01:51:54 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:51:55 DEBUG : file1: md5 = 7e4208ffc5b328f999986a2f99e7f9c1 OK 2025/04/24 01:51:57 DEBUG : file2: md5 = f0a5612d0dcb81ca6cc232338db21d5e OK --- PASS: TestCat (17.98s) === RUN TestPurge 2025/04/24 01:52:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wixawoq8pame" 2025/04/24 01:52:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/24 01:52:12 DEBUG : Creating backend with remote "TestDrive:crypt/ukt3s1ep9bki5b3ge892stmofhjieqm6kr1f5s41jd76e18pgal0" 2025/04/24 01:52:13 DEBUG : Creating backend with remote "/tmp/rclone2206882328" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wixawoq8pame'", Local "Local file system at /tmp/rclone2206882328", Modify Window "1ms" 2025/04/24 01:52:17 DEBUG : A1/B1/C1/one: md5 = b5de8bddf43027a1aad89ad4ca5725bd OK 2025/04/24 01:52:17 INFO : A2: Making directory 2025/04/24 01:52:18 INFO : A1/B2: Making directory 2025/04/24 01:52:19 INFO : A1/B2/C2: Making directory 2025/04/24 01:52:20 INFO : A1/B1/C3: Making directory 2025/04/24 01:52:21 INFO : A3: Making directory 2025/04/24 01:52:21 INFO : A3/B3: Making directory 2025/04/24 01:52:22 INFO : A3/B3/C4: Making directory 2025/04/24 01:52:24 DEBUG : A1/two: md5 = ccc9daf2bbe445a0caee021525d3fb27 OK 2025/04/24 01:52:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wixawoq8pame': Purge remote 2025/04/24 01:52:28 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.01s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:52:32 DEBUG : A1/B1/C1/one: md5 = d13f8d72e6873b497a206544a6030093 OK 2025/04/24 01:52:32 INFO : A2: Making directory 2025/04/24 01:52:33 INFO : A1/B2: Making directory 2025/04/24 01:52:33 INFO : A1/B2/C2: Making directory 2025/04/24 01:52:34 INFO : A1/B1/C3: Making directory 2025/04/24 01:52:35 INFO : A3: Making directory 2025/04/24 01:52:36 INFO : A3/B3: Making directory 2025/04/24 01:52:36 INFO : A3/B3/C4: Making directory 2025/04/24 01:52:39 DEBUG : A1/two: md5 = fb5175d7fab1ac8d3aee00e155de5ba1 OK 2025/04/24 01:52:40 DEBUG : removing 1 level 3 directories 2025/04/24 01:52:40 INFO : A3/B3/C4: Removing directory 2025/04/24 01:52:42 DEBUG : removing 2 level 3 directories 2025/04/24 01:52:42 INFO : A1/B1/C3: Removing directory 2025/04/24 01:52:42 INFO : A1/B2/C2: Removing directory 2025/04/24 01:52:43 DEBUG : removing 2 level 2 directories 2025/04/24 01:52:43 INFO : A3/B3: Removing directory 2025/04/24 01:52:43 INFO : A1/B2: Removing directory 2025/04/24 01:52:43 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/24 01:52:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/24 01:52:44 DEBUG : removing 2 level 1 directories 2025/04/24 01:52:44 INFO : A3: Removing directory 2025/04/24 01:52:44 INFO : A2: Removing directory 2025/04/24 01:52:44 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/24 01:52:48 DEBUG : removing 1 level 3 directories 2025/04/24 01:52:48 INFO : A1/B1/C1: Removing directory 2025/04/24 01:52:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:48 DEBUG : removing 1 level 2 directories 2025/04/24 01:52:48 INFO : A1/B1: Removing directory 2025/04/24 01:52:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/24 01:52:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/24 01:52:49 DEBUG : removing 1 level 1 directories 2025/04/24 01:52:49 INFO : A1: Removing directory 2025/04/24 01:52:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/24 01:52:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/24 01:52:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/24 01:52:50 DEBUG : removing 1 level 0 directories 2025/04/24 01:52:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Removing directory 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/24 01:52:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.05s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:52:52 INFO : A1: Making directory 2025/04/24 01:52:53 INFO : A1/B1: Making directory 2025/04/24 01:52:53 INFO : A1/B1/C1: Making directory 2025/04/24 01:52:56 DEBUG : removing 1 level 3 directories 2025/04/24 01:52:56 INFO : A1/B1/C1: Removing directory 2025/04/24 01:52:56 DEBUG : removing 1 level 2 directories 2025/04/24 01:52:56 INFO : A1/B1: Removing directory 2025/04/24 01:52:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/24 01:52:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.99s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:52:59 INFO : A1: Making directory 2025/04/24 01:53:00 INFO : A1/B1: Making directory 2025/04/24 01:53:01 INFO : A1/B1/C1: Making directory 2025/04/24 01:53:03 DEBUG : removing 1 level 3 directories 2025/04/24 01:53:03 INFO : A1/B1/C1: Removing directory 2025/04/24 01:53:04 DEBUG : removing 1 level 2 directories 2025/04/24 01:53:04 INFO : A1/B1: Removing directory 2025/04/24 01:53:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/24 01:53:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.23s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:53:08 DEBUG : file1: md5 = f441694587b323066f14164b52c54e23 OK 2025/04/24 01:53:08 DEBUG : filename.txt: File name found in url 2025/04/24 01:53:09 DEBUG : filename.txt: md5 = f50c7a4ecda2aa3d66476e7995104c17 OK 2025/04/24 01:53:09 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/24 01:53:11 DEBUG : headerfilename.txt: md5 = 06e669ba2c0eeb1d345c95a3276fa346 OK 2025/04/24 01:53:12 DEBUG : file2: md5 = 66a5b378e75312a14261064a1a0c11d8 OK --- PASS: TestCopyURL (8.42s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:53:15 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/24 01:53:17 DEBUG : sub/file2: md5 = f897a6af139586d55685ccfa06768083 OK 2025/04/24 01:53:17 INFO : file1: Copied (new) to: sub/file2 2025/04/24 01:53:17 INFO : file1: Deleted 2025/04/24 01:53:18 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/24 01:53:18 DEBUG : file1: Unchanged skipping 2025/04/24 01:53:18 INFO : file1: Deleted 2025/04/24 01:53:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': don't need to copy/move sub/file2, it is already at target location 2025/04/24 01:53:20 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.72s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:53:21 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/24 01:53:22 DEBUG : file1: md5 = bf42acde6e6cc0370a21f335bea0e364 OK 2025/04/24 01:53:22 INFO : file1: Copied (new) 2025/04/24 01:53:22 INFO : file1: Deleted 2025/04/24 01:53:22 DEBUG : file1: Destination exists, skipping 2025/04/24 01:53:22 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.43s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.77s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:53:27 DEBUG : dst/file1: md5 = 1a115e68c10fe1d8ada50cbd32901da4 OK 2025/04/24 01:53:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jocedud2xiko/backup" 2025/04/24 01:53:28 DEBUG : Creating backend with remote "TestDrive:crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg/1nrff024r7pq65ecp72fc28jb0" 2025/04/24 01:53:29 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/24 01:53:32 INFO : dst/file1: Moved (server-side) 2025/04/24 01:53:33 DEBUG : dst/file1: md5 = 0a3b6d7a2e1d17ed3f849fd04a77aff8 OK 2025/04/24 01:53:33 INFO : dst/file1: Copied (new) 2025/04/24 01:53:33 INFO : dst/file1: Deleted 2025/04/24 01:53:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/24 01:53:36 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/24 01:53:37 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.87s) === 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-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:53:40 DEBUG : A1/one: md5 = c5599bfa71ab32fa4eb6ace74b01f7c9 OK 2025/04/24 01:53:41 DEBUG : A1/two: md5 = 82dacd722fd4fbb5ddb0422d41e25bc8 OK 2025/04/24 01:53:43 DEBUG : A1/B1/three: md5 = 150a5a5fe8ec760f14026a9c48c585aa OK 2025/04/24 01:53:46 DEBUG : A1/B1/C1/four: md5 = a49bd2e62d8abaad35178865fbba7b79 OK 2025/04/24 01:53:48 DEBUG : A1/B1/C2/five: md5 = f4b26f7ec77f00f86296446444ff4df1 OK 2025/04/24 01:53:48 INFO : A1/B2: Making directory 2025/04/24 01:53:49 INFO : A1/B1/C3: Making directory 2025/04/24 01:53:58 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/24 01:53:58 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/24 01:53:58 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/24 01:53:58 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/24 01:53:58 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/24 01:54:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/24 01:54:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/24 01:54:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/24 01:54:02 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/24 01:54:02 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/24 01:54:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/24 01:54:09 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/24 01:54:09 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/24 01:54:09 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/24 01:54:10 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/24 01:54:10 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/24 01:54:13 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/24 01:54:13 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/24 01:54:13 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/24 01:54:13 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/24 01:54:13 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/24 01:54:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/24 01:54:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/24 01:54:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/24 01:54:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/24 01:54:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/24 01:54:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/24 01:54:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/24 01:54:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/24 01:54:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/24 01:54:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.64s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" --- PASS: TestGetFsInfo (0.42s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:54:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': File to upload is small (34 bytes), uploading instead of streaming 2025/04/24 01:54:25 DEBUG : no_checksum_small_file_from_pipe: md5 = e068d1c1471ab4e61c73d1a46f7b97e0 OK 2025/04/24 01:54:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/24 01:54:25 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/24 01:54:25 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/24 01:54:26 DEBUG : no_checksum_big_file_from_pipe: md5 = 073ee31bcfd26e24ebdddb39b5743687 OK 2025/04/24 01:54:26 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-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:54:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': File to upload is small (34 bytes), uploading instead of streaming 2025/04/24 01:54:29 DEBUG : with_checksum_small_file_from_pipe: md5 = 74ae347d983715958d6adcdcd6ad40b3 OK 2025/04/24 01:54:29 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/24 01:54:30 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/24 01:54:31 DEBUG : with_checksum_big_file_from_pipe: md5 = b1a4cff90c9fb9f9231b6d7fa40e2b6b OK 2025/04/24 01:54:31 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-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:54:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': File to upload is small (34 bytes), uploading instead of streaming 2025/04/24 01:54:34 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/24 01:54:35 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/24 01:54:36 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-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:54:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': File to upload is small (34 bytes), uploading instead of streaming 2025/04/24 01:54:39 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/24 01:54:40 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/24 01:54:41 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.53s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.96s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.71s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.98s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.88s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/24 01:54:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': File to upload is small (48 bytes), uploading instead of streaming 2025/04/24 01:54:44 DEBUG : rcat_metadata: md5 = b704e15493d042054e04e3d7085871d0 OK 2025/04/24 01:54:44 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/24 01:54:46 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/24 01:54:47 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9c22d1018af0864f0d57ccf96c672e3f OK 2025/04/24 01:54:47 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.99s) --- PASS: TestRcatMetadata/Normal (2.54s) --- PASS: TestRcatMetadata/ViaDisk (2.99s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:54:50 DEBUG : potato1: md5 = c12eb03d9e13681c19802062e681af52 OK 2025/04/24 01:54:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': File to upload is small (60 bytes), uploading instead of streaming 2025/04/24 01:54:51 DEBUG : potato2: md5 = cecb6ec2217c2171863adab10ebb8534 OK 2025/04/24 01:54:51 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.12s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:54:54 DEBUG : potato1: md5 = 46aea42f8ebe2a08f4bbf55534141a81 OK 2025/04/24 01:54:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': File to upload is small (60 bytes), uploading instead of streaming 2025/04/24 01:54:55 DEBUG : potato2: md5 = fa7a0053b071771d443183c7ede1954b OK 2025/04/24 01:54:55 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.17s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:54:59 DEBUG : potato2: md5 = 9e0f642b7b2eecb3487a3807977b6f8f OK 2025/04/24 01:55:01 DEBUG : empty space: md5 = db09468f58280a93b8e8b46654c12c60 OK 2025/04/24 01:55:03 DEBUG : sub dir/potato3: md5 = fea4b64f0a404e87ea499d143072e93d OK 2025/04/24 01:55:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Touching "sub dir/potato3" 2025/04/24 01:55:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Touching "empty space" 2025/04/24 01:55:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Touching "potato2" 2025/04/24 01:55:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.10s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:55:08 DEBUG : dir with metadata: Making directory with metadata 2025/04/24 01:55:09 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.30s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:55:10 DEBUG : directory with modtime: Making directory with metadata 2025/04/24 01:55:11 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.44s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:55:13 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/24 01:55:13 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/24 01:55:13 DEBUG : Google drive root 'crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg': Skipping btime metadata as can't update it on an existing file: 2025-04-24T01:55:13.056929522Z 2025/04/24 01:55:13 INFO : non existent directory: Updated directory metadata 2025/04/24 01:55:15 DEBUG : Google drive root 'crypt/9fan3ekpeouncum9q1o8qk98lurv3aa011elqflv790jg0i6imqg': Skipping btime metadata as can't update it on an existing file: 2025-04-24T01:55:13.056929522Z 2025/04/24 01:55:16 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.67s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:55:17 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/24 01:55:19 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/24 01:55:20 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.96s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:55:21 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/24 01:55:21 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/24 01:55:21 DEBUG : dst: Making directory with metadata 2025/04/24 01:55:22 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/24 01:55:22 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/24 01:55:22 INFO : dst: Set directory modification time (using SetModTime) 2025/04/24 01:55:23 INFO : dst: Set directory modification time (using SetModTime) 2025/04/24 01:55:23 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/24 01:55:24 INFO : dst: Set directory modification time (using SetModTime) 2025/04/24 01:55:24 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.66s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko'", Local "Local file system at /tmp/rclone776363294", Modify Window "1ms" 2025/04/24 01:55:27 DEBUG : sub dir/test remove existing: md5 = 922e1d7cd72926f930da12663e50c15d OK 2025/04/24 01:55:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 7a86fddc7e36361784e1d502babd303a OK 2025/04/24 01:55:30 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yacamon1" before starting 2025/04/24 01:55:31 DEBUG : sub dir/test remove existing.yacamon1: TEST: removing renamed existing file after operation 2025/04/24 01:55:32 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cehikev9" before starting 2025/04/24 01:55:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cehikev9: TEST: renaming existing back after failed operation 2025/04/24 01:55:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rihojuv5" before starting 2025/04/24 01:55:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rihojuv5: TEST: removing renamed existing file after operation 2025/04/24 01:55:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mijok7nqhb6sjp4tulrg3c400905od21f53m2nadfvl8u4vvamcas1g9h8k1ql5gu90srg4kk27g72fciael9c0qug6g568u6j3mcoh323mov9dn1mi9u5avfa65pq9j7ri7b5v2vdn28kn6i13e9buk02rf8o8g0e9pr32spmpq969qlp00" 2025/04/24 01:55:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "kt0d9169ujbrtm04ps25eabg8n74u3uidd0qnreqv2ridq4g6d30" --- PASS: TestRemoveExisting (12.91s) === 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/04/24 01:55:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jocedud2xiko': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m49.031196766s (try 1/5)