"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/08/20 01:41:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gakokeb3qiwi" 2025/08/20 01:41:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:41:29 DEBUG : Creating backend with remote "TestDrive:crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0" 2025/08/20 01:41:30 DEBUG : Creating backend with remote "/tmp/rclone1652669175" === 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-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/20 01:41:30 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/20 01:41:30 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/20 01:41:30 DEBUG : potato: Seek from 10 to 0 2025/08/20 01:41:30 DEBUG : potato: Seek from 10 to 0 2025/08/20 01:41:30 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/20 01:41:30 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/20 01:41:30 DEBUG : potato: Seek from 5 to 2 2025/08/20 01:41:30 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/20 01:41:30 DEBUG : potato: Seek from 7 to 0 2025/08/20 01:41:30 DEBUG : potato: Seek from 7 to 0 2025/08/20 01:41:30 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/20 01:41:30 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/20 01:41:30 DEBUG : potato: Seek from 5 to 2 2025/08/20 01:41:30 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/20 01:41:30 DEBUG : potato: Seek from 8 to 0 2025/08/20 01:41:30 DEBUG : potato: Seek from 8 to 0 2025/08/20 01:41:30 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/20 01:41:30 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/20 01:41:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/20 01:41:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/20 01:41:30 DEBUG : potato: Seek from 5 to 2 2025/08/20 01:41:30 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/20 01:41:30 DEBUG : potato: Seek from 9 to 0 2025/08/20 01:41:30 DEBUG : potato: Seek from 9 to 0 2025/08/20 01:41:30 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-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:41:33 DEBUG : rutabaga: md5 = 74ab781ea700bb0cebdd00fb50cb5685 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/20 01:41:35 DEBUG : empty space: md5 = 6357a7929a2b45bbbffc273ca88119c4 OK === RUN TestCheck/3 2025/08/20 01:41:37 DEBUG : potato2: md5 = 3ddbed27b9d4f12d1e97323e2ffc11a4 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/20 01:41:39 DEBUG : remotepotato: md5 = 80121d2eda26e3fb107bcde90f68dd9d OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.71s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2025/08/20 01:41:42 DEBUG : Creating backend with remote "nonexistent" 2025/08/20 01:41:42 DEBUG : Creating backend with remote "nonexistent" 2025/08/20 01:41:42 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/20 01:41:42 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/20 01:41:42 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/20 01:41:42 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:41:44 DEBUG : rutabaga: md5 = 07fb44b31160fb0013bbd00b5872dedb OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/20 01:41:49 DEBUG : empty space: md5 = 555b39330e54a3d9ada817829df15edf OK === RUN TestCheckDownload/3 2025/08/20 01:41:52 DEBUG : potato2: md5 = e2da5c3f6b2b92c4b7bbde1d099b9bbc OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/20 01:41:56 DEBUG : remotepotato: md5 = b9684bcb9ceb2b2da77c9d152c53dd64 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.42s) --- PASS: TestCheckDownload/1 (2.09s) --- PASS: TestCheckDownload/2 (1.60s) --- PASS: TestCheckDownload/3 (1.50s) --- PASS: TestCheckDownload/4 (1.33s) --- PASS: TestCheckDownload/5 (1.05s) --- PASS: TestCheckDownload/6 (1.22s) --- PASS: TestCheckDownload/7 (1.40s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:42:03 DEBUG : rutabaga: md5 = 6e2acae99e2cbab48742cbc0915d45d0 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/20 01:42:05 DEBUG : empty space: md5 = 1380bb36b80d4b151db81f1c926609be OK === RUN TestCheckSizeOnly/3 2025/08/20 01:42:07 DEBUG : potato2: md5 = 8aa3007a7f58afe82c043264307b0ab8 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/20 01:42:10 DEBUG : remotepotato: md5 = c74ec27f0a0e363dc9d1b766889ab2b0 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.35s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.30s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:42:15 DEBUG : test.sum: md5 = ab586bfa09c23ec87dad1dd0d29b16ee OK 2025/08/20 01:42:16 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/20 01:42:16 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/20 01:42:16 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/20 01:42:16 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/20 01:42:17 DEBUG : test.sum: md5 = b553680cc6813dab6d673395fd54e551 OK 2025/08/20 01:42:19 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/20 01:42:19 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/20 01:42:19 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/20 01:42:19 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.01s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:42:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gakokeb3qiwi/data" 2025/08/20 01:42:20 DEBUG : Creating backend with remote "TestDrive:crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi/data' lacks md5, skipping --- SKIP: TestCheckSum (1.94s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:42:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gakokeb3qiwi/data" 2025/08/20 01:42:22 DEBUG : Creating backend with remote "TestDrive:crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0/vjrnln8ratgmqakfosrqe8espk" 2025/08/20 01:42:26 DEBUG : data/banana: md5 = 2302d5e1751eb5a72323342307f5e498 OK 2025/08/20 01:42:27 DEBUG : test.sum: md5 = 90e6010c1d1f2d2cc133b3f336100bd0 OK === RUN TestCheckSumDownload/subtest1 2025/08/20 01:42:32 DEBUG : data/potato: md5 = 73e55ff555a91fb983759d6421c40aa0 OK 2025/08/20 01:42:33 DEBUG : test.sum: md5 = dd80f59165760b63ffcf56f55add7688 OK === RUN TestCheckSumDownload/subtest2 2025/08/20 01:42:38 DEBUG : test.sum: md5 = 519469d9be082ebb0825da0413ea554e OK === RUN TestCheckSumDownload/subtest3 2025/08/20 01:42:42 DEBUG : test.sum: md5 = 057a7cfacb54334fb5a5a8ab1293eef0 OK === RUN TestCheckSumDownload/subtest4 2025/08/20 01:42:46 DEBUG : test.sum: md5 = 13036372fb78ea9c5717a9d6159e79a5 OK === RUN TestCheckSumDownload/subtest5 2025/08/20 01:42:51 DEBUG : test.sum: md5 = aab92021d340d41214356e4190b327f2 OK === RUN TestCheckSumDownload/subtest6 2025/08/20 01:42:55 DEBUG : data/banana: md5 = 84e136f741fb7f7ceb817694e5933239 OK 2025/08/20 01:42:57 DEBUG : data/potato: md5 = 7cd241dadc051e98b3e8b78d775ab7f2 OK 2025/08/20 01:42:58 DEBUG : test.sum: md5 = 039d0d97bb882880baa6f94cbbee21b5 OK === RUN TestCheckSumDownload/subtest7 2025/08/20 01:43:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/08/20 01:43:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (41.87s) --- PASS: TestCheckSumDownload/subtest1 (2.54s) --- PASS: TestCheckSumDownload/subtest2 (2.09s) --- PASS: TestCheckSumDownload/subtest3 (2.34s) --- PASS: TestCheckSumDownload/subtest4 (2.33s) --- PASS: TestCheckSumDownload/subtest5 (2.62s) --- PASS: TestCheckSumDownload/subtest6 (2.51s) --- PASS: TestCheckSumDownload/subtest7 (2.15s) === RUN TestApplyTransforms 2025/08/20 01:43:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nurihuf8xuyu" 2025/08/20 01:43:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:43:04 DEBUG : Creating backend with remote "TestDrive:crypt/ju2oi35befd9l1e91i7p1a8o3ckb8tri6h70qgm1fbsjp0r09ijg" 2025/08/20 01:43:05 DEBUG : Creating backend with remote "/tmp/rclone3583435935" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nurihuf8xuyu'", Local "Local file system at /tmp/rclone3583435935", Modify Window "1ms" 2025/08/20 01:43:07 DEBUG : hello, world!: md5 = 6d80eb1e54d5dae97da50ac5f1d9624d OK upper checkfile vs. lower remote (without normalization) 2025/08/20 01:43:07 ERROR : hello, world!: sum not found 2025/08/20 01:43:07 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nurihuf8xuyu' 2025/08/20 01:43:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nurihuf8xuyu': 1 files missing 2025/08/20 01:43:07 NOTICE: 1 hashes missing 2025/08/20 01:43:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nurihuf8xuyu': 1 differences found 2025/08/20 01:43:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nurihuf8xuyu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/20 01:43:08 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/20 01:43:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nurihuf8xuyu': 0 differences found 2025/08/20 01:43:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nurihuf8xuyu': 1 matching files 2025/08/20 01:43:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yezojev4qada" 2025/08/20 01:43:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:43:09 DEBUG : Creating backend with remote "TestDrive:crypt/t69hp530fr69344tck6ln0r4q6au78afpb1lqfsbmq5k4e6ahusg" 2025/08/20 01:43:09 DEBUG : Creating backend with remote "/tmp/rclone489232512" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yezojev4qada'", Local "Local file system at /tmp/rclone489232512", Modify Window "1ms" 2025/08/20 01:43:12 DEBUG : HELLO, WORLD!: md5 = bd4dd152397a861d26b99a5d1bb7259a OK lower checkfile vs. upper remote (without normalization) 2025/08/20 01:43:12 ERROR : HELLO, WORLD!: sum not found 2025/08/20 01:43:12 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yezojev4qada' 2025/08/20 01:43:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yezojev4qada': 1 files missing 2025/08/20 01:43:12 NOTICE: 1 hashes missing 2025/08/20 01:43:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yezojev4qada': 1 differences found 2025/08/20 01:43:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yezojev4qada': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/20 01:43:13 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/20 01:43:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yezojev4qada': 0 differences found 2025/08/20 01:43:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yezojev4qada': 1 matching files 2025/08/20 01:43:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zilikin5navi" 2025/08/20 01:43:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:43:14 DEBUG : Creating backend with remote "TestDrive:crypt/fkn29rliv0lmkcqtmvjkh6buua27966gmpv90iqlr54j32oi394g" 2025/08/20 01:43:14 DEBUG : Creating backend with remote "/tmp/rclone1443368375" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zilikin5navi'", Local "Local file system at /tmp/rclone1443368375", Modify Window "1ms" 2025/08/20 01:43:17 DEBUG : HeLlO, wOrLd!: md5 = 459738003fc62e09b5ce6886ae0bcb12 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/20 01:43:17 ERROR : HeLlO, wOrLd!: sum not found 2025/08/20 01:43:17 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zilikin5navi' 2025/08/20 01:43:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zilikin5navi': 1 files missing 2025/08/20 01:43:17 NOTICE: 1 hashes missing 2025/08/20 01:43:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zilikin5navi': 1 differences found 2025/08/20 01:43:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zilikin5navi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/20 01:43:18 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/20 01:43:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zilikin5navi': 0 differences found 2025/08/20 01:43:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zilikin5navi': 1 matching files 2025/08/20 01:43:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-moresuf6buwo" 2025/08/20 01:43:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:43:19 DEBUG : Creating backend with remote "TestDrive:crypt/95pgeetcmgoujrlvhocj0l7oupkk1js1t92amtp7dp9j3uh6mfv0" 2025/08/20 01:43:20 DEBUG : Creating backend with remote "/tmp/rclone1318512310" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-moresuf6buwo'", Local "Local file system at /tmp/rclone1318512310", Modify Window "1ms" 2025/08/20 01:43:22 DEBUG : HELLO, WORLD!: md5 = 4b3714ba6297303712a3ca4c887f424d OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/20 01:43:23 ERROR : HELLO, WORLD!: sum not found 2025/08/20 01:43:23 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-moresuf6buwo' 2025/08/20 01:43:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moresuf6buwo': 1 files missing 2025/08/20 01:43:23 NOTICE: 1 hashes missing 2025/08/20 01:43:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moresuf6buwo': 1 differences found 2025/08/20 01:43:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moresuf6buwo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/20 01:43:24 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/20 01:43:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moresuf6buwo': 0 differences found 2025/08/20 01:43:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moresuf6buwo': 1 matching files 2025/08/20 01:43:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kuharig8wasu" 2025/08/20 01:43:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:43:24 DEBUG : Creating backend with remote "TestDrive:crypt/63njo7g7vi9v6fjoc39v0vcge1gms5ghtbibhk8f16clu48n4i30" 2025/08/20 01:43:25 DEBUG : Creating backend with remote "/tmp/rclone2788915617" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kuharig8wasu'", Local "Local file system at /tmp/rclone2788915617", Modify Window "1ms" 2025/08/20 01:43:27 DEBUG : 測試_Русский___ě_áñ: md5 = ee320b3e0b7fa6c9e2afd3b9f2e9381a OK NFD checkfile vs. NFC remote (without normalization) 2025/08/20 01:43:27 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/20 01:43:27 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kuharig8wasu' 2025/08/20 01:43:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuharig8wasu': 1 files missing 2025/08/20 01:43:27 NOTICE: 1 hashes missing 2025/08/20 01:43:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuharig8wasu': 1 differences found 2025/08/20 01:43:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuharig8wasu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/20 01:43:28 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/20 01:43:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuharig8wasu': 0 differences found 2025/08/20 01:43:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuharig8wasu': 1 matching files 2025/08/20 01:43:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qugeliz3tiqo" 2025/08/20 01:43:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:43:29 DEBUG : Creating backend with remote "TestDrive:crypt/trpuf1c6ebh1emc4nq2667sfv0nge1r6g925ktrmeqmjjee1fvq0" 2025/08/20 01:43:30 DEBUG : Creating backend with remote "/tmp/rclone35903646" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qugeliz3tiqo'", Local "Local file system at /tmp/rclone35903646", Modify Window "1ms" 2025/08/20 01:43:32 DEBUG : 測試_Русский___ě_áñ: md5 = 6559679ab9d92c0340d3131469126d6d OK NFC checkfile vs. NFD remote (without normalization) 2025/08/20 01:43:32 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/20 01:43:32 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qugeliz3tiqo' 2025/08/20 01:43:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qugeliz3tiqo': 1 files missing 2025/08/20 01:43:32 NOTICE: 1 hashes missing 2025/08/20 01:43:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qugeliz3tiqo': 1 differences found 2025/08/20 01:43:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qugeliz3tiqo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/20 01:43:33 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/20 01:43:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qugeliz3tiqo': 0 differences found 2025/08/20 01:43:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qugeliz3tiqo': 1 matching files 2025/08/20 01:43:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xapaxit1fepa" 2025/08/20 01:43:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:43:34 DEBUG : Creating backend with remote "TestDrive:crypt/c97inv80iq92813pqujbf97o14267mfnlj8s020ogq7g5271gaqg" 2025/08/20 01:43:34 DEBUG : Creating backend with remote "/tmp/rclone2412044484" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xapaxit1fepa'", Local "Local file system at /tmp/rclone2412044484", Modify Window "1ms" 2025/08/20 01:43:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a712313b739f1c669d37d20e4057e8b9 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/20 01:43:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/20 01:43:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xapaxit1fepa' 2025/08/20 01:43:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xapaxit1fepa': 1 files missing 2025/08/20 01:43:37 NOTICE: 1 hashes missing 2025/08/20 01:43:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xapaxit1fepa': 1 differences found 2025/08/20 01:43:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xapaxit1fepa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/20 01:43:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/20 01:43:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xapaxit1fepa': 0 differences found 2025/08/20 01:43:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xapaxit1fepa': 1 matching files 2025/08/20 01:43:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-divipag2puha" 2025/08/20 01:43:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:43:38 DEBUG : Creating backend with remote "TestDrive:crypt/2rg0pb4dc7co8qc62i6jgr1ki4vqn29scl62h0eilkqbqhlm93g0" 2025/08/20 01:43:39 DEBUG : Creating backend with remote "/tmp/rclone3501297879" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-divipag2puha'", Local "Local file system at /tmp/rclone3501297879", Modify Window "1ms" 2025/08/20 01:43:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 55457c3ee3c0610a1980f87ad1127d50 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/20 01:43:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/20 01:43:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-divipag2puha' 2025/08/20 01:43:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-divipag2puha': 1 files missing 2025/08/20 01:43:42 NOTICE: 1 hashes missing 2025/08/20 01:43:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-divipag2puha': 1 differences found 2025/08/20 01:43:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-divipag2puha': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/20 01:43:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/20 01:43:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-divipag2puha': 0 differences found 2025/08/20 01:43:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-divipag2puha': 1 matching files 2025/08/20 01:43:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qebejaq0qawo" 2025/08/20 01:43:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:43:44 DEBUG : Creating backend with remote "TestDrive:crypt/93mln2dsfgolcamn0phl0j580fhg88lja94vtnehce5o335n2otg" 2025/08/20 01:43:45 DEBUG : Creating backend with remote "/tmp/rclone4071552010" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qebejaq0qawo'", Local "Local file system at /tmp/rclone4071552010", Modify Window "1ms" 2025/08/20 01:43:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 51ab78d11b39913ba5969f6db76b9183 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/20 01:43:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/20 01:43:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qebejaq0qawo' 2025/08/20 01:43:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qebejaq0qawo': 1 files missing 2025/08/20 01:43:47 NOTICE: 1 hashes missing 2025/08/20 01:43:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qebejaq0qawo': 1 differences found 2025/08/20 01:43:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qebejaq0qawo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/20 01:43:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/20 01:43:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qebejaq0qawo': 0 differences found 2025/08/20 01:43:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qebejaq0qawo': 1 matching files 2025/08/20 01:43:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yukabec3wuna" 2025/08/20 01:43:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:43:49 DEBUG : Creating backend with remote "TestDrive:crypt/rd8m0ab2c8716dohiueucbjjd4prfj1lb2j00rfvv0qqaq9rkkbg" 2025/08/20 01:43:50 DEBUG : Creating backend with remote "/tmp/rclone126097786" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yukabec3wuna'", Local "Local file system at /tmp/rclone126097786", Modify Window "1ms" 2025/08/20 01:43:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f98803f12f268df635cf2074193740ec OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/20 01:43:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/20 01:43:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yukabec3wuna' 2025/08/20 01:43:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yukabec3wuna': 1 files missing 2025/08/20 01:43:52 NOTICE: 1 hashes missing 2025/08/20 01:43:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yukabec3wuna': 1 differences found 2025/08/20 01:43:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yukabec3wuna': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/20 01:43:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/20 01:43:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yukabec3wuna': 0 differences found 2025/08/20 01:43:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yukabec3wuna': 1 matching files 2025/08/20 01:43:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yukabec3wuna': Purge remote 2025/08/20 01:43:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qebejaq0qawo': Purge remote 2025/08/20 01:43:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-divipag2puha': Purge remote 2025/08/20 01:43:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xapaxit1fepa': Purge remote 2025/08/20 01:43:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qugeliz3tiqo': Purge remote 2025/08/20 01:43:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kuharig8wasu': Purge remote 2025/08/20 01:43:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-moresuf6buwo': Purge remote 2025/08/20 01:43:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zilikin5navi': Purge remote 2025/08/20 01:43:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yezojev4qada': Purge remote 2025/08/20 01:43:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nurihuf8xuyu': Purge remote --- PASS: TestApplyTransforms (54.54s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:43:59 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/20 01:44:01 DEBUG : sub/file2: md5 = fb292673e85a03c065bd0f1c5edccd05 OK 2025/08/20 01:44:01 INFO : file1: Copied (new) to: sub/file2 2025/08/20 01:44:01 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/20 01:44:01 DEBUG : file1: Unchanged skipping 2025/08/20 01:44:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': don't need to copy/move sub/file2, it is already at target location 2025/08/20 01:44:04 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.98s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.43s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:44:07 DEBUG : dst/file1: md5 = bf69ab848235b93d72d4848b115d01bb OK 2025/08/20 01:44:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gakokeb3qiwi/backup" 2025/08/20 01:44:08 DEBUG : Creating backend with remote "TestDrive:crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0/1nrff024r7pq65ecp72fc28jb0" 2025/08/20 01:44:09 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/20 01:44:11 INFO : dst/file1: Moved (server-side) 2025/08/20 01:44:13 DEBUG : dst/file1: md5 = a4509f54dbdc640895ea1032e114ed0c OK 2025/08/20 01:44:13 INFO : dst/file1: Copied (new) 2025/08/20 01:44:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/20 01:44:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/20 01:44:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.91s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:44:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gakokeb3qiwi/dst" 2025/08/20 01:44:18 DEBUG : Creating backend with remote "TestDrive:crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/20 01:44:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gakokeb3qiwi/CompareDest" 2025/08/20 01:44:19 DEBUG : Creating backend with remote "TestDrive:crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0/gveqi14airsml4bgu7krj116o8" 2025/08/20 01:44:21 DEBUG : one: Need to transfer - File not found at Destination 2025/08/20 01:44:23 DEBUG : one: md5 = d50e959209ba00376f351cf89036fdea OK 2025/08/20 01:44:23 INFO : one: Copied (new) 2025/08/20 01:44:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/20 01:44:26 DEBUG : one: md5 = 583376dc5ba587f0812b8e270daccab1 OK 2025/08/20 01:44:26 INFO : one: Copied (replaced existing) 2025/08/20 01:44:28 DEBUG : dst/one: md5 = d1989b57236fbc33e6ef342a66311b10 OK 2025/08/20 01:44:30 DEBUG : CompareDest/one: md5 = 9de862731f99b172cc2e793fae960e34 OK 2025/08/20 01:44:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/20 01:44:31 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/20 01:44:31 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/20 01:44:33 DEBUG : CompareDest/two: md5 = 4fe193da35129a8cadc102639970afaa OK 2025/08/20 01:44:34 DEBUG : two: Need to transfer - File not found at Destination 2025/08/20 01:44:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/20 01:44:34 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/20 01:44:35 DEBUG : two: Need to transfer - File not found at Destination 2025/08/20 01:44:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/20 01:44:35 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/20 01:44:37 DEBUG : two: Need to transfer - File not found at Destination 2025/08/20 01:44:37 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/20 01:44:38 DEBUG : two: md5 = 122b220c2d83b894ac971476938407e8 OK 2025/08/20 01:44:38 INFO : two: Copied (new) 2025/08/20 01:44:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/20 01:44:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:44:42 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:44:42 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.67s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:44:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gakokeb3qiwi/dst" 2025/08/20 01:44:42 DEBUG : Creating backend with remote "TestDrive:crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/20 01:44:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gakokeb3qiwi/CopyDest" 2025/08/20 01:44:44 DEBUG : Creating backend with remote "TestDrive:crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/20 01:44:46 DEBUG : one: Need to transfer - File not found at Destination 2025/08/20 01:44:48 DEBUG : one: md5 = fdc002c353ebf3d3b5dad1464e24bf83 OK 2025/08/20 01:44:48 INFO : one: Copied (new) 2025/08/20 01:44:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/20 01:44:51 DEBUG : one: md5 = d43755d588344f0728477818de603200 OK 2025/08/20 01:44:51 INFO : one: Copied (replaced existing) 2025/08/20 01:44:53 DEBUG : dst/one: md5 = f44fc77f78202a55c4a31b722799d8e9 OK 2025/08/20 01:44:55 DEBUG : CopyDest/one: md5 = 2ce8c731cb066ea77a3d3e96cf37eec3 OK 2025/08/20 01:44:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gakokeb3qiwi/BackupDir" 2025/08/20 01:44:56 DEBUG : Creating backend with remote "TestDrive:crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/20 01:44:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/20 01:44:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/20 01:44:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/20 01:44:59 INFO : one: Moved (server-side) 2025/08/20 01:45:00 INFO : one: Copied (server-side copy) 2025/08/20 01:45:00 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/20 01:45:02 DEBUG : CopyDest/two: md5 = 752ce686b17f18bcd0596223425763c7 OK 2025/08/20 01:45:03 DEBUG : two: Need to transfer - File not found at Destination 2025/08/20 01:45:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/20 01:45:04 INFO : two: Copied (server-side copy) 2025/08/20 01:45:04 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/20 01:45:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/20 01:45:05 DEBUG : two: Unchanged skipping 2025/08/20 01:45:07 DEBUG : CopyDest/three: md5 = 49d5621776ada1f415bfc925b0bde591 OK 2025/08/20 01:45:08 DEBUG : three: Need to transfer - File not found at Destination 2025/08/20 01:45:08 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/20 01:45:08 DEBUG : three: Destination not found in --copy-dest 2025/08/20 01:45:10 DEBUG : three: md5 = 6fa862bb73d84a5d39e3448154470124 OK 2025/08/20 01:45:10 INFO : three: Copied (new) 2025/08/20 01:45:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/20 01:45:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:45:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/20 01:45:15 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/20 01:45:15 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:45:15 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/20 01:45:15 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.86s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:45:17 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/20 01:45:19 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 50abf90d3eae38804a72e5481cf22fbc OK 2025/08/20 01:45:19 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/20 01:45:20 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/20 01:45:20 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/20 01:45:21 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/20 01:45:22 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/20 01:45:24 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 1d29298f96e46726101e46728112f8d3 OK 2025/08/20 01:45:24 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/20 01:45:26 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/20 01:45:26 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.67s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:45:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Looking for duplicate names using skip mode. 2025/08/20 01:45:30 NOTICE: one: Found 2 files with duplicate names 2025/08/20 01:45:30 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.71s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:45:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Looking for duplicate names using skip mode. 2025/08/20 01:45:37 NOTICE: one: Found 3 files with duplicate names 2025/08/20 01:45:37 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/20 01:45:37 INFO : one: Deleted 2025/08/20 01:45:37 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.66s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:45:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Looking for duplicate names using first mode. 2025/08/20 01:45:43 NOTICE: one: Found 3 files with duplicate names 2025/08/20 01:45:43 INFO : one: Deleted 2025/08/20 01:45:44 INFO : one: Deleted 2025/08/20 01:45:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.28s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:45:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Looking for duplicate names using newest mode. 2025/08/20 01:45:50 NOTICE: one: Found 3 files with duplicate names 2025/08/20 01:45:50 INFO : one: Deleted 2025/08/20 01:45:51 INFO : one: Deleted 2025/08/20 01:45:51 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.17s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:45:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Looking for duplicate names using oldest mode. 2025/08/20 01:45:57 NOTICE: one: Found 3 files with duplicate names 2025/08/20 01:45:57 INFO : one: Deleted 2025/08/20 01:45:58 INFO : one: Deleted 2025/08/20 01:45:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.61s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:46:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Looking for duplicate names using largest mode. 2025/08/20 01:46:04 NOTICE: one: Found 3 files with duplicate names 2025/08/20 01:46:04 INFO : one: Deleted 2025/08/20 01:46:05 INFO : one: Deleted 2025/08/20 01:46:05 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.86s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:46:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Looking for duplicate names using smallest mode. 2025/08/20 01:46:10 NOTICE: one: Found 3 files with duplicate names 2025/08/20 01:46:11 INFO : one: Deleted 2025/08/20 01:46:12 INFO : one: Deleted 2025/08/20 01:46:12 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.66s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:46:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Looking for duplicate names using rename mode. 2025/08/20 01:46:18 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/20 01:46:19 INFO : one-2.txt: renamed from: one.txt 2025/08/20 01:46:21 INFO : one-3.txt: renamed from: one.txt 2025/08/20 01:46:22 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.63s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:46:27 DEBUG : dupe1/one.txt: md5 = 9fe15013298792819ed0644a729b38f6 OK 2025/08/20 01:46:29 DEBUG : dupe2/two.txt: md5 = 0fd155d634b1aa0b871e1cdf04e20807 OK 2025/08/20 01:46:31 DEBUG : dupe3/three.txt: md5 = 2d11262936c6a67493f57a007d0c76b4 OK 2025/08/20 01:46:32 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/20 01:46:32 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/20 01:46:33 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/20 01:46:34 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/20 01:46:37 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/20 01:46:37 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/20 01:46:37 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.42s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:46:39 DEBUG : a.txt: md5 = 729431e4b074b081854c52bd9d094478 OK 2025/08/20 01:46:40 DEBUG : zend.txt: md5 = 095f87923da9a25ae82f192afa8bf397 OK 2025/08/20 01:46:43 DEBUG : sub dir/hello world: md5 = 0db2e5f609fb92852905ab70f9f1dcbf OK 2025/08/20 01:46:44 DEBUG : sub dir/hello world2: md5 = 7c17778b69b0ec0f00cd3146ce0a4633 OK 2025/08/20 01:46:46 DEBUG : sub dir/ignore dir/.ignore: md5 = e6668acd9e5158e706466bfdbcb1c6e6 OK 2025/08/20 01:46:48 DEBUG : sub dir/ignore dir/should be ignored: md5 = a90425c0f8e959209273575301b3b321 OK 2025/08/20 01:46:50 DEBUG : sub dir/sub sub dir/hello world3: md5 = 9f50851b14b445945e2932cdd101cac2 OK 2025/08/20 01:46:51 DEBUG : a.txt: Excluded (Size Filter) 2025/08/20 01:46:51 DEBUG : a.txt: Excluded 2025/08/20 01:46:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/20 01:46:52 DEBUG : sub dir/hello world: Excluded 2025/08/20 01:46:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/20 01:46:52 DEBUG : sub dir/hello world2: Excluded 2025/08/20 01:46:52 DEBUG : sub dir/ignore dir: Excluded 2025/08/20 01:46:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/20 01:46:52 DEBUG : sub dir/hello world: Excluded 2025/08/20 01:46:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/20 01:46:52 DEBUG : sub dir/hello world2: Excluded 2025/08/20 01:46:53 DEBUG : sub dir/ignore dir: Excluded 2025/08/20 01:46:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/20 01:46:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/20 01:46:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/20 01:46:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/20 01:46:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/20 01:46:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/20 01:46:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.81s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:47:01 DEBUG : a.txt: md5 = 8146053cf88649603ebf6f28c8997dfd OK 2025/08/20 01:47:02 DEBUG : zend.txt: md5 = 78b4db5486c2e3e934081474ee61f957 OK 2025/08/20 01:47:05 DEBUG : sub dir/hello world: md5 = ba795c747240a864124d72ec87b4d98a OK 2025/08/20 01:47:06 DEBUG : sub dir/hello world2: md5 = 359b4bad70188f4a68a157453587c8f2 OK 2025/08/20 01:47:09 DEBUG : sub dir/ignore dir/.ignore: md5 = 45dc527593c55c698b1a5998a8afb17a OK 2025/08/20 01:47:10 DEBUG : sub dir/ignore dir/should be ignored: md5 = 68d2a3a5a276abc176f17ac7144ddd4e OK 2025/08/20 01:47:12 DEBUG : sub dir/sub sub dir/hello world3: md5 = 478f75c618059c986802b4c89a293bdf OK 2025/08/20 01:47:13 DEBUG : a.txt: Excluded (Size Filter) 2025/08/20 01:47:13 DEBUG : a.txt: Excluded 2025/08/20 01:47:14 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/20 01:47:14 DEBUG : sub dir/hello world: Excluded 2025/08/20 01:47:14 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/20 01:47:14 DEBUG : sub dir/hello world2: Excluded 2025/08/20 01:47:15 DEBUG : sub dir/ignore dir: Excluded 2025/08/20 01:47:15 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/20 01:47:15 DEBUG : sub dir/hello world: Excluded 2025/08/20 01:47:15 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/20 01:47:15 DEBUG : sub dir/hello world2: Excluded 2025/08/20 01:47:15 DEBUG : sub dir/ignore dir: Excluded 2025/08/20 01:47:20 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/20 01:47:21 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/20 01:47:21 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/20 01:47:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/20 01:47:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/20 01:47:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/20 01:47:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (22.31s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:47:23 DEBUG : file1: md5 = 9a0551d1cb0c962f156894d6726288ad OK 2025/08/20 01:47:26 DEBUG : sub/file2: md5 = ff0b32a98e7915f82418f8fb7c688d33 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/20 01:47:29 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/20 01:47:29 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/20 01:47:29 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/20 01:47:31 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.84s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.46s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.66s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:47:33 DEBUG : file1: md5 = f5e431fa450f6fff4fd77ddf35b934eb OK 2025/08/20 01:47:35 DEBUG : sub/file2: md5 = 9f6bade697b4f3b15563c1fb144f9ae2 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/20 01:47:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gakokeb3qiwi/notfound" 2025/08/20 01:47:40 DEBUG : Creating backend with remote "TestDrive:crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0/qe0i31qdkoejk60elps0ni5sqk" 2025/08/20 01:47:43 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.10s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.46s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.36s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.88s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:47:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Making directory 2025/08/20 01:47:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:47:48 DEBUG : sub dir/hello world: md5 = bff33b8c359a29909a9839863b48344e OK 2025/08/20 01:47:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.85s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:47:52 DEBUG : potato2: md5 = ac3f74e25a999acfed4e41f6c95cac51 OK 2025/08/20 01:47:53 DEBUG : empty space: md5 = 62fa42579bfa577f78760972a73c344f OK --- PASS: TestLs (4.88s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:47:57 DEBUG : potato2: md5 = b985fcaa4197db93dc7e070735f2a5a5 OK 2025/08/20 01:47:58 DEBUG : empty space: md5 = 74dad56710088ca1d6d0f3282cf9760c OK 2025/08/20 01:47:59 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/08/20 01:47:59 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.96s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:48:02 DEBUG : potato2: md5 = 4777ed58cdd34aa71002e6d87b1f43a8 OK 2025/08/20 01:48:03 DEBUG : empty space: md5 = 5c23113a6183f4ea69d228c6b4d2a8ab OK --- PASS: TestLsLong (4.95s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:48:06 DEBUG : potato2: md5 = 8a212e2f0f9a365f691176f56c6e1cb1 OK 2025/08/20 01:48:08 DEBUG : empty space: md5 = 1d823293a19bd3e0cc1e92991324cd91 OK --- PASS: TestHashSums (4.18s) === RUN TestHashSumsWithErrors 2025/08/20 01:48:09 DEBUG : Creating backend with remote ":memory:" 2025/08/20 01:48:09 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/20 01:48:09 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/20 01:48:09 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/20 01:48:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/20 01:48:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/20 01:48:09 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/20 01:48:09 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/20 01:48:09 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/20 01:48:09 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-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:48:11 DEBUG : potato2: md5 = cad1c93ee9c1c676333e0d44dbacf3ce OK 2025/08/20 01:48:12 DEBUG : empty space: md5 = e3721daef4a3b142288ab0b9d8cf06c9 OK 2025/08/20 01:48:14 DEBUG : sub dir/potato3: md5 = e979c22895311c8bd1413584cdbe6258 OK 2025/08/20 01:48:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.80s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:48:20 DEBUG : small: md5 = af3c603bc1cf5de2a236f4aae459e704 OK 2025/08/20 01:48:21 DEBUG : medium: md5 = d1790f839e5026fac805382c666dda04 OK 2025/08/20 01:48:23 DEBUG : large: md5 = edaa021d5a76f7a1d4d057bea2e90ee9 OK 2025/08/20 01:48:23 DEBUG : Waiting for deletions to finish 2025/08/20 01:48:23 DEBUG : large: Excluded (Size Filter) 2025/08/20 01:48:23 INFO : medium: Deleted 2025/08/20 01:48:24 INFO : small: Deleted --- PASS: TestDelete (6.67s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:48:26 DEBUG : small: md5 = 579b79b6afa1c792084dc7aa4185777c OK 2025/08/20 01:48:28 DEBUG : medium: md5 = cf36748a3d00838c3b51f86ee2fe3ca4 OK 2025/08/20 01:48:29 DEBUG : large: md5 = 5a4c7abea3b96aabc0f42358f464fbf3 OK 2025/08/20 01:48:30 DEBUG : Waiting for deletions to finish 2025/08/20 01:48:30 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/20 01:48:30 INFO : small: Deleted 2025/08/20 01:48:30 INFO : medium: Deleted --- PASS: TestMaxDelete (7.25s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:48:33 DEBUG : small: md5 = c423ca85febf49c6507630f6231ea054 OK 2025/08/20 01:48:35 DEBUG : medium: md5 = 175a82b8f8c0ac8ac2edd31abc1876d7 OK 2025/08/20 01:48:36 DEBUG : large: md5 = 04439a7490e8cf08a09fddeaf8d20b62 OK 2025/08/20 01:48:36 DEBUG : Waiting for deletions to finish 2025/08/20 01:48:37 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/20 01:48:37 INFO : small: Deleted 2025/08/20 01:48:37 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.65s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:48:40 DEBUG : small: md5 = 988b1f10a8d7cfbbec89f2f5b37c8f59 OK 2025/08/20 01:48:42 DEBUG : medium: md5 = f3e5b2ec399ecdf97df3addad1636d5a OK 2025/08/20 01:48:43 DEBUG : large: md5 = 16645eaf6fc4d8fbe4a6e1fb6adc1047 OK 2025/08/20 01:48:43 DEBUG : Waiting for deletions to finish 2025/08/20 01:48:44 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/08/20 01:48:44 INFO : small: Deleted 2025/08/20 01:48:44 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.30s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:48:47 DEBUG : ReadFile: md5 = 929fa98f47909cb37644b97430d8f22a OK --- PASS: TestReadFile (4.17s) === RUN TestRetry 2025/08/20 01:48:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/20 01:48:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/20 01:48:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/20 01:48:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/20 01:48:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/20 01:48:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/20 01:48:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:48:52 DEBUG : file1: md5 = c56474a89c0b7d38a4090c41aa43edcd OK 2025/08/20 01:48:53 DEBUG : file2: md5 = 05ef38a6393569cde03579c76232421e OK --- PASS: TestCat (16.63s) === RUN TestPurge 2025/08/20 01:49:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fivesey7cawa" 2025/08/20 01:49:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/20 01:49:07 DEBUG : Creating backend with remote "TestDrive:crypt/et7oen38ef0id33eesn50d8r05s6kkr94touc4odcsm1d75lm47g" 2025/08/20 01:49:08 DEBUG : Creating backend with remote "/tmp/rclone2293912062" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fivesey7cawa'", Local "Local file system at /tmp/rclone2293912062", Modify Window "1ms" 2025/08/20 01:49:12 DEBUG : A1/B1/C1/one: md5 = fad6163eb9858b194c0917cc73bf729f OK 2025/08/20 01:49:12 INFO : A2: Making directory 2025/08/20 01:49:13 INFO : A1/B2: Making directory 2025/08/20 01:49:14 INFO : A1/B2/C2: Making directory 2025/08/20 01:49:15 INFO : A1/B1/C3: Making directory 2025/08/20 01:49:15 INFO : A3: Making directory 2025/08/20 01:49:16 INFO : A3/B3: Making directory 2025/08/20 01:49:17 INFO : A3/B3/C4: Making directory 2025/08/20 01:49:20 DEBUG : A1/two: md5 = 550c4171d2dc3eef9aaffde011e37526 OK 2025/08/20 01:49:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fivesey7cawa': Purge remote 2025/08/20 01:49:23 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.63s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:49:27 DEBUG : A1/B1/C1/one: md5 = 068c9904798fed6177e188b854b62dc9 OK 2025/08/20 01:49:27 INFO : A2: Making directory 2025/08/20 01:49:28 INFO : A1/B2: Making directory 2025/08/20 01:49:29 INFO : A1/B2/C2: Making directory 2025/08/20 01:49:29 INFO : A1/B1/C3: Making directory 2025/08/20 01:49:30 INFO : A3: Making directory 2025/08/20 01:49:31 INFO : A3/B3: Making directory 2025/08/20 01:49:32 INFO : A3/B3/C4: Making directory 2025/08/20 01:49:34 DEBUG : A1/two: md5 = d5330edf5cbd22e6b42ec50357a0ddd0 OK 2025/08/20 01:49:35 DEBUG : removing 1 level 3 directories 2025/08/20 01:49:35 INFO : A3/B3/C4: Removing directory 2025/08/20 01:49:38 DEBUG : removing 2 level 3 directories 2025/08/20 01:49:38 INFO : A1/B2/C2: Removing directory 2025/08/20 01:49:38 INFO : A1/B1/C3: Removing directory 2025/08/20 01:49:38 DEBUG : removing 2 level 2 directories 2025/08/20 01:49:38 INFO : A3/B3: Removing directory 2025/08/20 01:49:38 INFO : A1/B2: Removing directory 2025/08/20 01:49:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/20 01:49:39 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/20 01:49:39 DEBUG : removing 2 level 1 directories 2025/08/20 01:49:39 INFO : A3: Removing directory 2025/08/20 01:49:39 INFO : A2: Removing directory 2025/08/20 01:49:39 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/20 01:49:43 DEBUG : removing 1 level 3 directories 2025/08/20 01:49:43 INFO : A1/B1/C1: Removing directory 2025/08/20 01:49:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:44 DEBUG : removing 1 level 2 directories 2025/08/20 01:49:44 INFO : A1/B1: Removing directory 2025/08/20 01:49:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/20 01:49:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/20 01:49:45 DEBUG : removing 1 level 1 directories 2025/08/20 01:49:45 INFO : A1: Removing directory 2025/08/20 01:49:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/20 01:49:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/20 01:49:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/20 01:49:45 DEBUG : removing 1 level 0 directories 2025/08/20 01:49:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Removing directory 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/20 01:49:46 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestRmdirsNoLeaveRoot (23.46s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:49:48 INFO : A1: Making directory 2025/08/20 01:49:48 INFO : A1/B1: Making directory 2025/08/20 01:49:49 INFO : A1/B1/C1: Making directory 2025/08/20 01:49:51 DEBUG : removing 1 level 3 directories 2025/08/20 01:49:51 INFO : A1/B1/C1: Removing directory 2025/08/20 01:49:52 DEBUG : removing 1 level 2 directories 2025/08/20 01:49:52 INFO : A1/B1: Removing directory 2025/08/20 01:49:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/20 01:49:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.97s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:49:55 INFO : A1: Making directory 2025/08/20 01:49:56 INFO : A1/B1: Making directory 2025/08/20 01:49:56 INFO : A1/B1/C1: Making directory 2025/08/20 01:49:59 DEBUG : removing 1 level 3 directories 2025/08/20 01:49:59 INFO : A1/B1/C1: Removing directory 2025/08/20 01:50:00 DEBUG : removing 1 level 2 directories 2025/08/20 01:50:00 INFO : A1/B1: Removing directory 2025/08/20 01:50:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/20 01:50:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.22s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:50:04 DEBUG : file1: md5 = 0bafb07dbd2647d5de99d96890b780eb OK 2025/08/20 01:50:04 DEBUG : filename.txt: File name found in url 2025/08/20 01:50:06 DEBUG : filename.txt: md5 = 3aa8499a42b0ed05e25049af045b057f OK 2025/08/20 01:50:06 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/20 01:50:07 DEBUG : headerfilename.txt: md5 = 4ffe49053a5f34379b35676b2cddd563 OK 2025/08/20 01:50:09 DEBUG : file2: md5 = 585e80f3a8a128e41ca35fe799adbcd7 OK --- PASS: TestCopyURL (9.10s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:50:11 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/20 01:50:14 DEBUG : sub/file2: md5 = 3041a4a8d00e57d5d2ac244fd1b90d5a OK 2025/08/20 01:50:14 INFO : file1: Copied (new) to: sub/file2 2025/08/20 01:50:14 INFO : file1: Deleted 2025/08/20 01:50:17 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/20 01:50:17 DEBUG : file1: Unchanged skipping 2025/08/20 01:50:17 INFO : file1: Deleted 2025/08/20 01:50:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': don't need to copy/move sub/file2, it is already at target location 2025/08/20 01:50:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (8.32s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:50:20 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/20 01:50:21 DEBUG : file1: md5 = 23e736d96817d8d7d5003515490815c9 OK 2025/08/20 01:50:21 INFO : file1: Copied (new) 2025/08/20 01:50:21 INFO : file1: Deleted 2025/08/20 01:50:22 DEBUG : file1: Destination exists, skipping 2025/08/20 01:50:22 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-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.47s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:50:26 DEBUG : dst/file1: md5 = 190aee78fa96b0e8d95cb1df6c533497 OK 2025/08/20 01:50:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gakokeb3qiwi/backup" 2025/08/20 01:50:27 DEBUG : Creating backend with remote "TestDrive:crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0/1nrff024r7pq65ecp72fc28jb0" 2025/08/20 01:50:28 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/20 01:50:30 INFO : dst/file1: Moved (server-side) 2025/08/20 01:50:32 DEBUG : dst/file1: md5 = ca220353eb3a7c404c5f52f1cabbe13a OK 2025/08/20 01:50:32 INFO : dst/file1: Copied (new) 2025/08/20 01:50:32 INFO : dst/file1: Deleted 2025/08/20 01:50:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/20 01:50:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/20 01:50:36 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.87s) === 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-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:50:39 DEBUG : A1/one: md5 = e71d340a39f67d43c5536c1a2b416594 OK 2025/08/20 01:50:40 DEBUG : A1/two: md5 = 863bdd76c7e4af944496d5048312e0ae OK 2025/08/20 01:50:42 DEBUG : A1/B1/three: md5 = 6bef0d62d1ccd207fac4fe1f50799820 OK 2025/08/20 01:50:45 DEBUG : A1/B1/C1/four: md5 = 95ed48eb027ea822b1d98680c57c1fdd OK 2025/08/20 01:50:47 DEBUG : A1/B1/C2/five: md5 = a93ae821f1f82979a9d4c31fd7973964 OK 2025/08/20 01:50:47 INFO : A1/B2: Making directory 2025/08/20 01:50:48 INFO : A1/B1/C3: Making directory 2025/08/20 01:50:57 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/20 01:50:57 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/20 01:50:57 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/20 01:50:57 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/20 01:50:57 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/20 01:51:00 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/20 01:51:00 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/20 01:51:00 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/20 01:51:01 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/20 01:51:01 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/20 01:51:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/20 01:51:09 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/20 01:51:09 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/20 01:51:09 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/20 01:51:09 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/20 01:51:09 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/20 01:51:12 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/20 01:51:12 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/20 01:51:12 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/20 01:51:13 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/20 01:51:13 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/20 01:51:19 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/20 01:51:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/20 01:51:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/20 01:51:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/20 01:51:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/20 01:51:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/20 01:51:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/20 01:51:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/20 01:51:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/20 01:51:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.69s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:51:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': File to upload is small (34 bytes), uploading instead of streaming 2025/08/20 01:51:24 DEBUG : no_checksum_small_file_from_pipe: md5 = 0a191715d5892bc495b0a47172391257 OK 2025/08/20 01:51:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/20 01:51:24 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/20 01:51:25 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/20 01:51:26 DEBUG : no_checksum_big_file_from_pipe: md5 = 4791b5ad2530d48486d9939a61db2edc OK 2025/08/20 01:51:26 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-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:51:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': File to upload is small (34 bytes), uploading instead of streaming 2025/08/20 01:51:29 DEBUG : with_checksum_small_file_from_pipe: md5 = 3dbb7e5fdb2a8089916a9ed2d26fd5a3 OK 2025/08/20 01:51:29 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/20 01:51:30 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/20 01:51:31 DEBUG : with_checksum_big_file_from_pipe: md5 = 268dbcbbce26d662b5d3c0203e688f59 OK 2025/08/20 01:51:31 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-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:51:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': File to upload is small (34 bytes), uploading instead of streaming 2025/08/20 01:51:34 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/20 01:51:35 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/20 01:51:36 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-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:51:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': File to upload is small (34 bytes), uploading instead of streaming 2025/08/20 01:51:39 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/20 01:51:40 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/20 01:51:41 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.68s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.76s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.95s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.03s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.93s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/20 01:51:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': File to upload is small (48 bytes), uploading instead of streaming 2025/08/20 01:51:44 DEBUG : rcat_metadata: md5 = de86423e586a1c794ac2a57bca6b10a3 OK 2025/08/20 01:51:44 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/20 01:51:46 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/20 01:51:47 DEBUG : rcat_metadata_uploadcutoff0: md5 = 10cac53ad8517eab5ac6ea2be44aba41 OK 2025/08/20 01:51:47 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.94s) --- PASS: TestRcatMetadata/Normal (2.65s) --- PASS: TestRcatMetadata/ViaDisk (2.85s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:51:50 DEBUG : potato1: md5 = 339cb76c28be96e6a8a01d4689086e7e OK 2025/08/20 01:51:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': File to upload is small (60 bytes), uploading instead of streaming 2025/08/20 01:51:52 DEBUG : potato2: md5 = 19e7c2601158c88dd9b29728cb4e248e OK 2025/08/20 01:51:52 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.77s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:51:54 DEBUG : potato1: md5 = 348e80ac1169078f0c75abb580da7771 OK 2025/08/20 01:51:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': File to upload is small (60 bytes), uploading instead of streaming 2025/08/20 01:51:56 DEBUG : potato2: md5 = 5d798f60e4a6b61ed6208d9561ec9d74 OK 2025/08/20 01:51:56 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.94s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:52:00 DEBUG : potato2: md5 = 4e934fb742dbdecf7535efa5e3241530 OK 2025/08/20 01:52:01 DEBUG : empty space: md5 = ef420c5b9e8e7b1355ae9146e1f7f1b7 OK 2025/08/20 01:52:03 DEBUG : sub dir/potato3: md5 = 9c16a42519e3785ea2dbace621265adb OK 2025/08/20 01:52:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Touching "sub dir/potato3" 2025/08/20 01:52:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Touching "empty space" 2025/08/20 01:52:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Touching "potato2" 2025/08/20 01:52:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.85s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:52:08 DEBUG : dir with metadata: Making directory with metadata 2025/08/20 01:52:09 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.33s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:52:10 DEBUG : directory with modtime: Making directory with metadata 2025/08/20 01:52:11 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.36s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:52:13 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/20 01:52:13 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/20 01:52:13 DEBUG : Google drive root 'crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0': Skipping btime metadata as can't update it on an existing file: 2025-08-20T01:52:13.054340016Z 2025/08/20 01:52:13 INFO : non existent directory: Updated directory metadata 2025/08/20 01:52:15 DEBUG : Google drive root 'crypt/p3bde7igm9khra05lqcjcuk24112b020omch5a296pauf56g6ak0': Skipping btime metadata as can't update it on an existing file: 2025-08-20T01:52:13.054340016Z 2025/08/20 01:52:16 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.71s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:52:17 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/20 01:52:19 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/20 01:52:20 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.35s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:52:22 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/20 01:52:22 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/20 01:52:22 DEBUG : dst: Making directory with metadata 2025/08/20 01:52:22 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/20 01:52:22 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/20 01:52:23 INFO : dst: Set directory modification time (using SetModTime) 2025/08/20 01:52:23 INFO : dst: Set directory modification time (using SetModTime) 2025/08/20 01:52:23 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/20 01:52:24 INFO : dst: Set directory modification time (using SetModTime) 2025/08/20 01:52:24 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.43s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi'", Local "Local file system at /tmp/rclone1652669175", Modify Window "1ms" 2025/08/20 01:52:27 DEBUG : sub dir/test remove existing: md5 = b9e49c9b7139198b816800d4bfad4d43 OK 2025/08/20 01:52:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 5a95883b8e6f16150a96f9b0db199b1c OK 2025/08/20 01:52:31 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.kilabub3" before starting 2025/08/20 01:52:32 DEBUG : sub dir/test remove existing.kilabub3: TEST: removing renamed existing file after operation 2025/08/20 01:52:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.davolek1" before starting 2025/08/20 01:52:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.davolek1: TEST: renaming existing back after failed operation 2025/08/20 01:52:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ranacic6" before starting 2025/08/20 01:52:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ranacic6: TEST: removing renamed existing file after operation 2025/08/20 01:52:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "o6jokh484ps971en07kk1jn0vok4s9quvplt9sev9gshicl7rbqi5es0cv6689aka07dbkhutu14bne8q5aah3oq1flafh8lj41upbfhurc81k474cj65j251721k1t9lh8fb07s4tgpmalldm145mqh4tn1cdnvk3bnq91kk4l41o6keegg" 2025/08/20 01:52:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "b51i1pdainffu1oblgqkbfre44bmskgjdsnlpj0ai6hvvho00230" --- PASS: TestRemoveExisting (14.00s) === 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/20 01:52:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gakokeb3qiwi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m10.702775898s (try 1/5)