"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/06/26 01:00:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qezeseb0zeqa" 2025/06/26 01:00:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:00:58 DEBUG : Creating backend with remote "TestDrive:crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0" 2025/06/26 01:00:59 DEBUG : Creating backend with remote "/tmp/rclone667824667" === 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-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.28s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/06/26 01:01:00 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/26 01:01:00 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/26 01:01:00 DEBUG : potato: Seek from 10 to 0 2025/06/26 01:01:00 DEBUG : potato: Seek from 10 to 0 2025/06/26 01:01:00 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/26 01:01:00 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/26 01:01:00 DEBUG : potato: Seek from 5 to 2 2025/06/26 01:01:00 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/26 01:01:00 DEBUG : potato: Seek from 7 to 0 2025/06/26 01:01:00 DEBUG : potato: Seek from 7 to 0 2025/06/26 01:01:00 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/26 01:01:00 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/26 01:01:00 DEBUG : potato: Seek from 5 to 2 2025/06/26 01:01:00 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/26 01:01:00 DEBUG : potato: Seek from 8 to 0 2025/06/26 01:01:00 DEBUG : potato: Seek from 8 to 0 2025/06/26 01:01:00 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/26 01:01:00 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/26 01:01:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/26 01:01:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/26 01:01:00 DEBUG : potato: Seek from 5 to 2 2025/06/26 01:01:00 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/26 01:01:00 DEBUG : potato: Seek from 9 to 0 2025/06/26 01:01:00 DEBUG : potato: Seek from 9 to 0 2025/06/26 01:01:00 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-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:01:02 DEBUG : rutabaga: md5 = a773167311dbf2281f03aa0184afc3bb OK === RUN TestCheck/1 === RUN TestCheck/2 2025/06/26 01:01:05 DEBUG : empty space: md5 = d62cb00e358667151bde4b8b3f7b9c75 OK === RUN TestCheck/3 2025/06/26 01:01:07 DEBUG : potato2: md5 = d9d63bb592eb4d2113a4aa9f4791f029 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/06/26 01:01:09 DEBUG : remotepotato: md5 = acea3134ed48891e30e3b7a585da9593 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.48s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/06/26 01:01:12 DEBUG : Creating backend with remote "nonexistent" 2025/06/26 01:01:12 DEBUG : Creating backend with remote "nonexistent" 2025/06/26 01:01:12 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/26 01:01:12 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/06/26 01:01:12 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/26 01:01:12 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:01:14 DEBUG : rutabaga: md5 = 423ffe4f912667e2a8099482522797e3 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/06/26 01:01:18 DEBUG : empty space: md5 = 63a47cfbce52ed8710a3407e00231537 OK === RUN TestCheckDownload/3 2025/06/26 01:01:21 DEBUG : potato2: md5 = cfbc65ebba823eefcbc7a01aa8b98afb OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/06/26 01:01:25 DEBUG : remotepotato: md5 = f0541ac8ebe280b118effee08d74945e OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.78s) --- PASS: TestCheckDownload/1 (1.08s) --- PASS: TestCheckDownload/2 (1.04s) --- PASS: TestCheckDownload/3 (1.13s) --- PASS: TestCheckDownload/4 (1.12s) --- PASS: TestCheckDownload/5 (1.20s) --- PASS: TestCheckDownload/6 (0.90s) --- PASS: TestCheckDownload/7 (0.99s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:01:31 DEBUG : rutabaga: md5 = b82c160b5b739b46988baa5b91f4891f OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/06/26 01:01:33 DEBUG : empty space: md5 = f10c7506795c19bf342fba06eddb69c0 OK === RUN TestCheckSizeOnly/3 2025/06/26 01:01:35 DEBUG : potato2: md5 = 36f8e657aedbbdd215f156538d685bcc OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/06/26 01:01:37 DEBUG : remotepotato: md5 = 2fd3ea7470b517958b6f76ea07c585a4 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.95s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- 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-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:01:41 DEBUG : test.sum: md5 = 93ebd76663cbc22dbfc3dc65e759e4b0 OK 2025/06/26 01:01:42 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/26 01:01:42 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/26 01:01:42 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/26 01:01:42 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/26 01:01:44 DEBUG : test.sum: md5 = eeb42f90c5b5ae7f059d587ccdfee3e3 OK 2025/06/26 01:01:45 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/26 01:01:45 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/26 01:01:45 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/26 01:01:45 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.81s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:01:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qezeseb0zeqa/data" 2025/06/26 01:01:46 DEBUG : Creating backend with remote "TestDrive:crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa/data' lacks md5, skipping --- SKIP: TestCheckSum (2.05s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:01:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qezeseb0zeqa/data" 2025/06/26 01:01:48 DEBUG : Creating backend with remote "TestDrive:crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0/vjrnln8ratgmqakfosrqe8espk" 2025/06/26 01:01:52 DEBUG : data/banana: md5 = c007b6307211eabf80d4aa57d031a0c2 OK 2025/06/26 01:01:53 DEBUG : test.sum: md5 = eb106f51d71834d8d0623cbec495a8a0 OK === RUN TestCheckSumDownload/subtest1 2025/06/26 01:01:58 DEBUG : data/potato: md5 = 42c8e97c4350eb6442442d99fb8e41cc OK 2025/06/26 01:01:59 DEBUG : test.sum: md5 = 999a13bdeee6f6a2aaf8af9b11e9d8e9 OK === RUN TestCheckSumDownload/subtest2 2025/06/26 01:02:03 DEBUG : test.sum: md5 = 798a674425991bdbd0ad820f6d109941 OK === RUN TestCheckSumDownload/subtest3 2025/06/26 01:02:07 DEBUG : test.sum: md5 = e10d6f5c5f2366ec4850b62fecd3361f OK === RUN TestCheckSumDownload/subtest4 2025/06/26 01:02:11 DEBUG : test.sum: md5 = 03b75bd675d066b8e096dafb0b37b27c OK === RUN TestCheckSumDownload/subtest5 2025/06/26 01:02:16 DEBUG : test.sum: md5 = f4e2539ad5cdf09604ae55b86daa8e83 OK === RUN TestCheckSumDownload/subtest6 2025/06/26 01:02:20 DEBUG : data/banana: md5 = c910142cb2e3e4e9e36580be8f2d42b9 OK 2025/06/26 01:02:21 DEBUG : data/potato: md5 = 71677ba09de1b9bb879adbbd3c906471 OK 2025/06/26 01:02:23 DEBUG : test.sum: md5 = b08557952bd1410a1cd97f747fe92e92 OK === RUN TestCheckSumDownload/subtest7 2025/06/26 01:02:29 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/06/26 01:02:29 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (41.38s) --- PASS: TestCheckSumDownload/subtest1 (2.46s) --- PASS: TestCheckSumDownload/subtest2 (2.37s) --- PASS: TestCheckSumDownload/subtest3 (2.26s) --- PASS: TestCheckSumDownload/subtest4 (2.27s) --- PASS: TestCheckSumDownload/subtest5 (2.43s) --- PASS: TestCheckSumDownload/subtest6 (2.20s) --- PASS: TestCheckSumDownload/subtest7 (2.83s) === RUN TestApplyTransforms 2025/06/26 01:02:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qusalof5tara" 2025/06/26 01:02:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:02:29 DEBUG : Creating backend with remote "TestDrive:crypt/k9kon35f7h5iplkm44k3erbe1lmg5qu52ena8a7pehelo8386g60" 2025/06/26 01:02:30 DEBUG : Creating backend with remote "/tmp/rclone365611614" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qusalof5tara'", Local "Local file system at /tmp/rclone365611614", Modify Window "1ms" 2025/06/26 01:02:33 DEBUG : hello, world!: md5 = 2d58d62ef52242dc74eb0e993f8cfd25 OK upper checkfile vs. lower remote (without normalization) 2025/06/26 01:02:33 ERROR : hello, world!: sum not found 2025/06/26 01:02:33 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qusalof5tara' 2025/06/26 01:02:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qusalof5tara': 1 files missing 2025/06/26 01:02:33 NOTICE: 1 hashes missing 2025/06/26 01:02:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qusalof5tara': 2 differences found 2025/06/26 01:02:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qusalof5tara': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/26 01:02:35 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/26 01:02:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qusalof5tara': 0 differences found 2025/06/26 01:02:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qusalof5tara': 1 matching files 2025/06/26 01:02:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zogacet1bulo" 2025/06/26 01:02:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:02:35 DEBUG : Creating backend with remote "TestDrive:crypt/3ovba988nktn5ecrcabv7b1883tcb2l247o7iavpv57amf59tn40" 2025/06/26 01:02:36 DEBUG : Creating backend with remote "/tmp/rclone1547382813" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zogacet1bulo'", Local "Local file system at /tmp/rclone1547382813", Modify Window "1ms" 2025/06/26 01:02:38 DEBUG : HELLO, WORLD!: md5 = 3e0ab97852abd903cbebb52530656623 OK lower checkfile vs. upper remote (without normalization) 2025/06/26 01:02:38 ERROR : HELLO, WORLD!: sum not found 2025/06/26 01:02:38 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zogacet1bulo' 2025/06/26 01:02:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zogacet1bulo': 1 files missing 2025/06/26 01:02:38 NOTICE: 1 hashes missing 2025/06/26 01:02:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zogacet1bulo': 2 differences found 2025/06/26 01:02:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zogacet1bulo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/26 01:02:40 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/26 01:02:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zogacet1bulo': 0 differences found 2025/06/26 01:02:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zogacet1bulo': 1 matching files 2025/06/26 01:02:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-daquluf5yuka" 2025/06/26 01:02:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:02:40 DEBUG : Creating backend with remote "TestDrive:crypt/ijpamh6d3ungfd988gq8mvl6lcdj1ni5s8ol1b9kqqhm8268cpd0" 2025/06/26 01:02:41 DEBUG : Creating backend with remote "/tmp/rclone1101368508" 2025/06/26 01:02:41 DEBUG : Config file has changed externally - reloading run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-daquluf5yuka'", Local "Local file system at /tmp/rclone1101368508", Modify Window "1ms" 2025/06/26 01:02:43 DEBUG : HeLlO, wOrLd!: md5 = 6eb685f382ba7eb59c403c5b23d41689 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/26 01:02:43 ERROR : HeLlO, wOrLd!: sum not found 2025/06/26 01:02:43 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-daquluf5yuka' 2025/06/26 01:02:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-daquluf5yuka': 1 files missing 2025/06/26 01:02:43 NOTICE: 1 hashes missing 2025/06/26 01:02:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-daquluf5yuka': 2 differences found 2025/06/26 01:02:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-daquluf5yuka': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/26 01:02:44 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/26 01:02:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-daquluf5yuka': 0 differences found 2025/06/26 01:02:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-daquluf5yuka': 1 matching files 2025/06/26 01:02:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yujemij2xogi" 2025/06/26 01:02:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:02:45 DEBUG : Creating backend with remote "TestDrive:crypt/jdoj22hvdq16l39aovb7kefgao241p6gkigu752re4v1m6952js0" 2025/06/26 01:02:45 DEBUG : Creating backend with remote "/tmp/rclone315470310" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yujemij2xogi'", Local "Local file system at /tmp/rclone315470310", Modify Window "1ms" 2025/06/26 01:02:48 DEBUG : HELLO, WORLD!: md5 = 89626fdf5d4971f9bb750d692b7be131 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/26 01:02:48 ERROR : HELLO, WORLD!: sum not found 2025/06/26 01:02:48 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yujemij2xogi' 2025/06/26 01:02:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yujemij2xogi': 1 files missing 2025/06/26 01:02:48 NOTICE: 1 hashes missing 2025/06/26 01:02:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yujemij2xogi': 2 differences found 2025/06/26 01:02:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yujemij2xogi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/26 01:02:49 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/26 01:02:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yujemij2xogi': 0 differences found 2025/06/26 01:02:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yujemij2xogi': 1 matching files 2025/06/26 01:02:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-naxokox9puxi" 2025/06/26 01:02:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:02:50 DEBUG : Creating backend with remote "TestDrive:crypt/qe0picf7jckcon5unkme67to7f08ej5ukggun3ar5veb9c04rgbg" 2025/06/26 01:02:51 DEBUG : Creating backend with remote "/tmp/rclone1242518867" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-naxokox9puxi'", Local "Local file system at /tmp/rclone1242518867", Modify Window "1ms" 2025/06/26 01:02:53 DEBUG : 測試_Русский___ě_áñ: md5 = 51a5ec092bdbde5c9bcff3affb824585 OK NFD checkfile vs. NFC remote (without normalization) 2025/06/26 01:02:53 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/26 01:02:53 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-naxokox9puxi' 2025/06/26 01:02:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-naxokox9puxi': 1 files missing 2025/06/26 01:02:53 NOTICE: 1 hashes missing 2025/06/26 01:02:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-naxokox9puxi': 2 differences found 2025/06/26 01:02:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-naxokox9puxi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/26 01:02:55 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/26 01:02:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-naxokox9puxi': 0 differences found 2025/06/26 01:02:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-naxokox9puxi': 1 matching files 2025/06/26 01:02:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dehorit3muvi" 2025/06/26 01:02:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:02:55 DEBUG : Creating backend with remote "TestDrive:crypt/r1qeq4bf1fl6b105idf7fcm1af6i2ij78lg819leouau4lnp48sg" 2025/06/26 01:02:56 DEBUG : Creating backend with remote "/tmp/rclone1258022836" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dehorit3muvi'", Local "Local file system at /tmp/rclone1258022836", Modify Window "1ms" 2025/06/26 01:02:58 DEBUG : 測試_Русский___ě_áñ: md5 = 731080103db36a1d3b5d5686051b7f10 OK NFC checkfile vs. NFD remote (without normalization) 2025/06/26 01:02:59 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/26 01:02:59 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dehorit3muvi' 2025/06/26 01:02:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dehorit3muvi': 1 files missing 2025/06/26 01:02:59 NOTICE: 1 hashes missing 2025/06/26 01:02:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dehorit3muvi': 2 differences found 2025/06/26 01:02:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dehorit3muvi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/26 01:03:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/26 01:03:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dehorit3muvi': 0 differences found 2025/06/26 01:03:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dehorit3muvi': 1 matching files 2025/06/26 01:03:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gecebib5gupi" 2025/06/26 01:03:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:03:00 DEBUG : Creating backend with remote "TestDrive:crypt/54p8sq3fiqrdid8o1tllie9uuoh67aftlcpnul0pk7p618a48cs0" 2025/06/26 01:03:01 DEBUG : Creating backend with remote "/tmp/rclone2560645988" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gecebib5gupi'", Local "Local file system at /tmp/rclone2560645988", Modify Window "1ms" 2025/06/26 01:03:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6269f1911b3c17fe32d317009ba67611 OK NFDx2 checkfile vs. both remote (without normalization) 2025/06/26 01:03:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/26 01:03:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gecebib5gupi' 2025/06/26 01:03:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecebib5gupi': 1 files missing 2025/06/26 01:03:03 NOTICE: 1 hashes missing 2025/06/26 01:03:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecebib5gupi': 2 differences found 2025/06/26 01:03:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecebib5gupi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/26 01:03:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/26 01:03:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecebib5gupi': 0 differences found 2025/06/26 01:03:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecebib5gupi': 1 matching files 2025/06/26 01:03:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihahed8bohe" 2025/06/26 01:03:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:03:04 DEBUG : Creating backend with remote "TestDrive:crypt/erp6ie61h60stsem37cftk1u0ok1kb29ioogtcu70o18bhpc89qg" 2025/06/26 01:03:05 DEBUG : Creating backend with remote "/tmp/rclone3822135638" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihahed8bohe'", Local "Local file system at /tmp/rclone3822135638", Modify Window "1ms" 2025/06/26 01:03:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 80a8c8ae99bcbd1563b2bdca3138a408 OK NFCx2 checkfile vs. both remote (without normalization) 2025/06/26 01:03:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/26 01:03:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bihahed8bohe' 2025/06/26 01:03:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bihahed8bohe': 1 files missing 2025/06/26 01:03:08 NOTICE: 1 hashes missing 2025/06/26 01:03:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bihahed8bohe': 2 differences found 2025/06/26 01:03:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bihahed8bohe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/26 01:03:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/26 01:03:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bihahed8bohe': 0 differences found 2025/06/26 01:03:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bihahed8bohe': 1 matching files 2025/06/26 01:03:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyujaj2male" 2025/06/26 01:03:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:03:09 DEBUG : Creating backend with remote "TestDrive:crypt/d29alrafbo5ke2k0mpduqf52lpcbtd08c7p18knt2i0cbprd0fj0" 2025/06/26 01:03:10 DEBUG : Creating backend with remote "/tmp/rclone1597100846" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyujaj2male'", Local "Local file system at /tmp/rclone1597100846", Modify Window "1ms" 2025/06/26 01:03:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c112e1d4afea3c6728ef7f64fb29d582 OK both checkfile vs. NFDx2 remote (without normalization) 2025/06/26 01:03:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/26 01:03:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-riyujaj2male' 2025/06/26 01:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riyujaj2male': 1 files missing 2025/06/26 01:03:13 NOTICE: 1 hashes missing 2025/06/26 01:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riyujaj2male': 2 differences found 2025/06/26 01:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riyujaj2male': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/26 01:03:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/26 01:03:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riyujaj2male': 0 differences found 2025/06/26 01:03:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riyujaj2male': 1 matching files 2025/06/26 01:03:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yufapuz6kaka" 2025/06/26 01:03:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:03:14 DEBUG : Creating backend with remote "TestDrive:crypt/7aclkusr3duq6qa18fb7s55sptvd5u5oe468s6gcnaiuu5qq00h0" 2025/06/26 01:03:15 DEBUG : Creating backend with remote "/tmp/rclone917419933" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yufapuz6kaka'", Local "Local file system at /tmp/rclone917419933", Modify Window "1ms" 2025/06/26 01:03:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 468d2d0da02d1ac2be245016b0cd80e2 OK both checkfile vs. NFCx2 remote (without normalization) 2025/06/26 01:03:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/26 01:03:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yufapuz6kaka' 2025/06/26 01:03:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yufapuz6kaka': 1 files missing 2025/06/26 01:03:18 NOTICE: 1 hashes missing 2025/06/26 01:03:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yufapuz6kaka': 2 differences found 2025/06/26 01:03:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yufapuz6kaka': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/26 01:03:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/26 01:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yufapuz6kaka': 0 differences found 2025/06/26 01:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yufapuz6kaka': 1 matching files 2025/06/26 01:03:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yufapuz6kaka': Purge remote 2025/06/26 01:03:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyujaj2male': Purge remote 2025/06/26 01:03:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihahed8bohe': Purge remote 2025/06/26 01:03:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gecebib5gupi': Purge remote 2025/06/26 01:03:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dehorit3muvi': Purge remote 2025/06/26 01:03:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-naxokox9puxi': Purge remote 2025/06/26 01:03:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yujemij2xogi': Purge remote 2025/06/26 01:03:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-daquluf5yuka': Purge remote 2025/06/26 01:03:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zogacet1bulo': Purge remote 2025/06/26 01:03:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qusalof5tara': Purge remote --- PASS: TestApplyTransforms (54.42s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:03:24 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/26 01:03:26 DEBUG : sub/file2: md5 = f2267943875ed081f12e3412e615972f OK 2025/06/26 01:03:26 INFO : file1: Copied (new) to: sub/file2 2025/06/26 01:03:27 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/26 01:03:27 DEBUG : file1: Unchanged skipping 2025/06/26 01:03:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': don't need to copy/move sub/file2, it is already at target location 2025/06/26 01:03:29 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.09s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:03:32 DEBUG : dst/file1: md5 = de84fbd4d5545245cd4cdca06100c302 OK 2025/06/26 01:03:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qezeseb0zeqa/backup" 2025/06/26 01:03:33 DEBUG : Creating backend with remote "TestDrive:crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0/1nrff024r7pq65ecp72fc28jb0" 2025/06/26 01:03:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/26 01:03:37 INFO : dst/file1: Moved (server-side) 2025/06/26 01:03:38 DEBUG : dst/file1: md5 = b9041815b574fd6054fe3ff306fa204d OK 2025/06/26 01:03:38 INFO : dst/file1: Copied (new) 2025/06/26 01:03:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/26 01:03:41 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/26 01:03:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.64s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:03:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qezeseb0zeqa/dst" 2025/06/26 01:03:43 DEBUG : Creating backend with remote "TestDrive:crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0/31u3jie661vd5p8j7rtc3hgbh0" 2025/06/26 01:03:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qezeseb0zeqa/CompareDest" 2025/06/26 01:03:45 DEBUG : Creating backend with remote "TestDrive:crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0/gveqi14airsml4bgu7krj116o8" 2025/06/26 01:03:46 DEBUG : one: Need to transfer - File not found at Destination 2025/06/26 01:03:49 DEBUG : one: md5 = 8b4fbe52edec0007ca800335f3be40b8 OK 2025/06/26 01:03:49 INFO : one: Copied (new) 2025/06/26 01:03:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/26 01:03:51 DEBUG : one: md5 = 83a8230027049a7293a68c6d0294d55d OK 2025/06/26 01:03:51 INFO : one: Copied (replaced existing) 2025/06/26 01:03:53 DEBUG : dst/one: md5 = 18d9263114e87d27a1ed72b3499b7388 OK 2025/06/26 01:03:55 DEBUG : CompareDest/one: md5 = e13cf5e5deba4d0d20ff1e16b565420d OK 2025/06/26 01:03:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/26 01:03:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/26 01:03:56 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/26 01:03:58 DEBUG : CompareDest/two: md5 = 315132c8fd8d1bc3762acf95c5f4c3b9 OK 2025/06/26 01:03:59 DEBUG : two: Need to transfer - File not found at Destination 2025/06/26 01:03:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/26 01:03:59 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/26 01:04:00 DEBUG : two: Need to transfer - File not found at Destination 2025/06/26 01:04:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/26 01:04:00 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/26 01:04:01 DEBUG : two: Need to transfer - File not found at Destination 2025/06/26 01:04:01 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/26 01:04:03 DEBUG : two: md5 = 33a2bd921d112e29a49483286ee56df2 OK 2025/06/26 01:04:03 INFO : two: Copied (new) 2025/06/26 01:04:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/26 01:04:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:04:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/26 01:04:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.70s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:04:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qezeseb0zeqa/dst" 2025/06/26 01:04:08 DEBUG : Creating backend with remote "TestDrive:crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0/31u3jie661vd5p8j7rtc3hgbh0" 2025/06/26 01:04:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qezeseb0zeqa/CopyDest" 2025/06/26 01:04:09 DEBUG : Creating backend with remote "TestDrive:crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/06/26 01:04:11 DEBUG : one: Need to transfer - File not found at Destination 2025/06/26 01:04:13 DEBUG : one: md5 = 42cdbf7e37cedbcde1af58b975e8e8e7 OK 2025/06/26 01:04:13 INFO : one: Copied (new) 2025/06/26 01:04:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/26 01:04:16 DEBUG : one: md5 = 4716e24d2a60425c076d1a5904ef08d3 OK 2025/06/26 01:04:16 INFO : one: Copied (replaced existing) 2025/06/26 01:04:18 DEBUG : dst/one: md5 = d8b95af9f2ea6ce96a6556d30e1ee75f OK 2025/06/26 01:04:20 DEBUG : CopyDest/one: md5 = b4ef868b8729c8258ef600f1ce17bc89 OK 2025/06/26 01:04:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qezeseb0zeqa/BackupDir" 2025/06/26 01:04:21 DEBUG : Creating backend with remote "TestDrive:crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/06/26 01:04:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/26 01:04:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/26 01:04:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/26 01:04:24 INFO : one: Moved (server-side) 2025/06/26 01:04:25 INFO : one: Copied (server-side copy) 2025/06/26 01:04:25 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/26 01:04:27 DEBUG : CopyDest/two: md5 = a45aae1d167e4ab69a3aa8dc4b968b02 OK 2025/06/26 01:04:28 DEBUG : two: Need to transfer - File not found at Destination 2025/06/26 01:04:28 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/26 01:04:29 INFO : two: Copied (server-side copy) 2025/06/26 01:04:29 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/26 01:04:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/26 01:04:30 DEBUG : two: Unchanged skipping 2025/06/26 01:04:31 DEBUG : CopyDest/three: md5 = b374fe70ab2b877b2ac5b0753c68c04d OK 2025/06/26 01:04:32 DEBUG : three: Need to transfer - File not found at Destination 2025/06/26 01:04:33 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/26 01:04:33 DEBUG : three: Destination not found in --copy-dest 2025/06/26 01:04:34 DEBUG : three: md5 = df056ce2f8384bea9fa4617840945d68 OK 2025/06/26 01:04:34 INFO : three: Copied (new) 2025/06/26 01:04:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/26 01:04:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:04:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/26 01:04:40 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/26 01:04:40 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/26 01:04:40 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:04:40 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.63s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:04:42 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/26 01:04:44 DEBUG : TestCopyFileMaxTransfer/file1: md5 = de23a6ed0fc1ff04d616150baba3b011 OK 2025/06/26 01:04:44 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/26 01:04:45 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/26 01:04:45 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/06/26 01:04:46 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/26 01:04:47 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/26 01:04:48 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 7cc392e6cf11db15d0fbaf96c8d30bd3 OK 2025/06/26 01:04:48 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/06/26 01:04:50 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/06/26 01:04:50 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.98s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:04:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Looking for duplicate names using skip mode. 2025/06/26 01:04:54 NOTICE: one: Found 2 files with duplicate names 2025/06/26 01:04:54 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.53s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:05:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Looking for duplicate names using skip mode. 2025/06/26 01:05:00 NOTICE: one: Found 3 files with duplicate names 2025/06/26 01:05:00 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/06/26 01:05:01 INFO : one: Deleted 2025/06/26 01:05:01 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.18s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:05:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Looking for duplicate names using first mode. 2025/06/26 01:05:06 NOTICE: one: Found 3 files with duplicate names 2025/06/26 01:05:07 INFO : one: Deleted 2025/06/26 01:05:07 INFO : one: Deleted 2025/06/26 01:05:07 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.27s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:05:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Looking for duplicate names using newest mode. 2025/06/26 01:05:13 NOTICE: one: Found 3 files with duplicate names 2025/06/26 01:05:13 INFO : one: Deleted 2025/06/26 01:05:14 INFO : one: Deleted 2025/06/26 01:05:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.40s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:05:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Looking for duplicate names using oldest mode. 2025/06/26 01:05:20 NOTICE: one: Found 3 files with duplicate names 2025/06/26 01:05:20 INFO : one: Deleted 2025/06/26 01:05:21 INFO : one: Deleted 2025/06/26 01:05:21 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.49s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:05:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Looking for duplicate names using largest mode. 2025/06/26 01:05:26 NOTICE: one: Found 3 files with duplicate names 2025/06/26 01:05:27 INFO : one: Deleted 2025/06/26 01:05:27 INFO : one: Deleted 2025/06/26 01:05:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.46s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:05:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Looking for duplicate names using smallest mode. 2025/06/26 01:05:32 NOTICE: one: Found 3 files with duplicate names 2025/06/26 01:05:33 INFO : one: Deleted 2025/06/26 01:05:33 INFO : one: Deleted 2025/06/26 01:05:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.29s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:05:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Looking for duplicate names using rename mode. 2025/06/26 01:05:40 NOTICE: one.txt: Found 3 files with duplicate names 2025/06/26 01:05:41 INFO : one-2.txt: renamed from: one.txt 2025/06/26 01:05:42 INFO : one-3.txt: renamed from: one.txt 2025/06/26 01:05:43 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.42s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:05:48 DEBUG : dupe1/one.txt: md5 = 6795cf09b2564540ac9f46ea9e702c08 OK 2025/06/26 01:05:51 DEBUG : dupe2/two.txt: md5 = d6ac0350564215e253c896e2da62158d OK 2025/06/26 01:05:53 DEBUG : dupe3/three.txt: md5 = a1f95a71ed7de6c77baa25c7d14c2a26 OK 2025/06/26 01:05:53 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/06/26 01:05:54 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/06/26 01:05:54 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/06/26 01:05:55 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/06/26 01:05:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/06/26 01:05:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/06/26 01:05:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.22s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:06:01 DEBUG : a.txt: md5 = fa5ab02adc77e6d3cdb928f64ccb2248 OK 2025/06/26 01:06:02 DEBUG : zend.txt: md5 = 9a62eaf4879f39b99a2dd3bfc1d4eeb1 OK 2025/06/26 01:06:04 DEBUG : sub dir/hello world: md5 = 585f7ca5403c5d72f85934a37b76650e OK 2025/06/26 01:06:06 DEBUG : sub dir/hello world2: md5 = 3c05e24f10a9754c781edeb52fe21d50 OK 2025/06/26 01:06:08 DEBUG : sub dir/ignore dir/.ignore: md5 = 80fc384e6f5eac1c805fa577a5127973 OK 2025/06/26 01:06:09 DEBUG : sub dir/ignore dir/should be ignored: md5 = f33730dd4c45d66b0a88c8511d00a448 OK 2025/06/26 01:06:12 DEBUG : sub dir/sub sub dir/hello world3: md5 = be1e3c2a62bf309f0a77eb0ea35a7452 OK 2025/06/26 01:06:13 DEBUG : a.txt: Excluded (Size Filter) 2025/06/26 01:06:13 DEBUG : a.txt: Excluded 2025/06/26 01:06:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/26 01:06:13 DEBUG : sub dir/hello world2: Excluded 2025/06/26 01:06:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/26 01:06:13 DEBUG : sub dir/hello world: Excluded 2025/06/26 01:06:14 DEBUG : sub dir/ignore dir: Excluded 2025/06/26 01:06:14 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/26 01:06:14 DEBUG : sub dir/hello world2: Excluded 2025/06/26 01:06:14 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/26 01:06:14 DEBUG : sub dir/hello world: Excluded 2025/06/26 01:06:14 DEBUG : sub dir/ignore dir: Excluded 2025/06/26 01:06:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/06/26 01:06:20 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/06/26 01:06:20 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/06/26 01:06:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/06/26 01:06:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/06/26 01:06:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/06/26 01:06:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.81s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:06:22 DEBUG : a.txt: md5 = b9db77f1cb2d641f856ab9ad3d8e31a6 OK 2025/06/26 01:06:24 DEBUG : zend.txt: md5 = 42e563c336cf0ddf85bdece6a68a7238 OK 2025/06/26 01:06:26 DEBUG : sub dir/hello world: md5 = 37478c0de5b8277457e9b35f8d39a349 OK 2025/06/26 01:06:27 DEBUG : sub dir/hello world2: md5 = 62d222c509d55fa438438e9899edd1e3 OK 2025/06/26 01:06:29 DEBUG : sub dir/ignore dir/.ignore: md5 = 91343db2f77033c2ff619ebb6701804b OK 2025/06/26 01:06:30 DEBUG : sub dir/ignore dir/should be ignored: md5 = c2df97432f4db449158f07d00eb18fba OK 2025/06/26 01:06:33 DEBUG : sub dir/sub sub dir/hello world3: md5 = 42c8f1f9623845b3143330b3dca95a8a OK 2025/06/26 01:06:34 DEBUG : a.txt: Excluded (Size Filter) 2025/06/26 01:06:34 DEBUG : a.txt: Excluded 2025/06/26 01:06:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/26 01:06:34 DEBUG : sub dir/hello world: Excluded 2025/06/26 01:06:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/26 01:06:34 DEBUG : sub dir/hello world2: Excluded 2025/06/26 01:06:35 DEBUG : sub dir/ignore dir: Excluded 2025/06/26 01:06:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/26 01:06:35 DEBUG : sub dir/hello world: Excluded 2025/06/26 01:06:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/26 01:06:35 DEBUG : sub dir/hello world2: Excluded 2025/06/26 01:06:35 DEBUG : sub dir/ignore dir: Excluded 2025/06/26 01:06:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/06/26 01:06:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/06/26 01:06:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/06/26 01:06:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/06/26 01:06:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/06/26 01:06:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/06/26 01:06:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.32s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:06:44 DEBUG : file1: md5 = d174174c9e45aa252555c9764ca340a7 OK 2025/06/26 01:06:46 DEBUG : sub/file2: md5 = 43138da5564f970fecba68f4431d2a56 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/06/26 01:06:49 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/06/26 01:06:49 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/06/26 01:06:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/06/26 01:06:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.76s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.29s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.70s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:06:53 DEBUG : file1: md5 = 3bff89bd68307cf353955b70356e4516 OK 2025/06/26 01:06:56 DEBUG : sub/file2: md5 = e9df1d760b758ba7b253d374491c8d4d 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/06/26 01:06:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qezeseb0zeqa/notfound" 2025/06/26 01:07:00 DEBUG : Creating backend with remote "TestDrive:crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0/qe0i31qdkoejk60elps0ni5sqk" 2025/06/26 01:07:03 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.39s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.45s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.22s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.25s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.21s) --- PASS: TestStatJSON/RootNotFound (1.76s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:07:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Making directory 2025/06/26 01:07:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:07:06 DEBUG : sub dir/hello world: md5 = 388d83e549ac44098fa278ead82efcd1 OK 2025/06/26 01:07:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.01s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:07:11 DEBUG : potato2: md5 = 355039af7badf5916a2680f5da5af735 OK 2025/06/26 01:07:12 DEBUG : empty space: md5 = 5722d3e085fb0f2f6a970e6796f3a9e6 OK --- PASS: TestLs (4.55s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:07:15 DEBUG : potato2: md5 = da858a6f3c9d6ce57793ad3fa31ccfd9 OK 2025/06/26 01:07:16 DEBUG : empty space: md5 = bfd4f5449ade0d5629c25cef39236175 OK 2025/06/26 01:07:17 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/26 01:07:17 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.80s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:07:20 DEBUG : potato2: md5 = 79830fc83d6ca1f9d380ba656fa52102 OK 2025/06/26 01:07:21 DEBUG : empty space: md5 = 0edc851b608675f16bf42a77d38bd71a OK --- PASS: TestLsLong (4.64s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:07:25 DEBUG : potato2: md5 = 1a99a8fdd80f922cea8a53c260f6cb14 OK 2025/06/26 01:07:26 DEBUG : empty space: md5 = 19a6e9d22fa35cb30730879658d66df8 OK --- PASS: TestHashSums (4.57s) === RUN TestHashSumsWithErrors 2025/06/26 01:07:28 DEBUG : Creating backend with remote ":memory:" 2025/06/26 01:07:28 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/26 01:07:28 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/26 01:07:28 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/26 01:07:28 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/26 01:07:28 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/26 01:07:28 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/26 01:07:28 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/26 01:07:28 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/26 01:07:28 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:07:29 DEBUG : potato2: md5 = f992f3132445a2b50fa739fe8771b559 OK 2025/06/26 01:07:31 DEBUG : empty space: md5 = 2ac38dad55dd040e730f9ae963d14cb2 OK 2025/06/26 01:07:33 DEBUG : sub dir/potato3: md5 = 7802712f70aadc72343bf5c663ba4a97 OK 2025/06/26 01:07:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.60s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:07:38 DEBUG : small: md5 = a21af020dab1d385876f27cbbb0d434c OK 2025/06/26 01:07:39 DEBUG : medium: md5 = 0043c7b841888966417969e242523c6b OK 2025/06/26 01:07:40 DEBUG : large: md5 = af30300fadcf389fc4e9cd113f3a794f OK 2025/06/26 01:07:41 DEBUG : Waiting for deletions to finish 2025/06/26 01:07:41 DEBUG : large: Excluded (Size Filter) 2025/06/26 01:07:41 INFO : medium: Deleted 2025/06/26 01:07:41 INFO : small: Deleted --- PASS: TestDelete (6.18s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:07:45 DEBUG : small: md5 = 2a942f99f4c294cd3e6b4fbde30e8c5c OK 2025/06/26 01:07:46 DEBUG : medium: md5 = d7706ce0619df8dae1b391affc900ec8 OK 2025/06/26 01:07:48 DEBUG : large: md5 = e96fecd3b26d173cbd64b00343029737 OK 2025/06/26 01:07:48 DEBUG : Waiting for deletions to finish 2025/06/26 01:07:48 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/06/26 01:07:49 INFO : large: Deleted 2025/06/26 01:07:49 INFO : small: Deleted --- PASS: TestMaxDelete (8.54s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:07:52 DEBUG : small: md5 = 1b845409d5a8c6d0fb7147e78a68ca32 OK 2025/06/26 01:07:54 DEBUG : medium: md5 = 7fdded03fcebf5284e5190b73d133b0b OK 2025/06/26 01:07:55 DEBUG : large: md5 = ea3a9fafb9e7cb1e33667eb0112c7ff3 OK 2025/06/26 01:07:55 DEBUG : Waiting for deletions to finish 2025/06/26 01:07:56 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/26 01:07:56 INFO : small: Deleted 2025/06/26 01:07:56 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.68s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:07:59 DEBUG : small: md5 = f24ac39b94850fa92808c61a77312c28 OK 2025/06/26 01:08:00 DEBUG : medium: md5 = 1f406486ab52f0ce9590f8d594698448 OK 2025/06/26 01:08:02 DEBUG : large: md5 = 73d8a33570272c47b6b5dd7d3e414ee6 OK 2025/06/26 01:08:02 DEBUG : Waiting for deletions to finish 2025/06/26 01:08:02 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/26 01:08:03 INFO : medium: Deleted 2025/06/26 01:08:03 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.57s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:08:06 DEBUG : ReadFile: md5 = 767bca4ae279aee357a99ee1489fc3dd OK --- PASS: TestReadFile (4.16s) === RUN TestRetry 2025/06/26 01:08:08 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/26 01:08:08 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/26 01:08:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/26 01:08:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/26 01:08:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/26 01:08:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/26 01:08:09 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-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:08:10 DEBUG : file1: md5 = 2cb902e0e41e974fe2c06d017a3bae16 OK 2025/06/26 01:08:11 DEBUG : file2: md5 = 74330d52dfa02a7c5cd98b2b9653c03e OK --- PASS: TestCat (18.31s) === RUN TestPurge 2025/06/26 01:08:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fojebid1zale" 2025/06/26 01:08:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/26 01:08:27 DEBUG : Creating backend with remote "TestDrive:crypt/nekaejfuum0me8ppu38nbt31hoc116298iicg2nm9l3hl0k3f8p0" 2025/06/26 01:08:28 DEBUG : Creating backend with remote "/tmp/rclone4249621818" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fojebid1zale'", Local "Local file system at /tmp/rclone4249621818", Modify Window "1ms" 2025/06/26 01:08:32 DEBUG : A1/B1/C1/one: md5 = 8040249cdfa986890d220b85841fc2e5 OK 2025/06/26 01:08:32 INFO : A2: Making directory 2025/06/26 01:08:33 INFO : A1/B2: Making directory 2025/06/26 01:08:34 INFO : A1/B2/C2: Making directory 2025/06/26 01:08:34 INFO : A1/B1/C3: Making directory 2025/06/26 01:08:35 INFO : A3: Making directory 2025/06/26 01:08:36 INFO : A3/B3: Making directory 2025/06/26 01:08:37 INFO : A3/B3/C4: Making directory 2025/06/26 01:08:39 DEBUG : A1/two: md5 = b671ed7ee465ca3a1e2262a3b4780ff1 OK 2025/06/26 01:08:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fojebid1zale': Purge remote 2025/06/26 01:08:43 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.06s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:08:47 DEBUG : A1/B1/C1/one: md5 = 6b8214d20f33ad4511e71cf087b88b26 OK 2025/06/26 01:08:47 INFO : A2: Making directory 2025/06/26 01:08:47 INFO : A1/B2: Making directory 2025/06/26 01:08:48 INFO : A1/B2/C2: Making directory 2025/06/26 01:08:49 INFO : A1/B1/C3: Making directory 2025/06/26 01:08:50 INFO : A3: Making directory 2025/06/26 01:08:50 INFO : A3/B3: Making directory 2025/06/26 01:08:51 INFO : A3/B3/C4: Making directory 2025/06/26 01:08:53 DEBUG : A1/two: md5 = ec266b734b866cc059b83b248ee35d8d OK 2025/06/26 01:08:54 DEBUG : removing 1 level 3 directories 2025/06/26 01:08:54 INFO : A3/B3/C4: Removing directory 2025/06/26 01:08:57 DEBUG : removing 2 level 3 directories 2025/06/26 01:08:57 INFO : A1/B2/C2: Removing directory 2025/06/26 01:08:57 INFO : A1/B1/C3: Removing directory 2025/06/26 01:08:58 DEBUG : removing 2 level 2 directories 2025/06/26 01:08:58 INFO : A3/B3: Removing directory 2025/06/26 01:08:58 INFO : A1/B2: Removing directory 2025/06/26 01:08:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/26 01:08:58 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/06/26 01:08:59 DEBUG : removing 2 level 1 directories 2025/06/26 01:08:59 INFO : A3: Removing directory 2025/06/26 01:08:59 INFO : A2: Removing directory 2025/06/26 01:08:59 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/06/26 01:09:02 DEBUG : removing 1 level 3 directories 2025/06/26 01:09:02 INFO : A1/B1/C1: Removing directory 2025/06/26 01:09:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:03 DEBUG : removing 1 level 2 directories 2025/06/26 01:09:03 INFO : A1/B1: Removing directory 2025/06/26 01:09:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/26 01:09:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/26 01:09:04 DEBUG : removing 1 level 1 directories 2025/06/26 01:09:04 INFO : A1: Removing directory 2025/06/26 01:09:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/26 01:09:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/26 01:09:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/26 01:09:05 DEBUG : removing 1 level 0 directories 2025/06/26 01:09:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Removing directory 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/26 01:09:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.17s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:09:07 INFO : A1: Making directory 2025/06/26 01:09:08 INFO : A1/B1: Making directory 2025/06/26 01:09:08 INFO : A1/B1/C1: Making directory 2025/06/26 01:09:11 DEBUG : removing 1 level 3 directories 2025/06/26 01:09:11 INFO : A1/B1/C1: Removing directory 2025/06/26 01:09:11 DEBUG : removing 1 level 2 directories 2025/06/26 01:09:11 INFO : A1/B1: Removing directory 2025/06/26 01:09:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/26 01:09:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.84s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:09:14 INFO : A1: Making directory 2025/06/26 01:09:15 INFO : A1/B1: Making directory 2025/06/26 01:09:15 INFO : A1/B1/C1: Making directory 2025/06/26 01:09:18 DEBUG : removing 1 level 3 directories 2025/06/26 01:09:18 INFO : A1/B1/C1: Removing directory 2025/06/26 01:09:19 DEBUG : removing 1 level 2 directories 2025/06/26 01:09:19 INFO : A1/B1: Removing directory 2025/06/26 01:09:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/26 01:09:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.51s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:09:23 DEBUG : file1: md5 = 0020ec67c08387840f11927957d73b95 OK 2025/06/26 01:09:24 DEBUG : filename.txt: File name found in url 2025/06/26 01:09:25 DEBUG : filename.txt: md5 = 9d3f47d7759644b61b8f499815a88456 OK 2025/06/26 01:09:25 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/06/26 01:09:27 DEBUG : headerfilename.txt: md5 = b80bbedb522ab3bab4806cad0736e482 OK 2025/06/26 01:09:28 DEBUG : file2: md5 = 8951a5e690af3c84c2c02d2a7932932c OK --- PASS: TestCopyURL (8.89s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:09:31 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/26 01:09:33 DEBUG : sub/file2: md5 = 1283925bb470d0e3d1413d99acf30091 OK 2025/06/26 01:09:33 INFO : file1: Copied (new) to: sub/file2 2025/06/26 01:09:33 INFO : file1: Deleted 2025/06/26 01:09:34 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/26 01:09:34 DEBUG : file1: Unchanged skipping 2025/06/26 01:09:34 INFO : file1: Deleted 2025/06/26 01:09:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': don't need to copy/move sub/file2, it is already at target location 2025/06/26 01:09:36 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.93s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:09:37 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/26 01:09:38 DEBUG : file1: md5 = aa517155b15a5419894a8b12d13f5ca5 OK 2025/06/26 01:09:38 INFO : file1: Copied (new) 2025/06/26 01:09:38 INFO : file1: Deleted 2025/06/26 01:09:38 DEBUG : file1: Destination exists, skipping 2025/06/26 01:09:38 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.39s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:09:43 DEBUG : dst/file1: md5 = ebedbf673db48741781b372e1754b47a OK 2025/06/26 01:09:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qezeseb0zeqa/backup" 2025/06/26 01:09:43 DEBUG : Creating backend with remote "TestDrive:crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0/1nrff024r7pq65ecp72fc28jb0" 2025/06/26 01:09:45 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/26 01:09:47 INFO : dst/file1: Moved (server-side) 2025/06/26 01:09:48 DEBUG : dst/file1: md5 = f42d79ff1cb074dec8398b5f2e7a5b35 OK 2025/06/26 01:09:48 INFO : dst/file1: Copied (new) 2025/06/26 01:09:48 INFO : dst/file1: Deleted 2025/06/26 01:09:51 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/26 01:09:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/26 01:09:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.56s) === 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-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:09:55 DEBUG : A1/one: md5 = 823504421a80f15f348ac92f0ba54128 OK 2025/06/26 01:09:57 DEBUG : A1/two: md5 = 955a109fb4c90e7cf90eb0099d66e167 OK 2025/06/26 01:09:59 DEBUG : A1/B1/three: md5 = eb78e45fd74ac0df3b0e9d3a1fc161ad OK 2025/06/26 01:10:01 DEBUG : A1/B1/C1/four: md5 = 9d8bd85368c86196065e6729ea448172 OK 2025/06/26 01:10:03 DEBUG : A1/B1/C2/five: md5 = 7a91ae2e3a02db87174a8d9c29a29c86 OK 2025/06/26 01:10:03 INFO : A1/B2: Making directory 2025/06/26 01:10:04 INFO : A1/B1/C3: Making directory 2025/06/26 01:10:13 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/06/26 01:10:13 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/06/26 01:10:13 INFO : A2/two: Moved (server-side) to: A3/two 2025/06/26 01:10:13 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/06/26 01:10:14 INFO : A2/one: Moved (server-side) to: A3/one 2025/06/26 01:10:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/26 01:10:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/26 01:10:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/26 01:10:17 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/26 01:10:17 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/26 01:10:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/06/26 01:10:24 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/06/26 01:10:24 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/06/26 01:10:24 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/06/26 01:10:25 INFO : A3/one: Moved (server-side) to: A4/one 2025/06/26 01:10:26 INFO : A3/two: Moved (server-side) to: A4/two 2025/06/26 01:10:28 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/26 01:10:28 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/26 01:10:28 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/26 01:10:29 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/26 01:10:29 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/26 01:10:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/06/26 01:10:36 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/06/26 01:10:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/26 01:10:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/26 01:10:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/26 01:10:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/26 01:10:37 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/26 01:10:37 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/26 01:10:37 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/26 01:10:37 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.93s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" --- PASS: TestGetFsInfo (0.50s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:10:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': File to upload is small (34 bytes), uploading instead of streaming 2025/06/26 01:10:40 DEBUG : no_checksum_small_file_from_pipe: md5 = 26805e55859028243168a13869c4f05f OK 2025/06/26 01:10:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/06/26 01:10:40 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/26 01:10:41 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/06/26 01:10:42 DEBUG : no_checksum_big_file_from_pipe: md5 = 4c393ca21a27d51b41970c9bd1583c0a OK 2025/06/26 01:10:42 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-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:10:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': File to upload is small (34 bytes), uploading instead of streaming 2025/06/26 01:10:45 DEBUG : with_checksum_small_file_from_pipe: md5 = d62b5d0afe469067fa15f3e020242578 OK 2025/06/26 01:10:45 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/26 01:10:46 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/06/26 01:10:46 DEBUG : with_checksum_big_file_from_pipe: md5 = f48691c1eade72ea4c243d76c4cc0af1 OK 2025/06/26 01:10:46 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-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:10:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': File to upload is small (34 bytes), uploading instead of streaming 2025/06/26 01:10:49 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/26 01:10:50 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/06/26 01:10:51 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-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:10:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': File to upload is small (34 bytes), uploading instead of streaming 2025/06/26 01:10:54 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/26 01:10:55 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/06/26 01:10:56 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.98s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.80s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.62s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.62s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.93s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/06/26 01:10:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': File to upload is small (48 bytes), uploading instead of streaming 2025/06/26 01:10:59 DEBUG : rcat_metadata: md5 = 9c79edddba5432906b474ddebb5d410f OK 2025/06/26 01:10:59 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/06/26 01:11:01 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/06/26 01:11:02 DEBUG : rcat_metadata_uploadcutoff0: md5 = b45e5a76327d8d06260b60a3a436e98d OK 2025/06/26 01:11:02 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.79s) --- PASS: TestRcatMetadata/Normal (2.36s) --- PASS: TestRcatMetadata/ViaDisk (2.97s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:11:05 DEBUG : potato1: md5 = 1334e73dce5a69d1103d735d08e58f1c OK 2025/06/26 01:11:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': File to upload is small (60 bytes), uploading instead of streaming 2025/06/26 01:11:06 DEBUG : potato2: md5 = b408c35f2ce015e6ab1d94190cdf4841 OK 2025/06/26 01:11:06 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.53s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:11:09 DEBUG : potato1: md5 = 68089f31d0e98cb422bdd687ddb7e80b OK 2025/06/26 01:11:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': File to upload is small (60 bytes), uploading instead of streaming 2025/06/26 01:11:11 DEBUG : potato2: md5 = 71bce5bf1146605c49342cfa009c0702 OK 2025/06/26 01:11:11 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.98s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:11:14 DEBUG : potato2: md5 = 16268ca5960d2138bf8581063dd895a8 OK 2025/06/26 01:11:15 DEBUG : empty space: md5 = 46dfefa484abffd53a59b4c25f98386d OK 2025/06/26 01:11:18 DEBUG : sub dir/potato3: md5 = 0d80677864b45bb450eea4b65080d9c9 OK 2025/06/26 01:11:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Touching "sub dir/potato3" 2025/06/26 01:11:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Touching "empty space" 2025/06/26 01:11:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Touching "potato2" 2025/06/26 01:11:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.55s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:11:22 DEBUG : dir with metadata: Making directory with metadata 2025/06/26 01:11:23 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.36s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:11:25 DEBUG : directory with modtime: Making directory with metadata 2025/06/26 01:11:26 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.38s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:11:27 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/06/26 01:11:27 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/26 01:11:27 DEBUG : Google drive root 'crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0': Skipping btime metadata as can't update it on an existing file: 2025-06-26T01:11:27.637292015Z 2025/06/26 01:11:28 INFO : non existent directory: Updated directory metadata 2025/06/26 01:11:30 DEBUG : Google drive root 'crypt/r6qqrog2v45e21vki5ccutmfv36ojp4t3dip0r1onu4ef9th71h0': Skipping btime metadata as can't update it on an existing file: 2025-06-26T01:11:27.637292015Z 2025/06/26 01:11:30 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.63s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:11:32 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/06/26 01:11:33 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/06/26 01:11:34 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.05s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:11:36 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/06/26 01:11:36 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/26 01:11:36 DEBUG : dst: Making directory with metadata 2025/06/26 01:11:37 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/26 01:11:37 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/26 01:11:37 INFO : dst: Set directory modification time (using SetModTime) 2025/06/26 01:11:38 INFO : dst: Set directory modification time (using SetModTime) 2025/06/26 01:11:38 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/06/26 01:11:38 INFO : dst: Set directory modification time (using SetModTime) 2025/06/26 01:11:38 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.58s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa'", Local "Local file system at /tmp/rclone667824667", Modify Window "1ms" 2025/06/26 01:11:41 DEBUG : sub dir/test remove existing: md5 = d5f49673f675460ef78970bd054aeccf OK 2025/06/26 01:11:43 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = e9bfebd970310bdec4998d9cd1fd56df OK 2025/06/26 01:11:45 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.vugalul7" before starting 2025/06/26 01:11:46 DEBUG : sub dir/test remove existing.vugalul7: TEST: removing renamed existing file after operation 2025/06/26 01:11:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.viruhob9" before starting 2025/06/26 01:11:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.viruhob9: TEST: renaming existing back after failed operation 2025/06/26 01:11:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.posomug1" before starting 2025/06/26 01:11:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.posomug1: TEST: removing renamed existing file after operation 2025/06/26 01:11:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "jsskc0i13l94ilgrihp1v08f8vli4d8osi9vs6139g2585qripig" 2025/06/26 01:11:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "q6csodme0ti271m5orld32q235rb3u4p2rt8o7h7v03mtlu7ps4h3j0krg40edts9a2vqq4q6uipabkjg0ln1393cko489eo4918pg6msma13rdsl3sv9og7oui6mss14umqe7o46rq3a1l8ial70hd9888ta2mlhg1dg26vsejer4klbefg" --- PASS: TestRemoveExisting (13.04s) === 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/06/26 01:11:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qezeseb0zeqa': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m55.257083726s (try 1/5)