"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/05/14 06:30:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonedaf1qozu" 2025/05/14 06:30:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:30:41 DEBUG : Creating backend with remote "TestDrive:crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg" 2025/05/14 06:30:42 DEBUG : Creating backend with remote "/tmp/rclone3674189769" === 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-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/14 06:30:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/14 06:30:42 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/14 06:30:42 DEBUG : potato: Seek from 10 to 0 2025/05/14 06:30:42 DEBUG : potato: Seek from 10 to 0 2025/05/14 06:30:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/14 06:30:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/14 06:30:42 DEBUG : potato: Seek from 5 to 2 2025/05/14 06:30:42 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/14 06:30:42 DEBUG : potato: Seek from 7 to 0 2025/05/14 06:30:42 DEBUG : potato: Seek from 7 to 0 2025/05/14 06:30:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/14 06:30:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/14 06:30:42 DEBUG : potato: Seek from 5 to 2 2025/05/14 06:30:42 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/14 06:30:42 DEBUG : potato: Seek from 8 to 0 2025/05/14 06:30:42 DEBUG : potato: Seek from 8 to 0 2025/05/14 06:30:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/14 06:30:42 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/14 06:30:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/14 06:30:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/14 06:30:42 DEBUG : potato: Seek from 5 to 2 2025/05/14 06:30:42 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/14 06:30:42 DEBUG : potato: Seek from 9 to 0 2025/05/14 06:30:42 DEBUG : potato: Seek from 9 to 0 2025/05/14 06:30:42 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-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:30:45 DEBUG : rutabaga: md5 = ac0711cfa4fcea616f80f8aa22b0d778 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/05/14 06:30:47 DEBUG : empty space: md5 = 71582e34bda09915db128452634a5c9a OK === RUN TestCheck/3 2025/05/14 06:30:48 DEBUG : potato2: md5 = 009a2b9f012a2d4a7da4ac447b51bb16 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/05/14 06:30:51 DEBUG : remotepotato: md5 = 995bd80fd4bd7f2aabea33b1b7952ea1 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.27s) --- PASS: TestCheck/1 (0.21s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/05/14 06:30:54 DEBUG : Creating backend with remote "nonexistent" 2025/05/14 06:30:54 DEBUG : Creating backend with remote "nonexistent" 2025/05/14 06:30:54 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/14 06:30:54 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/05/14 06:30:54 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/14 06:30:54 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-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:30:55 DEBUG : rutabaga: md5 = 6d515649b2f087cc3475afbd3f553b7b OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/05/14 06:30:59 DEBUG : empty space: md5 = 87a280adf183cbe7531e3989d91b56eb OK === RUN TestCheckDownload/3 2025/05/14 06:31:02 DEBUG : potato2: md5 = fae95c998fc67a332ae183f43d704256 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/05/14 06:31:06 DEBUG : remotepotato: md5 = 79b41a8b0c6cae571e925ae53ef5d4c0 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.42s) --- PASS: TestCheckDownload/1 (1.46s) --- PASS: TestCheckDownload/2 (0.96s) --- PASS: TestCheckDownload/3 (1.20s) --- PASS: TestCheckDownload/4 (1.03s) --- PASS: TestCheckDownload/5 (1.07s) --- PASS: TestCheckDownload/6 (1.20s) --- PASS: TestCheckDownload/7 (1.71s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:31:12 DEBUG : rutabaga: md5 = c933a7daf94808cb0e17f7a2bc05c3af OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/05/14 06:31:14 DEBUG : empty space: md5 = c1be7120c345e7141ca021c7e6d68879 OK === RUN TestCheckSizeOnly/3 2025/05/14 06:31:16 DEBUG : potato2: md5 = d4be01d86218608acdf68a8266743c91 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/05/14 06:31:18 DEBUG : remotepotato: md5 = 98f4732bcae4b16eb310076cbf447ecd OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.23s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:31:22 DEBUG : test.sum: md5 = 2ddc5b0dcaf9589aaa74ca85180719fa OK 2025/05/14 06:31:24 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/14 06:31:24 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/14 06:31:24 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/14 06:31:24 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/14 06:31:25 DEBUG : test.sum: md5 = 340d2440b51f82b89f6876ec4d10b4a2 OK 2025/05/14 06:31:26 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/14 06:31:26 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/14 06:31:26 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/14 06:31:26 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.21s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:31:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonedaf1qozu/data" 2025/05/14 06:31:27 DEBUG : Creating backend with remote "TestDrive:crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu/data' lacks md5, skipping --- SKIP: TestCheckSum (1.97s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:31:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonedaf1qozu/data" 2025/05/14 06:31:29 DEBUG : Creating backend with remote "TestDrive:crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg/vjrnln8ratgmqakfosrqe8espk" 2025/05/14 06:31:33 DEBUG : data/banana: md5 = c76c67f060b77712e9a1fcf9b6ddcb37 OK 2025/05/14 06:31:34 DEBUG : test.sum: md5 = d2d23098b52e8dc0e256f36bc0fa9a4d OK === RUN TestCheckSumDownload/subtest1 2025/05/14 06:31:39 DEBUG : data/potato: md5 = d1d9c8d3a595351d3d444e86c0419d9e OK 2025/05/14 06:31:40 DEBUG : test.sum: md5 = 3756dbac75638e562215ff918cda111c OK === RUN TestCheckSumDownload/subtest2 2025/05/14 06:31:44 DEBUG : test.sum: md5 = 9c7b380aa224e7b8e4c4a3273951ff5f OK === RUN TestCheckSumDownload/subtest3 2025/05/14 06:31:48 DEBUG : test.sum: md5 = 33b34a27a7598a84b83232612c0e5864 OK === RUN TestCheckSumDownload/subtest4 2025/05/14 06:31:53 DEBUG : test.sum: md5 = b448756535841d7fd75c61b97363e69d OK === RUN TestCheckSumDownload/subtest5 2025/05/14 06:31:57 DEBUG : test.sum: md5 = 3e36518c20bc20e70abd21e8e526ed33 OK === RUN TestCheckSumDownload/subtest6 2025/05/14 06:32:01 DEBUG : data/banana: md5 = 13974f5346eaa63a39468c0c783e264b OK 2025/05/14 06:32:02 DEBUG : data/potato: md5 = 566297c6da4711867e7e41582c062616 OK 2025/05/14 06:32:04 DEBUG : test.sum: md5 = fe1a1175f76bd2ba0c1ab457a6be1993 OK === RUN TestCheckSumDownload/subtest7 2025/05/14 06:32:08 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/05/14 06:32:08 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (39.56s) --- PASS: TestCheckSumDownload/subtest1 (3.01s) --- PASS: TestCheckSumDownload/subtest2 (2.19s) --- PASS: TestCheckSumDownload/subtest3 (2.35s) --- PASS: TestCheckSumDownload/subtest4 (2.44s) --- PASS: TestCheckSumDownload/subtest5 (2.37s) --- PASS: TestCheckSumDownload/subtest6 (2.04s) --- PASS: TestCheckSumDownload/subtest7 (2.20s) === RUN TestApplyTransforms 2025/05/14 06:32:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hejorip2wako" 2025/05/14 06:32:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:32:09 DEBUG : Creating backend with remote "TestDrive:crypt/fbvr8k0mt77g3r3nvk0i5755uhj2fa9nrnlprujt5kplgcd9cob0" 2025/05/14 06:32:10 DEBUG : Creating backend with remote "/tmp/rclone239129511" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hejorip2wako'", Local "Local file system at /tmp/rclone239129511", Modify Window "1ms" 2025/05/14 06:32:12 DEBUG : hello, world!: md5 = 0de62f07b257aed131edddcaeb3547fe OK upper checkfile vs. lower remote (without normalization) 2025/05/14 06:32:13 ERROR : hello, world!: sum not found 2025/05/14 06:32:13 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hejorip2wako' 2025/05/14 06:32:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hejorip2wako': 1 files missing 2025/05/14 06:32:13 NOTICE: 1 hashes missing 2025/05/14 06:32:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hejorip2wako': 2 differences found 2025/05/14 06:32:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hejorip2wako': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/14 06:32:14 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 06:32:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hejorip2wako': 0 differences found 2025/05/14 06:32:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hejorip2wako': 1 matching files 2025/05/14 06:32:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cuxeyak8fahe" 2025/05/14 06:32:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:32:14 DEBUG : Creating backend with remote "TestDrive:crypt/5ngbu2c4mit9dgmg9kueo84kn5bvpcl89dhbj8bfkmnp5g77dvf0" 2025/05/14 06:32:15 DEBUG : Creating backend with remote "/tmp/rclone457233752" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cuxeyak8fahe'", Local "Local file system at /tmp/rclone457233752", Modify Window "1ms" 2025/05/14 06:32:17 DEBUG : HELLO, WORLD!: md5 = 7f256e8d5fca186fc611aec4a925a127 OK lower checkfile vs. upper remote (without normalization) 2025/05/14 06:32:17 ERROR : HELLO, WORLD!: sum not found 2025/05/14 06:32:17 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cuxeyak8fahe' 2025/05/14 06:32:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuxeyak8fahe': 1 files missing 2025/05/14 06:32:17 NOTICE: 1 hashes missing 2025/05/14 06:32:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuxeyak8fahe': 2 differences found 2025/05/14 06:32:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuxeyak8fahe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/14 06:32:19 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 06:32:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuxeyak8fahe': 0 differences found 2025/05/14 06:32:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuxeyak8fahe': 1 matching files 2025/05/14 06:32:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cotohin1tugo" 2025/05/14 06:32:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:32:19 DEBUG : Creating backend with remote "TestDrive:crypt/pi2n46rnn7r47rmf3csmc2r9c35ep3q5eqe8om8a8ob16ilsn3o0" 2025/05/14 06:32:20 DEBUG : Creating backend with remote "/tmp/rclone541417596" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cotohin1tugo'", Local "Local file system at /tmp/rclone541417596", Modify Window "1ms" 2025/05/14 06:32:22 DEBUG : HeLlO, wOrLd!: md5 = 74c522077a4067e08ae9cf9dea55369b OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/14 06:32:23 ERROR : HeLlO, wOrLd!: sum not found 2025/05/14 06:32:23 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cotohin1tugo' 2025/05/14 06:32:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cotohin1tugo': 1 files missing 2025/05/14 06:32:23 NOTICE: 1 hashes missing 2025/05/14 06:32:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cotohin1tugo': 2 differences found 2025/05/14 06:32:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cotohin1tugo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/14 06:32:24 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 06:32:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cotohin1tugo': 0 differences found 2025/05/14 06:32:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cotohin1tugo': 1 matching files 2025/05/14 06:32:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-podaxud9yexu" 2025/05/14 06:32:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:32:24 DEBUG : Creating backend with remote "TestDrive:crypt/ihsvftet5rq3bh70o6rpbfnidb71c4brencm6j4p43beaigqr7s0" 2025/05/14 06:32:25 DEBUG : Creating backend with remote "/tmp/rclone1409640809" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-podaxud9yexu'", Local "Local file system at /tmp/rclone1409640809", Modify Window "1ms" 2025/05/14 06:32:27 DEBUG : HELLO, WORLD!: md5 = eaa3f5d2752587fbfe353a8a51e4f08b OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/14 06:32:27 ERROR : HELLO, WORLD!: sum not found 2025/05/14 06:32:27 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-podaxud9yexu' 2025/05/14 06:32:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-podaxud9yexu': 1 files missing 2025/05/14 06:32:27 NOTICE: 1 hashes missing 2025/05/14 06:32:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-podaxud9yexu': 2 differences found 2025/05/14 06:32:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-podaxud9yexu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/14 06:32:29 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 06:32:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-podaxud9yexu': 0 differences found 2025/05/14 06:32:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-podaxud9yexu': 1 matching files 2025/05/14 06:32:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pusewob2riko" 2025/05/14 06:32:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:32:29 DEBUG : Creating backend with remote "TestDrive:crypt/8bgq0q02cq77s9nnc49bfvtktuh8savpp6sqn0blf8qj4hehskv0" 2025/05/14 06:32:30 DEBUG : Creating backend with remote "/tmp/rclone3551554640" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pusewob2riko'", Local "Local file system at /tmp/rclone3551554640", Modify Window "1ms" 2025/05/14 06:32:32 DEBUG : 測試_Русский___ě_áñ: md5 = 871c5744dbf4402bce9f6c92c8f42860 OK NFD checkfile vs. NFC remote (without normalization) 2025/05/14 06:32:32 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/14 06:32:32 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pusewob2riko' 2025/05/14 06:32:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pusewob2riko': 1 files missing 2025/05/14 06:32:32 NOTICE: 1 hashes missing 2025/05/14 06:32:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pusewob2riko': 2 differences found 2025/05/14 06:32:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pusewob2riko': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/14 06:32:34 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 06:32:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pusewob2riko': 0 differences found 2025/05/14 06:32:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pusewob2riko': 1 matching files 2025/05/14 06:32:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lakoliv3jasa" 2025/05/14 06:32:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:32:34 DEBUG : Creating backend with remote "TestDrive:crypt/omvb9fl4d1mhfia8fa5frpe06oocdvj2naoolv5qr171sgtejqc0" 2025/05/14 06:32:35 DEBUG : Creating backend with remote "/tmp/rclone104087129" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lakoliv3jasa'", Local "Local file system at /tmp/rclone104087129", Modify Window "1ms" 2025/05/14 06:32:37 DEBUG : 測試_Русский___ě_áñ: md5 = d6eb183d563e7478dba456abed1374e0 OK NFC checkfile vs. NFD remote (without normalization) 2025/05/14 06:32:38 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/14 06:32:38 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lakoliv3jasa' 2025/05/14 06:32:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lakoliv3jasa': 1 files missing 2025/05/14 06:32:38 NOTICE: 1 hashes missing 2025/05/14 06:32:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lakoliv3jasa': 2 differences found 2025/05/14 06:32:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lakoliv3jasa': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/14 06:32:39 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 06:32:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lakoliv3jasa': 0 differences found 2025/05/14 06:32:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lakoliv3jasa': 1 matching files 2025/05/14 06:32:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hafizus6xilu" 2025/05/14 06:32:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:32:39 DEBUG : Creating backend with remote "TestDrive:crypt/r5df0ons2ucf99de2movmrs5h46km31foq67mmg58317dbo1gkr0" 2025/05/14 06:32:40 DEBUG : Creating backend with remote "/tmp/rclone4132840817" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hafizus6xilu'", Local "Local file system at /tmp/rclone4132840817", Modify Window "1ms" 2025/05/14 06:32:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c89088afed05a20516652b4c7f402c6c OK NFDx2 checkfile vs. both remote (without normalization) 2025/05/14 06:32:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/14 06:32:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hafizus6xilu' 2025/05/14 06:32:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hafizus6xilu': 1 files missing 2025/05/14 06:32:42 NOTICE: 1 hashes missing 2025/05/14 06:32:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hafizus6xilu': 2 differences found 2025/05/14 06:32:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hafizus6xilu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/14 06:32:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 06:32:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hafizus6xilu': 0 differences found 2025/05/14 06:32:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hafizus6xilu': 1 matching files 2025/05/14 06:32:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jaqepiz6mopi" 2025/05/14 06:32:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:32:44 DEBUG : Creating backend with remote "TestDrive:crypt/iplrqcdq7uobqvh15a9obtarakl4birah0dq7bu76jbv5vb4kclg" 2025/05/14 06:32:44 DEBUG : Creating backend with remote "/tmp/rclone3896193626" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jaqepiz6mopi'", Local "Local file system at /tmp/rclone3896193626", Modify Window "1ms" 2025/05/14 06:32:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7882ef41e147b7580116a99528519198 OK NFCx2 checkfile vs. both remote (without normalization) 2025/05/14 06:32:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/14 06:32:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jaqepiz6mopi' 2025/05/14 06:32:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaqepiz6mopi': 1 files missing 2025/05/14 06:32:47 NOTICE: 1 hashes missing 2025/05/14 06:32:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaqepiz6mopi': 2 differences found 2025/05/14 06:32:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaqepiz6mopi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/14 06:32:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 06:32:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaqepiz6mopi': 0 differences found 2025/05/14 06:32:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaqepiz6mopi': 1 matching files 2025/05/14 06:32:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nitumox9mico" 2025/05/14 06:32:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:32:48 DEBUG : Creating backend with remote "TestDrive:crypt/os91st9ke9c5gl61cfj2p0ih106neen1u7vq0ksh52m5g76757cg" 2025/05/14 06:32:49 DEBUG : Creating backend with remote "/tmp/rclone836437352" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nitumox9mico'", Local "Local file system at /tmp/rclone836437352", Modify Window "1ms" 2025/05/14 06:32:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0061ada1dec173d3a6ed6f4f48a286e9 OK both checkfile vs. NFDx2 remote (without normalization) 2025/05/14 06:32:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/14 06:32:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nitumox9mico' 2025/05/14 06:32:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nitumox9mico': 1 files missing 2025/05/14 06:32:52 NOTICE: 1 hashes missing 2025/05/14 06:32:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nitumox9mico': 2 differences found 2025/05/14 06:32:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nitumox9mico': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/14 06:32:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 06:32:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nitumox9mico': 0 differences found 2025/05/14 06:32:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nitumox9mico': 1 matching files 2025/05/14 06:32:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muworon5noje" 2025/05/14 06:32:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:32:53 DEBUG : Creating backend with remote "TestDrive:crypt/k6jn8a79ucof02u5n7ghch8j0c9qevav09u97tpcgpc67fliq4l0" 2025/05/14 06:32:54 DEBUG : Creating backend with remote "/tmp/rclone3010122751" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-muworon5noje'", Local "Local file system at /tmp/rclone3010122751", Modify Window "1ms" 2025/05/14 06:32:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2a9f8b4921197aa2fe7248e3703606cd OK both checkfile vs. NFCx2 remote (without normalization) 2025/05/14 06:32:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/14 06:32:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-muworon5noje' 2025/05/14 06:32:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muworon5noje': 1 files missing 2025/05/14 06:32:57 NOTICE: 1 hashes missing 2025/05/14 06:32:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muworon5noje': 2 differences found 2025/05/14 06:32:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muworon5noje': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/14 06:32:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/14 06:32:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muworon5noje': 0 differences found 2025/05/14 06:32:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muworon5noje': 1 matching files 2025/05/14 06:32:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muworon5noje': Purge remote 2025/05/14 06:32:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nitumox9mico': Purge remote 2025/05/14 06:32:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jaqepiz6mopi': Purge remote 2025/05/14 06:32:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hafizus6xilu': Purge remote 2025/05/14 06:33:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lakoliv3jasa': Purge remote 2025/05/14 06:33:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pusewob2riko': Purge remote 2025/05/14 06:33:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-podaxud9yexu': Purge remote 2025/05/14 06:33:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cotohin1tugo': Purge remote 2025/05/14 06:33:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cuxeyak8fahe': Purge remote 2025/05/14 06:33:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hejorip2wako': Purge remote --- PASS: TestApplyTransforms (54.03s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:33:03 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/14 06:33:05 DEBUG : sub/file2: md5 = b69ca378f061fb4eb5ab5e1087dc1a60 OK 2025/05/14 06:33:05 INFO : file1: Copied (new) to: sub/file2 2025/05/14 06:33:06 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:33:06 DEBUG : file1: Unchanged skipping 2025/05/14 06:33:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': don't need to copy/move sub/file2, it is already at target location 2025/05/14 06:33:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.62s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", 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-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:33:11 DEBUG : dst/file1: md5 = e4928c448521d32742ae84f12b286ad8 OK 2025/05/14 06:33:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonedaf1qozu/backup" 2025/05/14 06:33:12 DEBUG : Creating backend with remote "TestDrive:crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg/1nrff024r7pq65ecp72fc28jb0" 2025/05/14 06:33:13 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/14 06:33:16 INFO : dst/file1: Moved (server-side) 2025/05/14 06:33:17 DEBUG : dst/file1: md5 = ed5fc98dce8a2aba693366fd331c7b50 OK 2025/05/14 06:33:17 INFO : dst/file1: Copied (new) 2025/05/14 06:33:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/14 06:33:20 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/14 06:33:20 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.21s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:33:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonedaf1qozu/dst" 2025/05/14 06:33:21 DEBUG : Creating backend with remote "TestDrive:crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/14 06:33:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonedaf1qozu/CompareDest" 2025/05/14 06:33:23 DEBUG : Creating backend with remote "TestDrive:crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg/gveqi14airsml4bgu7krj116o8" 2025/05/14 06:33:24 DEBUG : one: Need to transfer - File not found at Destination 2025/05/14 06:33:27 DEBUG : one: md5 = 93e37849be49d63edb7f1ab1ee4da44d OK 2025/05/14 06:33:27 INFO : one: Copied (new) 2025/05/14 06:33:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:33:29 DEBUG : one: md5 = 5a1849a9127abbcdee075f396b1067e9 OK 2025/05/14 06:33:29 INFO : one: Copied (replaced existing) 2025/05/14 06:33:31 DEBUG : dst/one: md5 = 4eee0106a05a1127f412f7d61897c7c3 OK 2025/05/14 06:33:33 DEBUG : CompareDest/one: md5 = f3d3a0d9c4e06f8b46e1b643043d9625 OK 2025/05/14 06:33:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:33:34 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:33:34 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/14 06:33:36 DEBUG : CompareDest/two: md5 = 8e771e3c2c778d1d1daafed86fe449c0 OK 2025/05/14 06:33:37 DEBUG : two: Need to transfer - File not found at Destination 2025/05/14 06:33:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:33:37 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/14 06:33:38 DEBUG : two: Need to transfer - File not found at Destination 2025/05/14 06:33:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:33:38 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/14 06:33:39 DEBUG : two: Need to transfer - File not found at Destination 2025/05/14 06:33:39 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/14 06:33:41 DEBUG : two: md5 = d68829203ad8c687a6df4202607f7e27 OK 2025/05/14 06:33:41 INFO : two: Copied (new) 2025/05/14 06:33:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/14 06:33:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:33:45 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:33:45 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.00s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:33:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonedaf1qozu/dst" 2025/05/14 06:33:45 DEBUG : Creating backend with remote "TestDrive:crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/14 06:33:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonedaf1qozu/CopyDest" 2025/05/14 06:33:47 DEBUG : Creating backend with remote "TestDrive:crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/14 06:33:48 DEBUG : one: Need to transfer - File not found at Destination 2025/05/14 06:33:51 DEBUG : one: md5 = 062c9415a0a48d2b8f28623fbf0d56c0 OK 2025/05/14 06:33:51 INFO : one: Copied (new) 2025/05/14 06:33:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:33:53 DEBUG : one: md5 = 10a0ff1cf9940538f2d4b63a4d2c395c OK 2025/05/14 06:33:53 INFO : one: Copied (replaced existing) 2025/05/14 06:33:55 DEBUG : dst/one: md5 = db277d600e4b3b098a24fde3371515a9 OK 2025/05/14 06:33:58 DEBUG : CopyDest/one: md5 = 387a49c63d484de783425aec79cfe736 OK 2025/05/14 06:33:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonedaf1qozu/BackupDir" 2025/05/14 06:33:58 DEBUG : Creating backend with remote "TestDrive:crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/14 06:34:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:34:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:34:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:34:02 INFO : one: Moved (server-side) 2025/05/14 06:34:03 INFO : one: Copied (server-side copy) 2025/05/14 06:34:03 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/14 06:34:05 DEBUG : CopyDest/two: md5 = 64910642ccecdf422a9d9a4e486f4e19 OK 2025/05/14 06:34:06 DEBUG : two: Need to transfer - File not found at Destination 2025/05/14 06:34:06 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:34:07 INFO : two: Copied (server-side copy) 2025/05/14 06:34:07 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/14 06:34:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:34:08 DEBUG : two: Unchanged skipping 2025/05/14 06:34:09 DEBUG : CopyDest/three: md5 = 1e814bb18e18ab55470e2b867a5eda68 OK 2025/05/14 06:34:10 DEBUG : three: Need to transfer - File not found at Destination 2025/05/14 06:34:10 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/14 06:34:10 DEBUG : three: Destination not found in --copy-dest 2025/05/14 06:34:12 DEBUG : three: md5 = ef8a274db97544b52bd74d8ecc6091a9 OK 2025/05/14 06:34:12 INFO : three: Copied (new) 2025/05/14 06:34:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/14 06:34:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/14 06:34:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:34:17 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:34:17 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/14 06:34:17 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/14 06:34:18 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.93s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.41s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:34:19 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/14 06:34:21 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 07902d0a8de038d81eca7ed62397e84d OK 2025/05/14 06:34:21 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/14 06:34:22 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/14 06:34:22 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/05/14 06:34:23 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/14 06:34:24 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/14 06:34:25 DEBUG : TestCopyFileMaxTransfer/file4: md5 = f2f83bd8a72f7eb246145cd0e52e53fd OK 2025/05/14 06:34:25 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/05/14 06:34:27 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/05/14 06:34:27 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.72s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.41s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:34:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Looking for duplicate names using skip mode. 2025/05/14 06:34:31 NOTICE: one: Found 2 files with duplicate names 2025/05/14 06:34:31 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.65s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:34:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Looking for duplicate names using skip mode. 2025/05/14 06:34:37 NOTICE: one: Found 3 files with duplicate names 2025/05/14 06:34:37 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/05/14 06:34:38 INFO : one: Deleted 2025/05/14 06:34:38 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.26s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:34:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Looking for duplicate names using first mode. 2025/05/14 06:34:43 NOTICE: one: Found 3 files with duplicate names 2025/05/14 06:34:44 INFO : one: Deleted 2025/05/14 06:34:44 INFO : one: Deleted 2025/05/14 06:34:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.97s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:34:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Looking for duplicate names using newest mode. 2025/05/14 06:34:49 NOTICE: one: Found 3 files with duplicate names 2025/05/14 06:34:50 INFO : one: Deleted 2025/05/14 06:34:50 INFO : one: Deleted 2025/05/14 06:34:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.14s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:34:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Looking for duplicate names using oldest mode. 2025/05/14 06:34:56 NOTICE: one: Found 3 files with duplicate names 2025/05/14 06:34:56 INFO : one: Deleted 2025/05/14 06:34:57 INFO : one: Deleted 2025/05/14 06:34:57 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.09s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:35:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Looking for duplicate names using largest mode. 2025/05/14 06:35:02 NOTICE: one: Found 3 files with duplicate names 2025/05/14 06:35:02 INFO : one: Deleted 2025/05/14 06:35:03 INFO : one: Deleted 2025/05/14 06:35:03 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (5.93s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:35:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Looking for duplicate names using smallest mode. 2025/05/14 06:35:08 NOTICE: one: Found 3 files with duplicate names 2025/05/14 06:35:08 INFO : one: Deleted 2025/05/14 06:35:09 INFO : one: Deleted 2025/05/14 06:35:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.24s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:35:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Looking for duplicate names using rename mode. 2025/05/14 06:35:15 NOTICE: one.txt: Found 3 files with duplicate names 2025/05/14 06:35:16 INFO : one-2.txt: renamed from: one.txt 2025/05/14 06:35:17 INFO : one-3.txt: renamed from: one.txt 2025/05/14 06:35:19 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.22s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:35:23 DEBUG : dupe1/one.txt: md5 = 80e0093b7d75c81f516f1a5b5a779f9a OK 2025/05/14 06:35:25 DEBUG : dupe2/two.txt: md5 = 0054b44e770ce59a43aa9a1e5127d51e OK 2025/05/14 06:35:27 DEBUG : dupe3/three.txt: md5 = c65d184fb70c5e94504cf2230107311f OK 2025/05/14 06:35:28 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/05/14 06:35:29 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/05/14 06:35:29 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/05/14 06:35:30 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/05/14 06:35:33 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/05/14 06:35:33 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/05/14 06:35:33 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.42s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:35:35 DEBUG : a.txt: md5 = 1b84e47fe6f263bc3541447cf0e86729 OK 2025/05/14 06:35:36 DEBUG : zend.txt: md5 = b4155a710441e256afba026c991936e2 OK 2025/05/14 06:35:38 DEBUG : sub dir/hello world: md5 = 38c38ccbf90bc89a2ececa9abc0fa342 OK 2025/05/14 06:35:40 DEBUG : sub dir/hello world2: md5 = 481d20be0e393e9fdca01f34a58767fe OK 2025/05/14 06:35:42 DEBUG : sub dir/ignore dir/.ignore: md5 = da321e07ee5b46b4c34973b9c2069a25 OK 2025/05/14 06:35:43 DEBUG : sub dir/ignore dir/should be ignored: md5 = 98f68a1e3e6c6ae904c45100c164829e OK 2025/05/14 06:35:45 DEBUG : sub dir/sub sub dir/hello world3: md5 = e86620dc61cfe5c347c5b2e8429755dd OK 2025/05/14 06:35:46 DEBUG : a.txt: Excluded (Size Filter) 2025/05/14 06:35:46 DEBUG : a.txt: Excluded 2025/05/14 06:35:47 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/14 06:35:47 DEBUG : sub dir/hello world2: Excluded 2025/05/14 06:35:47 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/14 06:35:47 DEBUG : sub dir/hello world: Excluded 2025/05/14 06:35:48 DEBUG : sub dir/ignore dir: Excluded 2025/05/14 06:35:48 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/14 06:35:48 DEBUG : sub dir/hello world2: Excluded 2025/05/14 06:35:48 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/14 06:35:48 DEBUG : sub dir/hello world: Excluded 2025/05/14 06:35:48 DEBUG : sub dir/ignore dir: Excluded 2025/05/14 06:35:53 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/14 06:35:53 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/14 06:35:53 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/14 06:35:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/14 06:35:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/14 06:35:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/05/14 06:35:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.19s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:35:56 DEBUG : a.txt: md5 = b4d26bcb482067b9a18431b7a94b5159 OK 2025/05/14 06:35:57 DEBUG : zend.txt: md5 = a3a6910d42d47c29dd637b7821387fd9 OK 2025/05/14 06:35:59 DEBUG : sub dir/hello world: md5 = a9b86bad8a456891cc78f56448423e76 OK 2025/05/14 06:36:01 DEBUG : sub dir/hello world2: md5 = 3ae743df2c43d2d68980ee3761d58c0a OK 2025/05/14 06:36:03 DEBUG : sub dir/ignore dir/.ignore: md5 = 307b51c9c6cc3e494b3cb619e4ce32bb OK 2025/05/14 06:36:04 DEBUG : sub dir/ignore dir/should be ignored: md5 = 18caa38c980bb8e7bc13fe51e9e86193 OK 2025/05/14 06:36:06 DEBUG : sub dir/sub sub dir/hello world3: md5 = eb4769c5adfa8951f0005a89a294deea OK 2025/05/14 06:36:07 DEBUG : a.txt: Excluded (Size Filter) 2025/05/14 06:36:07 DEBUG : a.txt: Excluded 2025/05/14 06:36:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/14 06:36:08 DEBUG : sub dir/hello world: Excluded 2025/05/14 06:36:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/14 06:36:08 DEBUG : sub dir/hello world2: Excluded 2025/05/14 06:36:08 DEBUG : sub dir/ignore dir: Excluded 2025/05/14 06:36:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/14 06:36:08 DEBUG : sub dir/hello world: Excluded 2025/05/14 06:36:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/14 06:36:08 DEBUG : sub dir/hello world2: Excluded 2025/05/14 06:36:09 DEBUG : sub dir/ignore dir: Excluded 2025/05/14 06:36:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/14 06:36:14 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/14 06:36:14 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/14 06:36:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/14 06:36:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/14 06:36:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/14 06:36:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (20.72s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:36:17 DEBUG : file1: md5 = ec3fa1f2d38c9fbf347e68951a755961 OK 2025/05/14 06:36:19 DEBUG : sub/file2: md5 = c4fbfe593cec1828e9c33a9f3ff09c19 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/05/14 06:36:22 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/05/14 06:36:22 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/05/14 06:36:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/05/14 06:36:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.36s) --- PASS: TestListJSON/Default (0.22s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.29s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:36:26 DEBUG : file1: md5 = 231925aceb5b9f173a53cf88ee1a6562 OK 2025/05/14 06:36:28 DEBUG : sub/file2: md5 = 866a614a3813fd8538d348c9077b7afd OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/05/14 06:36:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonedaf1qozu/notfound" 2025/05/14 06:36:32 DEBUG : Creating backend with remote "TestDrive:crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg/qe0i31qdkoejk60elps0ni5sqk" 2025/05/14 06:36:35 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.28s) --- PASS: TestStatJSON/Root (0.22s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.45s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.22s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.64s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:36:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Making directory 2025/05/14 06:36:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:36:39 DEBUG : sub dir/hello world: md5 = e75ba0a7b79437537663c6e918d02cb4 OK 2025/05/14 06:36:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.81s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:36:43 DEBUG : potato2: md5 = 4c9d2af6a7c7e427211e2532839ea57c OK 2025/05/14 06:36:44 DEBUG : empty space: md5 = 037cb11cc9028f59272c137fc4045a55 OK --- PASS: TestLs (4.33s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:36:47 DEBUG : potato2: md5 = cd315791b97a110041dfddb073ff9390 OK 2025/05/14 06:36:48 DEBUG : empty space: md5 = a05b0ee1decb883a844e46902559359c OK 2025/05/14 06:36:49 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/14 06:36:49 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.58s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:36:52 DEBUG : potato2: md5 = aae3707da396ab8eb1bd0f84584a2f1a OK 2025/05/14 06:36:53 DEBUG : empty space: md5 = 6052d8e95c03d9b7594d1dfcf1d9472b OK --- PASS: TestLsLong (4.44s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:36:56 DEBUG : potato2: md5 = dbf1215f8738474009e2392ab80d9739 OK 2025/05/14 06:36:58 DEBUG : empty space: md5 = e20e645ea62d46113ad98b2aeffbe4e2 OK --- PASS: TestHashSums (4.33s) === RUN TestHashSumsWithErrors 2025/05/14 06:36:59 DEBUG : Creating backend with remote ":memory:" 2025/05/14 06:36:59 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/14 06:36:59 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/14 06:36:59 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/14 06:36:59 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/14 06:36:59 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/14 06:36:59 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/14 06:36:59 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/14 06:36:59 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/14 06:36:59 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-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:37:01 DEBUG : potato2: md5 = b95d4594b41d71081aa52ba3efe88a39 OK 2025/05/14 06:37:02 DEBUG : empty space: md5 = e19bd0db3325df1f4e3c3aa836a6a31c OK 2025/05/14 06:37:04 DEBUG : sub dir/potato3: md5 = eb747c360ad044094428a9e83cdf40d5 OK 2025/05/14 06:37:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.79s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:37:09 DEBUG : small: md5 = ce7948a915fc3399caa31231009cdb61 OK 2025/05/14 06:37:11 DEBUG : medium: md5 = 246dec47e204ddc69f0d6c87858d74b7 OK 2025/05/14 06:37:12 DEBUG : large: md5 = 8a85145b51aa2a661ba11d7b4a9e3b64 OK 2025/05/14 06:37:12 DEBUG : Waiting for deletions to finish 2025/05/14 06:37:13 DEBUG : large: Excluded (Size Filter) 2025/05/14 06:37:13 INFO : medium: Deleted 2025/05/14 06:37:13 INFO : small: Deleted --- PASS: TestDelete (6.25s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:37:16 DEBUG : small: md5 = ec9b616650d6a6de1c6b335d825475e6 OK 2025/05/14 06:37:17 DEBUG : medium: md5 = 3ed64bc2076b3a0b0339289b151d79ed OK 2025/05/14 06:37:18 DEBUG : large: md5 = bbccdb9f1df6094a306f6e0f874a9f93 OK 2025/05/14 06:37:19 DEBUG : Waiting for deletions to finish 2025/05/14 06:37:19 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/05/14 06:37:19 INFO : medium: Deleted 2025/05/14 06:37:19 INFO : small: Deleted --- PASS: TestMaxDelete (6.54s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:37:22 DEBUG : small: md5 = 90c1c0457122be9e962c1d3280ea7205 OK 2025/05/14 06:37:24 DEBUG : medium: md5 = 1ef3fa96ac2fcf725dac87787b685e95 OK 2025/05/14 06:37:25 DEBUG : large: md5 = 34a19e20dc504db2c1a0a53c1388a0b4 OK 2025/05/14 06:37:25 DEBUG : Waiting for deletions to finish 2025/05/14 06:37:25 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/14 06:37:26 INFO : small: Deleted 2025/05/14 06:37:26 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.72s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:37:29 DEBUG : small: md5 = b997f7927082d2d91b32e4392d7975a7 OK 2025/05/14 06:37:30 DEBUG : medium: md5 = 1ac83e8eb753e4010f8b1c2679161edb OK 2025/05/14 06:37:32 DEBUG : large: md5 = 019c9cb0acd43fe9b9e127d6e2f93264 OK 2025/05/14 06:37:32 DEBUG : Waiting for deletions to finish 2025/05/14 06:37:32 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/14 06:37:33 INFO : medium: Deleted 2025/05/14 06:37:33 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.75s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:37:36 DEBUG : ReadFile: md5 = bca35e9aa096ae4f526c366669adb50f OK --- PASS: TestReadFile (3.92s) === RUN TestRetry 2025/05/14 06:37:38 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/14 06:37:38 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/14 06:37:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/14 06:37:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/14 06:37:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/14 06:37:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/14 06:37:38 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-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:37:40 DEBUG : file1: md5 = ebdc7607f41591486289f9978ca9e026 OK 2025/05/14 06:37:41 DEBUG : file2: md5 = 72afda3711e65ea8392bad04d6c22ec6 OK --- PASS: TestCat (18.12s) === RUN TestPurge 2025/05/14 06:37:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rehefar1kura" 2025/05/14 06:37:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:37:56 DEBUG : Creating backend with remote "TestDrive:crypt/8kklm38ek05a431pkloggksnlejt47ofr3jcb753ku9rd6imjan0" 2025/05/14 06:37:57 DEBUG : Creating backend with remote "/tmp/rclone2148509639" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rehefar1kura'", Local "Local file system at /tmp/rclone2148509639", Modify Window "1ms" 2025/05/14 06:38:02 DEBUG : A1/B1/C1/one: md5 = bea0d60edf2b7f86d89b69391270342b OK 2025/05/14 06:38:02 INFO : A2: Making directory 2025/05/14 06:38:03 INFO : A1/B2: Making directory 2025/05/14 06:38:03 INFO : A1/B2/C2: Making directory 2025/05/14 06:38:04 INFO : A1/B1/C3: Making directory 2025/05/14 06:38:05 INFO : A3: Making directory 2025/05/14 06:38:06 INFO : A3/B3: Making directory 2025/05/14 06:38:07 INFO : A3/B3/C4: Making directory 2025/05/14 06:38:09 DEBUG : A1/two: md5 = 2e1d93fc05d162a2b418700214669467 OK 2025/05/14 06:38:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rehefar1kura': Purge remote 2025/05/14 06:38:13 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.20s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:38:16 DEBUG : A1/B1/C1/one: md5 = 63249047a9eaae945218d3154f6daa00 OK 2025/05/14 06:38:16 INFO : A2: Making directory 2025/05/14 06:38:17 INFO : A1/B2: Making directory 2025/05/14 06:38:18 INFO : A1/B2/C2: Making directory 2025/05/14 06:38:18 INFO : A1/B1/C3: Making directory 2025/05/14 06:38:19 INFO : A3: Making directory 2025/05/14 06:38:20 INFO : A3/B3: Making directory 2025/05/14 06:38:21 INFO : A3/B3/C4: Making directory 2025/05/14 06:38:23 DEBUG : A1/two: md5 = e65465ee85f0c65f117a698d64296c19 OK 2025/05/14 06:38:24 DEBUG : removing 1 level 3 directories 2025/05/14 06:38:24 INFO : A3/B3/C4: Removing directory 2025/05/14 06:38:27 DEBUG : removing 2 level 3 directories 2025/05/14 06:38:27 INFO : A1/B2/C2: Removing directory 2025/05/14 06:38:27 INFO : A1/B1/C3: Removing directory 2025/05/14 06:38:28 DEBUG : removing 2 level 2 directories 2025/05/14 06:38:28 INFO : A3/B3: Removing directory 2025/05/14 06:38:28 INFO : A1/B2: Removing directory 2025/05/14 06:38:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/14 06:38:28 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/05/14 06:38:28 DEBUG : removing 2 level 1 directories 2025/05/14 06:38:28 INFO : A3: Removing directory 2025/05/14 06:38:28 INFO : A2: Removing directory 2025/05/14 06:38:29 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/05/14 06:38:32 DEBUG : removing 1 level 3 directories 2025/05/14 06:38:32 INFO : A1/B1/C1: Removing directory 2025/05/14 06:38:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:33 DEBUG : removing 1 level 2 directories 2025/05/14 06:38:33 INFO : A1/B1: Removing directory 2025/05/14 06:38:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/14 06:38:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/14 06:38:34 DEBUG : removing 1 level 1 directories 2025/05/14 06:38:34 INFO : A1: Removing directory 2025/05/14 06:38:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/14 06:38:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/14 06:38:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/14 06:38:35 DEBUG : removing 1 level 0 directories 2025/05/14 06:38:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Removing directory 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/14 06:38:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.41s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:38:37 INFO : A1: Making directory 2025/05/14 06:38:37 INFO : A1/B1: Making directory 2025/05/14 06:38:38 INFO : A1/B1/C1: Making directory 2025/05/14 06:38:40 DEBUG : removing 1 level 3 directories 2025/05/14 06:38:40 INFO : A1/B1/C1: Removing directory 2025/05/14 06:38:41 DEBUG : removing 1 level 2 directories 2025/05/14 06:38:41 INFO : A1/B1: Removing directory 2025/05/14 06:38:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/14 06:38:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.37s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:38:43 INFO : A1: Making directory 2025/05/14 06:38:44 INFO : A1/B1: Making directory 2025/05/14 06:38:45 INFO : A1/B1/C1: Making directory 2025/05/14 06:38:47 DEBUG : removing 1 level 3 directories 2025/05/14 06:38:47 INFO : A1/B1/C1: Removing directory 2025/05/14 06:38:48 DEBUG : removing 1 level 2 directories 2025/05/14 06:38:48 INFO : A1/B1: Removing directory 2025/05/14 06:38:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/14 06:38:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.37s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:38:52 DEBUG : file1: md5 = af94eaf9676c765c90aec74bd49a2019 OK 2025/05/14 06:38:53 DEBUG : filename.txt: File name found in url 2025/05/14 06:38:54 DEBUG : filename.txt: md5 = 0856d4d1b1f1c5e512a35adbbcbf3fba OK 2025/05/14 06:38:54 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/05/14 06:38:55 DEBUG : headerfilename.txt: md5 = 717dd2c03079051966e7118c6ada118c OK 2025/05/14 06:38:57 DEBUG : file2: md5 = 183c07e0dfefba31ac38a9e039886295 OK --- PASS: TestCopyURL (8.32s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:38:59 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/14 06:39:01 DEBUG : sub/file2: md5 = d4d5e6fc206f383f402389e9e345d68a OK 2025/05/14 06:39:01 INFO : file1: Copied (new) to: sub/file2 2025/05/14 06:39:01 INFO : file1: Deleted 2025/05/14 06:39:02 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:39:02 DEBUG : file1: Unchanged skipping 2025/05/14 06:39:02 INFO : file1: Deleted 2025/05/14 06:39:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': don't need to copy/move sub/file2, it is already at target location 2025/05/14 06:39:04 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.55s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:39:05 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/14 06:39:06 DEBUG : file1: md5 = 7d3cc463131869550caa43b1c87abe2e OK 2025/05/14 06:39:06 INFO : file1: Copied (new) 2025/05/14 06:39:06 INFO : file1: Deleted 2025/05/14 06:39:07 DEBUG : file1: Destination exists, skipping 2025/05/14 06:39:07 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.22s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.49s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:39:11 DEBUG : dst/file1: md5 = fd6dcecbf440ede54f2c00e1189f31e4 OK 2025/05/14 06:39:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jonedaf1qozu/backup" 2025/05/14 06:39:12 DEBUG : Creating backend with remote "TestDrive:crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg/1nrff024r7pq65ecp72fc28jb0" 2025/05/14 06:39:13 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/14 06:39:15 INFO : dst/file1: Moved (server-side) 2025/05/14 06:39:16 DEBUG : dst/file1: md5 = fde31c9181e566597e8e2484ca2b3e97 OK 2025/05/14 06:39:16 INFO : dst/file1: Copied (new) 2025/05/14 06:39:16 INFO : dst/file1: Deleted 2025/05/14 06:39:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/14 06:39:20 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/14 06:39:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.71s) === 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-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:39:23 DEBUG : A1/one: md5 = 20e459529baa6f6a5d12262351d80e2d OK 2025/05/14 06:39:25 DEBUG : A1/two: md5 = 032170f01c46be67b886685fa22a11f5 OK 2025/05/14 06:39:27 DEBUG : A1/B1/three: md5 = 0b4dc96cf5fa7be3bd670789ec0aa450 OK 2025/05/14 06:39:29 DEBUG : A1/B1/C1/four: md5 = 4ba4c7c3014a689e784acab63df037ab OK 2025/05/14 06:39:31 DEBUG : A1/B1/C2/five: md5 = c7304dd192d1dbf9a48962afde55ac32 OK 2025/05/14 06:39:31 INFO : A1/B2: Making directory 2025/05/14 06:39:32 INFO : A1/B1/C3: Making directory 2025/05/14 06:39:42 INFO : A2/one: Moved (server-side) to: A3/one 2025/05/14 06:39:42 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/05/14 06:39:42 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/05/14 06:39:42 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/05/14 06:39:42 INFO : A2/two: Moved (server-side) to: A3/two 2025/05/14 06:39:45 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/14 06:39:45 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/14 06:39:45 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/14 06:39:46 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/14 06:39:46 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/14 06:39:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/05/14 06:39:53 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/05/14 06:39:53 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/05/14 06:39:53 INFO : A3/two: Moved (server-side) to: A4/two 2025/05/14 06:39:53 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/05/14 06:39:53 INFO : A3/one: Moved (server-side) to: A4/one 2025/05/14 06:39:56 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/14 06:39:56 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/14 06:39:56 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/14 06:39:57 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/14 06:39:57 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/14 06:40:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/05/14 06:40:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/05/14 06:40:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/14 06:40:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/14 06:40:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/14 06:40:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/14 06:40:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/14 06:40:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/14 06:40:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/14 06:40:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.82s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" --- PASS: TestGetFsInfo (0.41s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:40:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': File to upload is small (34 bytes), uploading instead of streaming 2025/05/14 06:40:08 DEBUG : no_checksum_small_file_from_pipe: md5 = e4f9ae1b77a38c8a0afdf697c440d681 OK 2025/05/14 06:40:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/05/14 06:40:08 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/14 06:40:09 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/05/14 06:40:10 DEBUG : no_checksum_big_file_from_pipe: md5 = cc7ec81656cd0f13b9464c4ea94c26aa OK 2025/05/14 06:40:10 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-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:40:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': File to upload is small (34 bytes), uploading instead of streaming 2025/05/14 06:40:13 DEBUG : with_checksum_small_file_from_pipe: md5 = f9d7da511dee5ff2b122e58ce9b293c8 OK 2025/05/14 06:40:13 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/14 06:40:14 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/05/14 06:40:15 DEBUG : with_checksum_big_file_from_pipe: md5 = d9e6e8804da75c5e04f2c4cb16f5efe8 OK 2025/05/14 06:40:15 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-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:40:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': File to upload is small (34 bytes), uploading instead of streaming 2025/05/14 06:40:18 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:40:19 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/14 06:40:20 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-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:40:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': File to upload is small (34 bytes), uploading instead of streaming 2025/05/14 06:40:23 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/14 06:40:24 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/14 06:40:25 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.37s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.68s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.20s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.55s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.94s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/05/14 06:40:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': File to upload is small (48 bytes), uploading instead of streaming 2025/05/14 06:40:28 DEBUG : rcat_metadata: md5 = 02a5d9bd99035d11d798c1bd93d9e8f2 OK 2025/05/14 06:40:28 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/05/14 06:40:29 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/05/14 06:40:30 DEBUG : rcat_metadata_uploadcutoff0: md5 = 40f14fe832a4e70cb738e89c97af8cb4 OK 2025/05/14 06:40:30 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.59s) --- PASS: TestRcatMetadata/Normal (2.45s) --- PASS: TestRcatMetadata/ViaDisk (2.75s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:40:33 DEBUG : potato1: md5 = a50bf095eda91e0390d2adeadf776b1d OK 2025/05/14 06:40:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': File to upload is small (60 bytes), uploading instead of streaming 2025/05/14 06:40:35 DEBUG : potato2: md5 = 575dcbc54ca8e7ed51765c7b0a99232d OK 2025/05/14 06:40:35 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.43s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:40:38 DEBUG : potato1: md5 = da0618a24926fd5526f21ec5897c0880 OK 2025/05/14 06:40:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': File to upload is small (60 bytes), uploading instead of streaming 2025/05/14 06:40:39 DEBUG : potato2: md5 = 379426a8bc1dc2d9f0057c34ca627268 OK 2025/05/14 06:40:39 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.72s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:40:42 DEBUG : potato2: md5 = 4827f19034792d3b686d2812c2091a36 OK 2025/05/14 06:40:44 DEBUG : empty space: md5 = 66ede0aa0ab3c653b81516325e4a32eb OK 2025/05/14 06:40:46 DEBUG : sub dir/potato3: md5 = adb78648a6059a5433286794cc10c173 OK 2025/05/14 06:40:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Touching "sub dir/potato3" 2025/05/14 06:40:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Touching "empty space" 2025/05/14 06:40:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Touching "potato2" 2025/05/14 06:40:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.67s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:40:51 DEBUG : dir with metadata: Making directory with metadata 2025/05/14 06:40:51 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.34s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:40:53 DEBUG : directory with modtime: Making directory with metadata 2025/05/14 06:40:54 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.26s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:40:55 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/14 06:40:55 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/14 06:40:55 DEBUG : Google drive root 'crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg': Skipping btime metadata as can't update it on an existing file: 2025-05-14T06:40:55.611817128Z 2025/05/14 06:40:56 INFO : non existent directory: Updated directory metadata 2025/05/14 06:40:58 DEBUG : Google drive root 'crypt/di1ufl79jha7vu7uapklrivv9dbqlundp2lmmb5u6c56eqiocqgg': Skipping btime metadata as can't update it on an existing file: 2025-05-14T06:40:55.611817128Z 2025/05/14 06:40:58 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.90s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:41:00 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/05/14 06:41:02 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/05/14 06:41:02 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.13s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:41:04 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/14 06:41:04 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/14 06:41:04 DEBUG : dst: Making directory with metadata 2025/05/14 06:41:05 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/14 06:41:05 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:41:05 INFO : dst: Set directory modification time (using SetModTime) 2025/05/14 06:41:06 INFO : dst: Set directory modification time (using SetModTime) 2025/05/14 06:41:06 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/05/14 06:41:06 INFO : dst: Set directory modification time (using SetModTime) 2025/05/14 06:41:06 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.55s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu'", Local "Local file system at /tmp/rclone3674189769", Modify Window "1ms" 2025/05/14 06:41:10 DEBUG : sub dir/test remove existing: md5 = 576cd0142c436eb374dde2b600da2ec5 OK 2025/05/14 06:41:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 203e5880c26ee91aaec261baeb145d83 OK 2025/05/14 06:41:13 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.qapejij7" before starting 2025/05/14 06:41:14 DEBUG : sub dir/test remove existing.qapejij7: TEST: removing renamed existing file after operation 2025/05/14 06:41:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wolofij6" before starting 2025/05/14 06:41:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wolofij6: TEST: renaming existing back after failed operation 2025/05/14 06:41:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kivupax1" before starting 2025/05/14 06:41:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kivupax1: TEST: removing renamed existing file after operation 2025/05/14 06:41:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "p535s9fbh8stnd5rovni9eeu2f1u1ppp723k8322l6kisvo4889g" 2025/05/14 06:41:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "v6icavkkefgicme58vjgs70f5h50hq3b8sj2cl8ckl0hhrhfubo2s2cqp1ppokqqalc4lmilr9rivsg359li2oj2iiq931i2eehplojosu09tng6vuoluqs8v00gqddf7rukjv57eqe8m4qnf3vk7gpb2hiqdq2q2le9pbons635h185hji0" --- PASS: TestRemoveExisting (13.15s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/05/14 06:41:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jonedaf1qozu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m40.468046751s (try 1/5)