"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/04/08 03:51:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fetogah3jagu" 2025/04/08 03:51:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:51:21 DEBUG : Creating backend with remote "TestDrive:crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0" 2025/04/08 03:51:22 DEBUG : Creating backend with remote "/tmp/rclone2290694794" === 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-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", 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-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", 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/04/08 03:51:22 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/08 03:51:22 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/08 03:51:22 DEBUG : potato: Seek from 10 to 0 2025/04/08 03:51:22 DEBUG : potato: Seek from 10 to 0 2025/04/08 03:51:22 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/08 03:51:22 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/08 03:51:22 DEBUG : potato: Seek from 5 to 2 2025/04/08 03:51:22 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/08 03:51:22 DEBUG : potato: Seek from 7 to 0 2025/04/08 03:51:22 DEBUG : potato: Seek from 7 to 0 2025/04/08 03:51:22 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/08 03:51:22 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/08 03:51:22 DEBUG : potato: Seek from 5 to 2 2025/04/08 03:51:22 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/08 03:51:22 DEBUG : potato: Seek from 8 to 0 2025/04/08 03:51:22 DEBUG : potato: Seek from 8 to 0 2025/04/08 03:51:22 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/08 03:51:22 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/08 03:51:22 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/08 03:51:22 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/08 03:51:22 DEBUG : potato: Seek from 5 to 2 2025/04/08 03:51:22 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/08 03:51:22 DEBUG : potato: Seek from 9 to 0 2025/04/08 03:51:22 DEBUG : potato: Seek from 9 to 0 2025/04/08 03:51:22 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-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:51:24 DEBUG : rutabaga: md5 = f63129708d288b757bedebd527959dbc OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/08 03:51:26 DEBUG : empty space: md5 = 22db8a6756517daf8d1307bf662378f1 OK === RUN TestCheck/3 2025/04/08 03:51:28 DEBUG : potato2: md5 = 25c5d435d2c32a5494d474f87447b2ea OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/08 03:51:30 DEBUG : remotepotato: md5 = 5837b8fa3365ca3fd8ccdf3e44722b70 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.27s) --- PASS: TestCheck/1 (0.21s) --- PASS: TestCheck/2 (0.21s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/04/08 03:51:33 DEBUG : Creating backend with remote "nonexistent" 2025/04/08 03:51:33 DEBUG : Creating backend with remote "nonexistent" 2025/04/08 03:51:33 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/08 03:51:33 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/04/08 03:51:33 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/08 03:51:33 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-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:51:35 DEBUG : rutabaga: md5 = 3571efa7151d7cb8727daefbe7772af1 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/08 03:51:38 DEBUG : empty space: md5 = 82f568ad02c2d1db7e39dbcd06c0fed0 OK === RUN TestCheckDownload/3 2025/04/08 03:51:41 DEBUG : potato2: md5 = c718fc50eb6f9650e09a65eeeb686e3f OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/08 03:51:45 DEBUG : remotepotato: md5 = 98c796f43a49ba31a12a340df8a1a101 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.42s) --- PASS: TestCheckDownload/1 (1.12s) --- PASS: TestCheckDownload/2 (1.08s) --- PASS: TestCheckDownload/3 (1.32s) --- PASS: TestCheckDownload/4 (1.04s) --- PASS: TestCheckDownload/5 (1.06s) --- PASS: TestCheckDownload/6 (0.97s) --- PASS: TestCheckDownload/7 (1.04s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:51:51 DEBUG : rutabaga: md5 = 97cab863f0760bd6518bb01cc0e2b2f7 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/08 03:51:53 DEBUG : empty space: md5 = 048ffed912d8ff0837904203cf6136e9 OK === RUN TestCheckSizeOnly/3 2025/04/08 03:51:55 DEBUG : potato2: md5 = 2a6913acd143c7844a9d3381fc1a1f53 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/08 03:51:57 DEBUG : remotepotato: md5 = 30905c37b0ef53067bd32c2a2ae28254 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.46s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.22s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.30s) --- PASS: TestCheckSizeOnly/7 (0.29s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:52:02 DEBUG : test.sum: md5 = e082348276bd7f5fd758acb464b9daf6 OK 2025/04/08 03:52:03 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/08 03:52:03 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/08 03:52:03 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/08 03:52:03 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/08 03:52:04 DEBUG : test.sum: md5 = ea2c1d0fb82dc635e0a0e150be5481d9 OK 2025/04/08 03:52:05 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/08 03:52:05 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/08 03:52:05 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/08 03:52:05 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.18s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:52:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fetogah3jagu/data" 2025/04/08 03:52:06 DEBUG : Creating backend with remote "TestDrive:crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.06s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:52:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fetogah3jagu/data" 2025/04/08 03:52:08 DEBUG : Creating backend with remote "TestDrive:crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0/vjrnln8ratgmqakfosrqe8espk" 2025/04/08 03:52:12 DEBUG : data/banana: md5 = b749c335e0bacb6b92e21cf1a9760701 OK 2025/04/08 03:52:14 DEBUG : test.sum: md5 = defe3286b68c0e2cf828a09ec33869da OK === RUN TestCheckSumDownload/subtest1 2025/04/08 03:52:18 DEBUG : data/potato: md5 = 9a19f1ac7319c26f75f6deca7852f1e1 OK 2025/04/08 03:52:19 DEBUG : test.sum: md5 = a6d3b10df0d4e77dc94534fce734e97c OK === RUN TestCheckSumDownload/subtest2 2025/04/08 03:52:23 DEBUG : test.sum: md5 = 2a67477464aaa867674b69ab70a10bfa OK === RUN TestCheckSumDownload/subtest3 2025/04/08 03:52:28 DEBUG : test.sum: md5 = d27e3a4992bf7deed452a5cee27b8f97 OK === RUN TestCheckSumDownload/subtest4 2025/04/08 03:52:32 DEBUG : test.sum: md5 = 8116a6e32e54acc0cd108b3cfef5a809 OK === RUN TestCheckSumDownload/subtest5 2025/04/08 03:52:36 DEBUG : test.sum: md5 = e6524f8ab7729728ae9b88397b09f5f9 OK === RUN TestCheckSumDownload/subtest6 2025/04/08 03:52:40 DEBUG : data/banana: md5 = efd278baddeed522baa4128cdc9599fa OK 2025/04/08 03:52:42 DEBUG : data/potato: md5 = b839b1034bf94e98d4f9aa6828497862 OK 2025/04/08 03:52:43 DEBUG : test.sum: md5 = 4b2488affc0e90e02158734e58b2b551 OK === RUN TestCheckSumDownload/subtest7 2025/04/08 03:52:48 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/04/08 03:52:48 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.54s) --- PASS: TestCheckSumDownload/subtest1 (2.74s) --- PASS: TestCheckSumDownload/subtest2 (2.05s) --- PASS: TestCheckSumDownload/subtest3 (2.58s) --- PASS: TestCheckSumDownload/subtest4 (2.01s) --- PASS: TestCheckSumDownload/subtest5 (2.63s) --- PASS: TestCheckSumDownload/subtest6 (2.35s) --- PASS: TestCheckSumDownload/subtest7 (2.38s) === RUN TestApplyTransforms 2025/04/08 03:52:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-behuton8qevo" 2025/04/08 03:52:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:52:49 DEBUG : Creating backend with remote "TestDrive:crypt/ttnhvdcoagatqdmh1ipvocupoosia6k1663f53kbivkecc4ct2cg" 2025/04/08 03:52:50 DEBUG : Creating backend with remote "/tmp/rclone3051017528" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-behuton8qevo'", Local "Local file system at /tmp/rclone3051017528", Modify Window "1ms" 2025/04/08 03:52:52 DEBUG : hello, world!: md5 = 80845e015f224e177ca914ff613adf4e OK upper checkfile vs. lower remote (without normalization) 2025/04/08 03:52:53 ERROR : hello, world!: sum not found 2025/04/08 03:52:53 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-behuton8qevo' 2025/04/08 03:52:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-behuton8qevo': 1 files missing 2025/04/08 03:52:53 NOTICE: 1 hashes missing 2025/04/08 03:52:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-behuton8qevo': 2 differences found 2025/04/08 03:52:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-behuton8qevo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/08 03:52:54 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/08 03:52:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-behuton8qevo': 0 differences found 2025/04/08 03:52:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-behuton8qevo': 1 matching files 2025/04/08 03:52:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-turafav8wewe" 2025/04/08 03:52:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:52:54 DEBUG : Creating backend with remote "TestDrive:crypt/dselulrr3n63g2pq5ts29e22cvj79qarq4glr7ogr2qi8nlqm840" 2025/04/08 03:52:55 DEBUG : Creating backend with remote "/tmp/rclone2777904987" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-turafav8wewe'", Local "Local file system at /tmp/rclone2777904987", Modify Window "1ms" 2025/04/08 03:52:57 DEBUG : HELLO, WORLD!: md5 = d321dcd4b6bfa556fff6f440e8521ef5 OK lower checkfile vs. upper remote (without normalization) 2025/04/08 03:52:58 ERROR : HELLO, WORLD!: sum not found 2025/04/08 03:52:58 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-turafav8wewe' 2025/04/08 03:52:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-turafav8wewe': 1 files missing 2025/04/08 03:52:58 NOTICE: 1 hashes missing 2025/04/08 03:52:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-turafav8wewe': 2 differences found 2025/04/08 03:52:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-turafav8wewe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/08 03:52:59 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/08 03:52:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-turafav8wewe': 0 differences found 2025/04/08 03:52:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-turafav8wewe': 1 matching files 2025/04/08 03:52:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zozizud5bumo" 2025/04/08 03:52:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:52:59 DEBUG : Creating backend with remote "TestDrive:crypt/5an5g0ute285kk1k44r5vnefttv8tj51ml4oli344s29b9j1mg10" 2025/04/08 03:53:00 DEBUG : Creating backend with remote "/tmp/rclone2487365206" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zozizud5bumo'", Local "Local file system at /tmp/rclone2487365206", Modify Window "1ms" 2025/04/08 03:53:02 DEBUG : HeLlO, wOrLd!: md5 = fb94b77dabea9d5cc174d37b3c45ab74 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/08 03:53:02 ERROR : HeLlO, wOrLd!: sum not found 2025/04/08 03:53:02 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zozizud5bumo' 2025/04/08 03:53:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zozizud5bumo': 1 files missing 2025/04/08 03:53:02 NOTICE: 1 hashes missing 2025/04/08 03:53:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zozizud5bumo': 2 differences found 2025/04/08 03:53:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zozizud5bumo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/08 03:53:03 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/08 03:53:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zozizud5bumo': 0 differences found 2025/04/08 03:53:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zozizud5bumo': 1 matching files 2025/04/08 03:53:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotamuq1qato" 2025/04/08 03:53:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:53:03 DEBUG : Creating backend with remote "TestDrive:crypt/797v2k0nqalmhgva0jn2lv4lntgc5rs0p17uuosmb4431gd2uh00" 2025/04/08 03:53:04 DEBUG : Creating backend with remote "/tmp/rclone3092924489" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotamuq1qato'", Local "Local file system at /tmp/rclone3092924489", Modify Window "1ms" 2025/04/08 03:53:06 DEBUG : HELLO, WORLD!: md5 = 9ffe5785a93cd6edd3659f59a2ebac1b OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/08 03:53:07 ERROR : HELLO, WORLD!: sum not found 2025/04/08 03:53:07 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zotamuq1qato' 2025/04/08 03:53:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotamuq1qato': 1 files missing 2025/04/08 03:53:07 NOTICE: 1 hashes missing 2025/04/08 03:53:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotamuq1qato': 2 differences found 2025/04/08 03:53:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotamuq1qato': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/08 03:53:08 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/08 03:53:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotamuq1qato': 0 differences found 2025/04/08 03:53:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotamuq1qato': 1 matching files 2025/04/08 03:53:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nigulit1hibi" 2025/04/08 03:53:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:53:08 DEBUG : Creating backend with remote "TestDrive:crypt/oop9h8e3t5a19m8m85v7uh9ps72p23p2l9f6c18qfjditj5kncg0" 2025/04/08 03:53:09 DEBUG : Creating backend with remote "/tmp/rclone3715339412" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nigulit1hibi'", Local "Local file system at /tmp/rclone3715339412", Modify Window "1ms" 2025/04/08 03:53:11 DEBUG : 測試_Русский___ě_áñ: md5 = 8aa1373ba24d1d075e74f06273526688 OK NFD checkfile vs. NFC remote (without normalization) 2025/04/08 03:53:12 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/08 03:53:12 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nigulit1hibi' 2025/04/08 03:53:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nigulit1hibi': 1 files missing 2025/04/08 03:53:12 NOTICE: 1 hashes missing 2025/04/08 03:53:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nigulit1hibi': 2 differences found 2025/04/08 03:53:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nigulit1hibi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/08 03:53:13 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/08 03:53:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nigulit1hibi': 0 differences found 2025/04/08 03:53:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nigulit1hibi': 1 matching files 2025/04/08 03:53:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qocohoz1duye" 2025/04/08 03:53:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:53:13 DEBUG : Creating backend with remote "TestDrive:crypt/ahr9ntjkovg4bavh1ikn96hsnj98k261r43rqlgvj6f55i10joi0" 2025/04/08 03:53:14 DEBUG : Creating backend with remote "/tmp/rclone2355996520" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qocohoz1duye'", Local "Local file system at /tmp/rclone2355996520", Modify Window "1ms" 2025/04/08 03:53:16 DEBUG : 測試_Русский___ě_áñ: md5 = f3c7ef61b86372ffcd748926676a7f37 OK NFC checkfile vs. NFD remote (without normalization) 2025/04/08 03:53:17 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/08 03:53:17 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qocohoz1duye' 2025/04/08 03:53:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qocohoz1duye': 1 files missing 2025/04/08 03:53:17 NOTICE: 1 hashes missing 2025/04/08 03:53:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qocohoz1duye': 2 differences found 2025/04/08 03:53:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qocohoz1duye': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/08 03:53:18 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/08 03:53:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qocohoz1duye': 0 differences found 2025/04/08 03:53:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qocohoz1duye': 1 matching files 2025/04/08 03:53:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gubodek7zoka" 2025/04/08 03:53:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:53:18 DEBUG : Creating backend with remote "TestDrive:crypt/d57sqbp9aq905p1cddrbdqsght56jvimv4bnouf824pn47ovdtmg" 2025/04/08 03:53:19 DEBUG : Creating backend with remote "/tmp/rclone704554325" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gubodek7zoka'", Local "Local file system at /tmp/rclone704554325", Modify Window "1ms" 2025/04/08 03:53:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f0029c92708b816d18b34f376b7e3276 OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/08 03:53:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/08 03:53:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gubodek7zoka' 2025/04/08 03:53:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gubodek7zoka': 1 files missing 2025/04/08 03:53:21 NOTICE: 1 hashes missing 2025/04/08 03:53:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gubodek7zoka': 2 differences found 2025/04/08 03:53:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gubodek7zoka': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/08 03:53:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/08 03:53:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gubodek7zoka': 0 differences found 2025/04/08 03:53:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gubodek7zoka': 1 matching files 2025/04/08 03:53:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fodusel8libe" 2025/04/08 03:53:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:53:23 DEBUG : Creating backend with remote "TestDrive:crypt/03id1ldp3l0bsscdarsiblfft83efvidl9k5ofla9oje6cif3fjg" 2025/04/08 03:53:23 DEBUG : Creating backend with remote "/tmp/rclone1786215391" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fodusel8libe'", Local "Local file system at /tmp/rclone1786215391", Modify Window "1ms" 2025/04/08 03:53:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5324721cfd82417f52c98221aea22a21 OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/08 03:53:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/08 03:53:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fodusel8libe' 2025/04/08 03:53:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fodusel8libe': 1 files missing 2025/04/08 03:53:26 NOTICE: 1 hashes missing 2025/04/08 03:53:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fodusel8libe': 2 differences found 2025/04/08 03:53:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fodusel8libe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/08 03:53:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/08 03:53:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fodusel8libe': 0 differences found 2025/04/08 03:53:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fodusel8libe': 1 matching files 2025/04/08 03:53:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-majudaf3mibi" 2025/04/08 03:53:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:53:27 DEBUG : Creating backend with remote "TestDrive:crypt/kvhapb876s154lmofuke0ggjejap9vgh3rg19h28gti2q6053pug" 2025/04/08 03:53:28 DEBUG : Creating backend with remote "/tmp/rclone2727455748" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-majudaf3mibi'", Local "Local file system at /tmp/rclone2727455748", Modify Window "1ms" 2025/04/08 03:53:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5f957ef0521772bcc0085ab301f4333c OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/08 03:53:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/08 03:53:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-majudaf3mibi' 2025/04/08 03:53:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-majudaf3mibi': 1 files missing 2025/04/08 03:53:31 NOTICE: 1 hashes missing 2025/04/08 03:53:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-majudaf3mibi': 2 differences found 2025/04/08 03:53:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-majudaf3mibi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/08 03:53:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/08 03:53:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-majudaf3mibi': 0 differences found 2025/04/08 03:53:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-majudaf3mibi': 1 matching files 2025/04/08 03:53:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pecunuy9wame" 2025/04/08 03:53:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:53:32 DEBUG : Creating backend with remote "TestDrive:crypt/f7r3t9jnccljhoeteaqd6fnptrl6k59i0uhq4dtde59kijib6jsg" 2025/04/08 03:53:33 DEBUG : Creating backend with remote "/tmp/rclone1317959980" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pecunuy9wame'", Local "Local file system at /tmp/rclone1317959980", Modify Window "1ms" 2025/04/08 03:53:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ec8a8159b228391745c4494cf85e0401 OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/08 03:53:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/08 03:53:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pecunuy9wame' 2025/04/08 03:53:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pecunuy9wame': 1 files missing 2025/04/08 03:53:35 NOTICE: 1 hashes missing 2025/04/08 03:53:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pecunuy9wame': 2 differences found 2025/04/08 03:53:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pecunuy9wame': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/08 03:53:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/08 03:53:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pecunuy9wame': 0 differences found 2025/04/08 03:53:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pecunuy9wame': 1 matching files 2025/04/08 03:53:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pecunuy9wame': Purge remote 2025/04/08 03:53:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-majudaf3mibi': Purge remote 2025/04/08 03:53:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fodusel8libe': Purge remote 2025/04/08 03:53:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gubodek7zoka': Purge remote 2025/04/08 03:53:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qocohoz1duye': Purge remote 2025/04/08 03:53:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nigulit1hibi': Purge remote 2025/04/08 03:53:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotamuq1qato': Purge remote 2025/04/08 03:53:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zozizud5bumo': Purge remote 2025/04/08 03:53:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-turafav8wewe': Purge remote 2025/04/08 03:53:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-behuton8qevo': Purge remote --- PASS: TestApplyTransforms (51.92s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:53:41 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/08 03:53:43 DEBUG : sub/file2: md5 = e8fd1fcf0e029f818f53fb41d7cfe165 OK 2025/04/08 03:53:43 INFO : file1: Copied (new) to: sub/file2 2025/04/08 03:53:44 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/08 03:53:44 DEBUG : file1: Unchanged skipping 2025/04/08 03:53:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': don't need to copy/move sub/file2, it is already at target location 2025/04/08 03:53:46 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.81s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", 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-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:53:49 DEBUG : dst/file1: md5 = 8239259cd3d810f73be58df6a68c36a3 OK 2025/04/08 03:53:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fetogah3jagu/backup" 2025/04/08 03:53:50 DEBUG : Creating backend with remote "TestDrive:crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0/1nrff024r7pq65ecp72fc28jb0" 2025/04/08 03:53:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/08 03:53:54 INFO : dst/file1: Moved (server-side) 2025/04/08 03:53:55 DEBUG : dst/file1: md5 = 7182e5f576e207ab739f80666474f9ef OK 2025/04/08 03:53:55 INFO : dst/file1: Copied (new) 2025/04/08 03:53:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/08 03:53:58 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/08 03:53:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.46s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:54:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fetogah3jagu/dst" 2025/04/08 03:54:00 DEBUG : Creating backend with remote "TestDrive:crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/08 03:54:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fetogah3jagu/CompareDest" 2025/04/08 03:54:01 DEBUG : Creating backend with remote "TestDrive:crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0/gveqi14airsml4bgu7krj116o8" 2025/04/08 03:54:03 DEBUG : one: Need to transfer - File not found at Destination 2025/04/08 03:54:05 DEBUG : one: md5 = a2fe616481a1f1e72331c853d15ba0be OK 2025/04/08 03:54:05 INFO : one: Copied (new) 2025/04/08 03:54:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/08 03:54:08 DEBUG : one: md5 = 27bee19225e9e892d2702565d94874c9 OK 2025/04/08 03:54:08 INFO : one: Copied (replaced existing) 2025/04/08 03:54:10 DEBUG : dst/one: md5 = 641e7db603c55b80985596c2b1f38d03 OK 2025/04/08 03:54:12 DEBUG : CompareDest/one: md5 = e9b7570f44752c49095d5a638b14529b OK 2025/04/08 03:54:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/08 03:54:13 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/08 03:54:13 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/08 03:54:15 DEBUG : CompareDest/two: md5 = 9bef88bc952e839b513850e2f6de08f4 OK 2025/04/08 03:54:15 DEBUG : two: Need to transfer - File not found at Destination 2025/04/08 03:54:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/08 03:54:16 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/08 03:54:16 DEBUG : two: Need to transfer - File not found at Destination 2025/04/08 03:54:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/08 03:54:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/08 03:54:18 DEBUG : two: Need to transfer - File not found at Destination 2025/04/08 03:54:18 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/08 03:54:19 DEBUG : two: md5 = c6d900f9fadc0e990dc0212693c67fb0 OK 2025/04/08 03:54:19 INFO : two: Copied (new) 2025/04/08 03:54:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/08 03:54:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:54:23 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:54:23 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.01s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:54:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fetogah3jagu/dst" 2025/04/08 03:54:24 DEBUG : Creating backend with remote "TestDrive:crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/08 03:54:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fetogah3jagu/CopyDest" 2025/04/08 03:54:25 DEBUG : Creating backend with remote "TestDrive:crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/08 03:54:27 DEBUG : one: Need to transfer - File not found at Destination 2025/04/08 03:54:29 DEBUG : one: md5 = 4ac4f89bd198f5f026ae8ca0b097cacf OK 2025/04/08 03:54:29 INFO : one: Copied (new) 2025/04/08 03:54:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/08 03:54:32 DEBUG : one: md5 = 050cadf99512852659b787df983c16ba OK 2025/04/08 03:54:32 INFO : one: Copied (replaced existing) 2025/04/08 03:54:34 DEBUG : dst/one: md5 = d06beb3394a11b669bd9408228e3f178 OK 2025/04/08 03:54:36 DEBUG : CopyDest/one: md5 = a8b7b2ddb81f39087f27eff39771c09b OK 2025/04/08 03:54:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fetogah3jagu/BackupDir" 2025/04/08 03:54:37 DEBUG : Creating backend with remote "TestDrive:crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/08 03:54:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/08 03:54:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/08 03:54:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/08 03:54:40 INFO : one: Moved (server-side) 2025/04/08 03:54:41 INFO : one: Copied (server-side copy) 2025/04/08 03:54:41 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/08 03:54:43 DEBUG : CopyDest/two: md5 = 8d7d10031270fc77753675ee7b0745b9 OK 2025/04/08 03:54:44 DEBUG : two: Need to transfer - File not found at Destination 2025/04/08 03:54:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/08 03:54:45 INFO : two: Copied (server-side copy) 2025/04/08 03:54:45 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/08 03:54:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/08 03:54:46 DEBUG : two: Unchanged skipping 2025/04/08 03:54:47 DEBUG : CopyDest/three: md5 = cd0baf6fd19b57154264a7a4347d20e1 OK 2025/04/08 03:54:48 DEBUG : three: Need to transfer - File not found at Destination 2025/04/08 03:54:48 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/08 03:54:48 DEBUG : three: Destination not found in --copy-dest 2025/04/08 03:54:50 DEBUG : three: md5 = ab134ff99b61b444686b3d3df9c4950a OK 2025/04/08 03:54:50 INFO : three: Copied (new) 2025/04/08 03:54:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/08 03:54:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:54:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/08 03:54:54 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/08 03:54:54 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/08 03:54:54 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:54:55 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.17s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.40s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:54:57 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/08 03:54:59 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 1a9ce24058e0ab74879f096e133e0ec7 OK 2025/04/08 03:54:59 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/08 03:55:00 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/08 03:55:00 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/04/08 03:55:01 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/08 03:55:01 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/08 03:55:03 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 153ec06fc6d042c33255e64bd700acde OK 2025/04/08 03:55:03 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/08 03:55:05 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/08 03:55:05 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.81s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:55:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Looking for duplicate names using skip mode. 2025/04/08 03:55:09 NOTICE: one: Found 2 files with duplicate names 2025/04/08 03:55:09 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.71s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:55:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Looking for duplicate names using skip mode. 2025/04/08 03:55:14 NOTICE: one: Found 3 files with duplicate names 2025/04/08 03:55:14 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/08 03:55:15 INFO : one: Deleted 2025/04/08 03:55:15 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (5.94s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:55:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Looking for duplicate names using first mode. 2025/04/08 03:55:21 NOTICE: one: Found 3 files with duplicate names 2025/04/08 03:55:21 INFO : one: Deleted 2025/04/08 03:55:21 INFO : one: Deleted 2025/04/08 03:55:21 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.80s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:55:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Looking for duplicate names using newest mode. 2025/04/08 03:55:27 NOTICE: one: Found 3 files with duplicate names 2025/04/08 03:55:28 INFO : one: Deleted 2025/04/08 03:55:28 INFO : one: Deleted 2025/04/08 03:55:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (5.93s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.42s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:55:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Looking for duplicate names using oldest mode. 2025/04/08 03:55:34 NOTICE: one: Found 3 files with duplicate names 2025/04/08 03:55:34 INFO : one: Deleted 2025/04/08 03:55:35 INFO : one: Deleted 2025/04/08 03:55:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.30s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:55:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Looking for duplicate names using largest mode. 2025/04/08 03:55:40 NOTICE: one: Found 3 files with duplicate names 2025/04/08 03:55:40 INFO : one: Deleted 2025/04/08 03:55:41 INFO : one: Deleted 2025/04/08 03:55:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.04s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:55:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Looking for duplicate names using smallest mode. 2025/04/08 03:55:46 NOTICE: one: Found 3 files with duplicate names 2025/04/08 03:55:46 INFO : one: Deleted 2025/04/08 03:55:47 INFO : one: Deleted 2025/04/08 03:55:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (5.97s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:55:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Looking for duplicate names using rename mode. 2025/04/08 03:55:53 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/08 03:55:54 INFO : one-2.txt: renamed from: one.txt 2025/04/08 03:55:55 INFO : one-3.txt: renamed from: one.txt 2025/04/08 03:55:57 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.13s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:56:01 DEBUG : dupe1/one.txt: md5 = 82618272dfbe5a6e9b7aa0a418a3abac OK 2025/04/08 03:56:03 DEBUG : dupe2/two.txt: md5 = f5984b2401cc8579bbd7690e3e248092 OK 2025/04/08 03:56:05 DEBUG : dupe3/three.txt: md5 = cbe3a59d2fc0e67ca7fc7d8716148260 OK 2025/04/08 03:56:06 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/08 03:56:06 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/08 03:56:07 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/08 03:56:08 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/08 03:56:11 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/08 03:56:11 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/08 03:56:11 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.39s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:56:13 DEBUG : a.txt: md5 = 6f684f52237cf4881235a3178159475a OK 2025/04/08 03:56:14 DEBUG : zend.txt: md5 = 96cf2853dc3c64374ea94d75af86688f OK 2025/04/08 03:56:16 DEBUG : sub dir/hello world: md5 = 1b5d31d3bad93482f9de69237390ebd6 OK 2025/04/08 03:56:17 DEBUG : sub dir/hello world2: md5 = 1f19a3eaf59247c7bfd6d046e4e22786 OK 2025/04/08 03:56:19 DEBUG : sub dir/ignore dir/.ignore: md5 = db3cbccef22334bdcd353517b3c57738 OK 2025/04/08 03:56:21 DEBUG : sub dir/ignore dir/should be ignored: md5 = 0570f3f7707b569a53f66782b2566e77 OK 2025/04/08 03:56:23 DEBUG : sub dir/sub sub dir/hello world3: md5 = c7924161984ead4605ad82fa741f4a8b OK 2025/04/08 03:56:24 DEBUG : a.txt: Excluded (Size Filter) 2025/04/08 03:56:24 DEBUG : a.txt: Excluded 2025/04/08 03:56:24 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/08 03:56:24 DEBUG : sub dir/hello world2: Excluded 2025/04/08 03:56:24 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/08 03:56:24 DEBUG : sub dir/hello world: Excluded 2025/04/08 03:56:25 DEBUG : sub dir/ignore dir: Excluded 2025/04/08 03:56:25 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/08 03:56:25 DEBUG : sub dir/hello world2: Excluded 2025/04/08 03:56:25 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/08 03:56:25 DEBUG : sub dir/hello world: Excluded 2025/04/08 03:56:25 DEBUG : sub dir/ignore dir: Excluded 2025/04/08 03:56:30 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/08 03:56:31 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/08 03:56:31 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/08 03:56:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/08 03:56:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/08 03:56:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/08 03:56:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (20.80s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:56:34 DEBUG : file1: md5 = 580e852aa0f515926f8167972f7591cf OK 2025/04/08 03:56:36 DEBUG : sub/file2: md5 = 06044525640fc3f6bd905a05c18304f8 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/04/08 03:56:39 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/08 03:56:39 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/08 03:56:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/08 03:56:41 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.69s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.38s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.63s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:56:43 DEBUG : file1: md5 = 81c0145f4f529eeac0bbfdc7ead9c4a4 OK 2025/04/08 03:56:45 DEBUG : sub/file2: md5 = 511416c2a4ac1fb4007329bfcac9cdd4 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/04/08 03:56:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fetogah3jagu/notfound" 2025/04/08 03:56:49 DEBUG : Creating backend with remote "TestDrive:crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0/qe0i31qdkoejk60elps0ni5sqk" 2025/04/08 03:56:53 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.20s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.22s) --- PASS: TestStatJSON/NotFound (0.44s) --- PASS: TestStatJSON/DirFilesOnly (0.21s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.72s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:56:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Making directory 2025/04/08 03:56:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Making directory --- PASS: TestMkdir (0.63s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:56:56 DEBUG : sub dir/hello world: md5 = 4af0a2f077a795ecaa0906bd0fd6697a OK 2025/04/08 03:56:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.82s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:57:00 DEBUG : potato2: md5 = d8a9c7c04dd1f9df61363b1c8043ddf3 OK 2025/04/08 03:57:01 DEBUG : empty space: md5 = feb687a698bbebcdc2d5344636343613 OK --- PASS: TestLs (4.63s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:57:04 DEBUG : potato2: md5 = 102348d1f72154f247bf79a266672eac OK 2025/04/08 03:57:06 DEBUG : empty space: md5 = 50fa4cd769a1d4570d4f4a3fb2d9f150 OK 2025/04/08 03:57:06 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.13s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:57:10 DEBUG : potato2: md5 = 8f3246759269642934ec9d3b39b393ac OK 2025/04/08 03:57:11 DEBUG : empty space: md5 = dc5d7d3326d0d76fa598f6dd554857f8 OK --- PASS: TestLsLong (4.51s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:57:14 DEBUG : potato2: md5 = dd6b168f8988cbcaf371529449ff58b3 OK 2025/04/08 03:57:16 DEBUG : empty space: md5 = df468ff894ddb338adbf51377f07824e OK --- PASS: TestHashSums (4.35s) === RUN TestHashSumsWithErrors 2025/04/08 03:57:17 DEBUG : Creating backend with remote ":memory:" 2025/04/08 03:57:17 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/08 03:57:17 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/08 03:57:17 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/08 03:57:17 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/08 03:57:17 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/08 03:57:17 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/08 03:57:17 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/08 03:57:17 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/08 03:57:17 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-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:57:19 DEBUG : potato2: md5 = 1135571b493fe65fe2e7a78790d87974 OK 2025/04/08 03:57:20 DEBUG : empty space: md5 = 4cc9ff783bafa30a15f4b021d01c37ee OK 2025/04/08 03:57:22 DEBUG : sub dir/potato3: md5 = 6f721e09065d8623abc4a4680fd8191b OK 2025/04/08 03:57:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.55s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:57:27 DEBUG : small: md5 = 1a5b54cd9da2b6d3da10ceb20000ccc6 OK 2025/04/08 03:57:28 DEBUG : medium: md5 = 69e441a19e19f6b2e66812b481809b6c OK 2025/04/08 03:57:30 DEBUG : large: md5 = b7b44147e847d847b2b6e16c2f0a2ef1 OK 2025/04/08 03:57:30 DEBUG : Waiting for deletions to finish 2025/04/08 03:57:30 DEBUG : large: Excluded (Size Filter) 2025/04/08 03:57:31 INFO : small: Deleted 2025/04/08 03:57:31 INFO : medium: Deleted --- PASS: TestDelete (6.23s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:57:33 DEBUG : small: md5 = 8bdaa67b2903145505a44b1b1f381f67 OK 2025/04/08 03:57:35 DEBUG : medium: md5 = d95f18a580641a20add9c65f68799364 OK 2025/04/08 03:57:36 DEBUG : large: md5 = a30c9f6113e0806f0873ece34f7c11b2 OK 2025/04/08 03:57:36 DEBUG : Waiting for deletions to finish 2025/04/08 03:57:37 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/04/08 03:57:37 INFO : medium: Deleted 2025/04/08 03:57:37 INFO : small: Deleted --- PASS: TestMaxDelete (6.51s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:57:40 DEBUG : small: md5 = 0533dc1a1bf6d2b9093c6c2e638f82b4 OK 2025/04/08 03:57:41 DEBUG : medium: md5 = d2f271034ec21668b1e47d220acc6fd1 OK 2025/04/08 03:57:43 DEBUG : large: md5 = 4742c538b43a3d476e5a3d83eb2a61b3 OK 2025/04/08 03:57:43 DEBUG : Waiting for deletions to finish 2025/04/08 03:57:43 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/08 03:57:44 INFO : small: Deleted 2025/04/08 03:57:44 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.88s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:57:47 DEBUG : small: md5 = fedfe4373a431b7d253d22fd27b83278 OK 2025/04/08 03:57:48 DEBUG : medium: md5 = 5c51254bc90895e9cd9615269b72b387 OK 2025/04/08 03:57:49 DEBUG : large: md5 = 007e3ff3ae42f96eeff06f3248bf006f OK 2025/04/08 03:57:50 DEBUG : Waiting for deletions to finish 2025/04/08 03:57:50 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/04/08 03:57:50 INFO : small: Deleted 2025/04/08 03:57:50 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.40s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:57:53 DEBUG : ReadFile: md5 = 609ff1cc508baae92100afe79f32bf0c OK --- PASS: TestReadFile (4.26s) === RUN TestRetry 2025/04/08 03:57:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/08 03:57:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/08 03:57:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/08 03:57:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/08 03:57:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/08 03:57:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/08 03:57:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:57:57 DEBUG : file1: md5 = 7687df8a09499bfa39a0006da834d997 OK 2025/04/08 03:57:59 DEBUG : file2: md5 = 93a10b8ad9135cd517660b5b1ac56bc6 OK --- PASS: TestCat (16.88s) === RUN TestPurge 2025/04/08 03:58:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muvajek6zafe" 2025/04/08 03:58:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/08 03:58:13 DEBUG : Creating backend with remote "TestDrive:crypt/v16604jg4abr30bfqad3cfvmmkhgg9cgedbg0bso9fsei6qjujgg" 2025/04/08 03:58:14 DEBUG : Creating backend with remote "/tmp/rclone3452731089" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-muvajek6zafe'", Local "Local file system at /tmp/rclone3452731089", Modify Window "1ms" 2025/04/08 03:58:18 DEBUG : A1/B1/C1/one: md5 = 01503fb2c94bc870c4f61ecb684d468a OK 2025/04/08 03:58:18 INFO : A2: Making directory 2025/04/08 03:58:19 INFO : A1/B2: Making directory 2025/04/08 03:58:20 INFO : A1/B2/C2: Making directory 2025/04/08 03:58:21 INFO : A1/B1/C3: Making directory 2025/04/08 03:58:21 INFO : A3: Making directory 2025/04/08 03:58:22 INFO : A3/B3: Making directory 2025/04/08 03:58:23 INFO : A3/B3/C4: Making directory 2025/04/08 03:58:25 DEBUG : A1/two: md5 = 42938a6061d59a078564a1bc9715d996 OK 2025/04/08 03:58:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muvajek6zafe': Purge remote 2025/04/08 03:58:28 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.40s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:58:32 DEBUG : A1/B1/C1/one: md5 = 8b2cc5a099e52180074a42d6e452aa52 OK 2025/04/08 03:58:32 INFO : A2: Making directory 2025/04/08 03:58:33 INFO : A1/B2: Making directory 2025/04/08 03:58:34 INFO : A1/B2/C2: Making directory 2025/04/08 03:58:34 INFO : A1/B1/C3: Making directory 2025/04/08 03:58:35 INFO : A3: Making directory 2025/04/08 03:58:36 INFO : A3/B3: Making directory 2025/04/08 03:58:36 INFO : A3/B3/C4: Making directory 2025/04/08 03:58:39 DEBUG : A1/two: md5 = 774e22719cc8555eb4574b1397c6c51e OK 2025/04/08 03:58:40 DEBUG : removing 1 level 3 directories 2025/04/08 03:58:40 INFO : A3/B3/C4: Removing directory 2025/04/08 03:58:42 DEBUG : removing 2 level 3 directories 2025/04/08 03:58:42 INFO : A1/B2/C2: Removing directory 2025/04/08 03:58:42 INFO : A1/B1/C3: Removing directory 2025/04/08 03:58:43 DEBUG : removing 2 level 2 directories 2025/04/08 03:58:43 INFO : A3/B3: Removing directory 2025/04/08 03:58:43 INFO : A1/B2: Removing directory 2025/04/08 03:58:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/08 03:58:43 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/08 03:58:44 DEBUG : removing 2 level 1 directories 2025/04/08 03:58:44 INFO : A3: Removing directory 2025/04/08 03:58:44 INFO : A2: Removing directory 2025/04/08 03:58:44 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/08 03:58:48 DEBUG : removing 1 level 3 directories 2025/04/08 03:58:48 INFO : A1/B1/C1: Removing directory 2025/04/08 03:58:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:48 DEBUG : removing 1 level 2 directories 2025/04/08 03:58:48 INFO : A1/B1: Removing directory 2025/04/08 03:58:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/08 03:58:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/08 03:58:49 DEBUG : removing 1 level 1 directories 2025/04/08 03:58:49 INFO : A1: Removing directory 2025/04/08 03:58:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/08 03:58:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/08 03:58:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/08 03:58:50 DEBUG : removing 1 level 0 directories 2025/04/08 03:58:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Removing directory 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/08 03:58:50 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" --- PASS: TestRmdirsNoLeaveRoot (22.85s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:58:52 INFO : A1: Making directory 2025/04/08 03:58:53 INFO : A1/B1: Making directory 2025/04/08 03:58:53 INFO : A1/B1/C1: Making directory 2025/04/08 03:58:56 DEBUG : removing 1 level 3 directories 2025/04/08 03:58:56 INFO : A1/B1/C1: Removing directory 2025/04/08 03:58:56 DEBUG : removing 1 level 2 directories 2025/04/08 03:58:56 INFO : A1/B1: Removing directory 2025/04/08 03:58:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/08 03:58:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.46s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:58:59 INFO : A1: Making directory 2025/04/08 03:59:00 INFO : A1/B1: Making directory 2025/04/08 03:59:00 INFO : A1/B1/C1: Making directory 2025/04/08 03:59:03 DEBUG : removing 1 level 3 directories 2025/04/08 03:59:03 INFO : A1/B1/C1: Removing directory 2025/04/08 03:59:03 DEBUG : removing 1 level 2 directories 2025/04/08 03:59:03 INFO : A1/B1: Removing directory 2025/04/08 03:59:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/08 03:59:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.20s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:59:07 DEBUG : file1: md5 = a4983d913d388a0b783af68e175a4af3 OK 2025/04/08 03:59:08 DEBUG : filename.txt: File name found in url 2025/04/08 03:59:09 DEBUG : filename.txt: md5 = 031480a7d2dc843c840942db31caf1e6 OK 2025/04/08 03:59:09 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/08 03:59:11 DEBUG : headerfilename.txt: md5 = 35595bf4c05d242495d14f75c6c879b3 OK 2025/04/08 03:59:12 DEBUG : file2: md5 = 9099ed8436563f73bb58612b909f5314 OK --- PASS: TestCopyURL (8.56s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:59:15 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/08 03:59:17 DEBUG : sub/file2: md5 = 6474d4a0c6050cd138c14164ac8ca616 OK 2025/04/08 03:59:17 INFO : file1: Copied (new) to: sub/file2 2025/04/08 03:59:17 INFO : file1: Deleted 2025/04/08 03:59:17 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/08 03:59:17 DEBUG : file1: Unchanged skipping 2025/04/08 03:59:17 INFO : file1: Deleted 2025/04/08 03:59:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': don't need to copy/move sub/file2, it is already at target location 2025/04/08 03:59:20 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.84s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:59:21 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/08 03:59:22 DEBUG : file1: md5 = 8228c44b9b79e63a90ed6e8159083740 OK 2025/04/08 03:59:22 INFO : file1: Copied (new) 2025/04/08 03:59:22 INFO : file1: Deleted 2025/04/08 03:59:22 DEBUG : file1: Destination exists, skipping 2025/04/08 03:59:22 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (2.97s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:59:26 DEBUG : dst/file1: md5 = 06da2973e3fe4db2dac66c3b08da9bed OK 2025/04/08 03:59:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fetogah3jagu/backup" 2025/04/08 03:59:27 DEBUG : Config file has changed externally - reloading 2025/04/08 03:59:27 DEBUG : Creating backend with remote "TestDrive:crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0/1nrff024r7pq65ecp72fc28jb0" 2025/04/08 03:59:28 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/08 03:59:31 INFO : dst/file1: Moved (server-side) 2025/04/08 03:59:32 DEBUG : dst/file1: md5 = d448f2242c1edba463373eb8a0f9ae1b OK 2025/04/08 03:59:32 INFO : dst/file1: Copied (new) 2025/04/08 03:59:32 INFO : dst/file1: Deleted 2025/04/08 03:59:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/08 03:59:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/08 03:59:36 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.23s) === 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-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 03:59:38 DEBUG : A1/one: md5 = 289a619e384cf51d40d83acf0995622c OK 2025/04/08 03:59:40 DEBUG : A1/two: md5 = 1b2ff6190ed9cc25c1215e2ebf2b90f2 OK 2025/04/08 03:59:42 DEBUG : A1/B1/three: md5 = 20609c4cd296cafac1c6af1d26a0d00b OK 2025/04/08 03:59:44 DEBUG : A1/B1/C1/four: md5 = 0870d1d8511532eacff2647b7799cc84 OK 2025/04/08 03:59:46 DEBUG : A1/B1/C2/five: md5 = e31f3978ef9e6ecffa37f2e67c8e49f2 OK 2025/04/08 03:59:46 INFO : A1/B2: Making directory 2025/04/08 03:59:47 INFO : A1/B1/C3: Making directory 2025/04/08 03:59:56 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/08 03:59:56 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/08 03:59:56 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/08 03:59:56 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/08 03:59:56 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/08 03:59:59 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/08 03:59:59 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/08 03:59:59 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/08 04:00:00 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/08 04:00:00 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/08 04:00:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/08 04:00:08 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/08 04:00:08 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/08 04:00:08 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/08 04:00:08 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/08 04:00:08 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/08 04:00:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/08 04:00:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/08 04:00:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/08 04:00:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/08 04:00:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/08 04:00:18 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/08 04:00:19 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/08 04:00:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/08 04:00:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/08 04:00:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/08 04:00:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/08 04:00:21 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/08 04:00:21 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/08 04:00:21 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/08 04:00:21 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.81s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:00:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': File to upload is small (34 bytes), uploading instead of streaming 2025/04/08 04:00:23 DEBUG : no_checksum_small_file_from_pipe: md5 = 2d46b8f34d4cf5d7dbe0fcd4bfa20694 OK 2025/04/08 04:00:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/08 04:00:23 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/08 04:00:24 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/08 04:00:25 DEBUG : no_checksum_big_file_from_pipe: md5 = a324dfefc8d3571ec1e81093709ec527 OK 2025/04/08 04:00:25 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-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:00:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': File to upload is small (34 bytes), uploading instead of streaming 2025/04/08 04:00:28 DEBUG : with_checksum_small_file_from_pipe: md5 = 13afa67bd062856dc2221dbc2b86910d OK 2025/04/08 04:00:28 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/08 04:00:29 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/08 04:00:30 DEBUG : with_checksum_big_file_from_pipe: md5 = 71fcfbb75675994e0866b279aa66fe27 OK 2025/04/08 04:00:30 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-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:00:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': File to upload is small (34 bytes), uploading instead of streaming 2025/04/08 04:00:33 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/08 04:00:34 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/08 04:00:34 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-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:00:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': File to upload is small (34 bytes), uploading instead of streaming 2025/04/08 04:00:38 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/08 04:00:38 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/08 04:00:39 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.11s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.87s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.79s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.75s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.70s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/08 04:00:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': File to upload is small (48 bytes), uploading instead of streaming 2025/04/08 04:00:42 DEBUG : rcat_metadata: md5 = 5d94b1c0b9eac878b6edd3318f0f2bef OK 2025/04/08 04:00:42 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/08 04:00:44 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/08 04:00:45 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9c44b903b0e645f472778f2ffb3e93bf OK 2025/04/08 04:00:45 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.86s) --- PASS: TestRcatMetadata/Normal (2.47s) --- PASS: TestRcatMetadata/ViaDisk (2.96s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:00:48 DEBUG : potato1: md5 = da50400da51ae98eebba334bce43d5f1 OK 2025/04/08 04:00:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': File to upload is small (60 bytes), uploading instead of streaming 2025/04/08 04:00:49 DEBUG : potato2: md5 = 429e267dc1b9de8e2eb953ccbe5ad4c2 OK 2025/04/08 04:00:49 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.35s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:00:53 DEBUG : potato1: md5 = ae37e30dbdfd95995e9260bdf6345ca3 OK 2025/04/08 04:00:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': File to upload is small (60 bytes), uploading instead of streaming 2025/04/08 04:00:54 DEBUG : potato2: md5 = 3bd7fa5b052694a083a9f328fc69a6a2 OK 2025/04/08 04:00:54 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.10s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:00:57 DEBUG : potato2: md5 = 8f81890af3b2121fe3757c6bace1f74b OK 2025/04/08 04:00:59 DEBUG : empty space: md5 = b4772c429408c620732e141df4bbbfca OK 2025/04/08 04:01:01 DEBUG : sub dir/potato3: md5 = fe618ab4ebc1d7786c855d74d4eb52ea OK 2025/04/08 04:01:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Touching "sub dir/potato3" 2025/04/08 04:01:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Touching "empty space" 2025/04/08 04:01:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Touching "potato2" 2025/04/08 04:01:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.41s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:01:05 DEBUG : dir with metadata: Making directory with metadata 2025/04/08 04:01:07 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.58s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:01:08 DEBUG : directory with modtime: Making directory with metadata 2025/04/08 04:01:09 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.39s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:01:10 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/08 04:01:10 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/08 04:01:11 DEBUG : Google drive root 'crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0': Skipping btime metadata as can't update it on an existing file: 2025-04-08T04:01:10.963092067Z 2025/04/08 04:01:11 INFO : non existent directory: Updated directory metadata 2025/04/08 04:01:13 DEBUG : Google drive root 'crypt/rjc9hcsbk37aeoa2n3tsrrr1rqjd25mrj78c8dcnemo6jkg8vnb0': Skipping btime metadata as can't update it on an existing file: 2025-04-08T04:01:10.963092067Z 2025/04/08 04:01:14 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.84s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:01:15 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/08 04:01:17 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/08 04:01:18 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.00s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:01:19 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/08 04:01:19 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/08 04:01:19 DEBUG : dst: Making directory with metadata 2025/04/08 04:01:20 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/08 04:01:20 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/08 04:01:20 INFO : dst: Set directory modification time (using SetModTime) 2025/04/08 04:01:21 INFO : dst: Set directory modification time (using SetModTime) 2025/04/08 04:01:21 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/08 04:01:21 INFO : dst: Set directory modification time (using SetModTime) 2025/04/08 04:01:21 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.39s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu'", Local "Local file system at /tmp/rclone2290694794", Modify Window "1ms" 2025/04/08 04:01:25 DEBUG : sub dir/test remove existing: md5 = 245c20f09e767398728f9fd046cb6662 OK 2025/04/08 04:01:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 4d56ebfdb31d8e7d2c98ed351f07a7aa OK 2025/04/08 04:01:28 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.nazegab7" before starting 2025/04/08 04:01:29 DEBUG : sub dir/test remove existing.nazegab7: TEST: removing renamed existing file after operation 2025/04/08 04:01:30 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cugakek5" before starting 2025/04/08 04:01:31 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cugakek5: TEST: renaming existing back after failed operation 2025/04/08 04:01:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pajubor0" before starting 2025/04/08 04:01:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pajubor0: TEST: removing renamed existing file after operation 2025/04/08 04:01:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "6oqku7dora221865csva1oq6kn5b0lp4f5l37q8lu4r5stfk9mp0" 2025/04/08 04:01:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "lcoarrmndb2cvc6qjh591kocalmlejfi1u4mma3glnaugp3m76rc473lujmeek3ooaf5874e9hf573od9pvf9m2lshkl73j4ijg2stvvknc2tsfulm6vgihovh6ce3n1baudri6sijig6gf76169se2t5fbnmbq3p89ibpet4vcu5dbrquj0" --- PASS: TestRemoveExisting (12.83s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/04/08 04:01:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fetogah3jagu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m15.543116116s (try 1/5)