"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/05/12 05:52:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lukepiy3vuyi" 2025/05/12 05:52:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 05:52:56 DEBUG : Creating backend with remote "TestDrive:crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340" 2025/05/12 05:52:57 DEBUG : Creating backend with remote "/tmp/rclone1842802095" === 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-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/12 05:52:57 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/12 05:52:57 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/12 05:52:57 DEBUG : potato: Seek from 10 to 0 2025/05/12 05:52:57 DEBUG : potato: Seek from 10 to 0 2025/05/12 05:52:57 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/12 05:52:57 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/12 05:52:57 DEBUG : potato: Seek from 5 to 2 2025/05/12 05:52:57 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/12 05:52:57 DEBUG : potato: Seek from 7 to 0 2025/05/12 05:52:57 DEBUG : potato: Seek from 7 to 0 2025/05/12 05:52:57 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/12 05:52:57 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/12 05:52:57 DEBUG : potato: Seek from 5 to 2 2025/05/12 05:52:57 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/12 05:52:57 DEBUG : potato: Seek from 8 to 0 2025/05/12 05:52:57 DEBUG : potato: Seek from 8 to 0 2025/05/12 05:52:57 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/12 05:52:57 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/12 05:52:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/12 05:52:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/12 05:52:57 DEBUG : potato: Seek from 5 to 2 2025/05/12 05:52:57 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/12 05:52:57 DEBUG : potato: Seek from 9 to 0 2025/05/12 05:52:57 DEBUG : potato: Seek from 9 to 0 2025/05/12 05:52:57 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:53:00 DEBUG : rutabaga: md5 = bd16171bef11d9706a661c048809fb61 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/05/12 05:53:02 DEBUG : empty space: md5 = 9fdc0937128dec532a402eb723f7da84 OK === RUN TestCheck/3 2025/05/12 05:53:04 DEBUG : potato2: md5 = 01db4988f70818b3cb14c0c616c3afd7 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/05/12 05:53:06 DEBUG : remotepotato: md5 = 96587a59aed94856a677f5b9597dd429 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.91s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.30s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2025/05/12 05:53:09 DEBUG : Creating backend with remote "nonexistent" 2025/05/12 05:53:09 DEBUG : Creating backend with remote "nonexistent" 2025/05/12 05:53:09 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/12 05:53:09 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/05/12 05:53:09 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/12 05:53:09 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-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:53:11 DEBUG : rutabaga: md5 = 04c159491d682d7144eeed9878fa312b OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/05/12 05:53:15 DEBUG : empty space: md5 = 76841958933a79acdddfcfed1eae37b2 OK === RUN TestCheckDownload/3 2025/05/12 05:53:18 DEBUG : potato2: md5 = 57e92274feaeff80b754c2bbe8f471c0 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/05/12 05:53:21 DEBUG : remotepotato: md5 = 4c4bd3bf477f7c41153813ae7e955b38 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.59s) --- PASS: TestCheckDownload/1 (1.12s) --- PASS: TestCheckDownload/2 (1.15s) --- PASS: TestCheckDownload/3 (1.00s) --- PASS: TestCheckDownload/4 (1.06s) --- PASS: TestCheckDownload/5 (1.01s) --- PASS: TestCheckDownload/6 (0.90s) --- PASS: TestCheckDownload/7 (0.98s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:53:27 DEBUG : rutabaga: md5 = 1737a603fdcb88b234a0d7ea19869c44 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/05/12 05:53:30 DEBUG : empty space: md5 = 0174e6752dfcfa054c1888c8511cab32 OK === RUN TestCheckSizeOnly/3 2025/05/12 05:53:32 DEBUG : potato2: md5 = 47a5cc27ab32687772784f01574178e4 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/05/12 05:53:34 DEBUG : remotepotato: md5 = 2407e7d1d0ceaf65f15024268d23d671 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.88s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:53:38 DEBUG : test.sum: md5 = 9bee99473e396cc5c139e1c5d3d5d446 OK 2025/05/12 05:53:39 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/12 05:53:39 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/12 05:53:39 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/12 05:53:39 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/12 05:53:41 DEBUG : test.sum: md5 = a4985e73c0dd178618ffde78e9c53ad5 OK 2025/05/12 05:53:42 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/12 05:53:42 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/12 05:53:42 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/12 05:53:42 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.28s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:53:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lukepiy3vuyi/data" 2025/05/12 05:53:43 DEBUG : Creating backend with remote "TestDrive:crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi/data' lacks md5, skipping --- SKIP: TestCheckSum (1.96s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:53:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lukepiy3vuyi/data" 2025/05/12 05:53:45 DEBUG : Creating backend with remote "TestDrive:crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340/vjrnln8ratgmqakfosrqe8espk" 2025/05/12 05:53:49 DEBUG : data/banana: md5 = b3ea9109a770bf14c42b18ccbbe2d9c1 OK 2025/05/12 05:53:50 DEBUG : test.sum: md5 = 270fc02a70305b2d42058a87b89917f5 OK === RUN TestCheckSumDownload/subtest1 2025/05/12 05:53:54 DEBUG : data/potato: md5 = 3ac85ef26e3fc743d39c3a846d440591 OK 2025/05/12 05:53:56 DEBUG : test.sum: md5 = 4938dc67f4e6f92fd55c426bcfed0d16 OK === RUN TestCheckSumDownload/subtest2 2025/05/12 05:54:00 DEBUG : test.sum: md5 = 56a1ae91947a49dc90b84e3894bb18d3 OK === RUN TestCheckSumDownload/subtest3 2025/05/12 05:54:04 DEBUG : test.sum: md5 = b853465c8e4e8ab76a7efb3ff2d1f95c OK === RUN TestCheckSumDownload/subtest4 2025/05/12 05:54:08 DEBUG : test.sum: md5 = c2c8b9506ec71fb91bce244990b01fee OK === RUN TestCheckSumDownload/subtest5 2025/05/12 05:54:12 DEBUG : test.sum: md5 = c464908ba8116b10434d8bc6aba8bbab OK === RUN TestCheckSumDownload/subtest6 2025/05/12 05:54:16 DEBUG : data/banana: md5 = 9e683cdf7b3537810958ebefb9c67951 OK 2025/05/12 05:54:18 DEBUG : data/potato: md5 = b08abef24ca5d96add0242d0193b15ce OK 2025/05/12 05:54:19 DEBUG : test.sum: md5 = 0d0b2fa80d0dda310662bff8e35b94b1 OK === RUN TestCheckSumDownload/subtest7 2025/05/12 05:54:24 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/05/12 05:54:24 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (39.69s) --- PASS: TestCheckSumDownload/subtest1 (2.53s) --- PASS: TestCheckSumDownload/subtest2 (1.95s) --- PASS: TestCheckSumDownload/subtest3 (2.23s) --- PASS: TestCheckSumDownload/subtest4 (2.39s) --- PASS: TestCheckSumDownload/subtest5 (2.10s) --- PASS: TestCheckSumDownload/subtest6 (2.20s) --- PASS: TestCheckSumDownload/subtest7 (2.19s) === RUN TestApplyTransforms 2025/05/12 05:54:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bifigid3xupi" 2025/05/12 05:54:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 05:54:25 DEBUG : Creating backend with remote "TestDrive:crypt/85gkjpbc9r5mttdp88a9hidu0220gnemh78vdcu1hjq5drq37tl0" 2025/05/12 05:54:26 DEBUG : Creating backend with remote "/tmp/rclone532579967" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bifigid3xupi'", Local "Local file system at /tmp/rclone532579967", Modify Window "1ms" 2025/05/12 05:54:28 DEBUG : hello, world!: md5 = 553c86b6ec3247f5bbcd89f4f18bd838 OK upper checkfile vs. lower remote (without normalization) 2025/05/12 05:54:29 ERROR : hello, world!: sum not found 2025/05/12 05:54:29 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bifigid3xupi' 2025/05/12 05:54:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bifigid3xupi': 1 files missing 2025/05/12 05:54:29 NOTICE: 1 hashes missing 2025/05/12 05:54:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bifigid3xupi': 2 differences found 2025/05/12 05:54:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bifigid3xupi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/12 05:54:30 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/12 05:54:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bifigid3xupi': 0 differences found 2025/05/12 05:54:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bifigid3xupi': 1 matching files 2025/05/12 05:54:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rakabof3soju" 2025/05/12 05:54:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 05:54:30 DEBUG : Creating backend with remote "TestDrive:crypt/2f352nbdce46rcsf6beb6lpfqg6h8m8rq23orpsc9m6793algm80" 2025/05/12 05:54:31 DEBUG : Creating backend with remote "/tmp/rclone3021444532" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rakabof3soju'", Local "Local file system at /tmp/rclone3021444532", Modify Window "1ms" 2025/05/12 05:54:34 DEBUG : HELLO, WORLD!: md5 = dcb791138540c7b04023e54afd6a1290 OK lower checkfile vs. upper remote (without normalization) 2025/05/12 05:54:34 ERROR : HELLO, WORLD!: sum not found 2025/05/12 05:54:34 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rakabof3soju' 2025/05/12 05:54:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rakabof3soju': 1 files missing 2025/05/12 05:54:34 NOTICE: 1 hashes missing 2025/05/12 05:54:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rakabof3soju': 2 differences found 2025/05/12 05:54:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rakabof3soju': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/12 05:54:36 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/12 05:54:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rakabof3soju': 0 differences found 2025/05/12 05:54:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rakabof3soju': 1 matching files 2025/05/12 05:54:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-baciput7xugo" 2025/05/12 05:54:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 05:54:36 DEBUG : Creating backend with remote "TestDrive:crypt/k0fsomonlnhe57267ums42chvhoqf564klh3e3n99sob2vbagl6g" 2025/05/12 05:54:37 DEBUG : Creating backend with remote "/tmp/rclone2366583611" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-baciput7xugo'", Local "Local file system at /tmp/rclone2366583611", Modify Window "1ms" 2025/05/12 05:54:39 DEBUG : HeLlO, wOrLd!: md5 = bfdcd473ab7ef718dbbc42d38be86ec4 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/12 05:54:39 ERROR : HeLlO, wOrLd!: sum not found 2025/05/12 05:54:39 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-baciput7xugo' 2025/05/12 05:54:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baciput7xugo': 1 files missing 2025/05/12 05:54:39 NOTICE: 1 hashes missing 2025/05/12 05:54:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baciput7xugo': 2 differences found 2025/05/12 05:54:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baciput7xugo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/12 05:54:40 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/12 05:54:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baciput7xugo': 0 differences found 2025/05/12 05:54:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baciput7xugo': 1 matching files 2025/05/12 05:54:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-salagis7life" 2025/05/12 05:54:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 05:54:40 DEBUG : Creating backend with remote "TestDrive:crypt/0hpe3lp1gc5c2tuve5vgor19v7pj2dj90lcdcnme3o3dlh48782g" 2025/05/12 05:54:41 DEBUG : Creating backend with remote "/tmp/rclone961629563" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-salagis7life'", Local "Local file system at /tmp/rclone961629563", Modify Window "1ms" 2025/05/12 05:54:43 DEBUG : HELLO, WORLD!: md5 = f220fe45d7ec976267303f11516d3cef OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/12 05:54:44 ERROR : HELLO, WORLD!: sum not found 2025/05/12 05:54:44 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-salagis7life' 2025/05/12 05:54:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-salagis7life': 1 files missing 2025/05/12 05:54:44 NOTICE: 1 hashes missing 2025/05/12 05:54:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-salagis7life': 2 differences found 2025/05/12 05:54:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-salagis7life': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/12 05:54:45 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/12 05:54:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-salagis7life': 0 differences found 2025/05/12 05:54:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-salagis7life': 1 matching files 2025/05/12 05:54:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tedafuh7nawa" 2025/05/12 05:54:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 05:54:45 DEBUG : Creating backend with remote "TestDrive:crypt/dk33k0vl31m7i1bvo19t80maa47kqfq03dq53mkp23mno33hojo0" 2025/05/12 05:54:46 DEBUG : Creating backend with remote "/tmp/rclone4279256433" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tedafuh7nawa'", Local "Local file system at /tmp/rclone4279256433", Modify Window "1ms" 2025/05/12 05:54:48 DEBUG : 測試_Русский___ě_áñ: md5 = 347dc0d26e878477704ffbf9f6648848 OK NFD checkfile vs. NFC remote (without normalization) 2025/05/12 05:54:48 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/12 05:54:48 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tedafuh7nawa' 2025/05/12 05:54:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tedafuh7nawa': 1 files missing 2025/05/12 05:54:48 NOTICE: 1 hashes missing 2025/05/12 05:54:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tedafuh7nawa': 2 differences found 2025/05/12 05:54:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tedafuh7nawa': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/12 05:54:49 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/12 05:54:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tedafuh7nawa': 0 differences found 2025/05/12 05:54:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tedafuh7nawa': 1 matching files 2025/05/12 05:54:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yibunom1macu" 2025/05/12 05:54:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 05:54:49 DEBUG : Creating backend with remote "TestDrive:crypt/8u6kegqj4u9e5pu8kjetcj3llvsrcrv6j267n12m0606irlkvogg" 2025/05/12 05:54:50 DEBUG : Creating backend with remote "/tmp/rclone4049585025" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yibunom1macu'", Local "Local file system at /tmp/rclone4049585025", Modify Window "1ms" 2025/05/12 05:54:53 DEBUG : 測試_Русский___ě_áñ: md5 = f9b94fbe2986453f79f7e346671bf5bb OK NFC checkfile vs. NFD remote (without normalization) 2025/05/12 05:54:53 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/12 05:54:53 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yibunom1macu' 2025/05/12 05:54:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yibunom1macu': 1 files missing 2025/05/12 05:54:53 NOTICE: 1 hashes missing 2025/05/12 05:54:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yibunom1macu': 2 differences found 2025/05/12 05:54:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yibunom1macu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/12 05:54:54 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/12 05:54:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yibunom1macu': 0 differences found 2025/05/12 05:54:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yibunom1macu': 1 matching files 2025/05/12 05:54:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vicexim8loke" 2025/05/12 05:54:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 05:54:54 DEBUG : Creating backend with remote "TestDrive:crypt/g2nhlenqoa9fhlsn8kqir0pkoqf2sm39jnh3isaakh0d72s58jb0" 2025/05/12 05:54:55 DEBUG : Creating backend with remote "/tmp/rclone254625903" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vicexim8loke'", Local "Local file system at /tmp/rclone254625903", Modify Window "1ms" 2025/05/12 05:54:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8a17dcc7de9f344fef65c75348eec113 OK NFDx2 checkfile vs. both remote (without normalization) 2025/05/12 05:54:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/12 05:54:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vicexim8loke' 2025/05/12 05:54:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vicexim8loke': 1 files missing 2025/05/12 05:54:58 NOTICE: 1 hashes missing 2025/05/12 05:54:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vicexim8loke': 2 differences found 2025/05/12 05:54:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vicexim8loke': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/12 05:54:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/12 05:54:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vicexim8loke': 0 differences found 2025/05/12 05:54:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vicexim8loke': 1 matching files 2025/05/12 05:54:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vagoduz5judi" 2025/05/12 05:54:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 05:54:59 DEBUG : Creating backend with remote "TestDrive:crypt/mtpuhn51kkth169mq05d6fdmk21ia191l739ekv3g37110s0h3c0" 2025/05/12 05:55:00 DEBUG : Creating backend with remote "/tmp/rclone2064490038" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vagoduz5judi'", Local "Local file system at /tmp/rclone2064490038", Modify Window "1ms" 2025/05/12 05:55:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7f30e189568da6465ffb649f112c9a12 OK NFCx2 checkfile vs. both remote (without normalization) 2025/05/12 05:55:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/12 05:55:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vagoduz5judi' 2025/05/12 05:55:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vagoduz5judi': 1 files missing 2025/05/12 05:55:03 NOTICE: 1 hashes missing 2025/05/12 05:55:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vagoduz5judi': 2 differences found 2025/05/12 05:55:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vagoduz5judi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/12 05:55:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/12 05:55:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vagoduz5judi': 0 differences found 2025/05/12 05:55:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vagoduz5judi': 1 matching files 2025/05/12 05:55:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tugamip4wera" 2025/05/12 05:55:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 05:55:04 DEBUG : Creating backend with remote "TestDrive:crypt/j6fap0r4f7aeg5eik2qfals9tbl4k3t5kmv4t3lqp3kmsc9c39fg" 2025/05/12 05:55:05 DEBUG : Creating backend with remote "/tmp/rclone3844891670" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tugamip4wera'", Local "Local file system at /tmp/rclone3844891670", Modify Window "1ms" 2025/05/12 05:55:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 9e580c3ec7a9553a1116354ec9e3d7c3 OK both checkfile vs. NFDx2 remote (without normalization) 2025/05/12 05:55:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/12 05:55:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tugamip4wera' 2025/05/12 05:55:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tugamip4wera': 1 files missing 2025/05/12 05:55:07 NOTICE: 1 hashes missing 2025/05/12 05:55:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tugamip4wera': 2 differences found 2025/05/12 05:55:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tugamip4wera': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/12 05:55:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/12 05:55:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tugamip4wera': 0 differences found 2025/05/12 05:55:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tugamip4wera': 1 matching files 2025/05/12 05:55:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mefayoj1suke" 2025/05/12 05:55:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 05:55:08 DEBUG : Creating backend with remote "TestDrive:crypt/l65bj7bv5t6pkmsegdmpd0ldkl53dvnkhpajckho8u5ska2rsrjg" 2025/05/12 05:55:09 DEBUG : Creating backend with remote "/tmp/rclone1294489921" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mefayoj1suke'", Local "Local file system at /tmp/rclone1294489921", Modify Window "1ms" 2025/05/12 05:55:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b2cd9adb8c6157465b52a677fb6b543a OK both checkfile vs. NFCx2 remote (without normalization) 2025/05/12 05:55:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/12 05:55:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mefayoj1suke' 2025/05/12 05:55:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mefayoj1suke': 1 files missing 2025/05/12 05:55:12 NOTICE: 1 hashes missing 2025/05/12 05:55:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mefayoj1suke': 2 differences found 2025/05/12 05:55:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mefayoj1suke': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/12 05:55:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/12 05:55:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mefayoj1suke': 0 differences found 2025/05/12 05:55:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mefayoj1suke': 1 matching files 2025/05/12 05:55:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mefayoj1suke': Purge remote 2025/05/12 05:55:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tugamip4wera': Purge remote 2025/05/12 05:55:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vagoduz5judi': Purge remote 2025/05/12 05:55:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vicexim8loke': Purge remote 2025/05/12 05:55:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yibunom1macu': Purge remote 2025/05/12 05:55:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tedafuh7nawa': Purge remote 2025/05/12 05:55:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-salagis7life': Purge remote 2025/05/12 05:55:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-baciput7xugo': Purge remote 2025/05/12 05:55:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rakabof3soju': Purge remote 2025/05/12 05:55:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bifigid3xupi': Purge remote --- PASS: TestApplyTransforms (53.05s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:55:18 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/12 05:55:20 DEBUG : sub/file2: md5 = 1e9456ee86f321541bbababa27f1973d OK 2025/05/12 05:55:20 INFO : file1: Copied (new) to: sub/file2 2025/05/12 05:55:21 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/12 05:55:21 DEBUG : file1: Unchanged skipping 2025/05/12 05:55:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': don't need to copy/move sub/file2, it is already at target location 2025/05/12 05:55:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.02s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.49s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:55:26 DEBUG : dst/file1: md5 = 6e1c2a1708c5c8654ac7fc163f262f6b OK 2025/05/12 05:55:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lukepiy3vuyi/backup" 2025/05/12 05:55:27 DEBUG : Creating backend with remote "TestDrive:crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340/1nrff024r7pq65ecp72fc28jb0" 2025/05/12 05:55:29 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/12 05:55:31 INFO : dst/file1: Moved (server-side) 2025/05/12 05:55:33 DEBUG : dst/file1: md5 = fd5247feb90724846954cee16790f306 OK 2025/05/12 05:55:33 INFO : dst/file1: Copied (new) 2025/05/12 05:55:35 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/12 05:55:36 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/12 05:55:37 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.99s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:55:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lukepiy3vuyi/dst" 2025/05/12 05:55:37 DEBUG : Creating backend with remote "TestDrive:crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/12 05:55:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lukepiy3vuyi/CompareDest" 2025/05/12 05:55:39 DEBUG : Creating backend with remote "TestDrive:crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340/gveqi14airsml4bgu7krj116o8" 2025/05/12 05:55:41 DEBUG : one: Need to transfer - File not found at Destination 2025/05/12 05:55:43 DEBUG : one: md5 = 1567e9bc574f3b85e50920b22124552e OK 2025/05/12 05:55:43 INFO : one: Copied (new) 2025/05/12 05:55:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/12 05:55:45 DEBUG : one: md5 = 6c5b483ab75bc1728c1dbab69fd8f1dc OK 2025/05/12 05:55:45 INFO : one: Copied (replaced existing) 2025/05/12 05:55:47 DEBUG : dst/one: md5 = 3469155410d58781f374dee3b4707b30 OK 2025/05/12 05:55:49 DEBUG : CompareDest/one: md5 = 75a0ef86a02db5602bcf15493c61b8ed OK 2025/05/12 05:55:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/12 05:55:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/12 05:55:51 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/12 05:55:52 DEBUG : CompareDest/two: md5 = abab51802dc3e2d2fcdfe4db85827831 OK 2025/05/12 05:55:53 DEBUG : two: Need to transfer - File not found at Destination 2025/05/12 05:55:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/12 05:55:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/12 05:55:54 DEBUG : two: Need to transfer - File not found at Destination 2025/05/12 05:55:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/12 05:55:55 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/12 05:55:56 DEBUG : two: Need to transfer - File not found at Destination 2025/05/12 05:55:56 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/12 05:55:57 DEBUG : two: md5 = ea02ae38db6664855e51cbe1d82196c6 OK 2025/05/12 05:55:57 INFO : two: Copied (new) 2025/05/12 05:56:01 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/12 05:56:01 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 05:56:01 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/12 05:56:01 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.68s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:56:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lukepiy3vuyi/dst" 2025/05/12 05:56:02 DEBUG : Creating backend with remote "TestDrive:crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/12 05:56:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lukepiy3vuyi/CopyDest" 2025/05/12 05:56:04 DEBUG : Creating backend with remote "TestDrive:crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340/d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/12 05:56:05 DEBUG : one: Need to transfer - File not found at Destination 2025/05/12 05:56:08 DEBUG : one: md5 = 6ff8d8094ce7384369b9eca0afe3afd1 OK 2025/05/12 05:56:08 INFO : one: Copied (new) 2025/05/12 05:56:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/12 05:56:10 DEBUG : one: md5 = e535fa23deb2906b36917b4fb561ba4d OK 2025/05/12 05:56:10 INFO : one: Copied (replaced existing) 2025/05/12 05:56:12 DEBUG : dst/one: md5 = b2b34d0d058478d82ef07f06606711bb OK 2025/05/12 05:56:14 DEBUG : CopyDest/one: md5 = 8eb05997954fd68d8f9e2bfb7183b122 OK 2025/05/12 05:56:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lukepiy3vuyi/BackupDir" 2025/05/12 05:56:15 DEBUG : Creating backend with remote "TestDrive:crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/12 05:56:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/12 05:56:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/12 05:56:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/12 05:56:19 INFO : one: Moved (server-side) 2025/05/12 05:56:20 INFO : one: Copied (server-side copy) 2025/05/12 05:56:20 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/12 05:56:22 DEBUG : CopyDest/two: md5 = c4ccc49c563764c601e780963a825c71 OK 2025/05/12 05:56:23 DEBUG : two: Need to transfer - File not found at Destination 2025/05/12 05:56:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/12 05:56:24 INFO : two: Copied (server-side copy) 2025/05/12 05:56:24 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/12 05:56:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/12 05:56:25 DEBUG : two: Unchanged skipping 2025/05/12 05:56:26 DEBUG : CopyDest/three: md5 = e0822ce420beecdd29718aa6f3220198 OK 2025/05/12 05:56:27 DEBUG : three: Need to transfer - File not found at Destination 2025/05/12 05:56:27 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/12 05:56:27 DEBUG : three: Destination not found in --copy-dest 2025/05/12 05:56:29 DEBUG : three: md5 = 74c3c5477d55904aaf7e7f670d349c02 OK 2025/05/12 05:56:29 INFO : three: Copied (new) 2025/05/12 05:56:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/12 05:56:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/12 05:56:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 05:56:34 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/12 05:56:34 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/12 05:56:34 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 05:56:35 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.46s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.42s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.42s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:56:37 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/12 05:56:39 DEBUG : TestCopyFileMaxTransfer/file1: md5 = e14dbbd19044adaefff5cc003c7e7b1e OK 2025/05/12 05:56:39 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/12 05:56:39 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/12 05:56:40 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/05/12 05:56:40 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/12 05:56:41 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/12 05:56:42 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 7d95fbba4962e8c60e118402a7502cd4 OK 2025/05/12 05:56:42 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/05/12 05:56:45 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/05/12 05:56:45 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.94s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:56:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Looking for duplicate names using skip mode. 2025/05/12 05:56:49 NOTICE: one: Found 2 files with duplicate names 2025/05/12 05:56:49 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.56s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:56:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Looking for duplicate names using skip mode. 2025/05/12 05:56:55 NOTICE: one: Found 3 files with duplicate names 2025/05/12 05:56:55 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/05/12 05:56:55 INFO : one: Deleted 2025/05/12 05:56:55 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.50s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:57:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Looking for duplicate names using first mode. 2025/05/12 05:57:01 NOTICE: one: Found 3 files with duplicate names 2025/05/12 05:57:01 INFO : one: Deleted 2025/05/12 05:57:02 INFO : one: Deleted 2025/05/12 05:57:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.20s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:57:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Looking for duplicate names using newest mode. 2025/05/12 05:57:07 NOTICE: one: Found 3 files with duplicate names 2025/05/12 05:57:07 INFO : one: Deleted 2025/05/12 05:57:08 INFO : one: Deleted 2025/05/12 05:57:08 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.02s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:57:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Looking for duplicate names using oldest mode. 2025/05/12 05:57:13 NOTICE: one: Found 3 files with duplicate names 2025/05/12 05:57:14 INFO : one: Deleted 2025/05/12 05:57:14 INFO : one: Deleted 2025/05/12 05:57:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.04s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:57:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Looking for duplicate names using largest mode. 2025/05/12 05:57:19 NOTICE: one: Found 3 files with duplicate names 2025/05/12 05:57:20 INFO : one: Deleted 2025/05/12 05:57:20 INFO : one: Deleted 2025/05/12 05:57:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.12s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:57:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Looking for duplicate names using smallest mode. 2025/05/12 05:57:25 NOTICE: one: Found 3 files with duplicate names 2025/05/12 05:57:26 INFO : one: Deleted 2025/05/12 05:57:26 INFO : one: Deleted 2025/05/12 05:57:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.00s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:57:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Looking for duplicate names using rename mode. 2025/05/12 05:57:33 NOTICE: one.txt: Found 3 files with duplicate names 2025/05/12 05:57:34 INFO : one-2.txt: renamed from: one.txt 2025/05/12 05:57:36 INFO : one-3.txt: renamed from: one.txt 2025/05/12 05:57:37 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.76s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:57:41 DEBUG : dupe1/one.txt: md5 = 66462b61884c48010ebd7eabcb3f25f2 OK 2025/05/12 05:57:44 DEBUG : dupe2/two.txt: md5 = a7577c139b4c8b9fedb7641085ad3604 OK 2025/05/12 05:57:46 DEBUG : dupe3/three.txt: md5 = 3f5fb840193e72f89ff88ce3e9562018 OK 2025/05/12 05:57:46 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/05/12 05:57:47 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/05/12 05:57:47 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/05/12 05:57:48 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/05/12 05:57:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/05/12 05:57:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/05/12 05:57:51 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.76s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:57:53 DEBUG : a.txt: md5 = 3e7c625968c77008c295833fbf38a2dc OK 2025/05/12 05:57:55 DEBUG : zend.txt: md5 = 36414b08755331bff98cd09621d1fa34 OK 2025/05/12 05:57:57 DEBUG : sub dir/hello world: md5 = c4b1658cb1d16fa0219bd0e3b8f33dd1 OK 2025/05/12 05:57:58 DEBUG : sub dir/hello world2: md5 = 6bd8a3699a41602e86effaf95cbdbd90 OK 2025/05/12 05:58:01 DEBUG : sub dir/ignore dir/.ignore: md5 = b26ecc5ded108b4027ba30f0b825222d OK 2025/05/12 05:58:02 DEBUG : sub dir/ignore dir/should be ignored: md5 = 00abcd552a5a7b05b1c1025abfd5907d OK 2025/05/12 05:58:04 DEBUG : sub dir/sub sub dir/hello world3: md5 = 06d833f47139d93fdf09beb17513b90f OK 2025/05/12 05:58:05 DEBUG : a.txt: Excluded (Size Filter) 2025/05/12 05:58:05 DEBUG : a.txt: Excluded 2025/05/12 05:58:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/12 05:58:05 DEBUG : sub dir/hello world2: Excluded 2025/05/12 05:58:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/12 05:58:05 DEBUG : sub dir/hello world: Excluded 2025/05/12 05:58:06 DEBUG : sub dir/ignore dir: Excluded 2025/05/12 05:58:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/12 05:58:06 DEBUG : sub dir/hello world2: Excluded 2025/05/12 05:58:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/12 05:58:06 DEBUG : sub dir/hello world: Excluded 2025/05/12 05:58:06 DEBUG : sub dir/ignore dir: Excluded 2025/05/12 05:58:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/12 05:58:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/12 05:58:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/12 05:58:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/12 05:58:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/12 05:58:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/05/12 05:58:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.28s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:58:15 DEBUG : a.txt: md5 = 556147ba5e7767c431b27020691c6f82 OK 2025/05/12 05:58:16 DEBUG : zend.txt: md5 = 7b9900a726926533e33391096c09492a OK 2025/05/12 05:58:18 DEBUG : sub dir/hello world: md5 = bb127f720bacbdb2cd3878436141744a OK 2025/05/12 05:58:19 DEBUG : sub dir/hello world2: md5 = 68899b90a1a6482a6d97ff77037f90f4 OK 2025/05/12 05:58:21 DEBUG : sub dir/ignore dir/.ignore: md5 = 12526007e5b16e7fffa68a7dd14cefed OK 2025/05/12 05:58:23 DEBUG : sub dir/ignore dir/should be ignored: md5 = 46d34b7f48a4d53fb1441dccb7506b4a OK 2025/05/12 05:58:25 DEBUG : sub dir/sub sub dir/hello world3: md5 = 53d05f2edb6b473d04806de0ac6dea6d OK 2025/05/12 05:58:26 DEBUG : a.txt: Excluded (Size Filter) 2025/05/12 05:58:26 DEBUG : a.txt: Excluded 2025/05/12 05:58:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/12 05:58:27 DEBUG : sub dir/hello world2: Excluded 2025/05/12 05:58:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/12 05:58:27 DEBUG : sub dir/hello world: Excluded 2025/05/12 05:58:28 DEBUG : sub dir/ignore dir: Excluded 2025/05/12 05:58:28 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/12 05:58:28 DEBUG : sub dir/hello world2: Excluded 2025/05/12 05:58:28 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/12 05:58:28 DEBUG : sub dir/hello world: Excluded 2025/05/12 05:58:28 DEBUG : sub dir/ignore dir: Excluded 2025/05/12 05:58:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/12 05:58:34 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/12 05:58:34 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/12 05:58:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/12 05:58:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/12 05:58:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/05/12 05:58:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.53s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:58:36 DEBUG : file1: md5 = 7e40b1d753c4bd740d820b20e4b432fa OK 2025/05/12 05:58:38 DEBUG : sub/file2: md5 = e23cc287dd9943e332fd885d5b34814b 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/05/12 05:58:41 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/05/12 05:58:42 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/05/12 05:58:42 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/05/12 05:58:43 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.24s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.29s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.21s) --- PASS: TestListJSON/ShowHash (0.22s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:58:45 DEBUG : file1: md5 = 17f91b347aa7524d02ba25e109a76813 OK 2025/05/12 05:58:47 DEBUG : sub/file2: md5 = 359b863901b08187b19fee8312915af6 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/05/12 05:58:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lukepiy3vuyi/notfound" 2025/05/12 05:58:51 DEBUG : Creating backend with remote "TestDrive:crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340/qe0i31qdkoejk60elps0ni5sqk" 2025/05/12 05:58:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.32s) --- PASS: TestStatJSON/Root (0.35s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.28s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.21s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.79s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:58:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Making directory 2025/05/12 05:58:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Making directory --- PASS: TestMkdir (0.64s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:58:58 DEBUG : sub dir/hello world: md5 = f95ce95e6aa28c653dd955062c909c13 OK 2025/05/12 05:59:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.62s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:59:02 DEBUG : potato2: md5 = 1f5d74c62c2576b027f838109c5020b3 OK 2025/05/12 05:59:04 DEBUG : empty space: md5 = 60715fe8b308dfe2f238d7cf8c1b4d5a OK --- PASS: TestLs (4.59s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:59:07 DEBUG : potato2: md5 = 804080d95f66098688a2cc1c0ecc7fa5 OK 2025/05/12 05:59:08 DEBUG : empty space: md5 = fa61dc01b0f86b5c5546dd8dd36130a6 OK 2025/05/12 05:59:08 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/12 05:59:08 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.60s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:59:11 DEBUG : potato2: md5 = 69772854384322961c51a10fe7fb5a21 OK 2025/05/12 05:59:12 DEBUG : empty space: md5 = e7c92fe904509f076912b5be634f280d OK --- PASS: TestLsLong (4.34s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:59:16 DEBUG : potato2: md5 = 04c119655688114630bddeecbe6354ca OK 2025/05/12 05:59:17 DEBUG : empty space: md5 = 074b7945e55631921d2c0accf0ff8511 OK --- PASS: TestHashSums (4.28s) === RUN TestHashSumsWithErrors 2025/05/12 05:59:19 DEBUG : Creating backend with remote ":memory:" 2025/05/12 05:59:19 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/12 05:59:19 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/12 05:59:19 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/12 05:59:19 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/12 05:59:19 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/12 05:59:19 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/12 05:59:19 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/12 05:59:19 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/12 05:59:19 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-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:59:20 DEBUG : potato2: md5 = 1c87893b883a7df2bc5c8d799ea59769 OK 2025/05/12 05:59:21 DEBUG : empty space: md5 = 81aa4b57fa9b1f01b9e3889d2b2a6cd8 OK 2025/05/12 05:59:24 DEBUG : sub dir/potato3: md5 = e5d350a9ab68f2e7f100aaa22b4c9704 OK 2025/05/12 05:59:27 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.72s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:59:29 DEBUG : small: md5 = 4b5d58bb0bb4041f7cddca5f25dca5cd OK 2025/05/12 05:59:30 DEBUG : medium: md5 = 30d49f205d77b065fd4037f63bb80336 OK 2025/05/12 05:59:32 DEBUG : large: md5 = ce935cb4c28aac62dc8c3ff8db731da8 OK 2025/05/12 05:59:32 DEBUG : Waiting for deletions to finish 2025/05/12 05:59:32 DEBUG : large: Excluded (Size Filter) 2025/05/12 05:59:33 INFO : medium: Deleted 2025/05/12 05:59:33 INFO : small: Deleted --- PASS: TestDelete (6.56s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:59:35 DEBUG : small: md5 = 8d8271036b9f43c3472b855432c920b9 OK 2025/05/12 05:59:37 DEBUG : medium: md5 = b965e0c4f0fb993377d4be4fbc5e6c49 OK 2025/05/12 05:59:38 DEBUG : large: md5 = 2ced95007b0cff35634c4c6f28e1e68b OK 2025/05/12 05:59:39 DEBUG : Waiting for deletions to finish 2025/05/12 05:59:39 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/05/12 05:59:39 INFO : small: Deleted 2025/05/12 05:59:39 INFO : medium: Deleted --- PASS: TestMaxDelete (7.26s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:59:42 DEBUG : small: md5 = 60dd0de708a7ba1df501d961ce7787ac OK 2025/05/12 05:59:44 DEBUG : medium: md5 = 10ba25178b630ded45460c8bd39277ca OK 2025/05/12 05:59:45 DEBUG : large: md5 = eb41e5bbf4df679e28dc5ca45761c1d1 OK 2025/05/12 05:59:46 DEBUG : Waiting for deletions to finish 2025/05/12 05:59:46 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/12 05:59:46 INFO : small: Deleted 2025/05/12 05:59:46 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.87s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:59:49 DEBUG : small: md5 = eaac31f7196ad912812e75b1d60087ef OK 2025/05/12 05:59:51 DEBUG : medium: md5 = 02d9a5ef8b8f5105ea71e593bda443c2 OK 2025/05/12 05:59:52 DEBUG : large: md5 = d199b78a0b9916ce13ccb835e4884d16 OK 2025/05/12 05:59:52 DEBUG : Waiting for deletions to finish 2025/05/12 05:59:53 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/12 05:59:53 INFO : small: Deleted 2025/05/12 05:59:53 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.74s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 05:59:56 DEBUG : ReadFile: md5 = f77b058896cbe2638433a070202ff2b1 OK --- PASS: TestReadFile (4.25s) === RUN TestRetry 2025/05/12 05:59:59 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/12 05:59:59 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/12 05:59:59 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/12 05:59:59 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/12 05:59:59 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/12 05:59:59 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/12 05:59:59 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-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:00:00 DEBUG : file1: md5 = d2efb8a1dbddf62cdeb2b30a613b29de OK 2025/05/12 06:00:01 DEBUG : file2: md5 = 57c4f3adf6a353f3090602f215c0d474 OK --- PASS: TestCat (18.64s) === RUN TestPurge 2025/05/12 06:00:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lefired2wase" 2025/05/12 06:00:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/12 06:00:18 DEBUG : Creating backend with remote "TestDrive:crypt/dcgbkrbphjst2cp2vuh25n4cq1m44l8ffpti5u7b870ji3gc348g" 2025/05/12 06:00:19 DEBUG : Creating backend with remote "/tmp/rclone866297438" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lefired2wase'", Local "Local file system at /tmp/rclone866297438", Modify Window "1ms" 2025/05/12 06:00:23 DEBUG : A1/B1/C1/one: md5 = c062c2d5fe6c66a44a792ca94550920e OK 2025/05/12 06:00:23 INFO : A2: Making directory 2025/05/12 06:00:24 INFO : A1/B2: Making directory 2025/05/12 06:00:25 INFO : A1/B2/C2: Making directory 2025/05/12 06:00:26 INFO : A1/B1/C3: Making directory 2025/05/12 06:00:27 INFO : A3: Making directory 2025/05/12 06:00:28 INFO : A3/B3: Making directory 2025/05/12 06:00:29 INFO : A3/B3/C4: Making directory 2025/05/12 06:00:31 DEBUG : A1/two: md5 = fd3807aabc642f15584afb577d16095e OK 2025/05/12 06:00:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lefired2wase': Purge remote 2025/05/12 06:00:35 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.90s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:00:38 DEBUG : A1/B1/C1/one: md5 = 824d231fc94ad4255852e4a1fabbcd0c OK 2025/05/12 06:00:38 INFO : A2: Making directory 2025/05/12 06:00:39 INFO : A1/B2: Making directory 2025/05/12 06:00:40 INFO : A1/B2/C2: Making directory 2025/05/12 06:00:40 INFO : A1/B1/C3: Making directory 2025/05/12 06:00:41 INFO : A3: Making directory 2025/05/12 06:00:42 INFO : A3/B3: Making directory 2025/05/12 06:00:43 INFO : A3/B3/C4: Making directory 2025/05/12 06:00:45 DEBUG : A1/two: md5 = c6376d1ebd797d6b8cec4691d19f85e2 OK 2025/05/12 06:00:46 DEBUG : removing 1 level 3 directories 2025/05/12 06:00:46 INFO : A3/B3/C4: Removing directory 2025/05/12 06:00:49 DEBUG : removing 2 level 3 directories 2025/05/12 06:00:49 INFO : A1/B2/C2: Removing directory 2025/05/12 06:00:49 INFO : A1/B1/C3: Removing directory 2025/05/12 06:00:49 DEBUG : removing 2 level 2 directories 2025/05/12 06:00:49 INFO : A3/B3: Removing directory 2025/05/12 06:00:49 INFO : A1/B2: Removing directory 2025/05/12 06:00:50 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/05/12 06:00:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/12 06:00:50 DEBUG : removing 2 level 1 directories 2025/05/12 06:00:50 INFO : A3: Removing directory 2025/05/12 06:00:50 INFO : A2: Removing directory 2025/05/12 06:00:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/05/12 06:00:54 DEBUG : removing 1 level 3 directories 2025/05/12 06:00:54 INFO : A1/B1/C1: Removing directory 2025/05/12 06:00:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:55 DEBUG : removing 1 level 2 directories 2025/05/12 06:00:55 INFO : A1/B1: Removing directory 2025/05/12 06:00:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/12 06:00:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/12 06:00:56 DEBUG : removing 1 level 1 directories 2025/05/12 06:00:56 INFO : A1: Removing directory 2025/05/12 06:00:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/12 06:00:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/12 06:00:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/12 06:00:56 DEBUG : removing 1 level 0 directories 2025/05/12 06:00:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Removing directory 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/12 06:00:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.42s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:00:59 INFO : A1: Making directory 2025/05/12 06:00:59 INFO : A1/B1: Making directory 2025/05/12 06:01:00 INFO : A1/B1/C1: Making directory 2025/05/12 06:01:03 DEBUG : removing 1 level 3 directories 2025/05/12 06:01:03 INFO : A1/B1/C1: Removing directory 2025/05/12 06:01:03 DEBUG : removing 1 level 2 directories 2025/05/12 06:01:03 INFO : A1/B1: Removing directory 2025/05/12 06:01:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/12 06:01:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.01s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:01:06 INFO : A1: Making directory 2025/05/12 06:01:07 INFO : A1/B1: Making directory 2025/05/12 06:01:08 INFO : A1/B1/C1: Making directory 2025/05/12 06:01:10 DEBUG : removing 1 level 3 directories 2025/05/12 06:01:10 INFO : A1/B1/C1: Removing directory 2025/05/12 06:01:11 DEBUG : removing 1 level 2 directories 2025/05/12 06:01:11 INFO : A1/B1: Removing directory 2025/05/12 06:01:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/12 06:01:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.50s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:01:15 DEBUG : file1: md5 = f8391ae48dfbe48e833c9136b58978b2 OK 2025/05/12 06:01:15 DEBUG : filename.txt: File name found in url 2025/05/12 06:01:17 DEBUG : filename.txt: md5 = 6ab579192b1ea1a8517260252ab27a14 OK 2025/05/12 06:01:17 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/05/12 06:01:18 DEBUG : headerfilename.txt: md5 = 1672e739f21d53e7dfa2ad136b851d1e OK 2025/05/12 06:01:20 DEBUG : file2: md5 = 8e5dbb2a2cf7cd6ba855303973c8c3fd OK --- PASS: TestCopyURL (8.86s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:01:23 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/12 06:01:25 DEBUG : sub/file2: md5 = a9047c0848a99384e9d2aacdda23a1ad OK 2025/05/12 06:01:25 INFO : file1: Copied (new) to: sub/file2 2025/05/12 06:01:25 INFO : file1: Deleted 2025/05/12 06:01:26 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/12 06:01:26 DEBUG : file1: Unchanged skipping 2025/05/12 06:01:26 INFO : file1: Deleted 2025/05/12 06:01:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': don't need to copy/move sub/file2, it is already at target location 2025/05/12 06:01:28 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.14s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:01:29 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/12 06:01:30 DEBUG : file1: md5 = 3e5669a92cf6108115aa5dfccbad4866 OK 2025/05/12 06:01:30 INFO : file1: Copied (new) 2025/05/12 06:01:30 INFO : file1: Deleted 2025/05/12 06:01:30 DEBUG : file1: Destination exists, skipping 2025/05/12 06:01:30 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.16s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.42s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.40s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:01:35 DEBUG : dst/file1: md5 = 7d984d7994509e7365b720531f7c191e OK 2025/05/12 06:01:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lukepiy3vuyi/backup" 2025/05/12 06:01:35 DEBUG : Creating backend with remote "TestDrive:crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340/1nrff024r7pq65ecp72fc28jb0" 2025/05/12 06:01:37 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/12 06:01:39 INFO : dst/file1: Moved (server-side) 2025/05/12 06:01:41 DEBUG : dst/file1: md5 = 8b10df7c3cb8828dca44332164e15a47 OK 2025/05/12 06:01:41 INFO : dst/file1: Copied (new) 2025/05/12 06:01:41 INFO : dst/file1: Deleted 2025/05/12 06:01:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/12 06:01:44 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/12 06:01:45 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.01s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:01:48 DEBUG : A1/one: md5 = 72af035ec422abea16400e6029bcaa06 OK 2025/05/12 06:01:49 DEBUG : A1/two: md5 = 4c88cea23609387ac58957f8e784c7f1 OK 2025/05/12 06:01:51 DEBUG : A1/B1/three: md5 = eb55526a91651846573cfba23f6c4ecc OK 2025/05/12 06:01:54 DEBUG : A1/B1/C1/four: md5 = 213f60d9baee1bea529ed245ecf849a3 OK 2025/05/12 06:01:56 DEBUG : A1/B1/C2/five: md5 = d73a86428fb0f185518c92d5dbeb99de OK 2025/05/12 06:01:56 INFO : A1/B2: Making directory 2025/05/12 06:01:56 INFO : A1/B1/C3: Making directory 2025/05/12 06:02:06 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/05/12 06:02:06 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/05/12 06:02:06 INFO : A2/one: Moved (server-side) to: A3/one 2025/05/12 06:02:06 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/05/12 06:02:06 INFO : A2/two: Moved (server-side) to: A3/two 2025/05/12 06:02:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/12 06:02:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/12 06:02:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/12 06:02:10 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/12 06:02:10 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/12 06:02:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/05/12 06:02:17 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/05/12 06:02:17 INFO : A3/two: Moved (server-side) to: A4/two 2025/05/12 06:02:17 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/05/12 06:02:17 INFO : A3/one: Moved (server-side) to: A4/one 2025/05/12 06:02:17 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/05/12 06:02:21 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/12 06:02:21 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/12 06:02:21 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/12 06:02:21 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/12 06:02:21 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/12 06:02:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/05/12 06:02:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/05/12 06:02:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/12 06:02:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/12 06:02:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/12 06:02:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/12 06:02:30 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/12 06:02:30 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/12 06:02:30 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/12 06:02:30 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.89s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" --- PASS: TestGetFsInfo (0.42s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:02:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': File to upload is small (34 bytes), uploading instead of streaming 2025/05/12 06:02:32 DEBUG : no_checksum_small_file_from_pipe: md5 = a9b914719d2005a2b20ac16c5cff88af OK 2025/05/12 06:02:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/05/12 06:02:32 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/12 06:02:33 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/05/12 06:02:34 DEBUG : no_checksum_big_file_from_pipe: md5 = 8259d3d132baf42a8e97308b2cd7d2fe OK 2025/05/12 06:02:34 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-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:02:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': File to upload is small (34 bytes), uploading instead of streaming 2025/05/12 06:02:37 DEBUG : with_checksum_small_file_from_pipe: md5 = aadf4a4ca4e0ef05df351d80ab1ea9b8 OK 2025/05/12 06:02:37 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/12 06:02:38 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/05/12 06:02:39 DEBUG : with_checksum_big_file_from_pipe: md5 = 201b7aa1416b9f6f1c17a9ad794cd859 OK 2025/05/12 06:02:39 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-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:02:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': File to upload is small (34 bytes), uploading instead of streaming 2025/05/12 06:02:42 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/12 06:02:43 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/12 06:02:44 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-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:02:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': File to upload is small (34 bytes), uploading instead of streaming 2025/05/12 06:02:47 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/12 06:02:48 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/12 06:02:48 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.57s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.91s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.91s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.97s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.78s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/05/12 06:02:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': File to upload is small (48 bytes), uploading instead of streaming 2025/05/12 06:02:52 DEBUG : rcat_metadata: md5 = df7b3636d39cea4bf1990a42756fb5e7 OK 2025/05/12 06:02:52 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/05/12 06:02:54 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/05/12 06:02:55 DEBUG : rcat_metadata_uploadcutoff0: md5 = 084e99339e6ba108ce2bc3597d824cb2 OK 2025/05/12 06:02:55 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.68s) --- PASS: TestRcatMetadata/Normal (2.55s) --- PASS: TestRcatMetadata/ViaDisk (2.69s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:02:57 DEBUG : potato1: md5 = 7837402cfb8600470086f7818e0fff9f OK 2025/05/12 06:02:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': File to upload is small (60 bytes), uploading instead of streaming 2025/05/12 06:02:59 DEBUG : potato2: md5 = a110f10881436ade2b5e3c74a627d4b1 OK 2025/05/12 06:02:59 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.25s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:03:02 DEBUG : potato1: md5 = a189cc71129f68b581dd9012f8db88ea OK 2025/05/12 06:03:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': File to upload is small (60 bytes), uploading instead of streaming 2025/05/12 06:03:03 DEBUG : potato2: md5 = 42d3069b0ec854cd5043a17e5ae23eb4 OK 2025/05/12 06:03:03 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.94s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:03:06 DEBUG : potato2: md5 = cb29c2f27b017a6d33c827219551553f OK 2025/05/12 06:03:08 DEBUG : empty space: md5 = 0fd8baa1bbf5c3811c6d5b2ce21439de OK 2025/05/12 06:03:10 DEBUG : sub dir/potato3: md5 = 836a641a54ec109cfa548e37ba7e55ee OK 2025/05/12 06:03:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Touching "sub dir/potato3" 2025/05/12 06:03:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Touching "empty space" 2025/05/12 06:03:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Touching "potato2" 2025/05/12 06:03:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.59s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:03:15 DEBUG : dir with metadata: Making directory with metadata 2025/05/12 06:03:15 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.25s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:03:17 DEBUG : directory with modtime: Making directory with metadata 2025/05/12 06:03:18 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.30s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:03:19 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/12 06:03:19 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/12 06:03:20 DEBUG : Google drive root 'crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340': Skipping btime metadata as can't update it on an existing file: 2025-05-12T06:03:19.797025116Z 2025/05/12 06:03:20 INFO : non existent directory: Updated directory metadata 2025/05/12 06:03:22 DEBUG : Google drive root 'crypt/39ru377fr79i0rsn2od5nagnjjf87ifstg3iokaa82h3itep4340': Skipping btime metadata as can't update it on an existing file: 2025-05-12T06:03:19.797025116Z 2025/05/12 06:03:23 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.83s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:03:24 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/05/12 06:03:26 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/05/12 06:03:27 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.06s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:03:28 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/12 06:03:28 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/12 06:03:28 DEBUG : dst: Making directory with metadata 2025/05/12 06:03:29 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/12 06:03:29 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/12 06:03:29 INFO : dst: Set directory modification time (using SetModTime) 2025/05/12 06:03:30 INFO : dst: Set directory modification time (using SetModTime) 2025/05/12 06:03:30 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/05/12 06:03:30 INFO : dst: Set directory modification time (using SetModTime) 2025/05/12 06:03:30 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.58s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi'", Local "Local file system at /tmp/rclone1842802095", Modify Window "1ms" 2025/05/12 06:03:34 DEBUG : sub dir/test remove existing: md5 = c53304cd3242eebf8aa9a5115c7b38e6 OK 2025/05/12 06:03:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 806135d8dd5e70cc9219c3576867c039 OK 2025/05/12 06:03:37 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.gacojux2" before starting 2025/05/12 06:03:38 DEBUG : sub dir/test remove existing.gacojux2: TEST: removing renamed existing file after operation 2025/05/12 06:03:39 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kuvuyiy6" before starting 2025/05/12 06:03:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kuvuyiy6: TEST: renaming existing back after failed operation 2025/05/12 06:03:41 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.behuzig1" before starting 2025/05/12 06:03:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.behuzig1: TEST: removing renamed existing file after operation 2025/05/12 06:03:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "pngvoossokjkr44cup5k9p11433ajphssh8rsouclrjf706g2qbplpvi472l2k6hbqdq3jcgk870pe6b76dur99m92cjrg4flt2lk0elia8tudffi0je6282a9vuvti36mouj3estoci1amf6qjehbf5cdajb09afsqtqrsfj7is7ff7eab0" 2025/05/12 06:03:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9drceav4nlqu1psn3skver2b3e6l6fqifldh97sg59jg199jncjg" --- PASS: TestRemoveExisting (12.98s) === 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/05/12 06:03:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lukepiy3vuyi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m49.315497693s (try 1/5)