"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/08/07 01:36:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kulebij9kifi" 2025/08/07 01:36:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:36:57 DEBUG : Creating backend with remote "TestDrive:crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg" 2025/08/07 01:36:58 DEBUG : Creating backend with remote "/tmp/rclone2112038003" === 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-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.32s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.33s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/07 01:36:58 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 01:36:58 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/07 01:36:58 DEBUG : potato: Seek from 10 to 0 2025/08/07 01:36:58 DEBUG : potato: Seek from 10 to 0 2025/08/07 01:36:58 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/07 01:36:58 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 01:36:58 DEBUG : potato: Seek from 5 to 2 2025/08/07 01:36:58 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/07 01:36:58 DEBUG : potato: Seek from 7 to 0 2025/08/07 01:36:58 DEBUG : potato: Seek from 7 to 0 2025/08/07 01:36:58 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/07 01:36:58 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 01:36:58 DEBUG : potato: Seek from 5 to 2 2025/08/07 01:36:58 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/07 01:36:58 DEBUG : potato: Seek from 8 to 0 2025/08/07 01:36:58 DEBUG : potato: Seek from 8 to 0 2025/08/07 01:36:58 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/07 01:36:58 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 01:36:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 01:36:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 01:36:58 DEBUG : potato: Seek from 5 to 2 2025/08/07 01:36:58 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/07 01:36:58 DEBUG : potato: Seek from 9 to 0 2025/08/07 01:36:58 DEBUG : potato: Seek from 9 to 0 2025/08/07 01:36:58 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-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:37:00 DEBUG : rutabaga: md5 = cd1fe243331d83bc400986948b902941 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/07 01:37:03 DEBUG : empty space: md5 = 0eeca1ededb3422f69c0278ea79c16a4 OK === RUN TestCheck/3 2025/08/07 01:37:05 DEBUG : potato2: md5 = 69909e178277bc82b722671cc8347ec0 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/07 01:37:07 DEBUG : remotepotato: md5 = 58d531f521c3e5be94d392a255ba8e06 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.55s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.22s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2025/08/07 01:37:10 DEBUG : Creating backend with remote "nonexistent" 2025/08/07 01:37:10 DEBUG : Config file has changed externally - reloading 2025/08/07 01:37:10 DEBUG : Creating backend with remote "nonexistent" 2025/08/07 01:37:10 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/07 01:37:10 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/08/07 01:37:10 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/07 01:37:10 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.01s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:37:11 DEBUG : rutabaga: md5 = 93a0ccac9d74c7e16ca74db5be45d151 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/07 01:37:15 DEBUG : empty space: md5 = 41dedd9514c283ee53fd1ea3014736e2 OK === RUN TestCheckDownload/3 2025/08/07 01:37:18 DEBUG : potato2: md5 = 506364f8115b0a46b8ea755a2c6a91b3 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/07 01:37:22 DEBUG : remotepotato: md5 = d9cd4327effe59030a39ac790ece0e42 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.54s) --- PASS: TestCheckDownload/1 (1.17s) --- PASS: TestCheckDownload/2 (1.28s) --- PASS: TestCheckDownload/3 (0.92s) --- PASS: TestCheckDownload/4 (1.14s) --- PASS: TestCheckDownload/5 (0.98s) --- PASS: TestCheckDownload/6 (1.10s) --- PASS: TestCheckDownload/7 (1.00s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:37:28 DEBUG : rutabaga: md5 = 438e3557fd50c441005b92983827da27 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/07 01:37:30 DEBUG : empty space: md5 = c700f39d62a46530ecbafe1ad3920a70 OK === RUN TestCheckSizeOnly/3 2025/08/07 01:37:32 DEBUG : potato2: md5 = 44c558d05673cf5cb8db8b451509b037 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/07 01:37:34 DEBUG : remotepotato: md5 = bb16b72fd31bd2e5f7db90c6cf4adcc0 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.76s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:37:38 DEBUG : test.sum: md5 = c83e961ca2186065d5e65be0af2f574b OK 2025/08/07 01:37:40 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/07 01:37:40 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/07 01:37:40 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/07 01:37:40 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/07 01:37:41 DEBUG : test.sum: md5 = 565b6e8a13f20874ec122e55c8fce2d3 OK 2025/08/07 01:37:42 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/07 01:37:42 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/07 01:37:42 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/07 01:37:42 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.23s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:37:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kulebij9kifi/data" 2025/08/07 01:37:43 DEBUG : Creating backend with remote "TestDrive:crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi/data' lacks md5, skipping --- SKIP: TestCheckSum (1.94s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:37:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kulebij9kifi/data" 2025/08/07 01:37:45 DEBUG : Creating backend with remote "TestDrive:crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg/vjrnln8ratgmqakfosrqe8espk" 2025/08/07 01:37:49 DEBUG : data/banana: md5 = 294797cf57d7898c2cc0c3ab2dee2a8a OK 2025/08/07 01:37:50 DEBUG : test.sum: md5 = f8f339e2913201197a063de3acdec17d OK === RUN TestCheckSumDownload/subtest1 2025/08/07 01:37:55 DEBUG : data/potato: md5 = 815cd1c95e924e254956bfe50b0a71df OK 2025/08/07 01:37:57 DEBUG : test.sum: md5 = 8a4e23da69083c8d446b7ff673e0c161 OK === RUN TestCheckSumDownload/subtest2 2025/08/07 01:38:01 DEBUG : test.sum: md5 = bc1c27bbcc8244d05de6400379e6f4ec OK === RUN TestCheckSumDownload/subtest3 2025/08/07 01:38:06 DEBUG : test.sum: md5 = e31b790f1af17f9d85141b2209d5f054 OK === RUN TestCheckSumDownload/subtest4 2025/08/07 01:38:10 DEBUG : test.sum: md5 = a9c82ec730feca112de87c46a5e73c10 OK === RUN TestCheckSumDownload/subtest5 2025/08/07 01:38:15 DEBUG : test.sum: md5 = f36d08e14cbdd1d8d0e171cbf1e5a696 OK === RUN TestCheckSumDownload/subtest6 2025/08/07 01:38:19 DEBUG : data/banana: md5 = 77989f947ada3267d9c02fd9cb3b5bf5 OK 2025/08/07 01:38:20 DEBUG : data/potato: md5 = 5545ee27a4ef8606e6f990259d06f120 OK 2025/08/07 01:38:22 DEBUG : test.sum: md5 = cc1da2333316ca292f9b0a2d313b72a4 OK === RUN TestCheckSumDownload/subtest7 2025/08/07 01:38:27 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/08/07 01:38:27 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (42.04s) --- PASS: TestCheckSumDownload/subtest1 (2.81s) --- PASS: TestCheckSumDownload/subtest2 (2.64s) --- PASS: TestCheckSumDownload/subtest3 (2.65s) --- PASS: TestCheckSumDownload/subtest4 (2.29s) --- PASS: TestCheckSumDownload/subtest5 (2.19s) --- PASS: TestCheckSumDownload/subtest6 (2.17s) --- PASS: TestCheckSumDownload/subtest7 (2.32s) === RUN TestApplyTransforms 2025/08/07 01:38:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-minexaq5fote" 2025/08/07 01:38:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:38:27 DEBUG : Creating backend with remote "TestDrive:crypt/totptkooclmv8akkrc94048441g3ik5d4boh37q34i140114sa1g" 2025/08/07 01:38:28 DEBUG : Creating backend with remote "/tmp/rclone212928638" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-minexaq5fote'", Local "Local file system at /tmp/rclone212928638", Modify Window "1ms" 2025/08/07 01:38:31 DEBUG : hello, world!: md5 = efd868553b3abf11c8882606174e9bf1 OK upper checkfile vs. lower remote (without normalization) 2025/08/07 01:38:31 ERROR : hello, world!: sum not found 2025/08/07 01:38:31 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-minexaq5fote' 2025/08/07 01:38:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-minexaq5fote': 1 files missing 2025/08/07 01:38:31 NOTICE: 1 hashes missing 2025/08/07 01:38:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-minexaq5fote': 1 differences found 2025/08/07 01:38:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-minexaq5fote': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/07 01:38:33 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:38:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-minexaq5fote': 0 differences found 2025/08/07 01:38:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-minexaq5fote': 1 matching files 2025/08/07 01:38:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-situjuq0tibi" 2025/08/07 01:38:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:38:33 DEBUG : Creating backend with remote "TestDrive:crypt/rvvnr0oq1ud64um1lfaes5rm4s25hgu8aoq0qccf8r08hiq9qrh0" 2025/08/07 01:38:34 DEBUG : Creating backend with remote "/tmp/rclone2457603491" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-situjuq0tibi'", Local "Local file system at /tmp/rclone2457603491", Modify Window "1ms" 2025/08/07 01:38:36 DEBUG : HELLO, WORLD!: md5 = 16697ef61c39bc698009e8a855951ddc OK lower checkfile vs. upper remote (without normalization) 2025/08/07 01:38:37 ERROR : HELLO, WORLD!: sum not found 2025/08/07 01:38:37 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-situjuq0tibi' 2025/08/07 01:38:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-situjuq0tibi': 1 files missing 2025/08/07 01:38:37 NOTICE: 1 hashes missing 2025/08/07 01:38:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-situjuq0tibi': 1 differences found 2025/08/07 01:38:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-situjuq0tibi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/07 01:38:38 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:38:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-situjuq0tibi': 0 differences found 2025/08/07 01:38:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-situjuq0tibi': 1 matching files 2025/08/07 01:38:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dizupuc7qode" 2025/08/07 01:38:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:38:38 DEBUG : Creating backend with remote "TestDrive:crypt/huf9uk3rsruunlccc5u9kftf8ofu8h4ssufv4e78evgnma508vf0" 2025/08/07 01:38:39 DEBUG : Creating backend with remote "/tmp/rclone215006765" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dizupuc7qode'", Local "Local file system at /tmp/rclone215006765", Modify Window "1ms" 2025/08/07 01:38:41 DEBUG : HeLlO, wOrLd!: md5 = fa122ab6080917d4805da3cccdf59291 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/07 01:38:42 ERROR : HeLlO, wOrLd!: sum not found 2025/08/07 01:38:42 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-dizupuc7qode' 2025/08/07 01:38:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dizupuc7qode': 1 files missing 2025/08/07 01:38:42 NOTICE: 1 hashes missing 2025/08/07 01:38:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dizupuc7qode': 1 differences found 2025/08/07 01:38:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dizupuc7qode': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/07 01:38:43 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:38:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dizupuc7qode': 0 differences found 2025/08/07 01:38:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dizupuc7qode': 1 matching files 2025/08/07 01:38:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-viriyuv0miri" 2025/08/07 01:38:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:38:43 DEBUG : Creating backend with remote "TestDrive:crypt/7tggo40gn7ehfp3bfueva55p3ooopdol1i8dc0pnikdk03epfsng" 2025/08/07 01:38:44 DEBUG : Creating backend with remote "/tmp/rclone2993751044" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-viriyuv0miri'", Local "Local file system at /tmp/rclone2993751044", Modify Window "1ms" 2025/08/07 01:38:47 DEBUG : HELLO, WORLD!: md5 = 9982fa45b64d94f90c5846e8e980d331 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/07 01:38:47 ERROR : HELLO, WORLD!: sum not found 2025/08/07 01:38:47 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-viriyuv0miri' 2025/08/07 01:38:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viriyuv0miri': 1 files missing 2025/08/07 01:38:47 NOTICE: 1 hashes missing 2025/08/07 01:38:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viriyuv0miri': 1 differences found 2025/08/07 01:38:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viriyuv0miri': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/07 01:38:48 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:38:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viriyuv0miri': 0 differences found 2025/08/07 01:38:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viriyuv0miri': 1 matching files 2025/08/07 01:38:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yevuzev5pufo" 2025/08/07 01:38:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:38:49 DEBUG : Creating backend with remote "TestDrive:crypt/3uqolq3mn99j1rh49ps65vmr9qk9sl29pk3d8olm9n94qc63rtt0" 2025/08/07 01:38:50 DEBUG : Creating backend with remote "/tmp/rclone2458725659" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yevuzev5pufo'", Local "Local file system at /tmp/rclone2458725659", Modify Window "1ms" 2025/08/07 01:38:52 DEBUG : 測試_Русский___ě_áñ: md5 = cdf1714f183e7d6de39887060da486c5 OK NFD checkfile vs. NFC remote (without normalization) 2025/08/07 01:38:52 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/07 01:38:52 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yevuzev5pufo' 2025/08/07 01:38:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevuzev5pufo': 1 files missing 2025/08/07 01:38:52 NOTICE: 1 hashes missing 2025/08/07 01:38:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevuzev5pufo': 1 differences found 2025/08/07 01:38:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevuzev5pufo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/07 01:38:54 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:38:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevuzev5pufo': 0 differences found 2025/08/07 01:38:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevuzev5pufo': 1 matching files 2025/08/07 01:38:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yoyodal0riqu" 2025/08/07 01:38:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:38:54 DEBUG : Creating backend with remote "TestDrive:crypt/5vueuhnqk9i8srtp82htujkjqdp2c900bq347m579b82lu90e6eg" 2025/08/07 01:38:55 DEBUG : Creating backend with remote "/tmp/rclone1931292225" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yoyodal0riqu'", Local "Local file system at /tmp/rclone1931292225", Modify Window "1ms" 2025/08/07 01:38:57 DEBUG : 測試_Русский___ě_áñ: md5 = 3442560f42fa70c280db1062897525f6 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/07 01:38:57 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/07 01:38:57 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yoyodal0riqu' 2025/08/07 01:38:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yoyodal0riqu': 1 files missing 2025/08/07 01:38:57 NOTICE: 1 hashes missing 2025/08/07 01:38:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yoyodal0riqu': 1 differences found 2025/08/07 01:38:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yoyodal0riqu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/07 01:38:59 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:38:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yoyodal0riqu': 0 differences found 2025/08/07 01:38:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yoyodal0riqu': 1 matching files 2025/08/07 01:38:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-foxoqoq7vuji" 2025/08/07 01:38:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:38:59 DEBUG : Creating backend with remote "TestDrive:crypt/o2dk0hal22ruasjvakiiac780v4snburbf7kb0kt8q6i5sucjml0" 2025/08/07 01:39:00 DEBUG : Creating backend with remote "/tmp/rclone2375240123" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-foxoqoq7vuji'", Local "Local file system at /tmp/rclone2375240123", Modify Window "1ms" 2025/08/07 01:39:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = fb77da0a498931fecf972c414ac909da OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/07 01:39:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 01:39:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-foxoqoq7vuji' 2025/08/07 01:39:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxoqoq7vuji': 1 files missing 2025/08/07 01:39:02 NOTICE: 1 hashes missing 2025/08/07 01:39:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxoqoq7vuji': 1 differences found 2025/08/07 01:39:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxoqoq7vuji': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/07 01:39:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:39:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxoqoq7vuji': 0 differences found 2025/08/07 01:39:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foxoqoq7vuji': 1 matching files 2025/08/07 01:39:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qamayoz8juza" 2025/08/07 01:39:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:39:04 DEBUG : Creating backend with remote "TestDrive:crypt/oqufu53fnj52d1f5h90dq8a0l5k30o1p80usikt4e8tati604h80" 2025/08/07 01:39:05 DEBUG : Creating backend with remote "/tmp/rclone3305252228" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qamayoz8juza'", Local "Local file system at /tmp/rclone3305252228", Modify Window "1ms" 2025/08/07 01:39:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d50d3c71e658979766765d80f67d9e40 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/07 01:39:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 01:39:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qamayoz8juza' 2025/08/07 01:39:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qamayoz8juza': 1 files missing 2025/08/07 01:39:07 NOTICE: 1 hashes missing 2025/08/07 01:39:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qamayoz8juza': 1 differences found 2025/08/07 01:39:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qamayoz8juza': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/07 01:39:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:39:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qamayoz8juza': 0 differences found 2025/08/07 01:39:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qamayoz8juza': 1 matching files 2025/08/07 01:39:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pudipoy6seha" 2025/08/07 01:39:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:39:08 DEBUG : Creating backend with remote "TestDrive:crypt/p14f6q40g9b0vu5rtuaqtl8is0a1s6aqqe44jg5rpotvduarpqc0" 2025/08/07 01:39:09 DEBUG : Creating backend with remote "/tmp/rclone1772087868" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pudipoy6seha'", Local "Local file system at /tmp/rclone1772087868", Modify Window "1ms" 2025/08/07 01:39:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 01528a2766891e87ecd3d8bf8a7bc0d5 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/07 01:39:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 01:39:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pudipoy6seha' 2025/08/07 01:39:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pudipoy6seha': 1 files missing 2025/08/07 01:39:12 NOTICE: 1 hashes missing 2025/08/07 01:39:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pudipoy6seha': 1 differences found 2025/08/07 01:39:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pudipoy6seha': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/07 01:39:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:39:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pudipoy6seha': 0 differences found 2025/08/07 01:39:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pudipoy6seha': 1 matching files 2025/08/07 01:39:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wufoned5gale" 2025/08/07 01:39:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:39:14 DEBUG : Creating backend with remote "TestDrive:crypt/kphj5mgk9rgm0ggt2hkt57m3emmro0nee9q0tuosgl5b752v1lvg" 2025/08/07 01:39:15 DEBUG : Creating backend with remote "/tmp/rclone551932639" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wufoned5gale'", Local "Local file system at /tmp/rclone551932639", Modify Window "1ms" 2025/08/07 01:39:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3cdf8f307c0eb13e430bbb0342454300 OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/07 01:39:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 01:39:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wufoned5gale' 2025/08/07 01:39:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wufoned5gale': 1 files missing 2025/08/07 01:39:17 NOTICE: 1 hashes missing 2025/08/07 01:39:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wufoned5gale': 1 differences found 2025/08/07 01:39:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wufoned5gale': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/07 01:39:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:39:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wufoned5gale': 0 differences found 2025/08/07 01:39:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wufoned5gale': 1 matching files 2025/08/07 01:39:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wufoned5gale': Purge remote 2025/08/07 01:39:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pudipoy6seha': Purge remote 2025/08/07 01:39:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qamayoz8juza': Purge remote 2025/08/07 01:39:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foxoqoq7vuji': Purge remote 2025/08/07 01:39:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yoyodal0riqu': Purge remote 2025/08/07 01:39:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yevuzev5pufo': Purge remote 2025/08/07 01:39:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-viriyuv0miri': Purge remote 2025/08/07 01:39:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dizupuc7qode': Purge remote 2025/08/07 01:39:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-situjuq0tibi': Purge remote 2025/08/07 01:39:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-minexaq5fote': Purge remote --- PASS: TestApplyTransforms (55.67s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:39:23 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/07 01:39:25 DEBUG : sub/file2: md5 = 117cac5f0c58ca7071e8ba5aa5d0f28f OK 2025/08/07 01:39:25 INFO : file1: Copied (new) to: sub/file2 2025/08/07 01:39:26 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 01:39:26 DEBUG : file1: Unchanged skipping 2025/08/07 01:39:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': don't need to copy/move sub/file2, it is already at target location 2025/08/07 01:39:28 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.12s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.53s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:39:32 DEBUG : dst/file1: md5 = 12257cc7de23444a1a3ea5a3b87223f3 OK 2025/08/07 01:39:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kulebij9kifi/backup" 2025/08/07 01:39:33 DEBUG : Creating backend with remote "TestDrive:crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg/1nrff024r7pq65ecp72fc28jb0" 2025/08/07 01:39:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/07 01:39:37 INFO : dst/file1: Moved (server-side) 2025/08/07 01:39:38 DEBUG : dst/file1: md5 = f6e1eff971826bd4a49fa414c7f1798e OK 2025/08/07 01:39:38 INFO : dst/file1: Copied (new) 2025/08/07 01:39:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:39:41 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:39:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.99s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:39:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kulebij9kifi/dst" 2025/08/07 01:39:43 DEBUG : Creating backend with remote "TestDrive:crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 01:39:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kulebij9kifi/CompareDest" 2025/08/07 01:39:44 DEBUG : Creating backend with remote "TestDrive:crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg/gveqi14airsml4bgu7krj116o8" 2025/08/07 01:39:46 DEBUG : one: Need to transfer - File not found at Destination 2025/08/07 01:39:48 DEBUG : one: md5 = 0eb16cdfecdd196c9678705a19a54f2d OK 2025/08/07 01:39:48 INFO : one: Copied (new) 2025/08/07 01:39:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 01:39:51 DEBUG : one: md5 = 6170fa7d61b9c2baea54abf1b1967ed2 OK 2025/08/07 01:39:51 INFO : one: Copied (replaced existing) 2025/08/07 01:39:53 DEBUG : dst/one: md5 = 35f8fc3ae7d813073741870f1458b71f OK 2025/08/07 01:39:55 DEBUG : CompareDest/one: md5 = 146984fc0a2f8aa86d59e94d4a364b9a OK 2025/08/07 01:39:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 01:39:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:39:56 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/07 01:39:58 DEBUG : CompareDest/two: md5 = ca4d0116edf32392a98cbd747cac051a OK 2025/08/07 01:39:59 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 01:39:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:39:59 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/07 01:40:00 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 01:40:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:40:00 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/07 01:40:01 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 01:40:01 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/07 01:40:03 DEBUG : two: md5 = d66953aa21d755184432d7130e128ef6 OK 2025/08/07 01:40:03 INFO : two: Copied (new) 2025/08/07 01:40:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 01:40:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:40:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 01:40:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.73s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:40:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kulebij9kifi/dst" 2025/08/07 01:40:07 DEBUG : Creating backend with remote "TestDrive:crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 01:40:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kulebij9kifi/CopyDest" 2025/08/07 01:40:09 DEBUG : Creating backend with remote "TestDrive:crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/07 01:40:11 DEBUG : one: Need to transfer - File not found at Destination 2025/08/07 01:40:13 DEBUG : one: md5 = b4fd72154faaed2c73d34871bbe80b68 OK 2025/08/07 01:40:13 INFO : one: Copied (new) 2025/08/07 01:40:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 01:40:16 DEBUG : one: md5 = 93ac86fb8f08156662881ea65f7413f0 OK 2025/08/07 01:40:16 INFO : one: Copied (replaced existing) 2025/08/07 01:40:18 DEBUG : dst/one: md5 = ac51b4423c492fe7fd84ef2b1e892c4f OK 2025/08/07 01:40:20 DEBUG : CopyDest/one: md5 = 849e1acf3df6e2e43580490b7301fdcc OK 2025/08/07 01:40:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kulebij9kifi/BackupDir" 2025/08/07 01:40:21 DEBUG : Creating backend with remote "TestDrive:crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/07 01:40:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 01:40:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:40:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 01:40:24 INFO : one: Moved (server-side) 2025/08/07 01:40:25 INFO : one: Copied (server-side copy) 2025/08/07 01:40:25 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/07 01:40:27 DEBUG : CopyDest/two: md5 = 5fbab29e01f43f99bcb1fe367a657c14 OK 2025/08/07 01:40:28 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 01:40:29 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:40:30 INFO : two: Copied (server-side copy) 2025/08/07 01:40:30 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/07 01:40:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:40:30 DEBUG : two: Unchanged skipping 2025/08/07 01:40:32 DEBUG : CopyDest/three: md5 = 5f86cdaa3078de6b3d35b681dbfa93ef OK 2025/08/07 01:40:33 DEBUG : three: Need to transfer - File not found at Destination 2025/08/07 01:40:33 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/07 01:40:33 DEBUG : three: Destination not found in --copy-dest 2025/08/07 01:40:35 DEBUG : three: md5 = b313efc0f7b74083a1f61e5b7e44581b OK 2025/08/07 01:40:35 INFO : three: Copied (new) 2025/08/07 01:40:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/07 01:40:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:40:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 01:40:40 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/07 01:40:40 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 01:40:40 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:40:41 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.84s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:40:42 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/07 01:40:45 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 78c5596ded1ecf898161a59afe59f356 OK 2025/08/07 01:40:45 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/07 01:40:45 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/07 01:40:45 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/07 01:40:46 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/07 01:40:47 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/07 01:40:49 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 8c0b7afa7b15782adad29904b960a42f OK 2025/08/07 01:40:49 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/07 01:40:51 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/07 01:40:51 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.36s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.44s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:40:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Looking for duplicate names using skip mode. 2025/08/07 01:40:55 NOTICE: one: Found 2 files with duplicate names 2025/08/07 01:40:55 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.84s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:41:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Looking for duplicate names using skip mode. 2025/08/07 01:41:01 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:41:01 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/07 01:41:01 INFO : one: Deleted 2025/08/07 01:41:01 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.33s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:41:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Looking for duplicate names using first mode. 2025/08/07 01:41:07 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:41:08 INFO : one: Deleted 2025/08/07 01:41:08 INFO : one: Deleted 2025/08/07 01:41:08 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.37s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:41:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Looking for duplicate names using newest mode. 2025/08/07 01:41:14 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:41:14 INFO : one: Deleted 2025/08/07 01:41:15 INFO : one: Deleted 2025/08/07 01:41:15 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.34s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:41:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Looking for duplicate names using oldest mode. 2025/08/07 01:41:21 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:41:21 INFO : one: Deleted 2025/08/07 01:41:22 INFO : one: Deleted 2025/08/07 01:41:22 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.85s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:41:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Looking for duplicate names using largest mode. 2025/08/07 01:41:27 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:41:28 INFO : one: Deleted 2025/08/07 01:41:28 INFO : one: Deleted 2025/08/07 01:41:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.20s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:41:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Looking for duplicate names using smallest mode. 2025/08/07 01:41:34 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:41:34 INFO : one: Deleted 2025/08/07 01:41:35 INFO : one: Deleted 2025/08/07 01:41:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.46s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:41:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Looking for duplicate names using rename mode. 2025/08/07 01:41:41 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/07 01:41:43 INFO : one-2.txt: renamed from: one.txt 2025/08/07 01:41:44 INFO : one-3.txt: renamed from: one.txt 2025/08/07 01:41:45 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.96s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:41:50 DEBUG : dupe1/one.txt: md5 = e7bbfaf98fb8023af5d52ee62c9fe57f OK 2025/08/07 01:41:52 DEBUG : dupe2/two.txt: md5 = 05c5d1872f46eb48f6999ed19279cea3 OK 2025/08/07 01:41:54 DEBUG : dupe3/three.txt: md5 = f212cd6268d407cb6778ea4876766e2c OK 2025/08/07 01:41:55 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/07 01:41:55 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/07 01:41:56 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/07 01:41:56 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/07 01:42:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/07 01:42:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/07 01:42:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.50s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:42:02 DEBUG : a.txt: md5 = affb6c8ad16652c5a4e397b792384901 OK 2025/08/07 01:42:03 DEBUG : zend.txt: md5 = 5ab13ab664f2166191734cb42027b75b OK 2025/08/07 01:42:05 DEBUG : sub dir/hello world: md5 = 64441ad0d870610a2bf0c068c32c04cc OK 2025/08/07 01:42:07 DEBUG : sub dir/hello world2: md5 = c69bb6f9d012a99ef2a6919ace42be63 OK 2025/08/07 01:42:09 DEBUG : sub dir/ignore dir/.ignore: md5 = f5cce17dc1f96ecfed74e4b96fd66d0f OK 2025/08/07 01:42:10 DEBUG : sub dir/ignore dir/should be ignored: md5 = 1b63cd62fdbd865645acaf5f7adc278a OK 2025/08/07 01:42:12 DEBUG : sub dir/sub sub dir/hello world3: md5 = 5dbd76e35a7cc8434a2ae602f559026b OK 2025/08/07 01:42:13 DEBUG : a.txt: Excluded (Size Filter) 2025/08/07 01:42:13 DEBUG : a.txt: Excluded 2025/08/07 01:42:14 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 01:42:14 DEBUG : sub dir/hello world: Excluded 2025/08/07 01:42:14 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 01:42:14 DEBUG : sub dir/hello world2: Excluded 2025/08/07 01:42:15 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 01:42:15 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 01:42:15 DEBUG : sub dir/hello world: Excluded 2025/08/07 01:42:15 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 01:42:15 DEBUG : sub dir/hello world2: Excluded 2025/08/07 01:42:15 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 01:42:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/07 01:42:20 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/07 01:42:20 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/07 01:42:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/07 01:42:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/07 01:42:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/07 01:42:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.24s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:42:23 DEBUG : a.txt: md5 = 2a805457d7f5cf4fd1490476ddebee7c OK 2025/08/07 01:42:24 DEBUG : zend.txt: md5 = e01c46fb6a7420bd4761af1de77fa842 OK 2025/08/07 01:42:27 DEBUG : sub dir/hello world: md5 = c9a3dde045dcf9105515553c361cbed1 OK 2025/08/07 01:42:28 DEBUG : sub dir/hello world2: md5 = 56cbc0328d0dabfabdc5416526c6f39b OK 2025/08/07 01:42:30 DEBUG : sub dir/ignore dir/.ignore: md5 = 3eaae8ffdfeb907775796890935e962d OK 2025/08/07 01:42:31 DEBUG : sub dir/ignore dir/should be ignored: md5 = f21a63689e4c25d4cb0a5e21f9ca978c OK 2025/08/07 01:42:34 DEBUG : sub dir/sub sub dir/hello world3: md5 = 01cf6057a76af45f53dd55993801456b OK 2025/08/07 01:42:35 DEBUG : a.txt: Excluded (Size Filter) 2025/08/07 01:42:35 DEBUG : a.txt: Excluded 2025/08/07 01:42:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 01:42:35 DEBUG : sub dir/hello world2: Excluded 2025/08/07 01:42:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 01:42:35 DEBUG : sub dir/hello world: Excluded 2025/08/07 01:42:36 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 01:42:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 01:42:36 DEBUG : sub dir/hello world2: Excluded 2025/08/07 01:42:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 01:42:36 DEBUG : sub dir/hello world: Excluded 2025/08/07 01:42:36 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 01:42:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/07 01:42:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/07 01:42:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/07 01:42:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/07 01:42:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/07 01:42:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/07 01:42:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.36s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:42:44 DEBUG : file1: md5 = 61bc3cd64dffb575ce9d546a3faf8a84 OK 2025/08/07 01:42:46 DEBUG : sub/file2: md5 = 0a1ac79011337b00f26549daf0bd3e8c OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/08/07 01:42:49 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/07 01:42:49 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/07 01:42:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/07 01:42:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.23s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.48s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.22s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.65s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:42:54 DEBUG : file1: md5 = 5b7c2881019a3042a15c5a55360f5fab OK 2025/08/07 01:42:56 DEBUG : sub/file2: md5 = e4039117169f09ffb5fc9cae0256f3c7 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/08/07 01:43:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kulebij9kifi/notfound" 2025/08/07 01:43:00 DEBUG : Config file has changed externally - reloading 2025/08/07 01:43:00 DEBUG : Creating backend with remote "TestDrive:crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg/qe0i31qdkoejk60elps0ni5sqk" 2025/08/07 01:43:03 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.60s) --- PASS: TestStatJSON/Root (0.26s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.50s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.32s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.22s) --- PASS: TestStatJSON/RootNotFound (1.76s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:43:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Making directory 2025/08/07 01:43:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:43:07 DEBUG : sub dir/hello world: md5 = fa85268eb091018fcd959cbdb481d0a9 OK 2025/08/07 01:43:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.70s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:43:11 DEBUG : potato2: md5 = 7804545781e9c8488d6e8719a0154653 OK 2025/08/07 01:43:12 DEBUG : empty space: md5 = 3e59717238a21cdf85448e2c8626186b OK --- PASS: TestLs (5.01s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:43:15 DEBUG : potato2: md5 = e3aa6f844b18f75ab163ba4b233e7608 OK 2025/08/07 01:43:17 DEBUG : empty space: md5 = 79905b3b2a40ed4c3e97a5d5ab96337c OK 2025/08/07 01:43:17 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/08/07 01:43:17 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.85s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:43:20 DEBUG : potato2: md5 = 19a5b86fa3997be7ebeb4b717268e7a0 OK 2025/08/07 01:43:22 DEBUG : empty space: md5 = df39fa40f044e787ee1bc67d87f3d9f2 OK --- PASS: TestLsLong (4.98s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:43:25 DEBUG : potato2: md5 = 4bf026900472a3c8ff0f24f6b251bb22 OK 2025/08/07 01:43:27 DEBUG : empty space: md5 = 49c1e3c85ddc161c3a7f4cd26bc7237b OK --- PASS: TestHashSums (4.31s) === RUN TestHashSumsWithErrors 2025/08/07 01:43:28 DEBUG : Creating backend with remote ":memory:" 2025/08/07 01:43:28 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/07 01:43:28 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/07 01:43:28 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/07 01:43:28 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/07 01:43:28 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/07 01:43:28 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/07 01:43:28 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/07 01:43:28 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/07 01:43:28 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-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:43:30 DEBUG : potato2: md5 = 6dee7cf847ecff3015cd9a892bcadcd2 OK 2025/08/07 01:43:31 DEBUG : empty space: md5 = 371333de926d292e63d0b3150684c68c OK 2025/08/07 01:43:33 DEBUG : sub dir/potato3: md5 = 759c6b2cf986c37cd7d6bb10c6745733 OK 2025/08/07 01:43:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.88s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:43:38 DEBUG : small: md5 = aec7f8052d8be32708867ac4871084ff OK 2025/08/07 01:43:40 DEBUG : medium: md5 = 7203866716eaba45f2355517a699c78f OK 2025/08/07 01:43:41 DEBUG : large: md5 = e16c032b86edfa9e86c868c736c68fc8 OK 2025/08/07 01:43:41 DEBUG : Waiting for deletions to finish 2025/08/07 01:43:42 DEBUG : large: Excluded (Size Filter) 2025/08/07 01:43:42 INFO : medium: Deleted 2025/08/07 01:43:42 INFO : small: Deleted --- PASS: TestDelete (6.33s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:43:45 DEBUG : small: md5 = 133c4f1f41514c4a70d3fb453c9b3cad OK 2025/08/07 01:43:47 DEBUG : medium: md5 = 52208d59e581c170ebb5cc5da663c0bb OK 2025/08/07 01:43:48 DEBUG : large: md5 = f65d5d086a71dbeaf1521ac696366ec5 OK 2025/08/07 01:43:48 DEBUG : Waiting for deletions to finish 2025/08/07 01:43:49 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/07 01:43:49 INFO : small: Deleted 2025/08/07 01:43:49 INFO : medium: Deleted --- PASS: TestMaxDelete (7.58s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:43:52 DEBUG : small: md5 = 076d7077e4ef89925af19bc4b5a098ac OK 2025/08/07 01:43:54 DEBUG : medium: md5 = fd5847bbfe7e1ae43f9e208330a2099b OK 2025/08/07 01:43:56 DEBUG : large: md5 = 46063303d5966b8a374698bc71191a12 OK 2025/08/07 01:43:56 DEBUG : Waiting for deletions to finish 2025/08/07 01:43:56 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/07 01:43:56 INFO : medium: Deleted 2025/08/07 01:43:56 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.08s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:43:59 DEBUG : small: md5 = af6b87b0ac7c8d5cbbc6068eed110dd3 OK 2025/08/07 01:44:01 DEBUG : medium: md5 = 109d6dfab6fb9227280585f149447cab OK 2025/08/07 01:44:02 DEBUG : large: md5 = 0ff798bffe4d34d9685c3e0cb421e263 OK 2025/08/07 01:44:03 DEBUG : Waiting for deletions to finish 2025/08/07 01:44:03 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/07 01:44:03 INFO : small: Deleted 2025/08/07 01:44:03 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.70s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:44:06 DEBUG : ReadFile: md5 = 4f8329213a4159dbc08d140c8aec356e OK --- PASS: TestReadFile (4.24s) === RUN TestRetry 2025/08/07 01:44:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/07 01:44:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/07 01:44:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 01:44:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 01:44:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 01:44:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 01:44:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.06s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:44:11 DEBUG : file1: md5 = 7d62920be018b888371588a12760cbba OK 2025/08/07 01:44:12 DEBUG : file2: md5 = 7aa884d41d56445e666b2e9e37450ad0 OK --- PASS: TestCat (17.29s) === RUN TestPurge 2025/08/07 01:44:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hovacem6jubo" 2025/08/07 01:44:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:44:26 DEBUG : Creating backend with remote "TestDrive:crypt/1ljcs5d2aijrtcbfgrpj00e515hk0gnchc1i9ed93aosbbvfrsi0" 2025/08/07 01:44:27 DEBUG : Creating backend with remote "/tmp/rclone2577999298" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hovacem6jubo'", Local "Local file system at /tmp/rclone2577999298", Modify Window "1ms" 2025/08/07 01:44:32 DEBUG : A1/B1/C1/one: md5 = ceb86c61b285196b4ec005a48eb901ba OK 2025/08/07 01:44:32 INFO : A2: Making directory 2025/08/07 01:44:33 INFO : A1/B2: Making directory 2025/08/07 01:44:33 INFO : A1/B2/C2: Making directory 2025/08/07 01:44:34 INFO : A1/B1/C3: Making directory 2025/08/07 01:44:35 INFO : A3: Making directory 2025/08/07 01:44:36 INFO : A3/B3: Making directory 2025/08/07 01:44:37 INFO : A3/B3/C4: Making directory 2025/08/07 01:44:39 DEBUG : A1/two: md5 = 31daff0774154a4db684f207bacb51f7 OK 2025/08/07 01:44:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hovacem6jubo': Purge remote 2025/08/07 01:44:43 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.46s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:44:47 DEBUG : A1/B1/C1/one: md5 = 2644ca3ceffcf3123f91be39016fbde2 OK 2025/08/07 01:44:47 INFO : A2: Making directory 2025/08/07 01:44:48 INFO : A1/B2: Making directory 2025/08/07 01:44:48 INFO : A1/B2/C2: Making directory 2025/08/07 01:44:49 INFO : A1/B1/C3: Making directory 2025/08/07 01:44:50 INFO : A3: Making directory 2025/08/07 01:44:50 INFO : A3/B3: Making directory 2025/08/07 01:44:51 INFO : A3/B3/C4: Making directory 2025/08/07 01:44:53 DEBUG : A1/two: md5 = 386cafcfb0251c9317642ba2e28e595f OK 2025/08/07 01:44:54 DEBUG : removing 1 level 3 directories 2025/08/07 01:44:54 INFO : A3/B3/C4: Removing directory 2025/08/07 01:44:57 DEBUG : removing 2 level 3 directories 2025/08/07 01:44:57 INFO : A1/B2/C2: Removing directory 2025/08/07 01:44:57 INFO : A1/B1/C3: Removing directory 2025/08/07 01:44:58 DEBUG : removing 2 level 2 directories 2025/08/07 01:44:58 INFO : A3/B3: Removing directory 2025/08/07 01:44:58 INFO : A1/B2: Removing directory 2025/08/07 01:44:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 01:44:58 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/07 01:44:58 DEBUG : removing 2 level 1 directories 2025/08/07 01:44:58 INFO : A3: Removing directory 2025/08/07 01:44:58 INFO : A2: Removing directory 2025/08/07 01:44:59 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/07 01:45:02 DEBUG : removing 1 level 3 directories 2025/08/07 01:45:02 INFO : A1/B1/C1: Removing directory 2025/08/07 01:45:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:03 DEBUG : removing 1 level 2 directories 2025/08/07 01:45:03 INFO : A1/B1: Removing directory 2025/08/07 01:45:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 01:45:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:45:04 DEBUG : removing 1 level 1 directories 2025/08/07 01:45:04 INFO : A1: Removing directory 2025/08/07 01:45:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 01:45:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 01:45:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 01:45:04 DEBUG : removing 1 level 0 directories 2025/08/07 01:45:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Removing directory 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/07 01:45:05 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" --- PASS: TestRmdirsNoLeaveRoot (23.15s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:45:07 INFO : A1: Making directory 2025/08/07 01:45:08 INFO : A1/B1: Making directory 2025/08/07 01:45:08 INFO : A1/B1/C1: Making directory 2025/08/07 01:45:11 DEBUG : removing 1 level 3 directories 2025/08/07 01:45:11 INFO : A1/B1/C1: Removing directory 2025/08/07 01:45:11 DEBUG : removing 1 level 2 directories 2025/08/07 01:45:11 INFO : A1/B1: Removing directory 2025/08/07 01:45:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:45:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.98s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:45:14 INFO : A1: Making directory 2025/08/07 01:45:15 INFO : A1/B1: Making directory 2025/08/07 01:45:16 INFO : A1/B1/C1: Making directory 2025/08/07 01:45:18 DEBUG : removing 1 level 3 directories 2025/08/07 01:45:18 INFO : A1/B1/C1: Removing directory 2025/08/07 01:45:19 DEBUG : removing 1 level 2 directories 2025/08/07 01:45:19 INFO : A1/B1: Removing directory 2025/08/07 01:45:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:45:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.25s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:45:24 DEBUG : file1: md5 = 8c4bb1ba5a555a2b3bdecb2f3d17b55d OK 2025/08/07 01:45:25 DEBUG : filename.txt: File name found in url 2025/08/07 01:45:26 DEBUG : filename.txt: md5 = 55d0fac0287d71fcdcd86628cc362d0e OK 2025/08/07 01:45:26 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/07 01:45:28 DEBUG : headerfilename.txt: md5 = d67b9803cab5a5f2f2ae11647b8e90f6 OK 2025/08/07 01:45:29 DEBUG : file2: md5 = 8c10d872a7620dcbea0b378f7ae8e427 OK --- PASS: TestCopyURL (9.07s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:45:32 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/07 01:45:34 DEBUG : sub/file2: md5 = 888308efd6e5e77811feded1b06cc5c0 OK 2025/08/07 01:45:34 INFO : file1: Copied (new) to: sub/file2 2025/08/07 01:45:34 INFO : file1: Deleted 2025/08/07 01:45:35 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 01:45:35 DEBUG : file1: Unchanged skipping 2025/08/07 01:45:35 INFO : file1: Deleted 2025/08/07 01:45:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': don't need to copy/move sub/file2, it is already at target location 2025/08/07 01:45:37 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.11s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:45:38 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/07 01:45:39 DEBUG : file1: md5 = 95d4d519b877e2dd100096ec69e364f6 OK 2025/08/07 01:45:39 INFO : file1: Copied (new) 2025/08/07 01:45:39 INFO : file1: Deleted 2025/08/07 01:45:40 DEBUG : file1: Destination exists, skipping 2025/08/07 01:45:40 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.26s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:45:44 DEBUG : dst/file1: md5 = 86dd323ca8ace68b916019f2c8c78409 OK 2025/08/07 01:45:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kulebij9kifi/backup" 2025/08/07 01:45:45 DEBUG : Creating backend with remote "TestDrive:crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg/1nrff024r7pq65ecp72fc28jb0" 2025/08/07 01:45:46 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/07 01:45:48 INFO : dst/file1: Moved (server-side) 2025/08/07 01:45:50 DEBUG : dst/file1: md5 = a7cf2a22ffd66c7fa749a5f968ff53fc OK 2025/08/07 01:45:50 INFO : dst/file1: Copied (new) 2025/08/07 01:45:50 INFO : dst/file1: Deleted 2025/08/07 01:45:52 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:45:53 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:45:54 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.90s) === 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-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:45:57 DEBUG : A1/one: md5 = ddab2e567bf1543ea47806a6bf204fad OK 2025/08/07 01:45:58 DEBUG : A1/two: md5 = ae63cd51c349c0010a90a85fd7d05ec6 OK 2025/08/07 01:46:01 DEBUG : A1/B1/three: md5 = f355cd3453ea999f8983b64eeb2db335 OK 2025/08/07 01:46:03 DEBUG : A1/B1/C1/four: md5 = 7e2763fa44a8b66659fa249f6a56ae4b OK 2025/08/07 01:46:05 DEBUG : A1/B1/C2/five: md5 = e19591dedbfde145d047a7f4de45b1da OK 2025/08/07 01:46:05 INFO : A1/B2: Making directory 2025/08/07 01:46:06 INFO : A1/B1/C3: Making directory 2025/08/07 01:46:15 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/07 01:46:15 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/07 01:46:15 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/07 01:46:15 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/07 01:46:16 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/07 01:46:19 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 01:46:19 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 01:46:19 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:46:19 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 01:46:19 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 01:46:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/07 01:46:27 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/07 01:46:27 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/07 01:46:27 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/07 01:46:27 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/07 01:46:27 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/07 01:46:30 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 01:46:30 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 01:46:30 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:46:31 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 01:46:31 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 01:46:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/07 01:46:38 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/07 01:46:38 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 01:46:38 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 01:46:38 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:46:38 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/07 01:46:39 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 01:46:39 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 01:46:39 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 01:46:39 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.38s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:46:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 01:46:42 DEBUG : no_checksum_small_file_from_pipe: md5 = 9d7a95fca12bfa1d6945855139a8ac3a OK 2025/08/07 01:46:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/07 01:46:42 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/07 01:46:43 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/07 01:46:44 DEBUG : no_checksum_big_file_from_pipe: md5 = 78954e2f763037bd81b27cbe2f85f0ab OK 2025/08/07 01:46:44 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-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:46:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 01:46:47 DEBUG : with_checksum_small_file_from_pipe: md5 = 6e12c9973bc62f2ac6b3b66dbc906900 OK 2025/08/07 01:46:47 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/07 01:46:48 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/07 01:46:49 DEBUG : with_checksum_big_file_from_pipe: md5 = d7760f147d031fbcddf463e5dbcc1267 OK 2025/08/07 01:46:49 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-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:46:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 01:46:52 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 01:46:53 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/07 01:46:54 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-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:46:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 01:46:57 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/07 01:46:58 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/07 01:46:59 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.28s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.07s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.12s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.27s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.81s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/07 01:47:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': File to upload is small (48 bytes), uploading instead of streaming 2025/08/07 01:47:02 DEBUG : rcat_metadata: md5 = 9c7953e8b47170f09706af0684aa9cb3 OK 2025/08/07 01:47:02 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/07 01:47:04 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/07 01:47:05 DEBUG : rcat_metadata_uploadcutoff0: md5 = 45afb9dbd5088c72b65f607d149e49bf OK 2025/08/07 01:47:05 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.06s) --- PASS: TestRcatMetadata/Normal (2.59s) --- PASS: TestRcatMetadata/ViaDisk (3.01s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:47:08 DEBUG : potato1: md5 = 9d6ca1ca5be421ac4f97771adb95c2dd OK 2025/08/07 01:47:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': File to upload is small (60 bytes), uploading instead of streaming 2025/08/07 01:47:10 DEBUG : potato2: md5 = 7afed259db86c8a96ccfaf5625312475 OK 2025/08/07 01:47:10 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.56s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:47:13 DEBUG : potato1: md5 = 628fdb02e9ace4c78f849a3295e1a89d OK 2025/08/07 01:47:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': File to upload is small (60 bytes), uploading instead of streaming 2025/08/07 01:47:14 DEBUG : potato2: md5 = be1ef7386b865ff46211bacb753145b5 OK 2025/08/07 01:47:14 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.94s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:47:18 DEBUG : potato2: md5 = 5fbcffaec20f078c8fedaef462b1caf4 OK 2025/08/07 01:47:19 DEBUG : empty space: md5 = f324fa9cd2eec9ac4297e497a83ae564 OK 2025/08/07 01:47:21 DEBUG : sub dir/potato3: md5 = 82ac033882526c9ff2a9ce85089306a8 OK 2025/08/07 01:47:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Touching "sub dir/potato3" 2025/08/07 01:47:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Touching "empty space" 2025/08/07 01:47:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Touching "potato2" 2025/08/07 01:47:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.94s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:47:26 DEBUG : dir with metadata: Making directory with metadata 2025/08/07 01:47:27 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.36s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:47:28 DEBUG : directory with modtime: Making directory with metadata 2025/08/07 01:47:29 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.43s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:47:31 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/07 01:47:31 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/07 01:47:31 DEBUG : Google drive root 'crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg': Skipping btime metadata as can't update it on an existing file: 2025-08-07T01:47:31.37353507Z 2025/08/07 01:47:32 INFO : non existent directory: Updated directory metadata 2025/08/07 01:47:34 DEBUG : Google drive root 'crypt/6hpl79g3089b63umu0fe4pp2e0qg7aie6mlfhiggmr4balh0d9lg': Skipping btime metadata as can't update it on an existing file: 2025-08-07T01:47:31.37353507Z 2025/08/07 01:47:34 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.09s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:47:36 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/07 01:47:38 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/07 01:47:38 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.16s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:47:40 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/07 01:47:40 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/07 01:47:40 DEBUG : dst: Making directory with metadata 2025/08/07 01:47:41 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/07 01:47:41 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 01:47:41 INFO : dst: Set directory modification time (using SetModTime) 2025/08/07 01:47:42 INFO : dst: Set directory modification time (using SetModTime) 2025/08/07 01:47:42 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/07 01:47:42 INFO : dst: Set directory modification time (using SetModTime) 2025/08/07 01:47:42 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.59s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi'", Local "Local file system at /tmp/rclone2112038003", Modify Window "1ms" 2025/08/07 01:47:46 DEBUG : sub dir/test remove existing: md5 = 0019058d3768b1e52f0ce6fabeca9e33 OK 2025/08/07 01:47:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 704e0f88721be854e51d62d3a437bd9f OK 2025/08/07 01:47:49 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.nusatoq7" before starting 2025/08/07 01:47:51 DEBUG : sub dir/test remove existing.nusatoq7: TEST: removing renamed existing file after operation 2025/08/07 01:47:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.mifakow8" before starting 2025/08/07 01:47:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.mifakow8: TEST: renaming existing back after failed operation 2025/08/07 01:47:54 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pamuvof5" before starting 2025/08/07 01:47:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pamuvof5: TEST: removing renamed existing file after operation 2025/08/07 01:47:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ol7apd57tpa1tjkgbfv49c9bvnjo1omvej0abt2kfgqbmgknkeb0" 2025/08/07 01:47:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "l5pnecjui2iknacg7mkblu5is74od9apgl4o2hdkut08accff4cpa0o1o7j1494j01ohvr62tqjtopkm2ts77g6am5kpbariuab6fsethg23fdsm2c53b2snsd5rdkfrvp4cvsc7br15953h5bsa1tpavm14gqs7s2tkfp602c4rukhh4o40" --- PASS: TestRemoveExisting (13.86s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/08/07 01:47:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kulebij9kifi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m1.565460743s (try 1/5)