"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/04/05 06:02:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecajuy6cova" 2025/04/05 06:02:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:02:53 DEBUG : Creating backend with remote "TestDrive:crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g" 2025/04/05 06:02:54 DEBUG : Creating backend with remote "/tmp/rclone2353918155" === 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-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.20s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/05 06:02:54 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/05 06:02:54 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/05 06:02:54 DEBUG : potato: Seek from 10 to 0 2025/04/05 06:02:54 DEBUG : potato: Seek from 10 to 0 2025/04/05 06:02:54 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/05 06:02:54 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/05 06:02:54 DEBUG : potato: Seek from 5 to 2 2025/04/05 06:02:54 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/05 06:02:54 DEBUG : potato: Seek from 7 to 0 2025/04/05 06:02:54 DEBUG : potato: Seek from 7 to 0 2025/04/05 06:02:54 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/05 06:02:54 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/05 06:02:54 DEBUG : potato: Seek from 5 to 2 2025/04/05 06:02:54 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/05 06:02:54 DEBUG : potato: Seek from 8 to 0 2025/04/05 06:02:54 DEBUG : potato: Seek from 8 to 0 2025/04/05 06:02:54 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/05 06:02:54 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/05 06:02:54 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/05 06:02:54 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/05 06:02:54 DEBUG : potato: Seek from 5 to 2 2025/04/05 06:02:54 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/05 06:02:54 DEBUG : potato: Seek from 9 to 0 2025/04/05 06:02:54 DEBUG : potato: Seek from 9 to 0 2025/04/05 06:02:54 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-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:02:56 DEBUG : rutabaga: md5 = f01877ad9ed27642eeb0ccf8f0334961 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/05 06:02:58 DEBUG : empty space: md5 = 2302f2d8608f1f2771a0755c3f6475d3 OK === RUN TestCheck/3 2025/04/05 06:03:00 DEBUG : potato2: md5 = 26229863441db641d6dace7058efb173 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/05 06:03:02 DEBUG : remotepotato: md5 = 9fdc66a5c5835f6ae2405c938312ffa2 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.91s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.22s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.21s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/04/05 06:03:05 DEBUG : Creating backend with remote "nonexistent" 2025/04/05 06:03:05 DEBUG : Creating backend with remote "nonexistent" 2025/04/05 06:03:05 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/05 06:03:05 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/05 06:03:05 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/05 06:03:05 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-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:03:07 DEBUG : rutabaga: md5 = ea183a87c1e15b5c2ac182d15dee2fd2 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/05 06:03:10 DEBUG : empty space: md5 = 33d85f9f1df52ab626f3d447e02844a0 OK === RUN TestCheckDownload/3 2025/04/05 06:03:13 DEBUG : potato2: md5 = 74596b3d71ebdffbda3b93081365e594 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/05 06:03:16 DEBUG : remotepotato: md5 = 6f94c3777d8d20afa6841f262f28c516 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.53s) --- PASS: TestCheckDownload/1 (0.99s) --- PASS: TestCheckDownload/2 (0.91s) --- PASS: TestCheckDownload/3 (1.22s) --- PASS: TestCheckDownload/4 (1.18s) --- PASS: TestCheckDownload/5 (0.97s) --- PASS: TestCheckDownload/6 (1.75s) --- PASS: TestCheckDownload/7 (0.91s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:03:23 DEBUG : rutabaga: md5 = 14b3c871a67280077cea87f5343b416b OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/05 06:03:25 DEBUG : empty space: md5 = 8912e7547128194a60f1d814ce0898ff OK === RUN TestCheckSizeOnly/3 2025/04/05 06:03:27 DEBUG : potato2: md5 = b66fdc7838427f78de44a4e2d4ee4b58 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/05 06:03:30 DEBUG : remotepotato: md5 = af521b2d889efb0f26cae92c8b0f226a OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.89s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:03:34 DEBUG : test.sum: md5 = ae32182ff621b7161dc4f325533b7862 OK 2025/04/05 06:03:35 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/05 06:03:35 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/05 06:03:35 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/05 06:03:35 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/05 06:03:36 DEBUG : test.sum: md5 = 3aea666ef313d0044e9dc57a67b3a6fe OK 2025/04/05 06:03:37 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/05 06:03:37 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/05 06:03:37 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/05 06:03:37 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.51s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:03:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecajuy6cova/data" 2025/04/05 06:03:38 DEBUG : Creating backend with remote "TestDrive:crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova/data' lacks md5, skipping --- SKIP: TestCheckSum (1.89s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:03:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecajuy6cova/data" 2025/04/05 06:03:40 DEBUG : Creating backend with remote "TestDrive:crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g/vjrnln8ratgmqakfosrqe8espk" 2025/04/05 06:03:43 DEBUG : data/banana: md5 = 0c426a780aaeca7440be7f6be883ffa5 OK 2025/04/05 06:03:45 DEBUG : test.sum: md5 = 967aff1d341cb40693bd43342d2a361f OK === RUN TestCheckSumDownload/subtest1 2025/04/05 06:03:49 DEBUG : data/potato: md5 = a0d15738dfa8a6f6f8032b5a5bd9691c OK 2025/04/05 06:03:50 DEBUG : test.sum: md5 = d791205ecb32c96a0f2e07553383c839 OK === RUN TestCheckSumDownload/subtest2 2025/04/05 06:03:54 DEBUG : test.sum: md5 = 519f27b9d065c65047fd6cb71c265e92 OK === RUN TestCheckSumDownload/subtest3 2025/04/05 06:03:58 DEBUG : test.sum: md5 = 85a3e5be3f99c36e2e0372087c1a5ef5 OK === RUN TestCheckSumDownload/subtest4 2025/04/05 06:04:02 DEBUG : test.sum: md5 = 7877e7cbaf5b1727bfdae9d7af0815bb OK === RUN TestCheckSumDownload/subtest5 2025/04/05 06:04:07 DEBUG : test.sum: md5 = a90b2fc3a26436f766d02b18348a495a OK === RUN TestCheckSumDownload/subtest6 2025/04/05 06:04:11 DEBUG : data/banana: md5 = f545c91d3714f70f7f9a8460d7ccff74 OK 2025/04/05 06:04:12 DEBUG : data/potato: md5 = ff3cf6c3ceb2e6e07d0ada02704ce0a9 OK 2025/04/05 06:04:14 DEBUG : test.sum: md5 = b3a974cf4ff93d685a7ed49cd7cbe61e OK === RUN TestCheckSumDownload/subtest7 2025/04/05 06:04:18 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/04/05 06:04:18 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (39.07s) --- PASS: TestCheckSumDownload/subtest1 (2.25s) --- PASS: TestCheckSumDownload/subtest2 (2.29s) --- PASS: TestCheckSumDownload/subtest3 (1.99s) --- PASS: TestCheckSumDownload/subtest4 (2.30s) --- PASS: TestCheckSumDownload/subtest5 (2.82s) --- PASS: TestCheckSumDownload/subtest6 (2.39s) --- PASS: TestCheckSumDownload/subtest7 (2.36s) === RUN TestApplyTransforms 2025/04/05 06:04:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muqopez6kime" 2025/04/05 06:04:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:04:19 DEBUG : Creating backend with remote "TestDrive:crypt/tuqtf8t9tkipio2ndeo26gqdag6d0522j6sst3f0depkq2r8md6g" 2025/04/05 06:04:20 DEBUG : Creating backend with remote "/tmp/rclone221681492" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-muqopez6kime'", Local "Local file system at /tmp/rclone221681492", Modify Window "1ms" 2025/04/05 06:04:22 DEBUG : hello, world!: md5 = 7b5d601315366d0752f0358e3f7425ba OK upper checkfile vs. lower remote (without normalization) 2025/04/05 06:04:23 ERROR : hello, world!: sum not found 2025/04/05 06:04:23 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-muqopez6kime' 2025/04/05 06:04:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muqopez6kime': 1 files missing 2025/04/05 06:04:23 NOTICE: 1 hashes missing 2025/04/05 06:04:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muqopez6kime': 2 differences found 2025/04/05 06:04:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muqopez6kime': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/05 06:04:24 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/05 06:04:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muqopez6kime': 0 differences found 2025/04/05 06:04:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muqopez6kime': 1 matching files 2025/04/05 06:04:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-buqatek8jege" 2025/04/05 06:04:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:04:24 DEBUG : Creating backend with remote "TestDrive:crypt/334h1cvk84tfcfm28b2fdejbgbr0cb2d786f09hq30a5dvu450b0" 2025/04/05 06:04:25 DEBUG : Creating backend with remote "/tmp/rclone2119926455" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-buqatek8jege'", Local "Local file system at /tmp/rclone2119926455", Modify Window "1ms" 2025/04/05 06:04:27 DEBUG : HELLO, WORLD!: md5 = 89253709872ef9aa9065d922e6c9fb14 OK lower checkfile vs. upper remote (without normalization) 2025/04/05 06:04:28 ERROR : HELLO, WORLD!: sum not found 2025/04/05 06:04:28 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-buqatek8jege' 2025/04/05 06:04:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buqatek8jege': 1 files missing 2025/04/05 06:04:28 NOTICE: 1 hashes missing 2025/04/05 06:04:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buqatek8jege': 2 differences found 2025/04/05 06:04:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buqatek8jege': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/05 06:04:29 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/05 06:04:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buqatek8jege': 0 differences found 2025/04/05 06:04:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buqatek8jege': 1 matching files 2025/04/05 06:04:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zokagun2dubu" 2025/04/05 06:04:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:04:29 DEBUG : Creating backend with remote "TestDrive:crypt/st759e80aokv84me2bun5p6q3r5ktkli34d25poogv42i0plr7pg" 2025/04/05 06:04:30 DEBUG : Creating backend with remote "/tmp/rclone2715146459" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zokagun2dubu'", Local "Local file system at /tmp/rclone2715146459", Modify Window "1ms" 2025/04/05 06:04:32 DEBUG : HeLlO, wOrLd!: md5 = b5b2ccb28ec3c69ad1a10dce8138e12b OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/05 06:04:33 ERROR : HeLlO, wOrLd!: sum not found 2025/04/05 06:04:33 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zokagun2dubu' 2025/04/05 06:04:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zokagun2dubu': 1 files missing 2025/04/05 06:04:33 NOTICE: 1 hashes missing 2025/04/05 06:04:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zokagun2dubu': 2 differences found 2025/04/05 06:04:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zokagun2dubu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/05 06:04:34 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/05 06:04:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zokagun2dubu': 0 differences found 2025/04/05 06:04:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zokagun2dubu': 1 matching files 2025/04/05 06:04:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cuvecit9yalo" 2025/04/05 06:04:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:04:34 DEBUG : Creating backend with remote "TestDrive:crypt/5ksr938f9mihmf3m5nv7118rc1844o4tqusc4ls90ai8isnqgmag" 2025/04/05 06:04:35 DEBUG : Creating backend with remote "/tmp/rclone3884546261" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cuvecit9yalo'", Local "Local file system at /tmp/rclone3884546261", Modify Window "1ms" 2025/04/05 06:04:37 DEBUG : HELLO, WORLD!: md5 = 2f70cff572ea836abe0fb4b14819fa93 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/05 06:04:37 ERROR : HELLO, WORLD!: sum not found 2025/04/05 06:04:37 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cuvecit9yalo' 2025/04/05 06:04:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvecit9yalo': 1 files missing 2025/04/05 06:04:37 NOTICE: 1 hashes missing 2025/04/05 06:04:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvecit9yalo': 2 differences found 2025/04/05 06:04:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvecit9yalo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/05 06:04:39 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/05 06:04:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvecit9yalo': 0 differences found 2025/04/05 06:04:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvecit9yalo': 1 matching files 2025/04/05 06:04:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-semojan1qijo" 2025/04/05 06:04:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:04:39 DEBUG : Creating backend with remote "TestDrive:crypt/i34qdc81jjiv6r4ogp9latv3jja3m2puuvr7dk4k8oe12v32ekl0" 2025/04/05 06:04:40 DEBUG : Creating backend with remote "/tmp/rclone1921386152" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-semojan1qijo'", Local "Local file system at /tmp/rclone1921386152", Modify Window "1ms" 2025/04/05 06:04:42 DEBUG : 測試_Русский___ě_áñ: md5 = 79cde4992fa42c40bd173fbd2b87c5b4 OK NFD checkfile vs. NFC remote (without normalization) 2025/04/05 06:04:42 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/05 06:04:42 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-semojan1qijo' 2025/04/05 06:04:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-semojan1qijo': 1 files missing 2025/04/05 06:04:42 NOTICE: 1 hashes missing 2025/04/05 06:04:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-semojan1qijo': 2 differences found 2025/04/05 06:04:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-semojan1qijo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/05 06:04:44 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/05 06:04:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-semojan1qijo': 0 differences found 2025/04/05 06:04:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-semojan1qijo': 1 matching files 2025/04/05 06:04:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muvukok9bula" 2025/04/05 06:04:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:04:44 DEBUG : Creating backend with remote "TestDrive:crypt/gdedgu7inp32t0jgi1bklqfuhupbb1fv4fs488oucs3ntbbnoap0" 2025/04/05 06:04:45 DEBUG : Creating backend with remote "/tmp/rclone3649364245" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-muvukok9bula'", Local "Local file system at /tmp/rclone3649364245", Modify Window "1ms" 2025/04/05 06:04:47 DEBUG : 測試_Русский___ě_áñ: md5 = bf409d06518be418f09bb060cf9c13fd OK NFC checkfile vs. NFD remote (without normalization) 2025/04/05 06:04:47 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/05 06:04:47 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-muvukok9bula' 2025/04/05 06:04:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvukok9bula': 1 files missing 2025/04/05 06:04:47 NOTICE: 1 hashes missing 2025/04/05 06:04:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvukok9bula': 2 differences found 2025/04/05 06:04:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvukok9bula': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/05 06:04:48 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/05 06:04:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvukok9bula': 0 differences found 2025/04/05 06:04:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvukok9bula': 1 matching files 2025/04/05 06:04:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqinab7gahi" 2025/04/05 06:04:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:04:48 DEBUG : Creating backend with remote "TestDrive:crypt/gvghqcr2cf1f9c0auce6v83bflgv0jvn5prudc44lm2d8g4g096g" 2025/04/05 06:04:49 DEBUG : Creating backend with remote "/tmp/rclone1790177142" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqinab7gahi'", Local "Local file system at /tmp/rclone1790177142", Modify Window "1ms" 2025/04/05 06:04:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 45193a748014d17de670a3a3019de23e OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/05 06:04:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/05 06:04:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-geqinab7gahi' 2025/04/05 06:04:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-geqinab7gahi': 1 files missing 2025/04/05 06:04:52 NOTICE: 1 hashes missing 2025/04/05 06:04:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-geqinab7gahi': 2 differences found 2025/04/05 06:04:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-geqinab7gahi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/05 06:04:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/05 06:04:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-geqinab7gahi': 0 differences found 2025/04/05 06:04:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-geqinab7gahi': 1 matching files 2025/04/05 06:04:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jokiyim7fagu" 2025/04/05 06:04:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:04:53 DEBUG : Creating backend with remote "TestDrive:crypt/ov7thv7og1hpmme0q1tv4lu41q4nl4m64epvr6rtln2pl1qfmdlg" 2025/04/05 06:04:54 DEBUG : Creating backend with remote "/tmp/rclone4043036481" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jokiyim7fagu'", Local "Local file system at /tmp/rclone4043036481", Modify Window "1ms" 2025/04/05 06:04:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 747102a14e2380d24472dcc35cecbfc8 OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/05 06:04:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/05 06:04:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jokiyim7fagu' 2025/04/05 06:04:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jokiyim7fagu': 1 files missing 2025/04/05 06:04:57 NOTICE: 1 hashes missing 2025/04/05 06:04:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jokiyim7fagu': 2 differences found 2025/04/05 06:04:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jokiyim7fagu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/05 06:04:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/05 06:04:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jokiyim7fagu': 0 differences found 2025/04/05 06:04:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jokiyim7fagu': 1 matching files 2025/04/05 06:04:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jozaram8juxo" 2025/04/05 06:04:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:04:58 DEBUG : Creating backend with remote "TestDrive:crypt/en0napvmam5qerkfqqfb1ot1shvcetv8m4detdfkokkurqt0d4u0" 2025/04/05 06:04:59 DEBUG : Creating backend with remote "/tmp/rclone2921238461" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jozaram8juxo'", Local "Local file system at /tmp/rclone2921238461", Modify Window "1ms" 2025/04/05 06:05:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e375270de3481e72ef9ea03e5390421d OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/05 06:05:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/05 06:05:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jozaram8juxo' 2025/04/05 06:05:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozaram8juxo': 1 files missing 2025/04/05 06:05:01 NOTICE: 1 hashes missing 2025/04/05 06:05:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozaram8juxo': 2 differences found 2025/04/05 06:05:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozaram8juxo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/05 06:05:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/05 06:05:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozaram8juxo': 0 differences found 2025/04/05 06:05:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozaram8juxo': 1 matching files 2025/04/05 06:05:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cobucog9zama" 2025/04/05 06:05:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:05:02 DEBUG : Creating backend with remote "TestDrive:crypt/6466p4pnm0trpuvjetii3hlspo2cpbgg4kc392qj3u27mk0gs800" 2025/04/05 06:05:03 DEBUG : Creating backend with remote "/tmp/rclone358231113" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cobucog9zama'", Local "Local file system at /tmp/rclone358231113", Modify Window "1ms" 2025/04/05 06:05:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ffcd12a041c31ccff3c52b99601e2dda OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/05 06:05:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/05 06:05:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cobucog9zama' 2025/04/05 06:05:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cobucog9zama': 1 files missing 2025/04/05 06:05:06 NOTICE: 1 hashes missing 2025/04/05 06:05:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cobucog9zama': 2 differences found 2025/04/05 06:05:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cobucog9zama': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/05 06:05:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/05 06:05:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cobucog9zama': 0 differences found 2025/04/05 06:05:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cobucog9zama': 1 matching files 2025/04/05 06:05:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cobucog9zama': Purge remote 2025/04/05 06:05:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jozaram8juxo': Purge remote 2025/04/05 06:05:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jokiyim7fagu': Purge remote 2025/04/05 06:05:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqinab7gahi': Purge remote 2025/04/05 06:05:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muvukok9bula': Purge remote 2025/04/05 06:05:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-semojan1qijo': Purge remote 2025/04/05 06:05:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cuvecit9yalo': Purge remote 2025/04/05 06:05:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zokagun2dubu': Purge remote 2025/04/05 06:05:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-buqatek8jege': Purge remote 2025/04/05 06:05:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muqopez6kime': Purge remote --- PASS: TestApplyTransforms (52.07s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:05:11 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/05 06:05:13 DEBUG : sub/file2: md5 = ba0e8866388168a347628d67ae1a21b1 OK 2025/04/05 06:05:13 INFO : file1: Copied (new) to: sub/file2 2025/04/05 06:05:14 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/05 06:05:14 DEBUG : file1: Unchanged skipping 2025/04/05 06:05:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': don't need to copy/move sub/file2, it is already at target location 2025/04/05 06:05:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.67s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", 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-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:05:19 DEBUG : dst/file1: md5 = 105bc546fd414d25f7f077f9d545bb56 OK 2025/04/05 06:05:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecajuy6cova/backup" 2025/04/05 06:05:20 DEBUG : Creating backend with remote "TestDrive:crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g/1nrff024r7pq65ecp72fc28jb0" 2025/04/05 06:05:22 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/05 06:05:24 INFO : dst/file1: Moved (server-side) 2025/04/05 06:05:26 DEBUG : dst/file1: md5 = 80a0e0c14924b180beb4ef5cfb47b2ce OK 2025/04/05 06:05:26 INFO : dst/file1: Copied (new) 2025/04/05 06:05:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/05 06:05:29 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/05 06:05:30 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.90s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:05:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecajuy6cova/dst" 2025/04/05 06:05:30 DEBUG : Creating backend with remote "TestDrive:crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/05 06:05:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecajuy6cova/CompareDest" 2025/04/05 06:05:32 DEBUG : Creating backend with remote "TestDrive:crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g/gveqi14airsml4bgu7krj116o8" 2025/04/05 06:05:33 DEBUG : one: Need to transfer - File not found at Destination 2025/04/05 06:05:36 DEBUG : one: md5 = d316b2a70924ab4a16d8cd759cd81aeb OK 2025/04/05 06:05:36 INFO : one: Copied (new) 2025/04/05 06:05:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/05 06:05:38 DEBUG : one: md5 = 7ed45f24e79857bbb27fa7fc061df284 OK 2025/04/05 06:05:38 INFO : one: Copied (replaced existing) 2025/04/05 06:05:40 DEBUG : dst/one: md5 = 8c335130f61723cb30dd57e908f4e478 OK 2025/04/05 06:05:42 DEBUG : CompareDest/one: md5 = 8d8d8f710f4606e7d141a4920a219653 OK 2025/04/05 06:05:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/05 06:05:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/05 06:05:44 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/05 06:05:46 DEBUG : CompareDest/two: md5 = f330ba5cf2b65e3c6050e5c19775b71e OK 2025/04/05 06:05:46 DEBUG : two: Need to transfer - File not found at Destination 2025/04/05 06:05:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/05 06:05:47 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/05 06:05:47 DEBUG : two: Need to transfer - File not found at Destination 2025/04/05 06:05:48 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/05 06:05:48 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/05 06:05:49 DEBUG : two: Need to transfer - File not found at Destination 2025/04/05 06:05:49 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/05 06:05:51 DEBUG : two: md5 = 7b8372ee9100ca036cba39b611cf2349 OK 2025/04/05 06:05:51 INFO : two: Copied (new) 2025/04/05 06:05:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/05 06:05:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:05:54 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/05 06:05:54 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.69s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:05:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecajuy6cova/dst" 2025/04/05 06:05:55 DEBUG : Creating backend with remote "TestDrive:crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/05 06:05:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecajuy6cova/CopyDest" 2025/04/05 06:05:57 DEBUG : Creating backend with remote "TestDrive:crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/05 06:05:58 DEBUG : one: Need to transfer - File not found at Destination 2025/04/05 06:06:00 DEBUG : one: md5 = c92047b289bc2f242ef0314b9d396ea8 OK 2025/04/05 06:06:00 INFO : one: Copied (new) 2025/04/05 06:06:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/05 06:06:03 DEBUG : one: md5 = 93127f7ab60d57bb3f137e24e41184fc OK 2025/04/05 06:06:03 INFO : one: Copied (replaced existing) 2025/04/05 06:06:05 DEBUG : dst/one: md5 = 6914328993971d92b889e7cbca347c44 OK 2025/04/05 06:06:07 DEBUG : CopyDest/one: md5 = 8e150fce6d896e15f2ef476ed871aa27 OK 2025/04/05 06:06:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecajuy6cova/BackupDir" 2025/04/05 06:06:08 DEBUG : Creating backend with remote "TestDrive:crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/05 06:06:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/05 06:06:10 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/05 06:06:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/05 06:06:11 INFO : one: Moved (server-side) 2025/04/05 06:06:12 INFO : one: Copied (server-side copy) 2025/04/05 06:06:12 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/05 06:06:14 DEBUG : CopyDest/two: md5 = 114a3580773d57c7c1109afa2eea6972 OK 2025/04/05 06:06:14 DEBUG : two: Need to transfer - File not found at Destination 2025/04/05 06:06:15 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/05 06:06:16 INFO : two: Copied (server-side copy) 2025/04/05 06:06:16 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/05 06:06:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/05 06:06:16 DEBUG : two: Unchanged skipping 2025/04/05 06:06:18 DEBUG : CopyDest/three: md5 = 36481ede0664b236100f78a68d4b983c OK 2025/04/05 06:06:19 DEBUG : three: Need to transfer - File not found at Destination 2025/04/05 06:06:19 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/05 06:06:19 DEBUG : three: Destination not found in --copy-dest 2025/04/05 06:06:21 DEBUG : three: md5 = 0b615162c9434bb6c0ba3f99b8cd0a86 OK 2025/04/05 06:06:21 INFO : three: Copied (new) 2025/04/05 06:06:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/05 06:06:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/05 06:06:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:06:26 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:06:26 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/05 06:06:26 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/05 06:06:26 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.12s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.41s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.40s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:06:28 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/05 06:06:30 DEBUG : TestCopyFileMaxTransfer/file1: md5 = ab63460758346fc91603b8b427323758 OK 2025/04/05 06:06:30 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/05 06:06:31 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/05 06:06:31 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/05 06:06:32 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/05 06:06:32 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/05 06:06:34 DEBUG : TestCopyFileMaxTransfer/file4: md5 = f3d85ef4f0baf658e05b4d758182cce8 OK 2025/04/05 06:06:34 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/05 06:06:36 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/05 06:06:36 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.94s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:06:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Looking for duplicate names using skip mode. 2025/04/05 06:06:40 NOTICE: one: Found 2 files with duplicate names 2025/04/05 06:06:40 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.45s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:06:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Looking for duplicate names using skip mode. 2025/04/05 06:06:46 NOTICE: one: Found 3 files with duplicate names 2025/04/05 06:06:46 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/05 06:06:46 INFO : one: Deleted 2025/04/05 06:06:46 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.18s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:06:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Looking for duplicate names using first mode. 2025/04/05 06:06:52 NOTICE: one: Found 3 files with duplicate names 2025/04/05 06:06:52 INFO : one: Deleted 2025/04/05 06:06:53 INFO : one: Deleted 2025/04/05 06:06:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.25s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:06:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Looking for duplicate names using newest mode. 2025/04/05 06:06:58 NOTICE: one: Found 3 files with duplicate names 2025/04/05 06:06:59 INFO : one: Deleted 2025/04/05 06:06:59 INFO : one: Deleted 2025/04/05 06:06:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.11s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.42s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:07:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Looking for duplicate names using oldest mode. 2025/04/05 06:07:05 NOTICE: one: Found 3 files with duplicate names 2025/04/05 06:07:05 INFO : one: Deleted 2025/04/05 06:07:06 INFO : one: Deleted 2025/04/05 06:07:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.07s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:07:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Looking for duplicate names using largest mode. 2025/04/05 06:07:11 NOTICE: one: Found 3 files with duplicate names 2025/04/05 06:07:11 INFO : one: Deleted 2025/04/05 06:07:12 INFO : one: Deleted 2025/04/05 06:07:12 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.20s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:07:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Looking for duplicate names using smallest mode. 2025/04/05 06:07:17 NOTICE: one: Found 3 files with duplicate names 2025/04/05 06:07:17 INFO : one: Deleted 2025/04/05 06:07:18 INFO : one: Deleted 2025/04/05 06:07:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.01s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:07:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Looking for duplicate names using rename mode. 2025/04/05 06:07:25 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/05 06:07:26 INFO : one-2.txt: renamed from: one.txt 2025/04/05 06:07:27 INFO : one-3.txt: renamed from: one.txt 2025/04/05 06:07:28 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.70s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:07:33 DEBUG : dupe1/one.txt: md5 = 50777afb29d3b92dc2307fa66fa919ea OK 2025/04/05 06:07:35 DEBUG : dupe2/two.txt: md5 = c0ced9faa76e5bc77e3540f97cd8234f OK 2025/04/05 06:07:37 DEBUG : dupe3/three.txt: md5 = d7fe93ab2906bf690fea4731bd1234ec OK 2025/04/05 06:07:37 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/05 06:07:38 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/05 06:07:38 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/05 06:07:39 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/05 06:07:42 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/05 06:07:42 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/05 06:07:42 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.23s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:07:44 DEBUG : a.txt: md5 = ea5472f9579c51f5f7a200acda36ecff OK 2025/04/05 06:07:46 DEBUG : zend.txt: md5 = f3d4ffd157ebed184d9328ec2d69560a OK 2025/04/05 06:07:48 DEBUG : sub dir/hello world: md5 = 881e2aff16cef0a17d2b8cdb3279fbf4 OK 2025/04/05 06:07:49 DEBUG : sub dir/hello world2: md5 = de244c46a724dbd616c9ccc70bd5bcff OK 2025/04/05 06:07:52 DEBUG : sub dir/ignore dir/.ignore: md5 = 6387f0f983be60d242b7d44390ccaf4a OK 2025/04/05 06:07:53 DEBUG : sub dir/ignore dir/should be ignored: md5 = 2c6dff3c43519d6752d6472b01e02503 OK 2025/04/05 06:07:55 DEBUG : sub dir/sub sub dir/hello world3: md5 = 2f7978e53285bd1533a0a172f3639bb9 OK 2025/04/05 06:07:56 DEBUG : a.txt: Excluded (Size Filter) 2025/04/05 06:07:56 DEBUG : a.txt: Excluded 2025/04/05 06:07:56 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/05 06:07:56 DEBUG : sub dir/hello world2: Excluded 2025/04/05 06:07:56 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/05 06:07:56 DEBUG : sub dir/hello world: Excluded 2025/04/05 06:07:57 DEBUG : sub dir/ignore dir: Excluded 2025/04/05 06:07:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/05 06:07:57 DEBUG : sub dir/hello world2: Excluded 2025/04/05 06:07:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/05 06:07:57 DEBUG : sub dir/hello world: Excluded 2025/04/05 06:07:57 DEBUG : sub dir/ignore dir: Excluded 2025/04/05 06:08:02 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/05 06:08:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/05 06:08:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/05 06:08:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/05 06:08:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/05 06:08:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/05 06:08:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.45s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:08:06 DEBUG : file1: md5 = c91c66c9ce8c11a060c03c6f6f7e827d OK 2025/04/05 06:08:08 DEBUG : sub/file2: md5 = 67528da481b79eae32ade4d40b64e1f5 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/05 06:08:11 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/05 06:08:11 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/05 06:08:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/05 06:08:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.34s) --- PASS: TestListJSON/Default (0.22s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.43s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.20s) --- PASS: TestListJSON/NoMimeType (0.20s) --- PASS: TestListJSON/ShowHash (0.22s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.65s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:08:15 DEBUG : file1: md5 = def86c9aeab3fffa4da15e1d4aa8c9d4 OK 2025/04/05 06:08:17 DEBUG : sub/file2: md5 = 75b25a451b0ef45c597d44f0fe64c164 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/05 06:08:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecajuy6cova/notfound" 2025/04/05 06:08:20 DEBUG : Creating backend with remote "TestDrive:crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g/qe0i31qdkoejk60elps0ni5sqk" 2025/04/05 06:08:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (10.91s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.19s) --- PASS: TestStatJSON/Dir (0.45s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.42s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.22s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.83s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:08:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Making directory 2025/04/05 06:08:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Making directory --- PASS: TestMkdir (0.64s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:08:27 DEBUG : sub dir/hello world: md5 = 9488058e27078d92c57415e646b8a4db OK 2025/04/05 06:08:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.44s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:08:31 DEBUG : potato2: md5 = 8c2faed47429eea9189636ad184c6a87 OK 2025/04/05 06:08:32 DEBUG : empty space: md5 = 0b0a27d816f089e71df65d1d19185a16 OK --- PASS: TestLs (4.58s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:08:36 DEBUG : potato2: md5 = 8458a6e822c2904584e50d4a1356444e OK 2025/04/05 06:08:37 DEBUG : empty space: md5 = 623597ad2df0da611ea3dbd52d81b57d OK 2025/04/05 06:08:37 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.83s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:08:40 DEBUG : potato2: md5 = 50b9cfe8cff03d4a5d3b0660882ad4a0 OK 2025/04/05 06:08:42 DEBUG : empty space: md5 = 438c1b866580f1b31e98f59ff56ca9d6 OK --- PASS: TestLsLong (4.39s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:08:45 DEBUG : potato2: md5 = f9d08e27209b6513f9b7fb044eb0cc0b OK 2025/04/05 06:08:46 DEBUG : empty space: md5 = 3db2e08c4de44ac8a12b9a5507ddcd03 OK --- PASS: TestHashSums (4.29s) === RUN TestHashSumsWithErrors 2025/04/05 06:08:48 DEBUG : Creating backend with remote ":memory:" 2025/04/05 06:08:48 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/05 06:08:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/05 06:08:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/05 06:08:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/05 06:08:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/05 06:08:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/05 06:08:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/05 06:08:48 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/05 06:08:48 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-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:08:49 DEBUG : potato2: md5 = 39a4a2d115d9ccfa3f3ff185169e3c68 OK 2025/04/05 06:08:50 DEBUG : empty space: md5 = 0e35a7ece5f8929a69f30decb827a05e OK 2025/04/05 06:08:52 DEBUG : sub dir/potato3: md5 = b517407399550a4333db088f078f7345 OK 2025/04/05 06:08:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.14s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:08:57 DEBUG : small: md5 = c3f1c2b784824c73fad9c9831c32cdca OK 2025/04/05 06:08:58 DEBUG : medium: md5 = dcfe7df3e845d4b018c4ae242c442a77 OK 2025/04/05 06:09:00 DEBUG : large: md5 = 8b66d5489f55afc9e3cea7124db1cff7 OK 2025/04/05 06:09:00 DEBUG : Waiting for deletions to finish 2025/04/05 06:09:00 DEBUG : large: Excluded (Size Filter) 2025/04/05 06:09:01 INFO : small: Deleted 2025/04/05 06:09:01 INFO : medium: Deleted --- PASS: TestDelete (6.18s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:09:03 DEBUG : small: md5 = a01a6a1a13733a87806c742a157d7331 OK 2025/04/05 06:09:05 DEBUG : medium: md5 = 34dfdf690a3b7eecd0276e9bc583153e OK 2025/04/05 06:09:06 DEBUG : large: md5 = 2233d1f902b49e8cba61c103c413664d OK 2025/04/05 06:09:06 DEBUG : Waiting for deletions to finish 2025/04/05 06:09:07 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/04/05 06:09:07 INFO : large: Deleted 2025/04/05 06:09:07 INFO : small: Deleted --- PASS: TestMaxDelete (6.83s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:09:10 DEBUG : small: md5 = 6fb55f2e76b6c6ffdfd8f655e270c7e6 OK 2025/04/05 06:09:12 DEBUG : medium: md5 = 81bd28e9c5964cc7ca8464ebc0933b84 OK 2025/04/05 06:09:13 DEBUG : large: md5 = 7f61d47d9823b5952471485f81d6cd4f OK 2025/04/05 06:09:13 DEBUG : Waiting for deletions to finish 2025/04/05 06:09:13 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/05 06:09:14 INFO : small: Deleted 2025/04/05 06:09:14 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.73s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:09:17 DEBUG : small: md5 = 9bc75eafdced3454395928edb5fe64e7 OK 2025/04/05 06:09:18 DEBUG : medium: md5 = bd9c35d8c8f1adf5b340120ec0432387 OK 2025/04/05 06:09:20 DEBUG : large: md5 = d7773c26dd8c26dae20060568ef8adcf OK 2025/04/05 06:09:20 DEBUG : Waiting for deletions to finish 2025/04/05 06:09:20 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/05 06:09:21 INFO : small: Deleted 2025/04/05 06:09:21 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.71s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:09:24 DEBUG : ReadFile: md5 = 08e023686ebc5595b75764d684526277 OK --- PASS: TestReadFile (4.17s) === RUN TestRetry 2025/04/05 06:09:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/05 06:09:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/05 06:09:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/05 06:09:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/05 06:09:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/05 06:09:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/05 06:09:26 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-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:09:28 DEBUG : file1: md5 = 6753ebe0ec424ecd83f3d8f683f966eb OK 2025/04/05 06:09:29 DEBUG : file2: md5 = 2d6e7fd8e89e9f5f85b62a37ca28d141 OK --- PASS: TestCat (16.71s) === RUN TestPurge 2025/04/05 06:09:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xiwarur3qoju" 2025/04/05 06:09:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/05 06:09:43 DEBUG : Creating backend with remote "TestDrive:crypt/9c2nq6q21fdek82ekg41na7hv2f8150cquj96vot2j05ejc32j9g" 2025/04/05 06:09:44 DEBUG : Creating backend with remote "/tmp/rclone3824423184" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xiwarur3qoju'", Local "Local file system at /tmp/rclone3824423184", Modify Window "1ms" 2025/04/05 06:09:48 DEBUG : A1/B1/C1/one: md5 = d0e6caedd77cc7acca9933509f3a0291 OK 2025/04/05 06:09:48 INFO : A2: Making directory 2025/04/05 06:09:49 INFO : A1/B2: Making directory 2025/04/05 06:09:50 INFO : A1/B2/C2: Making directory 2025/04/05 06:09:51 INFO : A1/B1/C3: Making directory 2025/04/05 06:09:51 INFO : A3: Making directory 2025/04/05 06:09:52 INFO : A3/B3: Making directory 2025/04/05 06:09:53 INFO : A3/B3/C4: Making directory 2025/04/05 06:09:55 DEBUG : A1/two: md5 = 2a40fbfffbef4e800ddd658da7c82d21 OK 2025/04/05 06:09:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xiwarur3qoju': Purge remote 2025/04/05 06:09:58 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.19s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:10:02 DEBUG : A1/B1/C1/one: md5 = 6bb5358d6d4b581cb31e20c370f134fc OK 2025/04/05 06:10:02 INFO : A2: Making directory 2025/04/05 06:10:03 INFO : A1/B2: Making directory 2025/04/05 06:10:04 INFO : A1/B2/C2: Making directory 2025/04/05 06:10:05 INFO : A1/B1/C3: Making directory 2025/04/05 06:10:05 INFO : A3: Making directory 2025/04/05 06:10:06 INFO : A3/B3: Making directory 2025/04/05 06:10:07 INFO : A3/B3/C4: Making directory 2025/04/05 06:10:09 DEBUG : A1/two: md5 = 01d061d6e7d6ece90dcd87ea373589f3 OK 2025/04/05 06:10:10 DEBUG : removing 1 level 3 directories 2025/04/05 06:10:10 INFO : A3/B3/C4: Removing directory 2025/04/05 06:10:13 DEBUG : removing 2 level 3 directories 2025/04/05 06:10:13 INFO : A1/B2/C2: Removing directory 2025/04/05 06:10:13 INFO : A1/B1/C3: Removing directory 2025/04/05 06:10:14 DEBUG : removing 2 level 2 directories 2025/04/05 06:10:14 INFO : A3/B3: Removing directory 2025/04/05 06:10:14 INFO : A1/B2: Removing directory 2025/04/05 06:10:14 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/05 06:10:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/05 06:10:14 DEBUG : removing 2 level 1 directories 2025/04/05 06:10:14 INFO : A3: Removing directory 2025/04/05 06:10:14 INFO : A2: Removing directory 2025/04/05 06:10:14 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/05 06:10:18 DEBUG : removing 1 level 3 directories 2025/04/05 06:10:18 INFO : A1/B1/C1: Removing directory 2025/04/05 06:10:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:19 DEBUG : removing 1 level 2 directories 2025/04/05 06:10:19 INFO : A1/B1: Removing directory 2025/04/05 06:10:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/05 06:10:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/05 06:10:20 DEBUG : removing 1 level 1 directories 2025/04/05 06:10:20 INFO : A1: Removing directory 2025/04/05 06:10:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/05 06:10:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/05 06:10:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/05 06:10:20 DEBUG : removing 1 level 0 directories 2025/04/05 06:10:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Removing directory 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/05 06:10:21 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" --- PASS: TestRmdirsNoLeaveRoot (23.45s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:10:22 INFO : A1: Making directory 2025/04/05 06:10:23 INFO : A1/B1: Making directory 2025/04/05 06:10:24 INFO : A1/B1/C1: Making directory 2025/04/05 06:10:26 DEBUG : removing 1 level 3 directories 2025/04/05 06:10:26 INFO : A1/B1/C1: Removing directory 2025/04/05 06:10:27 DEBUG : removing 1 level 2 directories 2025/04/05 06:10:27 INFO : A1/B1: Removing directory 2025/04/05 06:10:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/05 06:10:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.48s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:10:29 INFO : A1: Making directory 2025/04/05 06:10:30 INFO : A1/B1: Making directory 2025/04/05 06:10:31 INFO : A1/B1/C1: Making directory 2025/04/05 06:10:33 DEBUG : removing 1 level 3 directories 2025/04/05 06:10:33 INFO : A1/B1/C1: Removing directory 2025/04/05 06:10:34 DEBUG : removing 1 level 2 directories 2025/04/05 06:10:34 INFO : A1/B1: Removing directory 2025/04/05 06:10:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/05 06:10:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.20s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:10:38 DEBUG : file1: md5 = 1a0c700d3c9417b4aad96cd16594ade4 OK 2025/04/05 06:10:39 DEBUG : filename.txt: File name found in url 2025/04/05 06:10:40 DEBUG : filename.txt: md5 = 99c462a4c4e7a3ac2dbcee7cb1e5b197 OK 2025/04/05 06:10:40 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/05 06:10:41 DEBUG : headerfilename.txt: md5 = ea3d56aa47d0e37db1e289e2277e33bf OK 2025/04/05 06:10:43 DEBUG : file2: md5 = 30e73bef78d8d402f4374433bd5aaaec OK --- PASS: TestCopyURL (8.62s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:10:45 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/05 06:10:47 DEBUG : sub/file2: md5 = 8f4b3a89f5190899380914773743f80a OK 2025/04/05 06:10:47 INFO : file1: Copied (new) to: sub/file2 2025/04/05 06:10:47 INFO : file1: Deleted 2025/04/05 06:10:48 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/05 06:10:48 DEBUG : file1: Unchanged skipping 2025/04/05 06:10:48 INFO : file1: Deleted 2025/04/05 06:10:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': don't need to copy/move sub/file2, it is already at target location 2025/04/05 06:10:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.96s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:10:51 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/05 06:10:53 DEBUG : file1: md5 = c912e4b9010234b55129942fb50d58fa OK 2025/04/05 06:10:53 INFO : file1: Copied (new) 2025/04/05 06:10:53 INFO : file1: Deleted 2025/04/05 06:10:53 DEBUG : file1: Destination exists, skipping 2025/04/05 06:10:53 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.27s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:10:57 DEBUG : dst/file1: md5 = 27887c169727558a9423abab9fb87c18 OK 2025/04/05 06:10:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecajuy6cova/backup" 2025/04/05 06:10:58 DEBUG : Creating backend with remote "TestDrive:crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g/1nrff024r7pq65ecp72fc28jb0" 2025/04/05 06:11:00 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/05 06:11:02 INFO : dst/file1: Moved (server-side) 2025/04/05 06:11:03 DEBUG : dst/file1: md5 = 025d075c2dc3173cf2ecf2612a4de89e OK 2025/04/05 06:11:03 INFO : dst/file1: Copied (new) 2025/04/05 06:11:03 INFO : dst/file1: Deleted 2025/04/05 06:11:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/05 06:11:06 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/05 06:11:07 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.52s) === 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-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:11:10 DEBUG : A1/one: md5 = f99bcedf112b753377d2f935fb2148e1 OK 2025/04/05 06:11:11 DEBUG : A1/two: md5 = 2eb34a5b6960c50718ae5f98cb89eaeb OK 2025/04/05 06:11:13 DEBUG : A1/B1/three: md5 = 9012fca0c4835b1f462d2dc5ae75d535 OK 2025/04/05 06:11:15 DEBUG : A1/B1/C1/four: md5 = bae8125161e2b389d728ff63c0fcbaa1 OK 2025/04/05 06:11:17 DEBUG : A1/B1/C2/five: md5 = 25a2d94273b046e86eb024b43761a744 OK 2025/04/05 06:11:17 INFO : A1/B2: Making directory 2025/04/05 06:11:18 INFO : A1/B1/C3: Making directory 2025/04/05 06:11:28 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/05 06:11:28 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/05 06:11:28 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/05 06:11:28 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/05 06:11:28 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/05 06:11:31 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/05 06:11:31 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/05 06:11:31 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/05 06:11:31 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/05 06:11:31 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/05 06:11:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/05 06:11:39 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/05 06:11:39 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/05 06:11:39 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/05 06:11:39 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/05 06:11:39 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/05 06:11:42 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/05 06:11:42 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/05 06:11:42 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/05 06:11:43 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/05 06:11:43 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/05 06:11:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/05 06:11:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/05 06:11:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/05 06:11:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/05 06:11:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/05 06:11:50 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/05 06:11:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/05 06:11:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/05 06:11:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/05 06:11:51 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.83s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" --- PASS: TestGetFsInfo (0.41s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:11:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': File to upload is small (34 bytes), uploading instead of streaming 2025/04/05 06:11:54 DEBUG : no_checksum_small_file_from_pipe: md5 = c2d5fddfb5253ad411d52fccd3b53766 OK 2025/04/05 06:11:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/05 06:11:54 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/05 06:11:54 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/05 06:11:55 DEBUG : no_checksum_big_file_from_pipe: md5 = a1581f0e3b08e22a0077ab3ac082e94e OK 2025/04/05 06:11:55 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-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:11:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': File to upload is small (34 bytes), uploading instead of streaming 2025/04/05 06:11:59 DEBUG : with_checksum_small_file_from_pipe: md5 = 3274906fba2e0f4331f93e9876aac5d8 OK 2025/04/05 06:11:59 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/05 06:11:59 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/05 06:12:00 DEBUG : with_checksum_big_file_from_pipe: md5 = 552b6771863da64030ca63323b18f23e OK 2025/04/05 06:12:00 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-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:12:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': File to upload is small (34 bytes), uploading instead of streaming 2025/04/05 06:12:04 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/05 06:12:05 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/05 06:12:06 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-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:12:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': File to upload is small (34 bytes), uploading instead of streaming 2025/04/05 06:12:09 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/05 06:12:10 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/05 06:12:11 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.18s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.82s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.31s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.99s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.06s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/05 06:12:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': File to upload is small (48 bytes), uploading instead of streaming 2025/04/05 06:12:14 DEBUG : rcat_metadata: md5 = cd7b5d2769c37c5d596af7dd78f568a0 OK 2025/04/05 06:12:14 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/05 06:12:16 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/05 06:12:16 DEBUG : rcat_metadata_uploadcutoff0: md5 = 73c20f71493ca533b7c7a6f7a29ee67b OK 2025/04/05 06:12:16 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.75s) --- PASS: TestRcatMetadata/Normal (2.46s) --- PASS: TestRcatMetadata/ViaDisk (2.82s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:12:19 DEBUG : potato1: md5 = 59080bfb9b006e6619e3182d2b4b1648 OK 2025/04/05 06:12:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': File to upload is small (60 bytes), uploading instead of streaming 2025/04/05 06:12:21 DEBUG : potato2: md5 = a695c20d5332fb6a159aa151d19079fb OK 2025/04/05 06:12:21 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.28s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:12:23 DEBUG : potato1: md5 = f7936187eecf4c98d47ec0cbd79916d2 OK 2025/04/05 06:12:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': File to upload is small (60 bytes), uploading instead of streaming 2025/04/05 06:12:25 DEBUG : potato2: md5 = 9fe71fadc3988f7bd74f5edd846c5992 OK 2025/04/05 06:12:25 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.79s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:12:28 DEBUG : potato2: md5 = 92a3758f953b407cda774bf2f8458035 OK 2025/04/05 06:12:30 DEBUG : empty space: md5 = 4b010236540657d06063cab837537607 OK 2025/04/05 06:12:32 DEBUG : sub dir/potato3: md5 = 0dca1a7e8d7290e0b4463f745b8345cc OK 2025/04/05 06:12:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Touching "sub dir/potato3" 2025/04/05 06:12:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Touching "empty space" 2025/04/05 06:12:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Touching "potato2" 2025/04/05 06:12:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.14s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:12:37 DEBUG : dir with metadata: Making directory with metadata 2025/04/05 06:12:38 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.99s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:12:40 DEBUG : directory with modtime: Making directory with metadata 2025/04/05 06:12:41 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.40s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:12:43 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/05 06:12:43 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/05 06:12:43 DEBUG : Google drive root 'crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g': Skipping btime metadata as can't update it on an existing file: 2025-04-05T06:12:43.035569176Z 2025/04/05 06:12:43 INFO : non existent directory: Updated directory metadata 2025/04/05 06:12:45 DEBUG : Google drive root 'crypt/61nc42mhugjd21i1vt5ju4bofr9bcr8q64badmcmprsn63hgpe4g': Skipping btime metadata as can't update it on an existing file: 2025-04-05T06:12:43.035569176Z 2025/04/05 06:12:46 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.74s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:12:47 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/05 06:12:49 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/05 06:12:50 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.94s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:12:51 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/05 06:12:51 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/05 06:12:51 DEBUG : dst: Making directory with metadata 2025/04/05 06:12:52 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/05 06:12:52 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/05 06:12:53 INFO : dst: Set directory modification time (using SetModTime) 2025/04/05 06:12:53 INFO : dst: Set directory modification time (using SetModTime) 2025/04/05 06:12:53 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/05 06:12:53 INFO : dst: Set directory modification time (using SetModTime) 2025/04/05 06:12:53 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.55s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova'", Local "Local file system at /tmp/rclone2353918155", Modify Window "1ms" 2025/04/05 06:12:57 DEBUG : sub dir/test remove existing: md5 = 6a59680f35e60f7c722e43ce7ec0fd9a OK 2025/04/05 06:12:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 8f3e2a5956c5cefa151bfc289929db32 OK 2025/04/05 06:13:00 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.rimiluc4" before starting 2025/04/05 06:13:01 DEBUG : sub dir/test remove existing.rimiluc4: TEST: removing renamed existing file after operation 2025/04/05 06:13:02 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yasayum1" before starting 2025/04/05 06:13:03 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yasayum1: TEST: renaming existing back after failed operation 2025/04/05 06:13:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vebivim6" before starting 2025/04/05 06:13:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vebivim6: TEST: removing renamed existing file after operation 2025/04/05 06:13:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "k1uc642cvp9inandsouj29pj9ervcut9m3eok6uvhu4siqha0hjg" 2025/04/05 06:13:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "uasbstbas0q7lfb6gprh3okk74qru1mc6kqg8b0jh0vj8fd4eq8cb98r1rbmack4ji1ghdvfb0u1b4fl880m331igb0ernn5jcmsih84ae06q610nfnfgm4uva1gogmui7mfrtblipten2r6ljv1561k4iqbpfaids08iht7uqi1l8al5r7g" --- PASS: TestRemoveExisting (12.80s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/04/05 06:13:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecajuy6cova': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m15.231989509s (try 1/5)