"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/12/15 01:38:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvucod2deha" 2024/12/15 01:38:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:38:16 DEBUG : Creating backend with remote "TestDrive:crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog" 2024/12/15 01:38:17 DEBUG : Creating backend with remote "/tmp/rclone3060321695" === 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-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/12/15 01:38:17 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/15 01:38:17 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/12/15 01:38:17 DEBUG : potato: Seek from 10 to 0 2024/12/15 01:38:17 DEBUG : potato: Seek from 10 to 0 2024/12/15 01:38:17 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/12/15 01:38:17 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/15 01:38:17 DEBUG : potato: Seek from 5 to 2 2024/12/15 01:38:17 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/12/15 01:38:17 DEBUG : potato: Seek from 7 to 0 2024/12/15 01:38:17 DEBUG : potato: Seek from 7 to 0 2024/12/15 01:38:17 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/12/15 01:38:17 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/15 01:38:17 DEBUG : potato: Seek from 5 to 2 2024/12/15 01:38:17 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/12/15 01:38:17 DEBUG : potato: Seek from 8 to 0 2024/12/15 01:38:17 DEBUG : potato: Seek from 8 to 0 2024/12/15 01:38:17 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/12/15 01:38:17 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/15 01:38:17 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/15 01:38:17 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/15 01:38:17 DEBUG : potato: Seek from 5 to 2 2024/12/15 01:38:17 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/12/15 01:38:17 DEBUG : potato: Seek from 9 to 0 2024/12/15 01:38:17 DEBUG : potato: Seek from 9 to 0 2024/12/15 01:38:17 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-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:38:20 DEBUG : rutabaga: md5 = be9f87b4d6341bed0a40916770e79b43 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/12/15 01:38:22 DEBUG : empty space: md5 = feb99146c176e92e6c0a9d5df1ddf9c0 OK === RUN TestCheck/3 2024/12/15 01:38:24 DEBUG : potato2: md5 = 9a773c8c35908203c685fd31b37fb295 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/12/15 01:38:27 DEBUG : remotepotato: md5 = cf193c7033d3107ff0761dd4ebc3a57c OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.81s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.22s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2024/12/15 01:38:30 DEBUG : Creating backend with remote "nonexistent" 2024/12/15 01:38:30 DEBUG : Creating backend with remote "nonexistent" 2024/12/15 01:38:30 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/12/15 01:38:30 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/12/15 01:38:30 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/12/15 01:38:30 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-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:38:31 DEBUG : rutabaga: md5 = 1c84f2a223def69437afb07473d4cc54 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/12/15 01:38:36 DEBUG : empty space: md5 = 24a595f9d9e3d531df198bab986d7cda OK === RUN TestCheckDownload/3 2024/12/15 01:38:39 DEBUG : potato2: md5 = 3e06137a816c6e7baae21e6623b086e2 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/12/15 01:38:44 DEBUG : remotepotato: md5 = 19e92dd12e30c8cf4a89feb11bb79860 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.59s) --- PASS: TestCheckDownload/1 (1.31s) --- PASS: TestCheckDownload/2 (1.67s) --- PASS: TestCheckDownload/3 (1.18s) --- PASS: TestCheckDownload/4 (1.45s) --- PASS: TestCheckDownload/5 (1.45s) --- PASS: TestCheckDownload/6 (1.01s) --- PASS: TestCheckDownload/7 (1.48s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:38:51 DEBUG : rutabaga: md5 = b01151b5b14e6036bca16bfafa283137 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/12/15 01:38:53 DEBUG : empty space: md5 = 27e6c7d96013bf86f80b4678f2ec55c7 OK === RUN TestCheckSizeOnly/3 2024/12/15 01:38:55 DEBUG : potato2: md5 = aa948619744299c83a41be9ce1237238 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/12/15 01:38:58 DEBUG : remotepotato: md5 = ba01ad0017c245890e2cba9d4efa86c2 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.92s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:39:03 DEBUG : test.sum: md5 = cff1cac0bfff10ab12ab2ae29113b361 OK 2024/12/15 01:39:04 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/15 01:39:04 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/15 01:39:04 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/15 01:39:04 NOTICE: test.sum: 2 warning(s) suppressed... 2024/12/15 01:39:06 DEBUG : test.sum: md5 = c738bce76691119849191c7432b64437 OK 2024/12/15 01:39:07 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/15 01:39:07 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/15 01:39:07 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/15 01:39:07 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.89s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:39:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvucod2deha/data" 2024/12/15 01:39:08 DEBUG : Config file has changed externally - reloading 2024/12/15 01:39:08 DEBUG : Creating backend with remote "TestDrive:crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha/data' lacks md5, skipping --- SKIP: TestCheckSum (2.07s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:39:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvucod2deha/data" 2024/12/15 01:39:10 DEBUG : Creating backend with remote "TestDrive:crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog/vjrnln8ratgmqakfosrqe8espk" 2024/12/15 01:39:14 DEBUG : data/banana: md5 = 1b02b27e6d0dbdc9da8055df10cebd48 OK 2024/12/15 01:39:16 DEBUG : test.sum: md5 = c2ec1f57bfc5e150e11878abad46797d OK === RUN TestCheckSumDownload/subtest1 2024/12/15 01:39:21 DEBUG : data/potato: md5 = 8386d57beb42134892c6a42a2a9f2c3c OK 2024/12/15 01:39:22 DEBUG : test.sum: md5 = f378ea74d3837a8eadf779e6016a498e OK === RUN TestCheckSumDownload/subtest2 2024/12/15 01:39:27 DEBUG : test.sum: md5 = 46ec13772b11ffbad4383b5a34a9082d OK === RUN TestCheckSumDownload/subtest3 2024/12/15 01:39:32 DEBUG : test.sum: md5 = c2dcdc3133a2cb05ea356fb31cb59d4a OK === RUN TestCheckSumDownload/subtest4 2024/12/15 01:39:36 DEBUG : test.sum: md5 = 5820928b8dd9b86ab40d4afd89161ead OK === RUN TestCheckSumDownload/subtest5 2024/12/15 01:39:41 DEBUG : test.sum: md5 = e42f1ced2094c9ee628a57b2533dd808 OK === RUN TestCheckSumDownload/subtest6 2024/12/15 01:39:46 DEBUG : data/banana: md5 = 1bc61e3bed651d24816d610a164cce26 OK 2024/12/15 01:39:47 DEBUG : data/potato: md5 = 68d534597e452680709f32b64cfc4db8 OK 2024/12/15 01:39:49 DEBUG : test.sum: md5 = 72c740f53e74dfba14b0cd9c90ce9d9a OK === RUN TestCheckSumDownload/subtest7 2024/12/15 01:39:55 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/12/15 01:39:55 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (45.23s) --- PASS: TestCheckSumDownload/subtest1 (2.78s) --- PASS: TestCheckSumDownload/subtest2 (2.37s) --- PASS: TestCheckSumDownload/subtest3 (3.11s) --- PASS: TestCheckSumDownload/subtest4 (2.32s) --- PASS: TestCheckSumDownload/subtest5 (2.91s) --- PASS: TestCheckSumDownload/subtest6 (2.52s) --- PASS: TestCheckSumDownload/subtest7 (3.20s) === RUN TestApplyTransforms 2024/12/15 01:39:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penuroz0qalu" 2024/12/15 01:39:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:39:56 DEBUG : Creating backend with remote "TestDrive:crypt/bkgm37gbvg3cnoqmn1dum9up64nl83mdv7dhlcqbqdnhqubvp6b0" 2024/12/15 01:39:57 DEBUG : Creating backend with remote "/tmp/rclone905411902" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penuroz0qalu'", Local "Local file system at /tmp/rclone905411902", Modify Window "1ms" 2024/12/15 01:39:59 DEBUG : hello, world!: md5 = 22522e1232fc48878f7dee6145543840 OK upper checkfile vs. lower remote (without normalization) 2024/12/15 01:40:00 ERROR : hello, world!: sum not found 2024/12/15 01:40:00 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-penuroz0qalu' 2024/12/15 01:40:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-penuroz0qalu': 1 files missing 2024/12/15 01:40:00 NOTICE: 1 hashes missing 2024/12/15 01:40:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-penuroz0qalu': 2 differences found 2024/12/15 01:40:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-penuroz0qalu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/12/15 01:40:01 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/15 01:40:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-penuroz0qalu': 0 differences found 2024/12/15 01:40:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-penuroz0qalu': 1 matching files 2024/12/15 01:40:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-koyekeq4yewo" 2024/12/15 01:40:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:40:01 DEBUG : Creating backend with remote "TestDrive:crypt/qf4skmtn284v445e3ttp834l273707k9tvnb01v1pa721ob1iaq0" 2024/12/15 01:40:02 DEBUG : Creating backend with remote "/tmp/rclone4025393871" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-koyekeq4yewo'", Local "Local file system at /tmp/rclone4025393871", Modify Window "1ms" 2024/12/15 01:40:05 DEBUG : HELLO, WORLD!: md5 = 570ba67867767527d88d219261cd95d7 OK lower checkfile vs. upper remote (without normalization) 2024/12/15 01:40:06 ERROR : HELLO, WORLD!: sum not found 2024/12/15 01:40:06 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-koyekeq4yewo' 2024/12/15 01:40:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koyekeq4yewo': 1 files missing 2024/12/15 01:40:06 NOTICE: 1 hashes missing 2024/12/15 01:40:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koyekeq4yewo': 2 differences found 2024/12/15 01:40:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koyekeq4yewo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/12/15 01:40:08 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/15 01:40:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koyekeq4yewo': 0 differences found 2024/12/15 01:40:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koyekeq4yewo': 1 matching files 2024/12/15 01:40:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qurapit9peve" 2024/12/15 01:40:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:40:08 DEBUG : Creating backend with remote "TestDrive:crypt/jndm5jt1c46bavs62ale8mfum1121je3qt0e0fa43q2n6fe4k2og" 2024/12/15 01:40:09 DEBUG : Creating backend with remote "/tmp/rclone287177223" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qurapit9peve'", Local "Local file system at /tmp/rclone287177223", Modify Window "1ms" 2024/12/15 01:40:11 DEBUG : HeLlO, wOrLd!: md5 = dedc16b433d5ad446cff93a4c67330cf OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/12/15 01:40:12 ERROR : HeLlO, wOrLd!: sum not found 2024/12/15 01:40:12 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qurapit9peve' 2024/12/15 01:40:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qurapit9peve': 1 files missing 2024/12/15 01:40:12 NOTICE: 1 hashes missing 2024/12/15 01:40:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qurapit9peve': 2 differences found 2024/12/15 01:40:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qurapit9peve': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/12/15 01:40:13 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/15 01:40:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qurapit9peve': 0 differences found 2024/12/15 01:40:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qurapit9peve': 1 matching files 2024/12/15 01:40:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-palaqos8xoda" 2024/12/15 01:40:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:40:13 DEBUG : Creating backend with remote "TestDrive:crypt/ugjt7ecfvfl2h3nb6uto2p7an14g1vevh1tu0d4bptc7uqf9hfqg" 2024/12/15 01:40:14 DEBUG : Creating backend with remote "/tmp/rclone243650276" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-palaqos8xoda'", Local "Local file system at /tmp/rclone243650276", Modify Window "1ms" 2024/12/15 01:40:17 DEBUG : HELLO, WORLD!: md5 = f88dc925655b75d4008c4aaf40b08e4f OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/12/15 01:40:17 ERROR : HELLO, WORLD!: sum not found 2024/12/15 01:40:17 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-palaqos8xoda' 2024/12/15 01:40:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-palaqos8xoda': 1 files missing 2024/12/15 01:40:17 NOTICE: 1 hashes missing 2024/12/15 01:40:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-palaqos8xoda': 2 differences found 2024/12/15 01:40:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-palaqos8xoda': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/12/15 01:40:19 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/15 01:40:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-palaqos8xoda': 0 differences found 2024/12/15 01:40:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-palaqos8xoda': 1 matching files 2024/12/15 01:40:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bopowis1matu" 2024/12/15 01:40:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:40:19 DEBUG : Creating backend with remote "TestDrive:crypt/uqhoh5a5ugnpssrca9h9lmbt3hako7tugdt3n5ih7k74sp4ahudg" 2024/12/15 01:40:20 DEBUG : Creating backend with remote "/tmp/rclone2153374344" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bopowis1matu'", Local "Local file system at /tmp/rclone2153374344", Modify Window "1ms" 2024/12/15 01:40:22 DEBUG : 測試_Русский___ě_áñ: md5 = 5ca992ca1beaf786561456be83b58ab5 OK NFD checkfile vs. NFC remote (without normalization) 2024/12/15 01:40:23 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/15 01:40:23 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bopowis1matu' 2024/12/15 01:40:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopowis1matu': 1 files missing 2024/12/15 01:40:23 NOTICE: 1 hashes missing 2024/12/15 01:40:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopowis1matu': 2 differences found 2024/12/15 01:40:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopowis1matu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/12/15 01:40:24 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/15 01:40:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopowis1matu': 0 differences found 2024/12/15 01:40:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopowis1matu': 1 matching files 2024/12/15 01:40:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cazigif8pama" 2024/12/15 01:40:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:40:24 DEBUG : Creating backend with remote "TestDrive:crypt/mnq9ctfrsc9s5ous5a75obmple9imn00lt3ir5vrcira0pt8uoq0" 2024/12/15 01:40:25 DEBUG : Creating backend with remote "/tmp/rclone2828291838" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cazigif8pama'", Local "Local file system at /tmp/rclone2828291838", Modify Window "1ms" 2024/12/15 01:40:28 DEBUG : 測試_Русский___ě_áñ: md5 = 1293fc721b19d1509b184f153e7cec77 OK NFC checkfile vs. NFD remote (without normalization) 2024/12/15 01:40:28 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/15 01:40:28 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cazigif8pama' 2024/12/15 01:40:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cazigif8pama': 1 files missing 2024/12/15 01:40:28 NOTICE: 1 hashes missing 2024/12/15 01:40:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cazigif8pama': 2 differences found 2024/12/15 01:40:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cazigif8pama': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/12/15 01:40:30 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/15 01:40:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cazigif8pama': 0 differences found 2024/12/15 01:40:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cazigif8pama': 1 matching files 2024/12/15 01:40:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waxalud5siya" 2024/12/15 01:40:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:40:30 DEBUG : Creating backend with remote "TestDrive:crypt/qbo4r23ap8uh2p4o56i082ev5ki0eif2hkqpmmbl4pkcoainn0s0" 2024/12/15 01:40:31 DEBUG : Creating backend with remote "/tmp/rclone3621191745" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waxalud5siya'", Local "Local file system at /tmp/rclone3621191745", Modify Window "1ms" 2024/12/15 01:40:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b9af549c599b86c5799f8b49dd52b5ed OK NFDx2 checkfile vs. both remote (without normalization) 2024/12/15 01:40:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/15 01:40:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-waxalud5siya' 2024/12/15 01:40:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-waxalud5siya': 1 files missing 2024/12/15 01:40:34 NOTICE: 1 hashes missing 2024/12/15 01:40:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-waxalud5siya': 2 differences found 2024/12/15 01:40:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-waxalud5siya': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/12/15 01:40:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/15 01:40:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-waxalud5siya': 0 differences found 2024/12/15 01:40:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-waxalud5siya': 1 matching files 2024/12/15 01:40:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bubicev9busa" 2024/12/15 01:40:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:40:35 DEBUG : Creating backend with remote "TestDrive:crypt/6iuilpeh76m3l57s3kg7njla7et59srs0luhiqnqj5vvk8e3hg5g" 2024/12/15 01:40:36 DEBUG : Creating backend with remote "/tmp/rclone2766048129" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bubicev9busa'", Local "Local file system at /tmp/rclone2766048129", Modify Window "1ms" 2024/12/15 01:40:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3aa95e1450c93adf3c95195f3c7b23c4 OK NFCx2 checkfile vs. both remote (without normalization) 2024/12/15 01:40:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/15 01:40:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bubicev9busa' 2024/12/15 01:40:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bubicev9busa': 1 files missing 2024/12/15 01:40:40 NOTICE: 1 hashes missing 2024/12/15 01:40:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bubicev9busa': 2 differences found 2024/12/15 01:40:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bubicev9busa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/12/15 01:40:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/15 01:40:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bubicev9busa': 0 differences found 2024/12/15 01:40:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bubicev9busa': 1 matching files 2024/12/15 01:40:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yakahaz7guda" 2024/12/15 01:40:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:40:41 DEBUG : Creating backend with remote "TestDrive:crypt/nskh0mnf9l9l3m6nj2rh2roire93ilnbo7vle5mrttv1gqb8v9g0" 2024/12/15 01:40:42 DEBUG : Creating backend with remote "/tmp/rclone21307152" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yakahaz7guda'", Local "Local file system at /tmp/rclone21307152", Modify Window "1ms" 2024/12/15 01:40:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = eaa5b1c6fdb4bb7d08525a81576632ac OK both checkfile vs. NFDx2 remote (without normalization) 2024/12/15 01:40:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/15 01:40:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yakahaz7guda' 2024/12/15 01:40:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yakahaz7guda': 1 files missing 2024/12/15 01:40:46 NOTICE: 1 hashes missing 2024/12/15 01:40:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yakahaz7guda': 2 differences found 2024/12/15 01:40:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yakahaz7guda': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/12/15 01:40:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/15 01:40:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yakahaz7guda': 0 differences found 2024/12/15 01:40:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yakahaz7guda': 1 matching files 2024/12/15 01:40:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nizitin0kupo" 2024/12/15 01:40:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:40:47 DEBUG : Creating backend with remote "TestDrive:crypt/etcl0t566hgdrju5tc4dd6o9bpas4s5el3nnqj7d3r7rv3is0e0g" 2024/12/15 01:40:48 DEBUG : Creating backend with remote "/tmp/rclone2446555353" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nizitin0kupo'", Local "Local file system at /tmp/rclone2446555353", Modify Window "1ms" 2024/12/15 01:40:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3c93e2da54d501955c19ea766a0bcc26 OK both checkfile vs. NFCx2 remote (without normalization) 2024/12/15 01:40:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/15 01:40:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nizitin0kupo' 2024/12/15 01:40:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nizitin0kupo': 1 files missing 2024/12/15 01:40:51 NOTICE: 1 hashes missing 2024/12/15 01:40:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nizitin0kupo': 2 differences found 2024/12/15 01:40:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nizitin0kupo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/12/15 01:40:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/15 01:40:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nizitin0kupo': 0 differences found 2024/12/15 01:40:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nizitin0kupo': 1 matching files 2024/12/15 01:40:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nizitin0kupo': Purge remote 2024/12/15 01:40:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yakahaz7guda': Purge remote 2024/12/15 01:40:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bubicev9busa': Purge remote 2024/12/15 01:40:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waxalud5siya': Purge remote 2024/12/15 01:40:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cazigif8pama': Purge remote 2024/12/15 01:40:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bopowis1matu': Purge remote 2024/12/15 01:40:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-palaqos8xoda': Purge remote 2024/12/15 01:40:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qurapit9peve': Purge remote 2024/12/15 01:40:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-koyekeq4yewo': Purge remote 2024/12/15 01:40:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penuroz0qalu': Purge remote --- PASS: TestApplyTransforms (62.68s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:40:58 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/15 01:41:01 DEBUG : sub/file2: md5 = 4f977155c2ec447f4b46ace831250df8 OK 2024/12/15 01:41:01 INFO : file1: Copied (new) to: sub/file2 2024/12/15 01:41:02 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/15 01:41:02 DEBUG : file1: Unchanged skipping 2024/12/15 01:41:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': don't need to copy/move sub/file2, it is already at target location 2024/12/15 01:41:05 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.05s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:41:09 DEBUG : dst/file1: md5 = 70f26ae3b11baa6e1481ac71eb1e2a26 OK 2024/12/15 01:41:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvucod2deha/backup" 2024/12/15 01:41:10 DEBUG : Config file has changed externally - reloading 2024/12/15 01:41:10 DEBUG : Creating backend with remote "TestDrive:crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog/1nrff024r7pq65ecp72fc28jb0" 2024/12/15 01:41:11 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/15 01:41:14 INFO : dst/file1: Moved (server-side) 2024/12/15 01:41:16 DEBUG : dst/file1: md5 = 04c92a4414a30cc3c1073373400d4d26 OK 2024/12/15 01:41:16 INFO : dst/file1: Copied (new) 2024/12/15 01:41:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/15 01:41:20 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/15 01:41:20 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.52s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:41:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvucod2deha/dst" 2024/12/15 01:41:21 DEBUG : Config file has changed externally - reloading 2024/12/15 01:41:21 DEBUG : Creating backend with remote "TestDrive:crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/15 01:41:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvucod2deha/CompareDest" 2024/12/15 01:41:23 DEBUG : Creating backend with remote "TestDrive:crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog/gveqi14airsml4bgu7krj116o8" 2024/12/15 01:41:25 DEBUG : one: Need to transfer - File not found at Destination 2024/12/15 01:41:27 DEBUG : one: md5 = fa87238b4d6ef0631ee675dbc2aa8179 OK 2024/12/15 01:41:27 INFO : one: Copied (new) 2024/12/15 01:41:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/15 01:41:30 DEBUG : one: md5 = c865fcf8aac3a717c82b6d6370b6ef06 OK 2024/12/15 01:41:30 INFO : one: Copied (replaced existing) 2024/12/15 01:41:32 DEBUG : dst/one: md5 = bcb1aaecaa1d519da811dc77e7681cf1 OK 2024/12/15 01:41:35 DEBUG : CompareDest/one: md5 = 3ae300df1e6404ffd618438005b389ec OK 2024/12/15 01:41:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/15 01:41:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/15 01:41:36 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/15 01:41:38 DEBUG : CompareDest/two: md5 = 9d6cfa9075991903ff75b22fee83fc0d OK 2024/12/15 01:41:39 DEBUG : two: Need to transfer - File not found at Destination 2024/12/15 01:41:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/15 01:41:39 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/15 01:41:40 DEBUG : two: Need to transfer - File not found at Destination 2024/12/15 01:41:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/15 01:41:40 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/15 01:41:41 DEBUG : two: Need to transfer - File not found at Destination 2024/12/15 01:41:42 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/15 01:41:44 DEBUG : two: md5 = 26aabac4981a7c065af97bf083bb566b OK 2024/12/15 01:41:44 INFO : two: Copied (new) 2024/12/15 01:41:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/15 01:41:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:41:48 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:41:48 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (27.54s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:41:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvucod2deha/dst" 2024/12/15 01:41:49 DEBUG : Config file has changed externally - reloading 2024/12/15 01:41:49 DEBUG : Creating backend with remote "TestDrive:crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/15 01:41:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvucod2deha/CopyDest" 2024/12/15 01:41:51 DEBUG : Creating backend with remote "TestDrive:crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog/d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/15 01:41:52 DEBUG : one: Need to transfer - File not found at Destination 2024/12/15 01:41:55 DEBUG : one: md5 = 01451158db7c0f53664c3360b7a842bf OK 2024/12/15 01:41:55 INFO : one: Copied (new) 2024/12/15 01:41:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/15 01:41:58 DEBUG : one: md5 = 9ecb9122baee9db6daf9c0d1196fdbbd OK 2024/12/15 01:41:58 INFO : one: Copied (replaced existing) 2024/12/15 01:42:00 DEBUG : dst/one: md5 = b4076367bd06bfa512a9b857790e76b7 OK 2024/12/15 01:42:02 DEBUG : CopyDest/one: md5 = 848ac77dbca362296b422d02ce23eea4 OK 2024/12/15 01:42:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvucod2deha/BackupDir" 2024/12/15 01:42:03 DEBUG : Config file has changed externally - reloading 2024/12/15 01:42:03 DEBUG : Creating backend with remote "TestDrive:crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/15 01:42:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/15 01:42:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/15 01:42:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/15 01:42:07 INFO : one: Moved (server-side) 2024/12/15 01:42:09 INFO : one: Copied (server-side copy) 2024/12/15 01:42:09 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/15 01:42:11 DEBUG : CopyDest/two: md5 = 62ead4aee836e896bbb065de3cd0cf12 OK 2024/12/15 01:42:12 DEBUG : two: Need to transfer - File not found at Destination 2024/12/15 01:42:12 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/15 01:42:13 INFO : two: Copied (server-side copy) 2024/12/15 01:42:13 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/15 01:42:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/15 01:42:14 DEBUG : two: Unchanged skipping 2024/12/15 01:42:16 DEBUG : CopyDest/three: md5 = f6bd901f531b245fb7d4ed2c3c1a826f OK 2024/12/15 01:42:17 DEBUG : three: Need to transfer - File not found at Destination 2024/12/15 01:42:17 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/15 01:42:17 DEBUG : three: Destination not found in --copy-dest 2024/12/15 01:42:19 DEBUG : three: md5 = 22f0b7416727fc4f2b17334c8e86a9d4 OK 2024/12/15 01:42:19 INFO : three: Copied (new) 2024/12/15 01:42:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/15 01:42:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:42:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/15 01:42:25 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/15 01:42:25 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:42:25 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/15 01:42:26 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (38.02s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.48s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:42:28 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/12/15 01:42:31 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 752e301c69ced39a18e2ea51b5cd10fa OK 2024/12/15 01:42:31 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/12/15 01:42:31 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/12/15 01:42:32 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 2024/12/15 01:42:32 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/12/15 01:42:33 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/12/15 01:42:35 DEBUG : TestCopyFileMaxTransfer/file4: md5 = cc8e66a50d3736fc33352ad77f959e5d OK 2024/12/15 01:42:35 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/12/15 01:42:37 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/12/15 01:42:37 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.27s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.44s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:42:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Looking for duplicate names using skip mode. 2024/12/15 01:42:42 NOTICE: one: Found 2 files with duplicate names 2024/12/15 01:42:42 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.36s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:42:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Looking for duplicate names using skip mode. 2024/12/15 01:42:49 NOTICE: one: Found 3 files with duplicate names 2024/12/15 01:42:49 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/12/15 01:42:49 INFO : one: Deleted 2024/12/15 01:42:49 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.42s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:42:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Looking for duplicate names using first mode. 2024/12/15 01:42:56 NOTICE: one: Found 3 files with duplicate names 2024/12/15 01:42:57 INFO : one: Deleted 2024/12/15 01:42:58 INFO : one: Deleted 2024/12/15 01:42:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.88s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:43:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Looking for duplicate names using newest mode. 2024/12/15 01:43:05 NOTICE: one: Found 3 files with duplicate names 2024/12/15 01:43:05 INFO : one: Deleted 2024/12/15 01:43:06 INFO : one: Deleted 2024/12/15 01:43:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.22s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:43:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Looking for duplicate names using oldest mode. 2024/12/15 01:43:13 NOTICE: one: Found 3 files with duplicate names 2024/12/15 01:43:13 INFO : one: Deleted 2024/12/15 01:43:14 INFO : one: Deleted 2024/12/15 01:43:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.50s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:43:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Looking for duplicate names using largest mode. 2024/12/15 01:43:20 NOTICE: one: Found 3 files with duplicate names 2024/12/15 01:43:21 INFO : one: Deleted 2024/12/15 01:43:21 INFO : one: Deleted 2024/12/15 01:43:21 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.43s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:43:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Looking for duplicate names using smallest mode. 2024/12/15 01:43:28 NOTICE: one: Found 3 files with duplicate names 2024/12/15 01:43:28 INFO : one: Deleted 2024/12/15 01:43:29 INFO : one: Deleted 2024/12/15 01:43:29 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.47s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:43:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Looking for duplicate names using rename mode. 2024/12/15 01:43:37 NOTICE: one.txt: Found 3 files with duplicate names 2024/12/15 01:43:39 INFO : one-2.txt: renamed from: one.txt 2024/12/15 01:43:40 INFO : one-3.txt: renamed from: one.txt 2024/12/15 01:43:41 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.05s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:43:47 DEBUG : dupe1/one.txt: md5 = f9f8ce802b61530dd78d823e9bd287f8 OK 2024/12/15 01:43:50 DEBUG : dupe2/two.txt: md5 = f4bdce187f16f4e21e7014f3d81d9f12 OK 2024/12/15 01:43:53 DEBUG : dupe3/three.txt: md5 = 76a61a49e7ec002b63ea59609367b0ab OK 2024/12/15 01:43:53 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/12/15 01:43:54 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/12/15 01:43:55 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/12/15 01:43:56 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/12/15 01:44:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/12/15 01:44:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/12/15 01:44:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.27s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:44:02 DEBUG : a.txt: md5 = 8041dff15ddedfa3d22a372fb44665c9 OK 2024/12/15 01:44:04 DEBUG : zend.txt: md5 = d26528fa32871ad13c801c849c46a243 OK 2024/12/15 01:44:07 DEBUG : sub dir/hello world: md5 = bb5700a2ae7f9260c4ab7d7cd74a0bce OK 2024/12/15 01:44:08 DEBUG : sub dir/hello world2: md5 = ada1d711fb926f59d98f53876f18d0ed OK 2024/12/15 01:44:11 DEBUG : sub dir/ignore dir/.ignore: md5 = cf6dff4e2eb7139a8df8856f8812539a OK 2024/12/15 01:44:13 DEBUG : sub dir/ignore dir/should be ignored: md5 = fb6d4ffb40fb17870bf2e6cc668ed71f OK 2024/12/15 01:44:15 DEBUG : sub dir/sub sub dir/hello world3: md5 = 67bd2ae1f85f45fe7d244d4ee59a7e57 OK 2024/12/15 01:44:17 DEBUG : a.txt: Excluded (Size Filter) 2024/12/15 01:44:17 DEBUG : a.txt: Excluded 2024/12/15 01:44:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/15 01:44:17 DEBUG : sub dir/hello world2: Excluded 2024/12/15 01:44:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/15 01:44:17 DEBUG : sub dir/hello world: Excluded 2024/12/15 01:44:18 DEBUG : sub dir/ignore dir: Excluded 2024/12/15 01:44:18 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/15 01:44:18 DEBUG : sub dir/hello world2: Excluded 2024/12/15 01:44:18 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/15 01:44:18 DEBUG : sub dir/hello world: Excluded 2024/12/15 01:44:18 DEBUG : sub dir/ignore dir: Excluded 2024/12/15 01:44:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/12/15 01:44:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/12/15 01:44:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/12/15 01:44:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/12/15 01:44:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/12/15 01:44:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/12/15 01:44:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (25.49s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:44:28 DEBUG : file1: md5 = 3476c98f8973f22225b9f6cb23d6b1ad OK 2024/12/15 01:44:30 DEBUG : sub/file2: md5 = d84bde0f489d16510f2f1690b7f91a9b 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 2024/12/15 01:44:33 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/12/15 01:44:34 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/12/15 01:44:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/12/15 01:44:36 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.68s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.51s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:44:38 DEBUG : file1: md5 = 1857f4fc2dc3ff24cb9f41abfa7e2d6b OK 2024/12/15 01:44:41 DEBUG : sub/file2: md5 = 10ffe7a5815b88ed7a43095987ea2af0 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 2024/12/15 01:44:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvucod2deha/notfound" 2024/12/15 01:44:45 DEBUG : Config file has changed externally - reloading 2024/12/15 01:44:45 DEBUG : Creating backend with remote "TestDrive:crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog/qe0i31qdkoejk60elps0ni5sqk" 2024/12/15 01:44:48 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.40s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.74s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:44:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Making directory 2024/12/15 01:44:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Making directory --- PASS: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:44:52 DEBUG : sub dir/hello world: md5 = c6cd68474c18e15ce0a9ffe34426bde2 OK 2024/12/15 01:44:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.71s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:44:57 DEBUG : potato2: md5 = ee59c0efec3df003a12e025a521dbd00 OK 2024/12/15 01:44:59 DEBUG : empty space: md5 = b42a5745621074e2a9a8cc7552271b7d OK --- PASS: TestLs (5.37s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:45:02 DEBUG : potato2: md5 = 9864c4c46db26fb3f5a3b862ebdf452e OK 2024/12/15 01:45:04 DEBUG : empty space: md5 = 7add8f305475d654e52b9b68ac69cb4a OK 2024/12/15 01:45:04 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.45s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:45:08 DEBUG : potato2: md5 = 8e89dcf3b2ad70e8edb6bcd763dd4ca2 OK 2024/12/15 01:45:09 DEBUG : empty space: md5 = 9d7f04bf74ed364e0f808b09d1dfc801 OK --- PASS: TestLsLong (5.25s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:45:13 DEBUG : potato2: md5 = 9a9d1a33be268afb4870d33a0aa74079 OK 2024/12/15 01:45:15 DEBUG : empty space: md5 = e8c49b6576c90a5ff7e2e99951b44c7b OK --- PASS: TestHashSums (5.03s) === RUN TestHashSumsWithErrors 2024/12/15 01:45:17 DEBUG : Creating backend with remote ":memory:" 2024/12/15 01:45:17 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/12/15 01:45:17 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/15 01:45:17 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/15 01:45:17 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/15 01:45:17 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/15 01:45:17 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/15 01:45:17 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/15 01:45:17 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/12/15 01:45: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-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:45:18 DEBUG : potato2: md5 = 94391ac1118793e891d86dcd7ad69a6f OK 2024/12/15 01:45:20 DEBUG : empty space: md5 = cb61c05f51151d8328414d30dcc19a10 OK 2024/12/15 01:45:22 DEBUG : sub dir/potato3: md5 = 721bebdf0ee6bb455f09f22678d6efd3 OK 2024/12/15 01:45:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.72s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:45:28 DEBUG : small: md5 = 28fa170eb74b8baa18e78b5eb5c5ae2a OK 2024/12/15 01:45:30 DEBUG : medium: md5 = b4933d1ed1665e5b167e4ea74ac40e9e OK 2024/12/15 01:45:31 DEBUG : large: md5 = cd0ed76757475518f5c0f6579d6f0cd1 OK 2024/12/15 01:45:32 DEBUG : Waiting for deletions to finish 2024/12/15 01:45:32 DEBUG : large: Excluded (Size Filter) 2024/12/15 01:45:32 INFO : small: Deleted 2024/12/15 01:45:32 INFO : medium: Deleted --- PASS: TestDelete (7.35s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:45:35 DEBUG : small: md5 = 389a71a2dbeb726e4c75c211d725e669 OK 2024/12/15 01:45:37 DEBUG : medium: md5 = e4714950cedffb9c83eefeca73d6ce2f OK 2024/12/15 01:45:39 DEBUG : large: md5 = debf1b41319db3b5a692b525750f85fe OK 2024/12/15 01:45:39 DEBUG : Waiting for deletions to finish 2024/12/15 01:45:39 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/12/15 01:45:40 INFO : small: Deleted 2024/12/15 01:45:40 INFO : medium: Deleted --- PASS: TestMaxDelete (7.76s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:45:43 DEBUG : small: md5 = e423e33ab142b89ef45acc89a76f17d4 OK 2024/12/15 01:45:45 DEBUG : medium: md5 = 5146da8cbaa72c55ce8aa5d3ecb965ea OK 2024/12/15 01:45:46 DEBUG : large: md5 = 039f8bac1f81e4ab2253490680884624 OK 2024/12/15 01:45:47 DEBUG : Waiting for deletions to finish 2024/12/15 01:45:47 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/15 01:45:47 INFO : small: Deleted 2024/12/15 01:45:47 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.73s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:45:51 DEBUG : small: md5 = 84ccd54692088cd4b9e858e9978d60b9 OK 2024/12/15 01:45:52 DEBUG : medium: md5 = 109ded717cb9bc71a0d3ddb3e0a6889a OK 2024/12/15 01:45:54 DEBUG : large: md5 = 22eecd55dcf8e4ffd936eef9d635128d OK 2024/12/15 01:45:54 DEBUG : Waiting for deletions to finish 2024/12/15 01:45:54 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/15 01:45:55 INFO : small: Deleted 2024/12/15 01:45:55 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.62s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:45:58 DEBUG : ReadFile: md5 = c2a085d59ca36d121e5156c74349cf21 OK --- PASS: TestReadFile (4.82s) === RUN TestRetry 2024/12/15 01:46:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/12/15 01:46:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/12/15 01:46:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/15 01:46:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/15 01:46:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/15 01:46:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/15 01:46:02 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-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:46:03 DEBUG : file1: md5 = c1e5586f938232334ec6201be0d69b42 OK 2024/12/15 01:46:05 DEBUG : file2: md5 = 8198bd7d228812636aee0bd9a664b7eb OK --- PASS: TestCat (19.45s) === RUN TestPurge 2024/12/15 01:46:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pewayof4pude" 2024/12/15 01:46:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/15 01:46:21 DEBUG : Creating backend with remote "TestDrive:crypt/oi69eb5v92itdhqupk5sbaad3rcb68rcg03uqvpgvta3paniqisg" 2024/12/15 01:46:22 DEBUG : Creating backend with remote "/tmp/rclone444019092" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pewayof4pude'", Local "Local file system at /tmp/rclone444019092", Modify Window "1ms" 2024/12/15 01:46:28 DEBUG : A1/B1/C1/one: md5 = addcbaaf394d68164aa0c69a66ad3f0e OK 2024/12/15 01:46:28 DEBUG : A2: Making directory 2024/12/15 01:46:29 DEBUG : A1/B2: Making directory 2024/12/15 01:46:30 DEBUG : A1/B2/C2: Making directory 2024/12/15 01:46:31 DEBUG : A1/B1/C3: Making directory 2024/12/15 01:46:32 DEBUG : A3: Making directory 2024/12/15 01:46:33 DEBUG : A3/B3: Making directory 2024/12/15 01:46:34 DEBUG : A3/B3/C4: Making directory 2024/12/15 01:46:37 DEBUG : A1/two: md5 = 263792eacd42fcb3e9209c92a52a7748 OK 2024/12/15 01:46:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pewayof4pude': Purge remote 2024/12/15 01:46:41 NOTICE: purge failed: directory not found --- PASS: TestPurge (19.47s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:46:45 DEBUG : A1/B1/C1/one: md5 = dd1978916cddba741d00d30f12265d5d OK 2024/12/15 01:46:45 DEBUG : A2: Making directory 2024/12/15 01:46:46 DEBUG : A1/B2: Making directory 2024/12/15 01:46:47 DEBUG : A1/B2/C2: Making directory 2024/12/15 01:46:48 DEBUG : A1/B1/C3: Making directory 2024/12/15 01:46:49 DEBUG : A3: Making directory 2024/12/15 01:46:50 DEBUG : A3/B3: Making directory 2024/12/15 01:46:51 DEBUG : A3/B3/C4: Making directory 2024/12/15 01:46:54 DEBUG : A1/two: md5 = 2bb7ffd747379e22024ea72e9cdfccf5 OK 2024/12/15 01:46:55 DEBUG : removing 1 level 3 directories 2024/12/15 01:46:55 INFO : A3/B3/C4: Removing directory 2024/12/15 01:46:58 DEBUG : removing 2 level 3 directories 2024/12/15 01:46:58 INFO : A1/B2/C2: Removing directory 2024/12/15 01:46:58 INFO : A1/B1/C3: Removing directory 2024/12/15 01:46:59 DEBUG : removing 2 level 2 directories 2024/12/15 01:46:59 INFO : A3/B3: Removing directory 2024/12/15 01:46:59 INFO : A1/B2: Removing directory 2024/12/15 01:46:59 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/12/15 01:46:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/15 01:47:00 DEBUG : removing 2 level 1 directories 2024/12/15 01:47:00 INFO : A3: Removing directory 2024/12/15 01:47:00 INFO : A2: Removing directory 2024/12/15 01:47:00 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/12/15 01:47:05 DEBUG : removing 1 level 3 directories 2024/12/15 01:47:05 INFO : A1/B1/C1: Removing directory 2024/12/15 01:47:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:06 DEBUG : removing 1 level 2 directories 2024/12/15 01:47:06 INFO : A1/B1: Removing directory 2024/12/15 01:47:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/15 01:47:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/15 01:47:06 DEBUG : removing 1 level 1 directories 2024/12/15 01:47:06 INFO : A1: Removing directory 2024/12/15 01:47:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/15 01:47:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/15 01:47:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/15 01:47:07 DEBUG : removing 1 level 0 directories 2024/12/15 01:47:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Removing directory 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/15 01:47:08 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" --- PASS: TestRmdirsNoLeaveRoot (28.38s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:47:10 DEBUG : A1: Making directory 2024/12/15 01:47:11 DEBUG : A1/B1: Making directory 2024/12/15 01:47:12 DEBUG : A1/B1/C1: Making directory 2024/12/15 01:47:15 DEBUG : removing 1 level 3 directories 2024/12/15 01:47:15 INFO : A1/B1/C1: Removing directory 2024/12/15 01:47:15 DEBUG : removing 1 level 2 directories 2024/12/15 01:47:15 INFO : A1/B1: Removing directory 2024/12/15 01:47:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/15 01:47:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.36s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:47:18 DEBUG : A1: Making directory 2024/12/15 01:47:19 DEBUG : A1/B1: Making directory 2024/12/15 01:47:20 DEBUG : A1/B1/C1: Making directory 2024/12/15 01:47:23 DEBUG : removing 1 level 3 directories 2024/12/15 01:47:23 INFO : A1/B1/C1: Removing directory 2024/12/15 01:47:24 DEBUG : removing 1 level 2 directories 2024/12/15 01:47:24 INFO : A1/B1: Removing directory 2024/12/15 01:47:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/15 01:47:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.78s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:47:29 DEBUG : file1: md5 = f88692780bf45b3589f632ba633afe6a OK 2024/12/15 01:47:29 DEBUG : filename.txt: File name found in url 2024/12/15 01:47:31 DEBUG : filename.txt: md5 = 21de62a35fa5b8eac5258b963f90464e OK 2024/12/15 01:47:31 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/12/15 01:47:33 DEBUG : headerfilename.txt: md5 = 7e910a44dd707b5a18a3de596a0d749f OK 2024/12/15 01:47:35 DEBUG : file2: md5 = 320c0f7bbefecf8029e8d8a23c253f58 OK --- PASS: TestCopyURL (10.50s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:47:38 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/15 01:47:41 DEBUG : sub/file2: md5 = c0292ef220728bff4a2c8b59693586db OK 2024/12/15 01:47:41 INFO : file1: Copied (new) to: sub/file2 2024/12/15 01:47:41 INFO : file1: Deleted 2024/12/15 01:47:41 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/15 01:47:41 DEBUG : file1: Unchanged skipping 2024/12/15 01:47:41 INFO : file1: Deleted 2024/12/15 01:47:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': don't need to copy/move sub/file2, it is already at target location 2024/12/15 01:47:44 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.02s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:47:45 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/15 01:47:46 DEBUG : file1: md5 = b99d8554510d3145427effceaf194b3d OK 2024/12/15 01:47:46 INFO : file1: Copied (new) 2024/12/15 01:47:46 INFO : file1: Deleted 2024/12/15 01:47:47 DEBUG : file1: Destination exists, skipping 2024/12/15 01:47:47 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.43s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:47:52 DEBUG : dst/file1: md5 = e2786b3394b4ab78a0c1acb4cd231391 OK 2024/12/15 01:47:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuvucod2deha/backup" 2024/12/15 01:47:52 DEBUG : Creating backend with remote "TestDrive:crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog/1nrff024r7pq65ecp72fc28jb0" 2024/12/15 01:47:54 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/15 01:47:57 INFO : dst/file1: Moved (server-side) 2024/12/15 01:47:59 DEBUG : dst/file1: md5 = 18459331a8b6a07803d19d522b396332 OK 2024/12/15 01:47:59 INFO : dst/file1: Copied (new) 2024/12/15 01:47:59 INFO : dst/file1: Deleted 2024/12/15 01:48:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/15 01:48:03 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/15 01:48:04 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.40s) === 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-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:48:07 DEBUG : A1/one: md5 = 6d153cde208de30f55e0f042ce9594e7 OK 2024/12/15 01:48:09 DEBUG : A1/two: md5 = fdc00155f6c00cf8f94c258a4869eb6a OK 2024/12/15 01:48:11 DEBUG : A1/B1/three: md5 = fc1b2867e7000398c5639f195e62a066 OK 2024/12/15 01:48:14 DEBUG : A1/B1/C1/four: md5 = 1a1d11d4cead41095bac99b784d73ff5 OK 2024/12/15 01:48:17 DEBUG : A1/B1/C2/five: md5 = 0f4e162a7fe88000a6073d30da67076c OK 2024/12/15 01:48:17 DEBUG : A1/B2: Making directory 2024/12/15 01:48:18 DEBUG : A1/B1/C3: Making directory 2024/12/15 01:48:30 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/12/15 01:48:30 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/12/15 01:48:30 INFO : A2/one: Moved (server-side) to: A3/one 2024/12/15 01:48:30 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/12/15 01:48:30 INFO : A2/two: Moved (server-side) to: A3/two 2024/12/15 01:48:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/15 01:48:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/15 01:48:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/15 01:48:35 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/15 01:48:35 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/15 01:48:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/12/15 01:48:45 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/12/15 01:48:45 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/12/15 01:48:45 INFO : A3/two: Moved (server-side) to: A4/two 2024/12/15 01:48:45 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/12/15 01:48:45 INFO : A3/one: Moved (server-side) to: A4/one 2024/12/15 01:48:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/15 01:48:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/15 01:48:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/15 01:48:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/15 01:48:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/15 01:48:57 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/12/15 01:48:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/12/15 01:48:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/15 01:48:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/15 01:48:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/15 01:48:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/15 01:49:00 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/15 01:49:00 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/15 01:49:00 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/15 01:49:00 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (56.14s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:49:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': File to upload is small (34 bytes), uploading instead of streaming 2024/12/15 01:49:03 DEBUG : no_checksum_small_file_from_pipe: md5 = 743c5b9f65323ddd4f3d6faf3aec9807 OK 2024/12/15 01:49:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/12/15 01:49:03 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/15 01:49:04 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/12/15 01:49:05 DEBUG : no_checksum_big_file_from_pipe: md5 = 554e7f393d202cc48178c8642f35cf10 OK 2024/12/15 01:49:05 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-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:49:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': File to upload is small (34 bytes), uploading instead of streaming 2024/12/15 01:49:08 DEBUG : with_checksum_small_file_from_pipe: md5 = 2823488bc8401e70db82ac97b4adf147 OK 2024/12/15 01:49:08 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/15 01:49:09 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/12/15 01:49:10 DEBUG : with_checksum_big_file_from_pipe: md5 = 09a1af1aa98d7d057da2da3466446c0a OK 2024/12/15 01:49:10 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-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:49:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': File to upload is small (34 bytes), uploading instead of streaming 2024/12/15 01:49:14 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/15 01:49:15 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/15 01:49:16 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-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:49:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': File to upload is small (34 bytes), uploading instead of streaming 2024/12/15 01:49:19 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/15 01:49:20 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/15 01:49:22 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.57s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.77s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.40s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.50s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.89s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/12/15 01:49:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': File to upload is small (48 bytes), uploading instead of streaming 2024/12/15 01:49:25 DEBUG : rcat_metadata: md5 = d4fba07a23099836d2284452b8f3e171 OK 2024/12/15 01:49:25 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/12/15 01:49:28 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/12/15 01:49:29 DEBUG : rcat_metadata_uploadcutoff0: md5 = 6fca2206e388d1271fc3012ce7044848 OK 2024/12/15 01:49:29 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.84s) --- PASS: TestRcatMetadata/Normal (2.98s) --- PASS: TestRcatMetadata/ViaDisk (3.43s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:49:32 DEBUG : potato1: md5 = 823d896260a786d983e4907abdb373b7 OK 2024/12/15 01:49:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': File to upload is small (60 bytes), uploading instead of streaming 2024/12/15 01:49:34 DEBUG : potato2: md5 = 52c688b2c93dc9ad6be4f2e49f15a686 OK 2024/12/15 01:49:34 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.13s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:49:37 DEBUG : potato1: md5 = b26345b999f39b0428153023de8292d1 OK 2024/12/15 01:49:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': File to upload is small (60 bytes), uploading instead of streaming 2024/12/15 01:49:39 DEBUG : potato2: md5 = 39cde395877fb00c82d30e3b76b46098 OK 2024/12/15 01:49:39 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.69s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:49:43 DEBUG : potato2: md5 = 803e3c63e6619a247ddb33670931887b OK 2024/12/15 01:49:45 DEBUG : empty space: md5 = fc5172fae57798d4d3cfe63cdee95815 OK 2024/12/15 01:49:47 DEBUG : sub dir/potato3: md5 = b4c89222e3cdf8cdac03fe822bf06a35 OK 2024/12/15 01:49:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Touching "empty space" 2024/12/15 01:49:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Touching "potato2" 2024/12/15 01:49:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Touching "sub dir/potato3" 2024/12/15 01:49:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.75s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:49:54 DEBUG : dir with metadata: Making directory with metadata 2024/12/15 01:49:55 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.90s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:49:57 DEBUG : directory with modtime: Making directory with metadata 2024/12/15 01:49:58 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (4.30s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:50:01 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/15 01:50:01 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/15 01:50:01 DEBUG : Google drive root 'crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog': Skipping btime metadata as can't update it on an existing file: 2024-12-15T01:50:01.60048846Z 2024/12/15 01:50:02 INFO : non existent directory: Updated directory metadata 2024/12/15 01:50:05 DEBUG : Google drive root 'crypt/s4ituu5tfgn1g9sk10el3rcejen4s79o4erd8k8dona6bmce4hog': Skipping btime metadata as can't update it on an existing file: 2024-12-15T01:50:01.60048846Z 2024/12/15 01:50:06 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.49s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:50:08 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/12/15 01:50:10 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/12/15 01:50:11 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.62s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:50:12 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/15 01:50:12 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/15 01:50:12 DEBUG : dst: Making directory with metadata 2024/12/15 01:50:13 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/15 01:50:13 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/15 01:50:14 INFO : dst: Set directory modification time (using SetModTime) 2024/12/15 01:50:14 INFO : dst: Set directory modification time (using SetModTime) 2024/12/15 01:50:14 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/12/15 01:50:15 INFO : dst: Set directory modification time (using SetModTime) 2024/12/15 01:50:15 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (6.14s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha'", Local "Local file system at /tmp/rclone3060321695", Modify Window "1ms" 2024/12/15 01:50:21 DEBUG : sub dir/test remove existing: md5 = 81947c6362a9708df348ca81e8a4ce9a OK 2024/12/15 01:50:23 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = ed2230534e4b4552918fba37af7287f3 OK 2024/12/15 01:50:25 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.nafihot7" before starting 2024/12/15 01:50:26 DEBUG : sub dir/test remove existing.nafihot7: TEST: removing renamed existing file after operation 2024/12/15 01:50:27 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.soyayeq1" before starting 2024/12/15 01:50:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.soyayeq1: TEST: renaming existing back after failed operation 2024/12/15 01:50: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.zesikon2" before starting 2024/12/15 01:50:31 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zesikon2: TEST: removing renamed existing file after operation 2024/12/15 01:50:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "q83ctebl8800ctkji7gi7qih9jv5i27k48l5rai5s56p1m2in35g" 2024/12/15 01:50:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "2ckia0csse46plprosaj25nmfhfvbjv6jc2kvanmdhu9gc5993ekljcpvvcmlt7724hfbgfjcibcj0p9ranjkvj36m57ggg1vv696h1275tp32f2uf0lrgu62uakjdodis3scftbt1s7gnp0g4g5ebhurn2jo8o1mpq6p4cvc51vdtculbf0" --- PASS: TestRemoveExisting (15.30s) === 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 2024/12/15 01:50:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuvucod2deha': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 12m18.621309128s (try 1/5)