"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/08/06 21:57:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-defoguw0zoge" 2025/08/06 21:57:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 21:57:28 DEBUG : Creating backend with remote "TestDrive:crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0" 2025/08/06 21:57:29 DEBUG : Creating backend with remote "/tmp/rclone1389451276" === 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-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/06 21:57:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/06 21:57:29 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/06 21:57:29 DEBUG : potato: Seek from 10 to 0 2025/08/06 21:57:29 DEBUG : potato: Seek from 10 to 0 2025/08/06 21:57:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/06 21:57:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/06 21:57:29 DEBUG : potato: Seek from 5 to 2 2025/08/06 21:57:29 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/06 21:57:29 DEBUG : potato: Seek from 7 to 0 2025/08/06 21:57:29 DEBUG : potato: Seek from 7 to 0 2025/08/06 21:57:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/06 21:57:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/06 21:57:29 DEBUG : potato: Seek from 5 to 2 2025/08/06 21:57:29 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/06 21:57:29 DEBUG : potato: Seek from 8 to 0 2025/08/06 21:57:29 DEBUG : potato: Seek from 8 to 0 2025/08/06 21:57:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/06 21:57:29 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/06 21:57:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/06 21:57:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/06 21:57:29 DEBUG : potato: Seek from 5 to 2 2025/08/06 21:57:29 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/06 21:57:29 DEBUG : potato: Seek from 9 to 0 2025/08/06 21:57:29 DEBUG : potato: Seek from 9 to 0 2025/08/06 21:57:29 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-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 21:57:31 DEBUG : rutabaga: md5 = a03f9dca5e6e16a887925e58c44c6133 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/06 21:57:34 DEBUG : empty space: md5 = fc039376d918f71e303f09cbac37f02f OK === RUN TestCheck/3 2025/08/06 21:57:36 DEBUG : potato2: md5 = c2d91941401c213efe9e0adadd0bf8c6 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/06 21:57:38 DEBUG : remotepotato: md5 = 6b4deecc6941d38ed94afb8c900713b3 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.95s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/08/06 21:57:41 DEBUG : Creating backend with remote "nonexistent" 2025/08/06 21:57:41 DEBUG : Creating backend with remote "nonexistent" 2025/08/06 21:57:41 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/06 21:57:41 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/08/06 21:57:41 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/06 21:57:41 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-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 21:57:43 DEBUG : rutabaga: md5 = bb46e9f26ef40ad0e2df730116307e02 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/06 21:57:47 DEBUG : empty space: md5 = 05c760a56f08b8c26d474a5da96d8b62 OK === RUN TestCheckDownload/3 2025/08/06 21:57:49 DEBUG : potato2: md5 = 3c1263287f444ac756ff71500f117c7c OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/06 21:57:53 DEBUG : remotepotato: md5 = f880e2692815f936946a47127b0f578a OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.40s) --- PASS: TestCheckDownload/1 (1.03s) --- PASS: TestCheckDownload/2 (1.14s) --- PASS: TestCheckDownload/3 (0.98s) --- PASS: TestCheckDownload/4 (1.17s) --- PASS: TestCheckDownload/5 (0.94s) --- PASS: TestCheckDownload/6 (1.01s) --- PASS: TestCheckDownload/7 (0.89s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 21:57:59 DEBUG : rutabaga: md5 = d1495cf1efb9a22ecf72442c31036bcd OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/06 21:58:01 DEBUG : empty space: md5 = 802cb45d1dea472eb3bd7b84abaef644 OK === RUN TestCheckSizeOnly/3 2025/08/06 21:58:03 DEBUG : potato2: md5 = 382c7b21ea170afe1adf19558ea47e4c OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/06 21:58:06 DEBUG : remotepotato: md5 = a78bf272d439cf29f2b20107b28aa42c OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.26s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.30s) --- PASS: TestCheckSizeOnly/3 (0.32s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.27s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 21:58:10 DEBUG : test.sum: md5 = 369e3a2b369dedbd9b31235a6df2aeec OK 2025/08/06 21:58:11 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/06 21:58:11 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/06 21:58:11 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/06 21:58:11 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/06 21:58:13 DEBUG : test.sum: md5 = bc8f01e36bd3749adfc4bbc18efcc68b OK 2025/08/06 21:58:14 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/06 21:58:14 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/06 21:58:14 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/06 21:58:14 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.92s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 21:58:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-defoguw0zoge/data" 2025/08/06 21:58:15 DEBUG : Creating backend with remote "TestDrive:crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge/data' lacks md5, skipping --- SKIP: TestCheckSum (2.08s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 21:58:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-defoguw0zoge/data" 2025/08/06 21:58:17 DEBUG : Creating backend with remote "TestDrive:crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0/vjrnln8ratgmqakfosrqe8espk" 2025/08/06 21:58:21 DEBUG : data/banana: md5 = 70ad3692f8d3deb648009217071adf04 OK 2025/08/06 21:58:22 DEBUG : test.sum: md5 = e16f619f9c44fb46487b20f62642ede5 OK === RUN TestCheckSumDownload/subtest1 2025/08/06 21:58:26 DEBUG : data/potato: md5 = 545918f0a916e905b819dc68bd40eab5 OK 2025/08/06 21:58:28 DEBUG : test.sum: md5 = 2877f9bc472f8387813c49d6fbf30aac OK === RUN TestCheckSumDownload/subtest2 2025/08/06 21:58:33 DEBUG : test.sum: md5 = 99027566fba0bd247bb0f58bcffcca51 OK === RUN TestCheckSumDownload/subtest3 2025/08/06 21:58:37 DEBUG : test.sum: md5 = d91628d805d64c195c997b9f251c7591 OK === RUN TestCheckSumDownload/subtest4 2025/08/06 21:58:41 DEBUG : test.sum: md5 = 91589eaca7a5c226d23748b9bb01f4bd OK === RUN TestCheckSumDownload/subtest5 2025/08/06 21:58:45 DEBUG : test.sum: md5 = d7181346a0906b8d311ade9c092ffd01 OK === RUN TestCheckSumDownload/subtest6 2025/08/06 21:58:50 DEBUG : data/banana: md5 = cf0b86cc58b1a5894ebaf45f43e8ef50 OK 2025/08/06 21:58:51 DEBUG : data/potato: md5 = 112f8450fd8233b4813cb89efb29d6d9 OK 2025/08/06 21:58:53 DEBUG : test.sum: md5 = 43111e69213876447aaca00b109c86d8 OK === RUN TestCheckSumDownload/subtest7 2025/08/06 21:58:58 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/08/06 21:58:58 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (41.42s) --- PASS: TestCheckSumDownload/subtest1 (2.36s) --- PASS: TestCheckSumDownload/subtest2 (2.74s) --- PASS: TestCheckSumDownload/subtest3 (2.20s) --- PASS: TestCheckSumDownload/subtest4 (2.10s) --- PASS: TestCheckSumDownload/subtest5 (1.95s) --- PASS: TestCheckSumDownload/subtest6 (2.15s) --- PASS: TestCheckSumDownload/subtest7 (2.48s) === RUN TestApplyTransforms 2025/08/06 21:58:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lijizig9vuhe" 2025/08/06 21:58:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 21:58:58 DEBUG : Creating backend with remote "TestDrive:crypt/vchh2qcvs6j3djh0n532gcm92t0u3jb4vtvcosrlhnna2ejfn5kg" 2025/08/06 21:58:59 DEBUG : Creating backend with remote "/tmp/rclone4050358884" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lijizig9vuhe'", Local "Local file system at /tmp/rclone4050358884", Modify Window "1ms" 2025/08/06 21:59:02 DEBUG : hello, world!: md5 = f2015bafa4375a72b19f8cbcb69c1615 OK upper checkfile vs. lower remote (without normalization) 2025/08/06 21:59:02 ERROR : hello, world!: sum not found 2025/08/06 21:59:02 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lijizig9vuhe' 2025/08/06 21:59:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lijizig9vuhe': 1 files missing 2025/08/06 21:59:02 NOTICE: 1 hashes missing 2025/08/06 21:59:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lijizig9vuhe': 1 differences found 2025/08/06 21:59:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lijizig9vuhe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/06 21:59:03 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 21:59:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lijizig9vuhe': 0 differences found 2025/08/06 21:59:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lijizig9vuhe': 1 matching files 2025/08/06 21:59:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-colihup2jena" 2025/08/06 21:59:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 21:59:03 DEBUG : Creating backend with remote "TestDrive:crypt/6r80cl1q8qmntht9ohn3rklem8u8h9ntipb03oos2ufv9o1b8ot0" 2025/08/06 21:59:04 DEBUG : Creating backend with remote "/tmp/rclone4291457451" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-colihup2jena'", Local "Local file system at /tmp/rclone4291457451", Modify Window "1ms" 2025/08/06 21:59:07 DEBUG : HELLO, WORLD!: md5 = e22a750c933e80ef7c34587d483a37e2 OK lower checkfile vs. upper remote (without normalization) 2025/08/06 21:59:07 ERROR : HELLO, WORLD!: sum not found 2025/08/06 21:59:07 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-colihup2jena' 2025/08/06 21:59:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-colihup2jena': 1 files missing 2025/08/06 21:59:07 NOTICE: 1 hashes missing 2025/08/06 21:59:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-colihup2jena': 1 differences found 2025/08/06 21:59:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-colihup2jena': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/06 21:59:08 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 21:59:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-colihup2jena': 0 differences found 2025/08/06 21:59:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-colihup2jena': 1 matching files 2025/08/06 21:59:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vepawom2nomu" 2025/08/06 21:59:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 21:59:08 DEBUG : Creating backend with remote "TestDrive:crypt/l9lklhk55dskhlqqslvngo2dm1mdtfaeaehrdkhq6ouaudtcns4g" 2025/08/06 21:59:09 DEBUG : Creating backend with remote "/tmp/rclone3292239315" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vepawom2nomu'", Local "Local file system at /tmp/rclone3292239315", Modify Window "1ms" 2025/08/06 21:59:15 DEBUG : HeLlO, wOrLd!: md5 = eef2cbda607fb59e67a91f22571f4fb1 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/06 21:59:15 ERROR : HeLlO, wOrLd!: sum not found 2025/08/06 21:59:15 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vepawom2nomu' 2025/08/06 21:59:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vepawom2nomu': 1 files missing 2025/08/06 21:59:15 NOTICE: 1 hashes missing 2025/08/06 21:59:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vepawom2nomu': 1 differences found 2025/08/06 21:59:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vepawom2nomu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/06 21:59:16 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 21:59:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vepawom2nomu': 0 differences found 2025/08/06 21:59:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vepawom2nomu': 1 matching files 2025/08/06 21:59:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xoqabem8gimu" 2025/08/06 21:59:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 21:59:17 DEBUG : Creating backend with remote "TestDrive:crypt/2jbfngoje6oq9pkpe1enn8b2f1u7rd2u5t2u93p7bg4859j26n10" 2025/08/06 21:59:17 DEBUG : Creating backend with remote "/tmp/rclone2179466298" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xoqabem8gimu'", Local "Local file system at /tmp/rclone2179466298", Modify Window "1ms" 2025/08/06 21:59:20 DEBUG : HELLO, WORLD!: md5 = 083c70ef1712341bc387f7b35267abda OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/06 21:59:21 ERROR : HELLO, WORLD!: sum not found 2025/08/06 21:59:21 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xoqabem8gimu' 2025/08/06 21:59:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xoqabem8gimu': 1 files missing 2025/08/06 21:59:21 NOTICE: 1 hashes missing 2025/08/06 21:59:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xoqabem8gimu': 1 differences found 2025/08/06 21:59:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xoqabem8gimu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/06 21:59:22 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 21:59:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xoqabem8gimu': 0 differences found 2025/08/06 21:59:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xoqabem8gimu': 1 matching files 2025/08/06 21:59:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rozobos8ceze" 2025/08/06 21:59:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 21:59:22 DEBUG : Creating backend with remote "TestDrive:crypt/v9hoaketrhs3nibrllkmagv99cpblp5h265220bdrkvvrersof1g" 2025/08/06 21:59:23 DEBUG : Creating backend with remote "/tmp/rclone508058418" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rozobos8ceze'", Local "Local file system at /tmp/rclone508058418", Modify Window "1ms" 2025/08/06 21:59:25 DEBUG : 測試_Русский___ě_áñ: md5 = fbe13a0900504ea92ad004f0e7459c4c OK NFD checkfile vs. NFC remote (without normalization) 2025/08/06 21:59:25 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/06 21:59:25 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rozobos8ceze' 2025/08/06 21:59:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rozobos8ceze': 1 files missing 2025/08/06 21:59:25 NOTICE: 1 hashes missing 2025/08/06 21:59:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rozobos8ceze': 1 differences found 2025/08/06 21:59:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rozobos8ceze': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/06 21:59:26 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 21:59:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rozobos8ceze': 0 differences found 2025/08/06 21:59:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rozobos8ceze': 1 matching files 2025/08/06 21:59:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cowexex6xubo" 2025/08/06 21:59:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 21:59:26 DEBUG : Creating backend with remote "TestDrive:crypt/8ls9hvmv7411rsu9rclcq8fj29c7dkirmun1bp8lo28o82sf8png" 2025/08/06 21:59:27 DEBUG : Creating backend with remote "/tmp/rclone312190151" 2025/08/06 21:59:27 DEBUG : Config file has changed externally - reloading run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cowexex6xubo'", Local "Local file system at /tmp/rclone312190151", Modify Window "1ms" 2025/08/06 21:59:30 DEBUG : 測試_Русский___ě_áñ: md5 = b7bd27735749afb44faafe5d15cd2754 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/06 21:59:30 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/06 21:59:30 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cowexex6xubo' 2025/08/06 21:59:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cowexex6xubo': 1 files missing 2025/08/06 21:59:30 NOTICE: 1 hashes missing 2025/08/06 21:59:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cowexex6xubo': 1 differences found 2025/08/06 21:59:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cowexex6xubo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/06 21:59:32 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 21:59:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cowexex6xubo': 0 differences found 2025/08/06 21:59:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cowexex6xubo': 1 matching files 2025/08/06 21:59:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lepalof6bosa" 2025/08/06 21:59:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 21:59:32 DEBUG : Creating backend with remote "TestDrive:crypt/3vehlip6cjiv8kq65dadvd8af28vivuaas8870q416hkc3fho4n0" 2025/08/06 21:59:33 DEBUG : Creating backend with remote "/tmp/rclone2319117179" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lepalof6bosa'", Local "Local file system at /tmp/rclone2319117179", Modify Window "1ms" 2025/08/06 21:59:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1a6c27e1941703b1ec55ee061df410cd OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/06 21:59:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/06 21:59:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lepalof6bosa' 2025/08/06 21:59:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lepalof6bosa': 1 files missing 2025/08/06 21:59:36 NOTICE: 1 hashes missing 2025/08/06 21:59:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lepalof6bosa': 1 differences found 2025/08/06 21:59:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lepalof6bosa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/06 21:59:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 21:59:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lepalof6bosa': 0 differences found 2025/08/06 21:59:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lepalof6bosa': 1 matching files 2025/08/06 21:59:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-galagaf4lude" 2025/08/06 21:59:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 21:59:37 DEBUG : Creating backend with remote "TestDrive:crypt/7p5vbb2sl76sneauh05r0nkdfq2iorimvhap47drveuqjrr7c18g" 2025/08/06 21:59:38 DEBUG : Creating backend with remote "/tmp/rclone962986260" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-galagaf4lude'", Local "Local file system at /tmp/rclone962986260", Modify Window "1ms" 2025/08/06 21:59:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a27a136119529cbf1ee493acd0288e6e OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/06 21:59:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/06 21:59:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-galagaf4lude' 2025/08/06 21:59:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-galagaf4lude': 1 files missing 2025/08/06 21:59:40 NOTICE: 1 hashes missing 2025/08/06 21:59:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-galagaf4lude': 1 differences found 2025/08/06 21:59:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-galagaf4lude': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/06 21:59:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 21:59:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-galagaf4lude': 0 differences found 2025/08/06 21:59:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-galagaf4lude': 1 matching files 2025/08/06 21:59:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-moceteh8zimu" 2025/08/06 21:59:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 21:59:42 DEBUG : Creating backend with remote "TestDrive:crypt/18mf8rcq71c9kmuvupstlt5tgov6usmn7t5te45jimk3svv354pg" 2025/08/06 21:59:43 DEBUG : Creating backend with remote "/tmp/rclone3844279120" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-moceteh8zimu'", Local "Local file system at /tmp/rclone3844279120", Modify Window "1ms" 2025/08/06 21:59:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1207e01a929502e03271872d53103f38 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/06 21:59:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/06 21:59:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-moceteh8zimu' 2025/08/06 21:59:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moceteh8zimu': 1 files missing 2025/08/06 21:59:45 NOTICE: 1 hashes missing 2025/08/06 21:59:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moceteh8zimu': 1 differences found 2025/08/06 21:59:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moceteh8zimu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/06 21:59:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 21:59:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moceteh8zimu': 0 differences found 2025/08/06 21:59:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moceteh8zimu': 1 matching files 2025/08/06 21:59:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rafukek5xife" 2025/08/06 21:59:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 21:59:47 DEBUG : Creating backend with remote "TestDrive:crypt/umlda9pmg33aukdjs6gucdoeeklbnkp0onhkk7e6htq49ve94g50" 2025/08/06 21:59:48 DEBUG : Creating backend with remote "/tmp/rclone2542446349" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rafukek5xife'", Local "Local file system at /tmp/rclone2542446349", Modify Window "1ms" 2025/08/06 21:59:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b345c59c75a9dfdc3194df51ca9dfbce OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/06 21:59:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/06 21:59:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rafukek5xife' 2025/08/06 21:59:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rafukek5xife': 1 files missing 2025/08/06 21:59:50 NOTICE: 1 hashes missing 2025/08/06 21:59:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rafukek5xife': 1 differences found 2025/08/06 21:59:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rafukek5xife': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/06 21:59:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/06 21:59:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rafukek5xife': 0 differences found 2025/08/06 21:59:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rafukek5xife': 1 matching files 2025/08/06 21:59:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rafukek5xife': Purge remote 2025/08/06 21:59:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-moceteh8zimu': Purge remote 2025/08/06 21:59:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-galagaf4lude': Purge remote 2025/08/06 21:59:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lepalof6bosa': Purge remote 2025/08/06 21:59:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cowexex6xubo': Purge remote 2025/08/06 21:59:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rozobos8ceze': Purge remote 2025/08/06 21:59:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xoqabem8gimu': Purge remote 2025/08/06 21:59:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vepawom2nomu': Purge remote 2025/08/06 21:59:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-colihup2jena': Purge remote 2025/08/06 21:59:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lijizig9vuhe': Purge remote --- PASS: TestApplyTransforms (57.99s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 21:59:57 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/06 21:59:59 DEBUG : sub/file2: md5 = 7299348aaf5089579628b59e46c28fa3 OK 2025/08/06 21:59:59 INFO : file1: Copied (new) to: sub/file2 2025/08/06 22:00:00 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/06 22:00:00 DEBUG : file1: Unchanged skipping 2025/08/06 22:00:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': don't need to copy/move sub/file2, it is already at target location 2025/08/06 22:00:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.09s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:00:05 DEBUG : dst/file1: md5 = 60522872bd57287f6aa33e66226e0341 OK 2025/08/06 22:00:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-defoguw0zoge/backup" 2025/08/06 22:00:06 DEBUG : Creating backend with remote "TestDrive:crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0/1nrff024r7pq65ecp72fc28jb0" 2025/08/06 22:00:07 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/06 22:00:10 INFO : dst/file1: Moved (server-side) 2025/08/06 22:00:11 DEBUG : dst/file1: md5 = e49a3b15d78bad9e54085727c68ec464 OK 2025/08/06 22:00:11 INFO : dst/file1: Copied (new) 2025/08/06 22:00:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 22:00:15 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 22:00:15 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.29s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:00:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-defoguw0zoge/dst" 2025/08/06 22:00:16 DEBUG : Creating backend with remote "TestDrive:crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/06 22:00:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-defoguw0zoge/CompareDest" 2025/08/06 22:00:18 DEBUG : Creating backend with remote "TestDrive:crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0/gveqi14airsml4bgu7krj116o8" 2025/08/06 22:00:20 DEBUG : one: Need to transfer - File not found at Destination 2025/08/06 22:00:22 DEBUG : one: md5 = 64c9f31db51529d2ff268d25f2190ce6 OK 2025/08/06 22:00:22 INFO : one: Copied (new) 2025/08/06 22:00:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/06 22:00:25 DEBUG : one: md5 = c7654febed5b1d8fca1f69fab1fbc8a3 OK 2025/08/06 22:00:25 INFO : one: Copied (replaced existing) 2025/08/06 22:00:27 DEBUG : dst/one: md5 = aaf64f945e3224f56035d0da84dd8dd4 OK 2025/08/06 22:00:29 DEBUG : CompareDest/one: md5 = a1373776c5b676864d27fcb77522c321 OK 2025/08/06 22:00:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/06 22:00:31 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 22:00:31 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/06 22:00:33 DEBUG : CompareDest/two: md5 = 6ccbf34b2575120dbdc6cfb2993461d4 OK 2025/08/06 22:00:33 DEBUG : two: Need to transfer - File not found at Destination 2025/08/06 22:00:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 22:00:34 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/06 22:00:35 DEBUG : two: Need to transfer - File not found at Destination 2025/08/06 22:00:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 22:00:35 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/06 22:00:36 DEBUG : two: Need to transfer - File not found at Destination 2025/08/06 22:00:36 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/06 22:00:38 DEBUG : two: md5 = 48dc688dfa3715d6648e14863597d010 OK 2025/08/06 22:00:38 INFO : two: Copied (new) 2025/08/06 22:00:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/06 22:00:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:00:42 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/06 22:00:42 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (26.79s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:00:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-defoguw0zoge/dst" 2025/08/06 22:00:43 DEBUG : Creating backend with remote "TestDrive:crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/06 22:00:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-defoguw0zoge/CopyDest" 2025/08/06 22:00:45 DEBUG : Creating backend with remote "TestDrive:crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/06 22:00:46 DEBUG : one: Need to transfer - File not found at Destination 2025/08/06 22:00:49 DEBUG : one: md5 = 159a85592f8729d4171f6ab78c192259 OK 2025/08/06 22:00:49 INFO : one: Copied (new) 2025/08/06 22:00:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/06 22:00:51 DEBUG : one: md5 = 5de7fa881bed62d0b121c2025139c387 OK 2025/08/06 22:00:51 INFO : one: Copied (replaced existing) 2025/08/06 22:00:53 DEBUG : dst/one: md5 = c52451a72ca67ca2dc97b3b439619c2d OK 2025/08/06 22:00:56 DEBUG : CopyDest/one: md5 = 3960eb834b9d26069fc6f7b0a6881604 OK 2025/08/06 22:00:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-defoguw0zoge/BackupDir" 2025/08/06 22:00:57 DEBUG : Creating backend with remote "TestDrive:crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/06 22:00:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/06 22:00:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 22:00:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/06 22:01:00 INFO : one: Moved (server-side) 2025/08/06 22:01:01 INFO : one: Copied (server-side copy) 2025/08/06 22:01:01 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/06 22:01:03 DEBUG : CopyDest/two: md5 = f356718e966dac387aa7a8b66df606fe OK 2025/08/06 22:01:04 DEBUG : two: Need to transfer - File not found at Destination 2025/08/06 22:01:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 22:01:06 INFO : two: Copied (server-side copy) 2025/08/06 22:01:06 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/06 22:01:06 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/06 22:01:06 DEBUG : two: Unchanged skipping 2025/08/06 22:01:09 DEBUG : CopyDest/three: md5 = 8d2a3f01c0c6146697c2eae80341aa79 OK 2025/08/06 22:01:09 DEBUG : three: Need to transfer - File not found at Destination 2025/08/06 22:01:10 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/06 22:01:10 DEBUG : three: Destination not found in --copy-dest 2025/08/06 22:01:11 DEBUG : three: md5 = 41c4119914d7afd6ae1c9efddb2984a9 OK 2025/08/06 22:01:11 INFO : three: Copied (new) 2025/08/06 22:01:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/06 22:01:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/06 22:01:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:01:17 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:01:17 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/06 22:01:17 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/06 22:01:18 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (35.29s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.55s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:01:19 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/06 22:01:22 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 7772f0984201d207fa3e467f415dd883 OK 2025/08/06 22:01:22 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/06 22:01:22 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/06 22:01:23 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/06 22:01:23 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/06 22:01:24 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/06 22:01:26 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 7301fd4eab35779310c78c3aac52bc0d OK 2025/08/06 22:01:26 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/06 22:01:28 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/06 22:01:28 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.61s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:01:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Looking for duplicate names using skip mode. 2025/08/06 22:01:33 NOTICE: one: Found 2 files with duplicate names 2025/08/06 22:01:33 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.93s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:01:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Looking for duplicate names using skip mode. 2025/08/06 22:01:39 NOTICE: one: Found 3 files with duplicate names 2025/08/06 22:01:39 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/06 22:01:39 INFO : one: Deleted 2025/08/06 22:01:39 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.76s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:01:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Looking for duplicate names using first mode. 2025/08/06 22:01:45 NOTICE: one: Found 3 files with duplicate names 2025/08/06 22:01:46 INFO : one: Deleted 2025/08/06 22:01:46 INFO : one: Deleted 2025/08/06 22:01:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.55s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:01:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Looking for duplicate names using newest mode. 2025/08/06 22:01:52 NOTICE: one: Found 3 files with duplicate names 2025/08/06 22:01:52 INFO : one: Deleted 2025/08/06 22:01:53 INFO : one: Deleted 2025/08/06 22:01:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.63s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.49s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:01:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Looking for duplicate names using oldest mode. 2025/08/06 22:01:59 NOTICE: one: Found 3 files with duplicate names 2025/08/06 22:02:00 INFO : one: Deleted 2025/08/06 22:02:00 INFO : one: Deleted 2025/08/06 22:02:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.67s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:02:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Looking for duplicate names using largest mode. 2025/08/06 22:02:06 NOTICE: one: Found 3 files with duplicate names 2025/08/06 22:02:06 INFO : one: Deleted 2025/08/06 22:02:06 INFO : one: Deleted 2025/08/06 22:02:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.30s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:02:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Looking for duplicate names using smallest mode. 2025/08/06 22:02:12 NOTICE: one: Found 3 files with duplicate names 2025/08/06 22:02:12 INFO : one: Deleted 2025/08/06 22:02:13 INFO : one: Deleted 2025/08/06 22:02:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.62s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:02:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Looking for duplicate names using rename mode. 2025/08/06 22:02:20 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/06 22:02:21 INFO : one-2.txt: renamed from: one.txt 2025/08/06 22:02:23 INFO : one-3.txt: renamed from: one.txt 2025/08/06 22:02:24 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.97s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:02:28 DEBUG : dupe1/one.txt: md5 = 9d177feb8db385e1aad91459989e3ed0 OK 2025/08/06 22:02:31 DEBUG : dupe2/two.txt: md5 = 8b960d291dc6f95bd92a9f53a726b240 OK 2025/08/06 22:02:33 DEBUG : dupe3/three.txt: md5 = a33941fb836a66687dddd6b4fb0354c9 OK 2025/08/06 22:02:34 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/06 22:02:34 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/06 22:02:35 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/06 22:02:35 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/06 22:02:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/06 22:02:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/06 22:02:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.53s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:02:41 DEBUG : a.txt: md5 = a4c4082be5f4077921f9bc4cb4ac2cb9 OK 2025/08/06 22:02:43 DEBUG : zend.txt: md5 = d5dee086f62258846360a929960863f5 OK 2025/08/06 22:02:45 DEBUG : sub dir/hello world: md5 = a056db5b40a888c22b33fc1facea8b2a OK 2025/08/06 22:02:46 DEBUG : sub dir/hello world2: md5 = 22aecd3475f27db2042ad4d0dc1956d2 OK 2025/08/06 22:02:48 DEBUG : sub dir/ignore dir/.ignore: md5 = 89254ca8fded28f7644be7ff30ad6822 OK 2025/08/06 22:02:50 DEBUG : sub dir/ignore dir/should be ignored: md5 = 8ec6e08d20c13d0049e211af51463432 OK 2025/08/06 22:02:52 DEBUG : sub dir/sub sub dir/hello world3: md5 = fd5d53db4cbcae51198d0252e5166080 OK 2025/08/06 22:02:54 DEBUG : a.txt: Excluded (Size Filter) 2025/08/06 22:02:54 DEBUG : a.txt: Excluded 2025/08/06 22:02:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/06 22:02:54 DEBUG : sub dir/hello world: Excluded 2025/08/06 22:02:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/06 22:02:54 DEBUG : sub dir/hello world2: Excluded 2025/08/06 22:02:55 DEBUG : sub dir/ignore dir: Excluded 2025/08/06 22:02:55 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/06 22:02:55 DEBUG : sub dir/hello world: Excluded 2025/08/06 22:02:55 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/06 22:02:55 DEBUG : sub dir/hello world2: Excluded 2025/08/06 22:02:55 DEBUG : sub dir/ignore dir: Excluded 2025/08/06 22:03:00 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/06 22:03:01 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/06 22:03:01 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/06 22:03:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/06 22:03:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/06 22:03:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/06 22:03:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.30s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:03:03 DEBUG : a.txt: md5 = c92abe8ebaee7e9b324b6cf1818dc7cc OK 2025/08/06 22:03:05 DEBUG : zend.txt: md5 = 93406d67c718040b2aff7afba88cae07 OK 2025/08/06 22:03:07 DEBUG : sub dir/hello world: md5 = a7b44bf2480bf79f0cc0c6e711f75d38 OK 2025/08/06 22:03:09 DEBUG : sub dir/hello world2: md5 = 35be692f4fc0cc774f5b8def24937303 OK 2025/08/06 22:03:11 DEBUG : sub dir/ignore dir/.ignore: md5 = 870f9bf89a8e0ab4ee91c99bd12e15c2 OK 2025/08/06 22:03:13 DEBUG : sub dir/ignore dir/should be ignored: md5 = 10a71e2fec1a6ef69573653ee3e9473b OK 2025/08/06 22:03:15 DEBUG : sub dir/sub sub dir/hello world3: md5 = a9da08dbea1245cf19e2c228fec230fa OK 2025/08/06 22:03:17 DEBUG : a.txt: Excluded (Size Filter) 2025/08/06 22:03:17 DEBUG : a.txt: Excluded 2025/08/06 22:03:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/06 22:03:17 DEBUG : sub dir/hello world2: Excluded 2025/08/06 22:03:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/06 22:03:17 DEBUG : sub dir/hello world: Excluded 2025/08/06 22:03:18 DEBUG : sub dir/ignore dir: Excluded 2025/08/06 22:03:18 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/06 22:03:18 DEBUG : sub dir/hello world2: Excluded 2025/08/06 22:03:18 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/06 22:03:18 DEBUG : sub dir/hello world: Excluded 2025/08/06 22:03:18 DEBUG : sub dir/ignore dir: Excluded 2025/08/06 22:03:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/06 22:03:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/06 22:03:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/06 22:03:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/06 22:03:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/06 22:03:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/06 22:03:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (23.24s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:03:27 DEBUG : file1: md5 = a1677f7cea4dd2c464901c39e54c21fe OK 2025/08/06 22:03:29 DEBUG : sub/file2: md5 = 6840049eff10f3a5fdaacefd6deba147 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/08/06 22:03:32 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/06 22:03:32 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/06 22:03:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/06 22:03:35 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.02s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.26s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:03:37 DEBUG : file1: md5 = 711ae7ebecc6ee49de10729462296e09 OK 2025/08/06 22:03:39 DEBUG : sub/file2: md5 = 9a209ecfb6dfe7eda502da0248b78c32 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/08/06 22:03:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-defoguw0zoge/notfound" 2025/08/06 22:03:43 DEBUG : Config file has changed externally - reloading 2025/08/06 22:03:43 DEBUG : Creating backend with remote "TestDrive:crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0/qe0i31qdkoejk60elps0ni5sqk" 2025/08/06 22:03:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.15s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.27s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.29s) --- PASS: TestStatJSON/RootNotFound (2.12s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:03:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Making directory 2025/08/06 22:03:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:03:50 DEBUG : sub dir/hello world: md5 = b8a71bd6b0e9cee9d58eb086a1a681a4 OK 2025/08/06 22:03:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.85s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:03:55 DEBUG : potato2: md5 = 61aa62f74e7ea4c54187cc679b54f50b OK 2025/08/06 22:03:56 DEBUG : empty space: md5 = 5116498c8ef6d7179bec3145b0f48b4a OK --- PASS: TestLs (4.94s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:03:59 DEBUG : potato2: md5 = d9c22751d37c31c12487f7c9bb772e29 OK 2025/08/06 22:04:01 DEBUG : empty space: md5 = c7981db23b22fead3525ac95b830423b OK 2025/08/06 22:04:01 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.21s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:04:05 DEBUG : potato2: md5 = 776d5636b95d478747a666dbdceb66f5 OK 2025/08/06 22:04:06 DEBUG : empty space: md5 = 3abd3fc19ab2dcb8a8228c6521ca7d97 OK --- PASS: TestLsLong (5.17s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:04:10 DEBUG : potato2: md5 = 6891c270133fca5d91abea8e742549aa OK 2025/08/06 22:04:11 DEBUG : empty space: md5 = 454c4fe1b5038a66da837847fc11562b OK --- PASS: TestHashSums (4.63s) === RUN TestHashSumsWithErrors 2025/08/06 22:04:13 DEBUG : Creating backend with remote ":memory:" 2025/08/06 22:04:13 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/06 22:04:13 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/06 22:04:13 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/06 22:04:13 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/06 22:04:13 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/06 22:04:13 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/06 22:04:13 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/06 22:04:13 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/06 22:04:13 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-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:04:14 DEBUG : potato2: md5 = 2ad31bc2c40aac95e10f06fcee3989b5 OK 2025/08/06 22:04:16 DEBUG : empty space: md5 = 5877c232a9522f672ccccc024c5e9cf2 OK 2025/08/06 22:04:18 DEBUG : sub dir/potato3: md5 = 636525312b9d56685d7ebe541855711c OK 2025/08/06 22:04:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.73s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:04:23 DEBUG : small: md5 = 652c2dd4970dacfb12e14f22f1e1d659 OK 2025/08/06 22:04:24 DEBUG : medium: md5 = ee7b3571e1afed5cec18415cb316ccef OK 2025/08/06 22:04:26 DEBUG : large: md5 = e55fe24156095c70274df3d2a75239b4 OK 2025/08/06 22:04:26 DEBUG : Waiting for deletions to finish 2025/08/06 22:04:27 DEBUG : large: Excluded (Size Filter) 2025/08/06 22:04:27 INFO : medium: Deleted 2025/08/06 22:04:27 INFO : small: Deleted --- PASS: TestDelete (6.58s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:04:30 DEBUG : small: md5 = e036d5f4fdad8dd96158693860f0aa4b OK 2025/08/06 22:04:31 DEBUG : medium: md5 = ea68d8a7c659d65ffc66f577dc9430ad OK 2025/08/06 22:04:33 DEBUG : large: md5 = a8640e9934ee603783876ceae9b81fe7 OK 2025/08/06 22:04:33 DEBUG : Waiting for deletions to finish 2025/08/06 22:04:33 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/08/06 22:04:34 INFO : small: Deleted 2025/08/06 22:04:34 INFO : large: Deleted --- PASS: TestMaxDelete (7.13s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:04:37 DEBUG : small: md5 = 2ae67c9a7ac60f9ca17c488a64879009 OK 2025/08/06 22:04:38 DEBUG : medium: md5 = 349779d6db8695fc12e647fe94f61acc OK 2025/08/06 22:04:40 DEBUG : large: md5 = 53f726d9cac60c01cd9c3d590b327f89 OK 2025/08/06 22:04:40 DEBUG : Waiting for deletions to finish 2025/08/06 22:04:41 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/06 22:04:41 INFO : medium: Deleted 2025/08/06 22:04:41 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.44s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:04:44 DEBUG : small: md5 = 310aba49ef334160dfd1ba387ebd86d8 OK 2025/08/06 22:04:46 DEBUG : medium: md5 = 810ed5f25db2165ea7f89270f9e44c69 OK 2025/08/06 22:04:47 DEBUG : large: md5 = 8e1cb27a9d8b5386682ef268180c7bc2 OK 2025/08/06 22:04:48 DEBUG : Waiting for deletions to finish 2025/08/06 22:04:48 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/06 22:04:48 INFO : small: Deleted 2025/08/06 22:04:48 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.32s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:04:52 DEBUG : ReadFile: md5 = 5706db2f6984005993ea403510335248 OK --- PASS: TestReadFile (4.43s) === RUN TestRetry 2025/08/06 22:04:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/06 22:04:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/06 22:04:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/06 22:04:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/06 22:04:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/06 22:04:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/06 22:04:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:04:56 DEBUG : file1: md5 = 66b13394245100074290acb9eaf0cbc9 OK 2025/08/06 22:04:58 DEBUG : file2: md5 = 58a98eca41d67020a548ae5d30679f61 OK --- PASS: TestCat (17.35s) === RUN TestPurge 2025/08/06 22:05:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ruvayor0bupo" 2025/08/06 22:05:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/06 22:05:12 DEBUG : Creating backend with remote "TestDrive:crypt/4vmivospg8dv0kuhol46gibio4ffm2r52q4ppfe5cnfcfm4gi0f0" 2025/08/06 22:05:13 DEBUG : Creating backend with remote "/tmp/rclone3735696147" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ruvayor0bupo'", Local "Local file system at /tmp/rclone3735696147", Modify Window "1ms" 2025/08/06 22:05:18 DEBUG : A1/B1/C1/one: md5 = 5c22baf3d5db567d6f5a6fd1137df4c2 OK 2025/08/06 22:05:18 INFO : A2: Making directory 2025/08/06 22:05:19 INFO : A1/B2: Making directory 2025/08/06 22:05:19 INFO : A1/B2/C2: Making directory 2025/08/06 22:05:20 INFO : A1/B1/C3: Making directory 2025/08/06 22:05:21 INFO : A3: Making directory 2025/08/06 22:05:22 INFO : A3/B3: Making directory 2025/08/06 22:05:23 INFO : A3/B3/C4: Making directory 2025/08/06 22:05:25 DEBUG : A1/two: md5 = 5c3985dbda9a871bea322d9e59c25778 OK 2025/08/06 22:05:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ruvayor0bupo': Purge remote 2025/08/06 22:05:29 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.86s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:05:33 DEBUG : A1/B1/C1/one: md5 = ebf23d79608ddb8fa0d26bc04ef63afa OK 2025/08/06 22:05:33 INFO : A2: Making directory 2025/08/06 22:05:33 INFO : A1/B2: Making directory 2025/08/06 22:05:34 INFO : A1/B2/C2: Making directory 2025/08/06 22:05:35 INFO : A1/B1/C3: Making directory 2025/08/06 22:05:36 INFO : A3: Making directory 2025/08/06 22:05:37 INFO : A3/B3: Making directory 2025/08/06 22:05:38 INFO : A3/B3/C4: Making directory 2025/08/06 22:05:40 DEBUG : A1/two: md5 = ffdaaf8a211de14338ee32f1519fe16d OK 2025/08/06 22:05:41 DEBUG : removing 1 level 3 directories 2025/08/06 22:05:41 INFO : A3/B3/C4: Removing directory 2025/08/06 22:05:44 DEBUG : removing 2 level 3 directories 2025/08/06 22:05:44 INFO : A1/B2/C2: Removing directory 2025/08/06 22:05:44 INFO : A1/B1/C3: Removing directory 2025/08/06 22:05:45 DEBUG : removing 2 level 2 directories 2025/08/06 22:05:45 INFO : A3/B3: Removing directory 2025/08/06 22:05:45 INFO : A1/B2: Removing directory 2025/08/06 22:05:45 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/06 22:05:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/06 22:05:45 DEBUG : removing 2 level 1 directories 2025/08/06 22:05:45 INFO : A3: Removing directory 2025/08/06 22:05:45 INFO : A2: Removing directory 2025/08/06 22:05:46 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/06 22:05:49 DEBUG : removing 1 level 3 directories 2025/08/06 22:05:49 INFO : A1/B1/C1: Removing directory 2025/08/06 22:05:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:50 DEBUG : removing 1 level 2 directories 2025/08/06 22:05:50 INFO : A1/B1: Removing directory 2025/08/06 22:05:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/06 22:05:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 22:05:51 DEBUG : removing 1 level 1 directories 2025/08/06 22:05:51 INFO : A1: Removing directory 2025/08/06 22:05:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/06 22:05:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/06 22:05:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/06 22:05:52 DEBUG : removing 1 level 0 directories 2025/08/06 22:05:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Removing directory 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/06 22:05:52 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (24.73s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:05:54 INFO : A1: Making directory 2025/08/06 22:05:55 INFO : A1/B1: Making directory 2025/08/06 22:05:56 INFO : A1/B1/C1: Making directory 2025/08/06 22:05:59 DEBUG : removing 1 level 3 directories 2025/08/06 22:05:59 INFO : A1/B1/C1: Removing directory 2025/08/06 22:05:59 DEBUG : removing 1 level 2 directories 2025/08/06 22:05:59 INFO : A1/B1: Removing directory 2025/08/06 22:05:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 22:06:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.25s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:06:02 INFO : A1: Making directory 2025/08/06 22:06:03 INFO : A1/B1: Making directory 2025/08/06 22:06:03 INFO : A1/B1/C1: Making directory 2025/08/06 22:06:06 DEBUG : removing 1 level 3 directories 2025/08/06 22:06:06 INFO : A1/B1/C1: Removing directory 2025/08/06 22:06:07 DEBUG : removing 1 level 2 directories 2025/08/06 22:06:07 INFO : A1/B1: Removing directory 2025/08/06 22:06:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 22:06:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.59s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:06:11 DEBUG : file1: md5 = 81c6b995cb4edb4bd2536fc2e13dca41 OK 2025/08/06 22:06:12 DEBUG : filename.txt: File name found in url 2025/08/06 22:06:13 DEBUG : filename.txt: md5 = d353d45cb7b7b7aa174a85de7cada8bf OK 2025/08/06 22:06:13 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/06 22:06:14 DEBUG : headerfilename.txt: md5 = be74129f3a84b717eace26560552774a OK 2025/08/06 22:06:16 DEBUG : file2: md5 = d14e8c80885479a76d03b31f7b0151dc OK --- PASS: TestCopyURL (9.01s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:06:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/06 22:06:21 DEBUG : sub/file2: md5 = bf0053cf82c039ff94cf730754333ae4 OK 2025/08/06 22:06:21 INFO : file1: Copied (new) to: sub/file2 2025/08/06 22:06:21 INFO : file1: Deleted 2025/08/06 22:06:22 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/06 22:06:22 DEBUG : file1: Unchanged skipping 2025/08/06 22:06:22 INFO : file1: Deleted 2025/08/06 22:06:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': don't need to copy/move sub/file2, it is already at target location 2025/08/06 22:06:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.42s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:06:25 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/06 22:06:27 DEBUG : file1: md5 = e9e8a95d3c094defa6e5d996ed302299 OK 2025/08/06 22:06:27 INFO : file1: Copied (new) 2025/08/06 22:06:27 INFO : file1: Deleted 2025/08/06 22:06:27 DEBUG : file1: Destination exists, skipping 2025/08/06 22:06:27 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.91s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.43s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:06:32 DEBUG : dst/file1: md5 = c3dc5845a5fafa497c567d85fbca39fa OK 2025/08/06 22:06:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-defoguw0zoge/backup" 2025/08/06 22:06:33 DEBUG : Creating backend with remote "TestDrive:crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0/1nrff024r7pq65ecp72fc28jb0" 2025/08/06 22:06:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/06 22:06:37 INFO : dst/file1: Moved (server-side) 2025/08/06 22:06:38 DEBUG : dst/file1: md5 = 0ce97cbc4061b407fe92ac11b29c959d OK 2025/08/06 22:06:38 INFO : dst/file1: Copied (new) 2025/08/06 22:06:38 INFO : dst/file1: Deleted 2025/08/06 22:06:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 22:06:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/06 22:06:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.49s) === 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-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:06:45 DEBUG : A1/one: md5 = 39b4dff794354a298ad470d1ec7adab9 OK 2025/08/06 22:06:47 DEBUG : A1/two: md5 = 2eff1e5b4cbb0dfe77595b456d0c18db OK 2025/08/06 22:06:49 DEBUG : A1/B1/three: md5 = a6a981f0fb5367245df46233b5455bf6 OK 2025/08/06 22:06:51 DEBUG : A1/B1/C1/four: md5 = 0d4e899cef598ad9e8b38d2e771cad92 OK 2025/08/06 22:06:53 DEBUG : A1/B1/C2/five: md5 = e6a71023f6a4e6f03e464c0ac354bccb OK 2025/08/06 22:06:53 INFO : A1/B2: Making directory 2025/08/06 22:06:54 INFO : A1/B1/C3: Making directory 2025/08/06 22:07:04 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/06 22:07:04 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/06 22:07:04 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/06 22:07:04 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/06 22:07:04 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/06 22:07:07 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/06 22:07:07 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/06 22:07:07 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 22:07:08 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/06 22:07:08 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/06 22:07:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/06 22:07:16 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/06 22:07:16 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/06 22:07:16 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/06 22:07:16 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/06 22:07:16 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/06 22:07:19 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/06 22:07:19 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/06 22:07:19 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 22:07:20 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/06 22:07:20 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/06 22:07:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/06 22:07:27 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/06 22:07:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/06 22:07:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/06 22:07:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/06 22:07:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/06 22:07:29 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/06 22:07:29 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/06 22:07:29 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/06 22:07:29 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (46.23s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" --- PASS: TestGetFsInfo (0.48s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:07:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': File to upload is small (34 bytes), uploading instead of streaming 2025/08/06 22:07:32 DEBUG : no_checksum_small_file_from_pipe: md5 = 08b408a299db4305593ad6f43048e716 OK 2025/08/06 22:07:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/06 22:07:32 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/06 22:07:32 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/06 22:07:33 DEBUG : no_checksum_big_file_from_pipe: md5 = 96f0a9ad56c63d7b2301f35b4151ff64 OK 2025/08/06 22:07:33 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-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:07:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': File to upload is small (34 bytes), uploading instead of streaming 2025/08/06 22:07:37 DEBUG : with_checksum_small_file_from_pipe: md5 = 44dbf2f233660c3161cc91389a0988f4 OK 2025/08/06 22:07:37 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/06 22:07:37 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/06 22:07:38 DEBUG : with_checksum_big_file_from_pipe: md5 = 132e7549d80abdc5b48f0ba1929be055 OK 2025/08/06 22:07:38 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-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:07:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': File to upload is small (34 bytes), uploading instead of streaming 2025/08/06 22:07:42 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/06 22:07:43 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/06 22:07: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-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:07:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': File to upload is small (34 bytes), uploading instead of streaming 2025/08/06 22:07:47 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/06 22:07:48 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/06 22:07:49 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.08s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.10s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.01s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.48s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.48s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/06 22:07:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': File to upload is small (48 bytes), uploading instead of streaming 2025/08/06 22:07:53 DEBUG : rcat_metadata: md5 = 0a64bb2cf2736694cffa859f3bd7c27d OK 2025/08/06 22:07:53 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/06 22:07:55 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/06 22:07:56 DEBUG : rcat_metadata_uploadcutoff0: md5 = aff56cabbd4774e088c80eb290e3cdd2 OK 2025/08/06 22:07:56 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.27s) --- PASS: TestRcatMetadata/Normal (2.70s) --- PASS: TestRcatMetadata/ViaDisk (3.09s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:07:59 DEBUG : potato1: md5 = a7001c161ec269f9bf38d861f46ee410 OK 2025/08/06 22:07:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': File to upload is small (60 bytes), uploading instead of streaming 2025/08/06 22:08:00 DEBUG : potato2: md5 = b8b2d6d404b14e6f7bbbd68fc5c261c6 OK 2025/08/06 22:08:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.66s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:08:03 DEBUG : potato1: md5 = 8032f89683238401c1b28f6548450ea9 OK 2025/08/06 22:08:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': File to upload is small (60 bytes), uploading instead of streaming 2025/08/06 22:08:05 DEBUG : potato2: md5 = 709d0aa48afecdf12d7fafead5429410 OK 2025/08/06 22:08:05 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.22s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:08:09 DEBUG : potato2: md5 = 534bb806384fbb0682cf23de854ee9e2 OK 2025/08/06 22:08:10 DEBUG : empty space: md5 = 027fd4fbcd11a4d36e435e4188a4136c OK 2025/08/06 22:08:12 DEBUG : sub dir/potato3: md5 = 9831654d116d10db938dbce7c5992640 OK 2025/08/06 22:08:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Touching "sub dir/potato3" 2025/08/06 22:08:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Touching "empty space" 2025/08/06 22:08:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Touching "potato2" 2025/08/06 22:08:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.38s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:08:17 DEBUG : dir with metadata: Making directory with metadata 2025/08/06 22:08:18 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.45s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:08:20 DEBUG : directory with modtime: Making directory with metadata 2025/08/06 22:08:21 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.74s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:08:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/06 22:08:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/06 22:08:23 DEBUG : Google drive root 'crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0': Skipping btime metadata as can't update it on an existing file: 2025-08-06T22:08:23.128958582Z 2025/08/06 22:08:23 INFO : non existent directory: Updated directory metadata 2025/08/06 22:08:26 DEBUG : Google drive root 'crypt/hpvg5vshgvlt1smjsihrv80gsthk5muhsgveuf666shl6vm3eha0': Skipping btime metadata as can't update it on an existing file: 2025-08-06T22:08:23.128958582Z 2025/08/06 22:08:26 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.28s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:08:28 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/06 22:08:30 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/06 22:08:30 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.18s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:08:32 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/06 22:08:32 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/06 22:08:32 DEBUG : dst: Making directory with metadata 2025/08/06 22:08:33 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/06 22:08:33 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/06 22:08:33 INFO : dst: Set directory modification time (using SetModTime) 2025/08/06 22:08:34 INFO : dst: Set directory modification time (using SetModTime) 2025/08/06 22:08:34 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/06 22:08:34 INFO : dst: Set directory modification time (using SetModTime) 2025/08/06 22:08:34 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.61s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge'", Local "Local file system at /tmp/rclone1389451276", Modify Window "1ms" 2025/08/06 22:08:38 DEBUG : sub dir/test remove existing: md5 = b4080aee049c8c405ffe176ae5267376 OK 2025/08/06 22:08:39 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = c604616a9e06df720cc5c021796f5ed0 OK 2025/08/06 22:08:41 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.xikukib7" before starting 2025/08/06 22:08:43 DEBUG : sub dir/test remove existing.xikukib7: TEST: removing renamed existing file after operation 2025/08/06 22:08:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zozajih0" before starting 2025/08/06 22:08:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zozajih0: TEST: renaming existing back after failed operation 2025/08/06 22:08:46 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tivecoz7" before starting 2025/08/06 22:08:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tivecoz7: TEST: removing renamed existing file after operation 2025/08/06 22:08:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "vj2d6kiq5gbccm009m77109vlm97iih8h1ps6tu8t3tvaouors0pnpn6v04bjr61ra6mdbhjuqupp01pfanq4fa6troqsvfs78rpccr6k1qj4tfs99r560q0cc0ii1pj6tj0cvrqv4ob5prht9pgcp26acadie64ktfgbijvocabtf24bqug" 2025/08/06 22:08:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "kump21v2kk0p1tuqm22h8hosahmv5ks8akphbtplqar48c90lai0" --- PASS: TestRemoveExisting (13.82s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/08/06 22:08:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-defoguw0zoge': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m22.369348885s (try 1/5)