"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/02/14 02:45:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamogod6tume" 2025/02/14 02:45:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:45:39 DEBUG : Creating backend with remote "TestDrive:crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog" 2025/02/14 02:45:40 DEBUG : Creating backend with remote "/tmp/rclone1649992742" === 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-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/02/14 02:45:41 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/14 02:45:41 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/02/14 02:45:41 DEBUG : potato: Seek from 10 to 0 2025/02/14 02:45:41 DEBUG : potato: Seek from 10 to 0 2025/02/14 02:45:41 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/02/14 02:45:41 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/14 02:45:41 DEBUG : potato: Seek from 5 to 2 2025/02/14 02:45:41 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/02/14 02:45:41 DEBUG : potato: Seek from 7 to 0 2025/02/14 02:45:41 DEBUG : potato: Seek from 7 to 0 2025/02/14 02:45:41 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/02/14 02:45:41 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/14 02:45:41 DEBUG : potato: Seek from 5 to 2 2025/02/14 02:45:41 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/02/14 02:45:41 DEBUG : potato: Seek from 8 to 0 2025/02/14 02:45:41 DEBUG : potato: Seek from 8 to 0 2025/02/14 02:45:41 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/02/14 02:45:41 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/14 02:45:41 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/14 02:45:41 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/14 02:45:41 DEBUG : potato: Seek from 5 to 2 2025/02/14 02:45:41 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/02/14 02:45:41 DEBUG : potato: Seek from 9 to 0 2025/02/14 02:45:41 DEBUG : potato: Seek from 9 to 0 2025/02/14 02:45:41 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-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:45:43 DEBUG : rutabaga: md5 = 61ed69c451af481a193006903af50412 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/02/14 02:45:45 DEBUG : empty space: md5 = 43524e90a1f07580cdbd77136eccfe36 OK === RUN TestCheck/3 2025/02/14 02:45:47 DEBUG : potato2: md5 = a73f26d888996e24beba0820db61b88c OK === RUN TestCheck/4 === RUN TestCheck/5 2025/02/14 02:45:49 DEBUG : remotepotato: md5 = 2bb866c6fc41232522b9740419d78658 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.67s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.22s) --- PASS: TestCheck/5 (0.38s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/02/14 02:45:53 DEBUG : Creating backend with remote "nonexistent" 2025/02/14 02:45:53 DEBUG : Creating backend with remote "nonexistent" 2025/02/14 02:45:53 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/02/14 02:45:53 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/02/14 02:45:53 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/02/14 02:45:53 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-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:45:54 DEBUG : rutabaga: md5 = 971111511f34dd75e06e059a5327b9cd OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/02/14 02:45:58 DEBUG : empty space: md5 = 7b3f00e21f7cea4d7cf33046243f680e OK === RUN TestCheckDownload/3 2025/02/14 02:46:01 DEBUG : potato2: md5 = b789cdacbc593d4e625eab6b43e49fdb OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/02/14 02:46:04 DEBUG : remotepotato: md5 = 72225b6f9ccfcc2da300fa25bcc90ea5 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.35s) --- PASS: TestCheckDownload/1 (1.18s) --- PASS: TestCheckDownload/2 (1.01s) --- PASS: TestCheckDownload/3 (1.05s) --- PASS: TestCheckDownload/4 (1.04s) --- PASS: TestCheckDownload/5 (1.24s) --- PASS: TestCheckDownload/6 (1.40s) --- PASS: TestCheckDownload/7 (1.04s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:46:11 DEBUG : rutabaga: md5 = b1ee6fec20681b8539d89ac3f589636c OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/02/14 02:46:13 DEBUG : empty space: md5 = b7b3d78cc3b1a90dd6342a027d02fb34 OK === RUN TestCheckSizeOnly/3 2025/02/14 02:46:15 DEBUG : potato2: md5 = 9bcb17b70e6af43bdcaf93dfb6de9b4d OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/02/14 02:46:18 DEBUG : remotepotato: md5 = 39467058ff03a51b84ad0bcfd8f9d408 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.05s) --- PASS: TestCheckSizeOnly/1 (0.22s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.22s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.34s) --- PASS: TestCheckSizeOnly/7 (0.21s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:46:22 DEBUG : test.sum: md5 = 36ffada2342abfd87878fe5842a86d79 OK 2025/02/14 02:46:24 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/14 02:46:24 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/14 02:46:24 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/14 02:46:24 NOTICE: test.sum: 2 warning(s) suppressed... 2025/02/14 02:46:25 DEBUG : test.sum: md5 = d1213aaf0e40175cf138350e9be4d51b OK 2025/02/14 02:46:26 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/14 02:46:26 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/14 02:46:26 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/14 02:46:26 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.30s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:46:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamogod6tume/data" 2025/02/14 02:46:27 DEBUG : Config file has changed externally - reloading 2025/02/14 02:46:27 DEBUG : Creating backend with remote "TestDrive:crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume/data' lacks md5, skipping --- SKIP: TestCheckSum (1.98s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:46:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamogod6tume/data" 2025/02/14 02:46:29 DEBUG : Creating backend with remote "TestDrive:crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog/vjrnln8ratgmqakfosrqe8espk" 2025/02/14 02:46:33 DEBUG : data/banana: md5 = c53d24418609352709293288de189829 OK 2025/02/14 02:46:35 DEBUG : test.sum: md5 = 8f8997736ac52e1c18df8179153ca3a0 OK === RUN TestCheckSumDownload/subtest1 2025/02/14 02:46:40 DEBUG : data/potato: md5 = 1d474c19665b2f564b022cfb650c11e5 OK 2025/02/14 02:46:41 DEBUG : test.sum: md5 = 6f19556ac4f450ce86ae759371801026 OK === RUN TestCheckSumDownload/subtest2 2025/02/14 02:46:46 DEBUG : test.sum: md5 = 64920f664a682be22633789015dcda40 OK === RUN TestCheckSumDownload/subtest3 2025/02/14 02:46:50 DEBUG : test.sum: md5 = 3021a4e4377fa6c41ede842436e8cff4 OK === RUN TestCheckSumDownload/subtest4 2025/02/14 02:46:54 DEBUG : test.sum: md5 = 3e77c36257c4880e297c4826ce587e3f OK === RUN TestCheckSumDownload/subtest5 2025/02/14 02:46:59 DEBUG : test.sum: md5 = eca9f83335d1e5aac0f842fb27716045 OK === RUN TestCheckSumDownload/subtest6 2025/02/14 02:47:03 DEBUG : data/banana: md5 = 996224a9732e00dad590ae0a16a22eae OK 2025/02/14 02:47:04 DEBUG : data/potato: md5 = 194cb846dc4d971a17f643ea1220fa4d OK 2025/02/14 02:47:06 DEBUG : test.sum: md5 = 7829aa0d9cafb3f2268babd6f01dc072 OK === RUN TestCheckSumDownload/subtest7 2025/02/14 02:47:11 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/02/14 02:47:11 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (42.03s) --- PASS: TestCheckSumDownload/subtest1 (2.97s) --- PASS: TestCheckSumDownload/subtest2 (2.75s) --- PASS: TestCheckSumDownload/subtest3 (2.21s) --- PASS: TestCheckSumDownload/subtest4 (2.30s) --- PASS: TestCheckSumDownload/subtest5 (2.54s) --- PASS: TestCheckSumDownload/subtest6 (2.17s) --- PASS: TestCheckSumDownload/subtest7 (2.33s) === RUN TestApplyTransforms 2025/02/14 02:47:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kocowop5yoso" 2025/02/14 02:47:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:47:11 DEBUG : Creating backend with remote "TestDrive:crypt/nllb6bdj2g9qfm62k6hc4n1onkmmul1mhqit6744p0ca0m414jf0" 2025/02/14 02:47:12 DEBUG : Creating backend with remote "/tmp/rclone1314823384" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kocowop5yoso'", Local "Local file system at /tmp/rclone1314823384", Modify Window "1ms" 2025/02/14 02:47:14 DEBUG : hello, world!: md5 = f399fd7b76ef951cb8580d40075b3056 OK upper checkfile vs. lower remote (without normalization) 2025/02/14 02:47:15 ERROR : hello, world!: sum not found 2025/02/14 02:47:15 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kocowop5yoso' 2025/02/14 02:47:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kocowop5yoso': 1 files missing 2025/02/14 02:47:15 NOTICE: 1 hashes missing 2025/02/14 02:47:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kocowop5yoso': 2 differences found 2025/02/14 02:47:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kocowop5yoso': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/02/14 02:47:16 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:47:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kocowop5yoso': 0 differences found 2025/02/14 02:47:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kocowop5yoso': 1 matching files 2025/02/14 02:47:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cugijiv8zufe" 2025/02/14 02:47:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:47:16 DEBUG : Creating backend with remote "TestDrive:crypt/cudg3jn5snmc4kcelf4skeennvv5m1dmt9aubo5ui6ukt10rdv2g" 2025/02/14 02:47:17 DEBUG : Creating backend with remote "/tmp/rclone3646296477" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cugijiv8zufe'", Local "Local file system at /tmp/rclone3646296477", Modify Window "1ms" 2025/02/14 02:47:19 DEBUG : HELLO, WORLD!: md5 = 5753393bac5596d8e0f85ac8a26638a9 OK lower checkfile vs. upper remote (without normalization) 2025/02/14 02:47:20 ERROR : HELLO, WORLD!: sum not found 2025/02/14 02:47:20 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cugijiv8zufe' 2025/02/14 02:47:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cugijiv8zufe': 1 files missing 2025/02/14 02:47:20 NOTICE: 1 hashes missing 2025/02/14 02:47:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cugijiv8zufe': 2 differences found 2025/02/14 02:47:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cugijiv8zufe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/02/14 02:47:21 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:47:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cugijiv8zufe': 0 differences found 2025/02/14 02:47:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cugijiv8zufe': 1 matching files 2025/02/14 02:47:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wubodor9weyu" 2025/02/14 02:47:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:47:21 DEBUG : Creating backend with remote "TestDrive:crypt/h7e8vdsb6fufgq8kso1ec6q4ub3plhhnp8876lf9tgf8ariu8ln0" 2025/02/14 02:47:22 DEBUG : Creating backend with remote "/tmp/rclone478680552" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wubodor9weyu'", Local "Local file system at /tmp/rclone478680552", Modify Window "1ms" 2025/02/14 02:47:24 DEBUG : HeLlO, wOrLd!: md5 = 05654c543524f23e29f2f2939c2fa115 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/02/14 02:47:25 ERROR : HeLlO, wOrLd!: sum not found 2025/02/14 02:47:25 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wubodor9weyu' 2025/02/14 02:47:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wubodor9weyu': 1 files missing 2025/02/14 02:47:25 NOTICE: 1 hashes missing 2025/02/14 02:47:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wubodor9weyu': 2 differences found 2025/02/14 02:47:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wubodor9weyu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/02/14 02:47:26 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:47:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wubodor9weyu': 0 differences found 2025/02/14 02:47:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wubodor9weyu': 1 matching files 2025/02/14 02:47:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xikijuh1guze" 2025/02/14 02:47:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:47:26 DEBUG : Creating backend with remote "TestDrive:crypt/qec3eh68pcss9cion914uh1lrn70u53v8d9555vpmfgu68c7dmq0" 2025/02/14 02:47:27 DEBUG : Creating backend with remote "/tmp/rclone788407669" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xikijuh1guze'", Local "Local file system at /tmp/rclone788407669", Modify Window "1ms" 2025/02/14 02:47:30 DEBUG : HELLO, WORLD!: md5 = 090a25cd16f12feb0eb2bfb647b8fd56 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/02/14 02:47:30 ERROR : HELLO, WORLD!: sum not found 2025/02/14 02:47:30 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xikijuh1guze' 2025/02/14 02:47:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xikijuh1guze': 1 files missing 2025/02/14 02:47:30 NOTICE: 1 hashes missing 2025/02/14 02:47:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xikijuh1guze': 2 differences found 2025/02/14 02:47:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xikijuh1guze': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/02/14 02:47:31 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:47:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xikijuh1guze': 0 differences found 2025/02/14 02:47:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xikijuh1guze': 1 matching files 2025/02/14 02:47:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yalisud2nowa" 2025/02/14 02:47:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:47:31 DEBUG : Creating backend with remote "TestDrive:crypt/7egf1qt8fncgohd8a96ue1afvdfnmrtdboklovlqd9s8tj4sn870" 2025/02/14 02:47:32 DEBUG : Creating backend with remote "/tmp/rclone2094395606" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yalisud2nowa'", Local "Local file system at /tmp/rclone2094395606", Modify Window "1ms" 2025/02/14 02:47:34 DEBUG : 測試_Русский___ě_áñ: md5 = 0549d40f81f612b9559c961fe8907713 OK NFD checkfile vs. NFC remote (without normalization) 2025/02/14 02:47:35 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/14 02:47:35 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yalisud2nowa' 2025/02/14 02:47:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yalisud2nowa': 1 files missing 2025/02/14 02:47:35 NOTICE: 1 hashes missing 2025/02/14 02:47:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yalisud2nowa': 2 differences found 2025/02/14 02:47:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yalisud2nowa': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/02/14 02:47:36 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:47:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yalisud2nowa': 0 differences found 2025/02/14 02:47:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yalisud2nowa': 1 matching files 2025/02/14 02:47:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qivuhip1cihi" 2025/02/14 02:47:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:47:36 DEBUG : Creating backend with remote "TestDrive:crypt/bjgl1cntb3sodsl6p4ip55pum78ikmd5m9n2pka9hp14kcfqq9vg" 2025/02/14 02:47:37 DEBUG : Creating backend with remote "/tmp/rclone268136409" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qivuhip1cihi'", Local "Local file system at /tmp/rclone268136409", Modify Window "1ms" 2025/02/14 02:47:39 DEBUG : 測試_Русский___ě_áñ: md5 = 55def81724587d59808f7d8cb306246b OK NFC checkfile vs. NFD remote (without normalization) 2025/02/14 02:47:40 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/14 02:47:40 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qivuhip1cihi' 2025/02/14 02:47:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qivuhip1cihi': 1 files missing 2025/02/14 02:47:40 NOTICE: 1 hashes missing 2025/02/14 02:47:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qivuhip1cihi': 2 differences found 2025/02/14 02:47:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qivuhip1cihi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/02/14 02:47:41 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:47:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qivuhip1cihi': 0 differences found 2025/02/14 02:47:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qivuhip1cihi': 1 matching files 2025/02/14 02:47:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-purehay8cijo" 2025/02/14 02:47:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:47:41 DEBUG : Creating backend with remote "TestDrive:crypt/4bkk784l1lkr13rle8nm92a4be13t5l829ncej0r7sj8i8vpq7ig" 2025/02/14 02:47:42 DEBUG : Creating backend with remote "/tmp/rclone1880837964" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-purehay8cijo'", Local "Local file system at /tmp/rclone1880837964", Modify Window "1ms" 2025/02/14 02:47:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 63018020fd16aedcaa431b88e3beb127 OK NFDx2 checkfile vs. both remote (without normalization) 2025/02/14 02:47:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/14 02:47:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-purehay8cijo' 2025/02/14 02:47:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-purehay8cijo': 1 files missing 2025/02/14 02:47:45 NOTICE: 1 hashes missing 2025/02/14 02:47:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-purehay8cijo': 2 differences found 2025/02/14 02:47:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-purehay8cijo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/02/14 02:47:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:47:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-purehay8cijo': 0 differences found 2025/02/14 02:47:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-purehay8cijo': 1 matching files 2025/02/14 02:47:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wodoras0taro" 2025/02/14 02:47:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:47:46 DEBUG : Creating backend with remote "TestDrive:crypt/7jc1g1jmefn7sk6rl1vkkr3hj3icpmmdls2acu4ma4h25lqrv9n0" 2025/02/14 02:47:47 DEBUG : Creating backend with remote "/tmp/rclone2884663757" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wodoras0taro'", Local "Local file system at /tmp/rclone2884663757", Modify Window "1ms" 2025/02/14 02:47:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5773608fd7983c70d4a8ac2682f038ad OK NFCx2 checkfile vs. both remote (without normalization) 2025/02/14 02:47:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/14 02:47:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wodoras0taro' 2025/02/14 02:47:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wodoras0taro': 1 files missing 2025/02/14 02:47:50 NOTICE: 1 hashes missing 2025/02/14 02:47:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wodoras0taro': 2 differences found 2025/02/14 02:47:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wodoras0taro': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/02/14 02:47:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:47:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wodoras0taro': 0 differences found 2025/02/14 02:47:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wodoras0taro': 1 matching files 2025/02/14 02:47:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cumiwoc7gopa" 2025/02/14 02:47:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:47:51 DEBUG : Creating backend with remote "TestDrive:crypt/0crn30ublmq3d7000lp6g1bskijg2jekcalgaumt5rdgp9io8ijg" 2025/02/14 02:47:52 DEBUG : Creating backend with remote "/tmp/rclone1321655416" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cumiwoc7gopa'", Local "Local file system at /tmp/rclone1321655416", Modify Window "1ms" 2025/02/14 02:47:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8388d60f1aaff107d52f2751f8338795 OK both checkfile vs. NFDx2 remote (without normalization) 2025/02/14 02:47:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/14 02:47:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cumiwoc7gopa' 2025/02/14 02:47:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cumiwoc7gopa': 1 files missing 2025/02/14 02:47:54 NOTICE: 1 hashes missing 2025/02/14 02:47:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cumiwoc7gopa': 2 differences found 2025/02/14 02:47:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cumiwoc7gopa': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/02/14 02:47:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:47:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cumiwoc7gopa': 0 differences found 2025/02/14 02:47:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cumiwoc7gopa': 1 matching files 2025/02/14 02:47:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ritotop4citi" 2025/02/14 02:47:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:47:56 DEBUG : Creating backend with remote "TestDrive:crypt/70423j4otr1udkpknsvjg2bkcucn751nl2fsa5dkvqfit1di4heg" 2025/02/14 02:47:57 DEBUG : Creating backend with remote "/tmp/rclone2126472953" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ritotop4citi'", Local "Local file system at /tmp/rclone2126472953", Modify Window "1ms" 2025/02/14 02:47:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5b4b9c1a3a4c62d0f0bbbb812b29cec2 OK both checkfile vs. NFCx2 remote (without normalization) 2025/02/14 02:48:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/14 02:48:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ritotop4citi' 2025/02/14 02:48:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ritotop4citi': 1 files missing 2025/02/14 02:48:00 NOTICE: 1 hashes missing 2025/02/14 02:48:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ritotop4citi': 2 differences found 2025/02/14 02:48:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ritotop4citi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/02/14 02:48:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:48:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ritotop4citi': 0 differences found 2025/02/14 02:48:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ritotop4citi': 1 matching files 2025/02/14 02:48:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ritotop4citi': Purge remote 2025/02/14 02:48:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cumiwoc7gopa': Purge remote 2025/02/14 02:48:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wodoras0taro': Purge remote 2025/02/14 02:48:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-purehay8cijo': Purge remote 2025/02/14 02:48:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qivuhip1cihi': Purge remote 2025/02/14 02:48:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yalisud2nowa': Purge remote 2025/02/14 02:48:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xikijuh1guze': Purge remote 2025/02/14 02:48:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wubodor9weyu': Purge remote 2025/02/14 02:48:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cugijiv8zufe': Purge remote 2025/02/14 02:48:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kocowop5yoso': Purge remote --- PASS: TestApplyTransforms (54.25s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:48:06 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/14 02:48:08 DEBUG : sub/file2: md5 = 8eca3979a11c2a07c4f1ae23c9441266 OK 2025/02/14 02:48:08 INFO : file1: Copied (new) to: sub/file2 2025/02/14 02:48:08 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/14 02:48:08 DEBUG : file1: Unchanged skipping 2025/02/14 02:48:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': don't need to copy/move sub/file2, it is already at target location 2025/02/14 02:48:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.86s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", 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-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:48:14 DEBUG : dst/file1: md5 = af0e539c03ad76948ddec3db7dd2d65c OK 2025/02/14 02:48:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamogod6tume/backup" 2025/02/14 02:48:15 DEBUG : Creating backend with remote "TestDrive:crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog/1nrff024r7pq65ecp72fc28jb0" 2025/02/14 02:48:16 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/14 02:48:19 INFO : dst/file1: Moved (server-side) 2025/02/14 02:48:20 DEBUG : dst/file1: md5 = 7ebdd81882e8e03035775c48646c9fa2 OK 2025/02/14 02:48:20 INFO : dst/file1: Copied (new) 2025/02/14 02:48:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 02:48:24 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 02:48:24 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.36s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:48:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamogod6tume/dst" 2025/02/14 02:48:25 DEBUG : Creating backend with remote "TestDrive:crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/14 02:48:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamogod6tume/CompareDest" 2025/02/14 02:48:27 DEBUG : Creating backend with remote "TestDrive:crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog/gveqi14airsml4bgu7krj116o8" 2025/02/14 02:48:28 DEBUG : one: Need to transfer - File not found at Destination 2025/02/14 02:48:31 DEBUG : one: md5 = 0778f31a75eeefb7225ec41289330c59 OK 2025/02/14 02:48:31 INFO : one: Copied (new) 2025/02/14 02:48:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/14 02:48:33 DEBUG : one: md5 = a90ba65951a7d90d5d19d6e0246a7d19 OK 2025/02/14 02:48:33 INFO : one: Copied (replaced existing) 2025/02/14 02:48:35 DEBUG : dst/one: md5 = 10885329906210c99d78a998835c3fb1 OK 2025/02/14 02:48:38 DEBUG : CompareDest/one: md5 = f7f766b590d07f0d78df63a1496c1155 OK 2025/02/14 02:48:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/14 02:48:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:48:39 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/14 02:48:41 DEBUG : CompareDest/two: md5 = 322c1c339ccff977cbd42eaf3c219561 OK 2025/02/14 02:48:41 DEBUG : two: Need to transfer - File not found at Destination 2025/02/14 02:48:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:48:42 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/14 02:48:42 DEBUG : two: Need to transfer - File not found at Destination 2025/02/14 02:48:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:48:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/14 02:48:44 DEBUG : two: Need to transfer - File not found at Destination 2025/02/14 02:48:44 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/14 02:48:46 DEBUG : two: md5 = 264ea7deca258cc962b18a5e03695109 OK 2025/02/14 02:48:46 INFO : two: Copied (new) 2025/02/14 02:48:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 02:48:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:48:50 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 02:48:50 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (25.31s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:48:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamogod6tume/dst" 2025/02/14 02:48:51 DEBUG : Creating backend with remote "TestDrive:crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/14 02:48:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamogod6tume/CopyDest" 2025/02/14 02:48:52 DEBUG : Creating backend with remote "TestDrive:crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog/d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/14 02:48:54 DEBUG : one: Need to transfer - File not found at Destination 2025/02/14 02:48:56 DEBUG : one: md5 = cc341d77e6f265c17166a2d0e8d104aa OK 2025/02/14 02:48:56 INFO : one: Copied (new) 2025/02/14 02:48:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/14 02:48:59 DEBUG : one: md5 = b3ad9f32af5aeb5f4e60cc53c474bddc OK 2025/02/14 02:48:59 INFO : one: Copied (replaced existing) 2025/02/14 02:49:01 DEBUG : dst/one: md5 = 9a2c767a966ba96e85af21c65133bc30 OK 2025/02/14 02:49:04 DEBUG : CopyDest/one: md5 = 63a7a3c4747924deb80a1b4bf147eaef OK 2025/02/14 02:49:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamogod6tume/BackupDir" 2025/02/14 02:49:04 DEBUG : Creating backend with remote "TestDrive:crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/14 02:49:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/14 02:49:06 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:49:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/14 02:49:08 INFO : one: Moved (server-side) 2025/02/14 02:49:09 INFO : one: Copied (server-side copy) 2025/02/14 02:49:09 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/14 02:49:11 DEBUG : CopyDest/two: md5 = ea5ba4458316b6aeceea230b1e2ca2f5 OK 2025/02/14 02:49:12 DEBUG : two: Need to transfer - File not found at Destination 2025/02/14 02:49:12 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:49:13 INFO : two: Copied (server-side copy) 2025/02/14 02:49:13 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/14 02:49:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:49:14 DEBUG : two: Unchanged skipping 2025/02/14 02:49:16 DEBUG : CopyDest/three: md5 = d648f33782fd709a433df38ae894e526 OK 2025/02/14 02:49:16 DEBUG : three: Need to transfer - File not found at Destination 2025/02/14 02:49:17 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/14 02:49:17 DEBUG : three: Destination not found in --copy-dest 2025/02/14 02:49:18 DEBUG : three: md5 = c5f845266623c4dc50688c9afac97f3c OK 2025/02/14 02:49:18 INFO : three: Copied (new) 2025/02/14 02:49:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/14 02:49:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:49:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 02:49:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:49:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 02:49:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/14 02:49:24 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.51s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:49:26 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/02/14 02:49:28 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 275018c81f7a137667c1bc7633567040 OK 2025/02/14 02:49:28 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/02/14 02:49:29 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/02/14 02:49:29 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/02/14 02:49:30 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/02/14 02:49:31 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/02/14 02:49:32 DEBUG : TestCopyFileMaxTransfer/file4: md5 = d832fd7e50f7df07515cca47518e78c2 OK 2025/02/14 02:49:32 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/02/14 02:49:34 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/02/14 02:49:34 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.20s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:49:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Looking for duplicate names using skip mode. 2025/02/14 02:49:39 NOTICE: one: Found 2 files with duplicate names 2025/02/14 02:49:39 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.73s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:49:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Looking for duplicate names using skip mode. 2025/02/14 02:49:45 NOTICE: one: Found 3 files with duplicate names 2025/02/14 02:49:45 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/02/14 02:49:45 INFO : one: Deleted 2025/02/14 02:49:45 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.73s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:49:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Looking for duplicate names using first mode. 2025/02/14 02:49:51 NOTICE: one: Found 3 files with duplicate names 2025/02/14 02:49:51 INFO : one: Deleted 2025/02/14 02:49:52 INFO : one: Deleted 2025/02/14 02:49:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.04s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:49:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Looking for duplicate names using newest mode. 2025/02/14 02:49:57 NOTICE: one: Found 3 files with duplicate names 2025/02/14 02:49:58 INFO : one: Deleted 2025/02/14 02:49:58 INFO : one: Deleted 2025/02/14 02:49:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.52s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.53s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:50:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Looking for duplicate names using oldest mode. 2025/02/14 02:50:05 NOTICE: one: Found 3 files with duplicate names 2025/02/14 02:50:05 INFO : one: Deleted 2025/02/14 02:50:06 INFO : one: Deleted 2025/02/14 02:50:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.86s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:50:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Looking for duplicate names using largest mode. 2025/02/14 02:50:11 NOTICE: one: Found 3 files with duplicate names 2025/02/14 02:50:11 INFO : one: Deleted 2025/02/14 02:50:12 INFO : one: Deleted 2025/02/14 02:50:12 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.10s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:50:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Looking for duplicate names using smallest mode. 2025/02/14 02:50:17 NOTICE: one: Found 3 files with duplicate names 2025/02/14 02:50:18 INFO : one: Deleted 2025/02/14 02:50:18 INFO : one: Deleted 2025/02/14 02:50:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.33s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:50:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Looking for duplicate names using rename mode. 2025/02/14 02:50:25 NOTICE: one.txt: Found 3 files with duplicate names 2025/02/14 02:50:26 INFO : one-2.txt: renamed from: one.txt 2025/02/14 02:50:27 INFO : one-3.txt: renamed from: one.txt 2025/02/14 02:50:28 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.60s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:50:33 DEBUG : dupe1/one.txt: md5 = 0e63a40b82a414fb777089c36613dd3c OK 2025/02/14 02:50:36 DEBUG : dupe2/two.txt: md5 = 7396358ec1c1cce488d5cfe8d48518e2 OK 2025/02/14 02:50:38 DEBUG : dupe3/three.txt: md5 = 270fe7b1aae52edef972ae16d405e16b OK 2025/02/14 02:50:38 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/02/14 02:50:39 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/02/14 02:50:40 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/02/14 02:50:40 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/02/14 02:50:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/02/14 02:50:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/02/14 02:50:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.12s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:50:46 DEBUG : a.txt: md5 = 5f62a0bf7cb26ffca758e7bccc9d1b7f OK 2025/02/14 02:50:47 DEBUG : zend.txt: md5 = bdb66ab02843c869fc8e0287b3e6a7e1 OK 2025/02/14 02:50:49 DEBUG : sub dir/hello world: md5 = a30807c01ce7fc0f5853c5a3e2f549f5 OK 2025/02/14 02:50:50 DEBUG : sub dir/hello world2: md5 = 4af76e832f1309eae80b15c6934e8e1f OK 2025/02/14 02:50:53 DEBUG : sub dir/ignore dir/.ignore: md5 = 16301ab6b9219226c6b8b5a5f0f109ae OK 2025/02/14 02:50:54 DEBUG : sub dir/ignore dir/should be ignored: md5 = 1bd1d9bea3578a1c7f17db2c5f56133c OK 2025/02/14 02:50:56 DEBUG : sub dir/sub sub dir/hello world3: md5 = f33ff7de3a299a454962b475db2e26fe OK 2025/02/14 02:50:57 DEBUG : a.txt: Excluded (Size Filter) 2025/02/14 02:50:57 DEBUG : a.txt: Excluded 2025/02/14 02:50:58 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/14 02:50:58 DEBUG : sub dir/hello world: Excluded 2025/02/14 02:50:58 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/14 02:50:58 DEBUG : sub dir/hello world2: Excluded 2025/02/14 02:50:58 DEBUG : sub dir/ignore dir: Excluded 2025/02/14 02:50:58 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/14 02:50:58 DEBUG : sub dir/hello world: Excluded 2025/02/14 02:50:58 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/14 02:50:58 DEBUG : sub dir/hello world2: Excluded 2025/02/14 02:50:59 DEBUG : sub dir/ignore dir: Excluded 2025/02/14 02:51:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/02/14 02:51:04 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/02/14 02:51:04 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/02/14 02:51:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/02/14 02:51:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/02/14 02:51:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/02/14 02:51:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.37s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:51:07 DEBUG : file1: md5 = ff063d5fa756e9c2413533830160fd08 OK 2025/02/14 02:51:09 DEBUG : sub/file2: md5 = 1b9e2094d10656a0045637f6deedea03 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/02/14 02:51:12 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/02/14 02:51:12 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/02/14 02:51:12 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/02/14 02:51:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.33s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.48s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.72s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:51:16 DEBUG : file1: md5 = 4270c815aa2334278bcc855f7b2ed93f OK 2025/02/14 02:51:18 DEBUG : sub/file2: md5 = b0f1e5010620c9ce74d3894d7dac9a1b 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/02/14 02:51:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamogod6tume/notfound" 2025/02/14 02:51:23 DEBUG : Creating backend with remote "TestDrive:crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog/qe0i31qdkoejk60elps0ni5sqk" 2025/02/14 02:51:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.77s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.32s) --- PASS: TestStatJSON/Dir (0.60s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.36s) --- PASS: TestStatJSON/NotFound (0.58s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.36s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.67s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:51:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Making directory 2025/02/14 02:51:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Making directory --- PASS: TestMkdir (0.77s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:51:29 DEBUG : sub dir/hello world: md5 = 257a1ceb76246615dbe35c0e7e6f3d55 OK 2025/02/14 02:51:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.66s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:51:33 DEBUG : potato2: md5 = 26136053419974d74fa8509997a6e9bd OK 2025/02/14 02:51:35 DEBUG : empty space: md5 = 214b6c0e8b85b3771d658265881260a3 OK --- PASS: TestLs (4.74s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:51:38 DEBUG : potato2: md5 = 0d79b765dfaa26311f7a25b25e58daac OK 2025/02/14 02:51:39 DEBUG : empty space: md5 = f66f95594f6734e79a48704cf587d979 OK 2025/02/14 02:51:40 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.98s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:51:43 DEBUG : potato2: md5 = edd4e2b99803a250f787a3ce2414ca89 OK 2025/02/14 02:51:44 DEBUG : empty space: md5 = 04f709fb82c47835bd2d82247aaf01f9 OK --- PASS: TestLsLong (4.67s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:51:48 DEBUG : potato2: md5 = 161eaa7c86effc526fc404a82f8ffef3 OK 2025/02/14 02:51:49 DEBUG : empty space: md5 = be83f1dc756cc797464395d20a407ba0 OK --- PASS: TestHashSums (4.64s) === RUN TestHashSumsWithErrors 2025/02/14 02:51:51 DEBUG : Creating backend with remote ":memory:" 2025/02/14 02:51:51 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/02/14 02:51:51 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/14 02:51:51 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/14 02:51:51 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/14 02:51:51 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/14 02:51:51 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/14 02:51:51 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/14 02:51:51 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/02/14 02:51:51 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-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:51:52 DEBUG : potato2: md5 = c71a87b925a215e8c36d7df354e2fc17 OK 2025/02/14 02:51:54 DEBUG : empty space: md5 = 219e237242d93cc23bf3a3c5007709ce OK 2025/02/14 02:51:56 DEBUG : sub dir/potato3: md5 = c8a6200c81fe8e2d16eb1718c6793fca OK 2025/02/14 02:51:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.51s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:52:01 DEBUG : small: md5 = bc8136bc6d93bc173a32901805992c7e OK 2025/02/14 02:52:03 DEBUG : medium: md5 = f0f0a3348ef5149da44ed527b7a6e420 OK 2025/02/14 02:52:04 DEBUG : large: md5 = ea7f72ce8bdcb8c4eca92175a2a62534 OK 2025/02/14 02:52:04 DEBUG : Waiting for deletions to finish 2025/02/14 02:52:04 DEBUG : large: Excluded (Size Filter) 2025/02/14 02:52:05 INFO : small: Deleted 2025/02/14 02:52:05 INFO : medium: Deleted --- PASS: TestDelete (6.64s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:52:08 DEBUG : small: md5 = 09c7853e2e6a4ce1f7b1f0dc7d7df072 OK 2025/02/14 02:52:09 DEBUG : medium: md5 = 02697bb5bf9d42c6bed1833ce896aa09 OK 2025/02/14 02:52:10 DEBUG : large: md5 = cbd31687c399bb73c83b57efc7d901f8 OK 2025/02/14 02:52:11 DEBUG : Waiting for deletions to finish 2025/02/14 02:52:11 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/02/14 02:52:11 INFO : small: Deleted 2025/02/14 02:52:11 INFO : large: Deleted --- PASS: TestMaxDelete (6.85s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:52:15 DEBUG : small: md5 = 8c902d82606a61eddd7363a286f1f06c OK 2025/02/14 02:52:16 DEBUG : medium: md5 = 4d543b4dd2925b3d07a25211598ed180 OK 2025/02/14 02:52:17 DEBUG : large: md5 = 3b11d980993c720e83fab60a62aa9302 OK 2025/02/14 02:52:17 DEBUG : Waiting for deletions to finish 2025/02/14 02:52:18 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/14 02:52:18 INFO : medium: Deleted 2025/02/14 02:52:18 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.83s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:52:21 DEBUG : small: md5 = c446d40ada04898617b402e83619c238 OK 2025/02/14 02:52:22 DEBUG : medium: md5 = 6e1fe049d6bdbd053acb62d653ff96cb OK 2025/02/14 02:52:24 DEBUG : large: md5 = 1f12b4335e5a64d88e1de49a5f437dac OK 2025/02/14 02:52:24 DEBUG : Waiting for deletions to finish 2025/02/14 02:52:24 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/02/14 02:52:25 INFO : small: Deleted 2025/02/14 02:52:25 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.71s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:52:28 DEBUG : ReadFile: md5 = 5ca737a197756876c4b8cc6d189fd5cf OK --- PASS: TestReadFile (3.86s) === RUN TestRetry 2025/02/14 02:52:30 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/02/14 02:52:30 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/02/14 02:52:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/14 02:52:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/14 02:52:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/14 02:52:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/14 02:52:30 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-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:52:32 DEBUG : file1: md5 = beb34c1f2aa0f719c993114fb3c03c54 OK 2025/02/14 02:52:33 DEBUG : file2: md5 = 10bbfcdec97f90d51df4efe42730692c OK --- PASS: TestCat (16.91s) === RUN TestPurge 2025/02/14 02:52:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lilubih4luri" 2025/02/14 02:52:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:52:47 DEBUG : Creating backend with remote "TestDrive:crypt/dtc5e27p0j1v59ohe9j0vkl0lsnq3sgessv7unj18alvp65tp8mg" 2025/02/14 02:52:48 DEBUG : Creating backend with remote "/tmp/rclone655487516" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lilubih4luri'", Local "Local file system at /tmp/rclone655487516", Modify Window "1ms" 2025/02/14 02:52:53 DEBUG : A1/B1/C1/one: md5 = 4a77ebdd388f70789a785de3e25d29f4 OK 2025/02/14 02:52:53 INFO : A2: Making directory 2025/02/14 02:52:54 INFO : A1/B2: Making directory 2025/02/14 02:52:54 INFO : A1/B2/C2: Making directory 2025/02/14 02:52:55 INFO : A1/B1/C3: Making directory 2025/02/14 02:52:56 INFO : A3: Making directory 2025/02/14 02:52:57 INFO : A3/B3: Making directory 2025/02/14 02:52:57 INFO : A3/B3/C4: Making directory 2025/02/14 02:52:59 DEBUG : A1/two: md5 = a3087844ef4942f02a9706fa13a70700 OK 2025/02/14 02:53:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lilubih4luri': Purge remote 2025/02/14 02:53:03 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.55s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:53:07 DEBUG : A1/B1/C1/one: md5 = 77b8deb48ed88cb933494d037139505c OK 2025/02/14 02:53:07 INFO : A2: Making directory 2025/02/14 02:53:07 INFO : A1/B2: Making directory 2025/02/14 02:53:08 INFO : A1/B2/C2: Making directory 2025/02/14 02:53:09 INFO : A1/B1/C3: Making directory 2025/02/14 02:53:10 INFO : A3: Making directory 2025/02/14 02:53:10 INFO : A3/B3: Making directory 2025/02/14 02:53:11 INFO : A3/B3/C4: Making directory 2025/02/14 02:53:13 DEBUG : A1/two: md5 = 9c38f7160a78a70f7d098792c53cd80a OK 2025/02/14 02:53:14 DEBUG : removing 1 level 3 directories 2025/02/14 02:53:14 INFO : A3/B3/C4: Removing directory 2025/02/14 02:53:17 DEBUG : removing 2 level 3 directories 2025/02/14 02:53:17 INFO : A1/B2/C2: Removing directory 2025/02/14 02:53:17 INFO : A1/B1/C3: Removing directory 2025/02/14 02:53:18 DEBUG : removing 2 level 2 directories 2025/02/14 02:53:18 INFO : A3/B3: Removing directory 2025/02/14 02:53:18 INFO : A1/B2: Removing directory 2025/02/14 02:53:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/14 02:53:18 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/02/14 02:53:19 DEBUG : removing 2 level 1 directories 2025/02/14 02:53:19 INFO : A3: Removing directory 2025/02/14 02:53:19 INFO : A2: Removing directory 2025/02/14 02:53:19 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/02/14 02:53:23 DEBUG : removing 1 level 3 directories 2025/02/14 02:53:23 INFO : A1/B1/C1: Removing directory 2025/02/14 02:53:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:24 DEBUG : removing 1 level 2 directories 2025/02/14 02:53:24 INFO : A1/B1: Removing directory 2025/02/14 02:53:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/14 02:53:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 02:53:25 DEBUG : removing 1 level 1 directories 2025/02/14 02:53:25 INFO : A1: Removing directory 2025/02/14 02:53:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/14 02:53:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/14 02:53:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 02:53:25 DEBUG : removing 1 level 0 directories 2025/02/14 02:53:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Removing directory 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:53:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (24.13s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:53:28 INFO : A1: Making directory 2025/02/14 02:53:28 INFO : A1/B1: Making directory 2025/02/14 02:53:29 INFO : A1/B1/C1: Making directory 2025/02/14 02:53:32 DEBUG : removing 1 level 3 directories 2025/02/14 02:53:32 INFO : A1/B1/C1: Removing directory 2025/02/14 02:53:33 DEBUG : removing 1 level 2 directories 2025/02/14 02:53:33 INFO : A1/B1: Removing directory 2025/02/14 02:53:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 02:53:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.93s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:53:35 INFO : A1: Making directory 2025/02/14 02:53:36 INFO : A1/B1: Making directory 2025/02/14 02:53:36 INFO : A1/B1/C1: Making directory 2025/02/14 02:53:39 DEBUG : removing 1 level 3 directories 2025/02/14 02:53:39 INFO : A1/B1/C1: Removing directory 2025/02/14 02:53:40 DEBUG : removing 1 level 2 directories 2025/02/14 02:53:40 INFO : A1/B1: Removing directory 2025/02/14 02:53:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 02:53:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.36s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:53:44 DEBUG : file1: md5 = 63e1f9c0eca3c75bc196f94201c7fde7 OK 2025/02/14 02:53:45 DEBUG : filename.txt: File name found in url 2025/02/14 02:53:46 DEBUG : filename.txt: md5 = 2da72e70248984ce9700189dfad2e400 OK 2025/02/14 02:53:46 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/02/14 02:53:47 DEBUG : headerfilename.txt: md5 = e96aec1be851ca5d4a24e98677baa3b5 OK 2025/02/14 02:53:49 DEBUG : file2: md5 = d9047fbb3da7a3dd65978166d8431906 OK --- PASS: TestCopyURL (8.84s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:53:51 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/14 02:53:54 DEBUG : sub/file2: md5 = b51ac321e87603ff0d10f2413af62596 OK 2025/02/14 02:53:54 INFO : file1: Copied (new) to: sub/file2 2025/02/14 02:53:54 INFO : file1: Deleted 2025/02/14 02:53:54 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/14 02:53:54 DEBUG : file1: Unchanged skipping 2025/02/14 02:53:54 INFO : file1: Deleted 2025/02/14 02:53:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': don't need to copy/move sub/file2, it is already at target location 2025/02/14 02:53:57 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.17s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:53:58 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/14 02:53:59 DEBUG : file1: md5 = 29ca0282e09d0f7b5859eac68359857e OK 2025/02/14 02:53:59 INFO : file1: Copied (new) 2025/02/14 02:53:59 INFO : file1: Deleted 2025/02/14 02:53:59 DEBUG : file1: Destination exists, skipping 2025/02/14 02:53:59 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.17s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.42s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:54:04 DEBUG : dst/file1: md5 = 3f9e3033f38d39371292d6e3b6a17f85 OK 2025/02/14 02:54:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vamogod6tume/backup" 2025/02/14 02:54:04 DEBUG : Creating backend with remote "TestDrive:crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog/1nrff024r7pq65ecp72fc28jb0" 2025/02/14 02:54:06 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/14 02:54:08 INFO : dst/file1: Moved (server-side) 2025/02/14 02:54:10 DEBUG : dst/file1: md5 = 185c07ace5b326fe171d0d96d3fa7795 OK 2025/02/14 02:54:10 INFO : dst/file1: Copied (new) 2025/02/14 02:54:10 INFO : dst/file1: Deleted 2025/02/14 02:54:12 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 02:54:13 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 02:54:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.76s) === 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-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:54:16 DEBUG : A1/one: md5 = caaa209a698b7a9a061176ff498e76aa OK 2025/02/14 02:54:17 DEBUG : A1/two: md5 = ab3435a57997bb3de5c92f0f4ed3d66f OK 2025/02/14 02:54:19 DEBUG : A1/B1/three: md5 = 9e30b85a7dc65d3f213fe9977209e049 OK 2025/02/14 02:54:22 DEBUG : A1/B1/C1/four: md5 = 7c093d1e20cce0aed212072e7df81227 OK 2025/02/14 02:54:24 DEBUG : A1/B1/C2/five: md5 = 24e590c7bc175fed3b755edfaea6e836 OK 2025/02/14 02:54:24 INFO : A1/B2: Making directory 2025/02/14 02:54:24 INFO : A1/B1/C3: Making directory 2025/02/14 02:54:35 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/02/14 02:54:35 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/02/14 02:54:35 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/02/14 02:54:35 INFO : A2/one: Moved (server-side) to: A3/one 2025/02/14 02:54:35 INFO : A2/two: Moved (server-side) to: A3/two 2025/02/14 02:54:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/14 02:54:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/14 02:54:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 02:54:39 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/14 02:54:39 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/14 02:54:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/02/14 02:54:46 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/02/14 02:54:46 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/02/14 02:54:46 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/02/14 02:54:47 INFO : A3/one: Moved (server-side) to: A4/one 2025/02/14 02:54:47 INFO : A3/two: Moved (server-side) to: A4/two 2025/02/14 02:54:51 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/14 02:54:51 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/14 02:54:51 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 02:54:51 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/14 02:54:51 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/14 02:54:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/02/14 02:54:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/02/14 02:54:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/14 02:54:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/14 02:54:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 02:54:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/14 02:55:00 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/14 02:55:00 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/14 02:55:00 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 02:55:00 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (46.61s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:01 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.60s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': File to upload is small (34 bytes), uploading instead of streaming 2025/02/14 02:55:03 DEBUG : no_checksum_small_file_from_pipe: md5 = 341ecb233cbf65976dd177920f6c675c OK 2025/02/14 02:55:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/02/14 02:55:03 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/14 02:55:04 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/02/14 02:55:05 DEBUG : no_checksum_big_file_from_pipe: md5 = 2ce477cf17c927ba716e23224f2128e6 OK 2025/02/14 02:55:05 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': File to upload is small (34 bytes), uploading instead of streaming 2025/02/14 02:55:08 DEBUG : with_checksum_small_file_from_pipe: md5 = 2f35481038a00496e64d13f11db9357f OK 2025/02/14 02:55:08 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/14 02:55:09 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/02/14 02:55:10 DEBUG : with_checksum_big_file_from_pipe: md5 = deb82f5d3763ec55fd8e3e8cbb9434c9 OK 2025/02/14 02:55:10 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': File to upload is small (34 bytes), uploading instead of streaming 2025/02/14 02:55:13 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/14 02:55:14 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/14 02:55:15 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-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': File to upload is small (34 bytes), uploading instead of streaming 2025/02/14 02:55:18 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/14 02:55:19 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/14 02:55:20 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.22s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.07s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.96s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.31s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.87s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/02/14 02:55:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': File to upload is small (48 bytes), uploading instead of streaming 2025/02/14 02:55:23 DEBUG : rcat_metadata: md5 = eeb101bfe37e0eaba456dc0fb3905434 OK 2025/02/14 02:55:23 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/02/14 02:55:25 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/02/14 02:55:26 DEBUG : rcat_metadata_uploadcutoff0: md5 = 3664bef7f4bdf85838863a2541991650 OK 2025/02/14 02:55:26 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.81s) --- PASS: TestRcatMetadata/Normal (2.62s) --- PASS: TestRcatMetadata/ViaDisk (2.74s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:29 DEBUG : potato1: md5 = db25fc15e977d784f90d64d0bb8c0f29 OK 2025/02/14 02:55:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': File to upload is small (60 bytes), uploading instead of streaming 2025/02/14 02:55:30 DEBUG : potato2: md5 = 42404a8539010c81d82c85a4849d2577 OK 2025/02/14 02:55:30 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.22s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:33 DEBUG : potato1: md5 = 61464e9ab9e0f62243a9020fe0c9d258 OK 2025/02/14 02:55:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': File to upload is small (60 bytes), uploading instead of streaming 2025/02/14 02:55:34 DEBUG : potato2: md5 = 6742cedc823fe6f7d256a13b93131fcd OK 2025/02/14 02:55:34 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.03s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:38 DEBUG : potato2: md5 = 1d6b1360a8d621dbde2df49a36670e56 OK 2025/02/14 02:55:39 DEBUG : empty space: md5 = e6378f63e316136b90fa2f8c26f24c09 OK 2025/02/14 02:55:42 DEBUG : sub dir/potato3: md5 = bf8fa90386f8402f6c281ff43fcd016d OK 2025/02/14 02:55:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Touching "empty space" 2025/02/14 02:55:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Touching "potato2" 2025/02/14 02:55:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Touching "sub dir/potato3" 2025/02/14 02:55:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.61s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:47 DEBUG : dir with metadata: Making directory with metadata 2025/02/14 02:55:48 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.42s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:50 DEBUG : directory with modtime: Making directory with metadata 2025/02/14 02:55:50 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.72s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:52 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/14 02:55:52 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/14 02:55:53 DEBUG : Google drive root 'crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog': Skipping btime metadata as can't update it on an existing file: 2025-02-14T02:55:52.91706456Z 2025/02/14 02:55:53 INFO : non existent directory: Updated directory metadata 2025/02/14 02:55:55 DEBUG : Google drive root 'crypt/32di6vn9qrlnkg22es99e7bkcqi1h65r6fcf33nk3o61r2emosog': Skipping btime metadata as can't update it on an existing file: 2025-02-14T02:55:52.91706456Z 2025/02/14 02:55:56 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.21s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:55:58 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/02/14 02:55:59 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/02/14 02:56:00 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.12s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:56:02 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/14 02:56:02 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/14 02:56:02 DEBUG : dst: Making directory with metadata 2025/02/14 02:56:03 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/14 02:56:03 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/14 02:56:03 INFO : dst: Set directory modification time (using SetModTime) 2025/02/14 02:56:03 INFO : dst: Set directory modification time (using SetModTime) 2025/02/14 02:56:03 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/02/14 02:56:04 INFO : dst: Set directory modification time (using SetModTime) 2025/02/14 02:56:04 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.50s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume'", Local "Local file system at /tmp/rclone1649992742", Modify Window "1ms" 2025/02/14 02:56:07 DEBUG : sub dir/test remove existing: md5 = d24e943033021357fea103205d1cbb35 OK 2025/02/14 02:56:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 188289eb4a3ef7301a5e37832325c382 OK 2025/02/14 02:56:11 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.vecizis2" before starting 2025/02/14 02:56:12 DEBUG : sub dir/test remove existing.vecizis2: TEST: removing renamed existing file after operation 2025/02/14 02:56:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.joxoqes3" before starting 2025/02/14 02:56:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.joxoqes3: TEST: renaming existing back after failed operation 2025/02/14 02:56: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.vipogag9" before starting 2025/02/14 02:56:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vipogag9: TEST: removing renamed existing file after operation 2025/02/14 02:56:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ftqk7m7l9tudl4kugrp4qij8oq5nke3ja3cvnis7oq7a1t32b7n7jso5pikjk1vrjicd4h7kljp0sbrc1u2ureo8394u1g8vrmvb9c8pphp841ld9k9t5hhtq3g4e1ash5pk150moo8f0ougffsr3mqnrf8tr3jl42i28gq9rorj56vo1e50" 2025/02/14 02:56:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "vfl5r8oo99ppeo7n1ka60vrpdl7pam07a3peqb60qcf5o16e3sd0" --- PASS: TestRemoveExisting (13.13s) === 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/02/14 02:56:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vamogod6tume': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m39.588202696s (try 1/5)