"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/07/26 01:20:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miwuvev7nanu" 2025/07/26 01:20:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:20:25 DEBUG : Creating backend with remote "TestDrive:crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag" 2025/07/26 01:20:26 DEBUG : Creating backend with remote "/tmp/rclone3633385423" === 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-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.21s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/26 01:20:27 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/26 01:20:27 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/26 01:20:27 DEBUG : potato: Seek from 10 to 0 2025/07/26 01:20:27 DEBUG : potato: Seek from 10 to 0 2025/07/26 01:20:27 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/26 01:20:27 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/26 01:20:27 DEBUG : potato: Seek from 5 to 2 2025/07/26 01:20:27 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/26 01:20:27 DEBUG : potato: Seek from 7 to 0 2025/07/26 01:20:27 DEBUG : potato: Seek from 7 to 0 2025/07/26 01:20:27 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/26 01:20:27 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/26 01:20:27 DEBUG : potato: Seek from 5 to 2 2025/07/26 01:20:27 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/26 01:20:27 DEBUG : potato: Seek from 8 to 0 2025/07/26 01:20:27 DEBUG : potato: Seek from 8 to 0 2025/07/26 01:20:27 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/26 01:20:27 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/26 01:20:27 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/26 01:20:27 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/26 01:20:27 DEBUG : potato: Seek from 5 to 2 2025/07/26 01:20:27 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/26 01:20:27 DEBUG : potato: Seek from 9 to 0 2025/07/26 01:20:27 DEBUG : potato: Seek from 9 to 0 2025/07/26 01:20:27 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-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:20:29 DEBUG : rutabaga: md5 = 339cbdc275621f33398aec2519af4212 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/26 01:20:31 DEBUG : empty space: md5 = 99eb0d6d18fcbe558a4c24880f64b9f2 OK === RUN TestCheck/3 2025/07/26 01:20:33 DEBUG : potato2: md5 = 2ec38572692510573e71c297d322109c OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/26 01:20:35 DEBUG : remotepotato: md5 = c21d954c67b7eaf8efa658aef44abe39 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.14s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.21s) === RUN TestCheckFsError 2025/07/26 01:20:38 DEBUG : Creating backend with remote "nonexistent" 2025/07/26 01:20:38 DEBUG : Creating backend with remote "nonexistent" 2025/07/26 01:20:38 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/26 01:20:38 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/07/26 01:20:38 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/07/26 01:20:38 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-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:20:39 DEBUG : rutabaga: md5 = 4065476c53071e1c7eb27ab5475ab4b8 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/26 01:20:43 DEBUG : empty space: md5 = cd5156ea8ee97183ededda9bb4075d18 OK === RUN TestCheckDownload/3 2025/07/26 01:20:45 DEBUG : potato2: md5 = de52b99784463b6e6fec0a3f56340e8a OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/26 01:20:49 DEBUG : remotepotato: md5 = 8b8c6d1ae486fb41865fdd47ee75c41f OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.58s) --- PASS: TestCheckDownload/1 (1.05s) --- PASS: TestCheckDownload/2 (0.97s) --- PASS: TestCheckDownload/3 (0.94s) --- PASS: TestCheckDownload/4 (1.68s) --- PASS: TestCheckDownload/5 (1.06s) --- PASS: TestCheckDownload/6 (0.91s) --- PASS: TestCheckDownload/7 (1.41s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:20:56 DEBUG : rutabaga: md5 = 3e0c26801cf85694ade8a831ad883e5e OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/26 01:20:58 DEBUG : empty space: md5 = 0e6cd5e1d14500d2ed0b074ab90fe64d OK === RUN TestCheckSizeOnly/3 2025/07/26 01:21:00 DEBUG : potato2: md5 = d0bd7f68e4fb7f809815fd27de0e433c OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/26 01:21:02 DEBUG : remotepotato: md5 = f2e358cb7718d27d946a2a16baf160dd OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.20s) --- PASS: TestCheckSizeOnly/1 (0.22s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.22s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.38s) --- PASS: TestCheckSizeOnly/7 (0.36s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:21:07 DEBUG : test.sum: md5 = 9f53e1cff42cf276af68de67371297bd OK 2025/07/26 01:21:08 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/26 01:21:08 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/26 01:21:08 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/26 01:21:08 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/26 01:21:10 DEBUG : test.sum: md5 = 57db9ce59911bb3ddd8a4ec0626f62f8 OK 2025/07/26 01:21:11 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/26 01:21:11 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/26 01:21:11 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/26 01:21:11 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.08s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:21:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miwuvev7nanu/data" 2025/07/26 01:21:12 DEBUG : Creating backend with remote "TestDrive:crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.02s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:21:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miwuvev7nanu/data" 2025/07/26 01:21:14 DEBUG : Creating backend with remote "TestDrive:crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag/vjrnln8ratgmqakfosrqe8espk" 2025/07/26 01:21:17 DEBUG : data/banana: md5 = 54d9c2fb33f8e7e7515b460ee76070d4 OK 2025/07/26 01:21:19 DEBUG : test.sum: md5 = ec99a6bdccd8455d6bc838aadbc36665 OK === RUN TestCheckSumDownload/subtest1 2025/07/26 01:21:23 DEBUG : data/potato: md5 = 08717670cfbfe1565f88a33b5d98de57 OK 2025/07/26 01:21:24 DEBUG : test.sum: md5 = a4f270b112d5f7e445d9048302ba24a9 OK === RUN TestCheckSumDownload/subtest2 2025/07/26 01:21:28 DEBUG : test.sum: md5 = 1fef919b862c3e4a61ba7056c05fa436 OK === RUN TestCheckSumDownload/subtest3 2025/07/26 01:21:32 DEBUG : test.sum: md5 = 9ce7769b818d6f10fb729a853a43efca OK === RUN TestCheckSumDownload/subtest4 2025/07/26 01:21:36 DEBUG : test.sum: md5 = 5a215ec437d9ca76a886fbdad8346585 OK === RUN TestCheckSumDownload/subtest5 2025/07/26 01:21:40 DEBUG : test.sum: md5 = 2a5fc0315056ba3f9a94e03e8b0177cd OK === RUN TestCheckSumDownload/subtest6 2025/07/26 01:21:44 DEBUG : data/banana: md5 = 0d24892beb478a3874f0d868a5467f17 OK 2025/07/26 01:21:45 DEBUG : data/potato: md5 = fe481679ac0e0b96b5076ead1e001a6f OK 2025/07/26 01:21:47 DEBUG : test.sum: md5 = eeb6fd3d94791839bf1b3fc3b178e394 OK === RUN TestCheckSumDownload/subtest7 2025/07/26 01:21:51 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/07/26 01:21:51 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/07/26 01:21:52 DEBUG : Config file has changed externally - reloading 2025/07/26 01:21:52 DEBUG : TestDrive: Loaded fresh token from config file --- PASS: TestCheckSumDownload (38.16s) --- PASS: TestCheckSumDownload/subtest1 (2.27s) --- PASS: TestCheckSumDownload/subtest2 (2.19s) --- PASS: TestCheckSumDownload/subtest3 (2.30s) --- PASS: TestCheckSumDownload/subtest4 (2.10s) --- PASS: TestCheckSumDownload/subtest5 (1.98s) --- PASS: TestCheckSumDownload/subtest6 (2.24s) --- PASS: TestCheckSumDownload/subtest7 (2.30s) === RUN TestApplyTransforms 2025/07/26 01:21:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fufuvuw6kiga" 2025/07/26 01:21:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:21:52 DEBUG : Creating backend with remote "TestDrive:crypt/hioana939ep43sb8e785rober65g6n0rljf3ei331f5ljth97r10" 2025/07/26 01:21:53 DEBUG : Creating backend with remote "/tmp/rclone3166396601" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fufuvuw6kiga'", Local "Local file system at /tmp/rclone3166396601", Modify Window "1ms" 2025/07/26 01:21:55 DEBUG : hello, world!: md5 = 1e822bdc9c6c6e4c8d046c6ac8cf2cb1 OK upper checkfile vs. lower remote (without normalization) 2025/07/26 01:21:55 ERROR : hello, world!: sum not found 2025/07/26 01:21:55 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fufuvuw6kiga' 2025/07/26 01:21:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fufuvuw6kiga': 1 files missing 2025/07/26 01:21:55 NOTICE: 1 hashes missing 2025/07/26 01:21:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fufuvuw6kiga': 1 differences found 2025/07/26 01:21:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fufuvuw6kiga': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/26 01:21:57 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/26 01:21:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fufuvuw6kiga': 0 differences found 2025/07/26 01:21:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fufuvuw6kiga': 1 matching files 2025/07/26 01:21:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pikixil6laru" 2025/07/26 01:21:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:21:57 DEBUG : Creating backend with remote "TestDrive:crypt/m9aqe0vcfmpqnqnb182c8b2ktfkb284j6i7979n8iv8g9rtgv5s0" 2025/07/26 01:21:58 DEBUG : Creating backend with remote "/tmp/rclone1160321528" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pikixil6laru'", Local "Local file system at /tmp/rclone1160321528", Modify Window "1ms" 2025/07/26 01:22:00 DEBUG : HELLO, WORLD!: md5 = 012dac02b8dab13b56fdbf9d53fed0c5 OK lower checkfile vs. upper remote (without normalization) 2025/07/26 01:22:00 ERROR : HELLO, WORLD!: sum not found 2025/07/26 01:22:00 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pikixil6laru' 2025/07/26 01:22:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pikixil6laru': 1 files missing 2025/07/26 01:22:00 NOTICE: 1 hashes missing 2025/07/26 01:22:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pikixil6laru': 1 differences found 2025/07/26 01:22:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pikixil6laru': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/26 01:22:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/26 01:22:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pikixil6laru': 0 differences found 2025/07/26 01:22:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pikixil6laru': 1 matching files 2025/07/26 01:22:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tepigom2wiso" 2025/07/26 01:22:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:22:01 DEBUG : Creating backend with remote "TestDrive:crypt/aefpaci4o418l4ndst1lu1ge0ha7b41hu57qhe1kcklrupbkege0" 2025/07/26 01:22:02 DEBUG : Creating backend with remote "/tmp/rclone2178214134" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tepigom2wiso'", Local "Local file system at /tmp/rclone2178214134", Modify Window "1ms" 2025/07/26 01:22:04 DEBUG : HeLlO, wOrLd!: md5 = 0fea5beb5f0a247ea82cf8d6cc1ee2d4 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/26 01:22:05 ERROR : HeLlO, wOrLd!: sum not found 2025/07/26 01:22:05 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tepigom2wiso' 2025/07/26 01:22:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tepigom2wiso': 1 files missing 2025/07/26 01:22:05 NOTICE: 1 hashes missing 2025/07/26 01:22:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tepigom2wiso': 1 differences found 2025/07/26 01:22:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tepigom2wiso': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/26 01:22:06 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/26 01:22:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tepigom2wiso': 0 differences found 2025/07/26 01:22:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tepigom2wiso': 1 matching files 2025/07/26 01:22:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tafolad0dapa" 2025/07/26 01:22:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:22:06 DEBUG : Creating backend with remote "TestDrive:crypt/71bacmh5c3p1lrl56q1oqnbg8iuch9uqgmbdf3j19srvub3nhhr0" 2025/07/26 01:22:07 DEBUG : Creating backend with remote "/tmp/rclone1189543151" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tafolad0dapa'", Local "Local file system at /tmp/rclone1189543151", Modify Window "1ms" 2025/07/26 01:22:09 DEBUG : HELLO, WORLD!: md5 = 34390c56d3e23392304603b215a23e4e OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/26 01:22:09 ERROR : HELLO, WORLD!: sum not found 2025/07/26 01:22:09 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tafolad0dapa' 2025/07/26 01:22:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafolad0dapa': 1 files missing 2025/07/26 01:22:09 NOTICE: 1 hashes missing 2025/07/26 01:22:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafolad0dapa': 1 differences found 2025/07/26 01:22:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafolad0dapa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/26 01:22:11 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/26 01:22:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafolad0dapa': 0 differences found 2025/07/26 01:22:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafolad0dapa': 1 matching files 2025/07/26 01:22:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-walizix6yolo" 2025/07/26 01:22:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:22:11 DEBUG : Creating backend with remote "TestDrive:crypt/ii5til83q7m8hrmlfdv959h16lj4auichnclcs8k8g0qe6pkvmlg" 2025/07/26 01:22:11 DEBUG : Creating backend with remote "/tmp/rclone1945271791" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-walizix6yolo'", Local "Local file system at /tmp/rclone1945271791", Modify Window "1ms" 2025/07/26 01:22:14 DEBUG : 測試_Русский___ě_áñ: md5 = 9f6396dde181ec1f05089a340f73286e OK NFD checkfile vs. NFC remote (without normalization) 2025/07/26 01:22:14 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/26 01:22:14 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-walizix6yolo' 2025/07/26 01:22:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walizix6yolo': 1 files missing 2025/07/26 01:22:14 NOTICE: 1 hashes missing 2025/07/26 01:22:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walizix6yolo': 1 differences found 2025/07/26 01:22:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walizix6yolo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/26 01:22:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/26 01:22:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walizix6yolo': 0 differences found 2025/07/26 01:22:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walizix6yolo': 1 matching files 2025/07/26 01:22:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mifohih2xega" 2025/07/26 01:22:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:22:16 DEBUG : Creating backend with remote "TestDrive:crypt/9ss53lnf2983ujb6c3t528sb7a47nj4cir5brctalfe0gmq5d930" 2025/07/26 01:22:17 DEBUG : Creating backend with remote "/tmp/rclone33798154" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mifohih2xega'", Local "Local file system at /tmp/rclone33798154", Modify Window "1ms" 2025/07/26 01:22:19 DEBUG : 測試_Русский___ě_áñ: md5 = 488b574b164dd1bfdd2e1aabd136701c OK NFC checkfile vs. NFD remote (without normalization) 2025/07/26 01:22:20 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/26 01:22:20 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mifohih2xega' 2025/07/26 01:22:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mifohih2xega': 1 files missing 2025/07/26 01:22:20 NOTICE: 1 hashes missing 2025/07/26 01:22:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mifohih2xega': 1 differences found 2025/07/26 01:22:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mifohih2xega': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/26 01:22:21 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/26 01:22:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mifohih2xega': 0 differences found 2025/07/26 01:22:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mifohih2xega': 1 matching files 2025/07/26 01:22:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suzakim0loka" 2025/07/26 01:22:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:22:21 DEBUG : Creating backend with remote "TestDrive:crypt/9m3jru7gm4k36tut7n6jo7n74940gflmuj6uuac5o1qphmhjlld0" 2025/07/26 01:22:22 DEBUG : Creating backend with remote "/tmp/rclone3497843247" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suzakim0loka'", Local "Local file system at /tmp/rclone3497843247", Modify Window "1ms" 2025/07/26 01:22:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = fad3bc494c82f4e4a7fa119e80f83291 OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/26 01:22:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/26 01:22:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-suzakim0loka' 2025/07/26 01:22:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suzakim0loka': 1 files missing 2025/07/26 01:22:24 NOTICE: 1 hashes missing 2025/07/26 01:22:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suzakim0loka': 1 differences found 2025/07/26 01:22:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suzakim0loka': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/26 01:22:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/26 01:22:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suzakim0loka': 0 differences found 2025/07/26 01:22:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suzakim0loka': 1 matching files 2025/07/26 01:22:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuwidac2peku" 2025/07/26 01:22:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:22:25 DEBUG : Creating backend with remote "TestDrive:crypt/fqd4o0g90602r3r086u96ooj19oc18e7evsvvppgdet96rr0b6t0" 2025/07/26 01:22:26 DEBUG : Creating backend with remote "/tmp/rclone20274449" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuwidac2peku'", Local "Local file system at /tmp/rclone20274449", Modify Window "1ms" 2025/07/26 01:22:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1171eacec709cf58f1210b55a0178538 OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/26 01:22:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/26 01:22:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zuwidac2peku' 2025/07/26 01:22:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuwidac2peku': 1 files missing 2025/07/26 01:22:29 NOTICE: 1 hashes missing 2025/07/26 01:22:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuwidac2peku': 1 differences found 2025/07/26 01:22:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuwidac2peku': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/26 01:22:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/26 01:22:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuwidac2peku': 0 differences found 2025/07/26 01:22:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuwidac2peku': 1 matching files 2025/07/26 01:22:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gemohuy5fube" 2025/07/26 01:22:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:22:30 DEBUG : Creating backend with remote "TestDrive:crypt/gqh931dfqpatj4rv6psdu8tarmk89a59s2q73mut2e0v2bf792t0" 2025/07/26 01:22:31 DEBUG : Creating backend with remote "/tmp/rclone3417925733" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gemohuy5fube'", Local "Local file system at /tmp/rclone3417925733", Modify Window "1ms" 2025/07/26 01:22:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2c626b26029d3b1ff4e7d1fdf9cc2f92 OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/26 01:22:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/26 01:22:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gemohuy5fube' 2025/07/26 01:22:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gemohuy5fube': 1 files missing 2025/07/26 01:22:33 NOTICE: 1 hashes missing 2025/07/26 01:22:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gemohuy5fube': 1 differences found 2025/07/26 01:22:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gemohuy5fube': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/26 01:22:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/26 01:22:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gemohuy5fube': 0 differences found 2025/07/26 01:22:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gemohuy5fube': 1 matching files 2025/07/26 01:22:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jeqejut6vaku" 2025/07/26 01:22:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:22:34 DEBUG : Creating backend with remote "TestDrive:crypt/khq9afnupj7phe0c15vqo2uan8hrf904udd47kmsr5ccic2a72ng" 2025/07/26 01:22:35 DEBUG : Creating backend with remote "/tmp/rclone1874929644" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jeqejut6vaku'", Local "Local file system at /tmp/rclone1874929644", Modify Window "1ms" 2025/07/26 01:22:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a95630e89642037400db84aad2e87596 OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/26 01:22:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/26 01:22:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jeqejut6vaku' 2025/07/26 01:22:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqejut6vaku': 1 files missing 2025/07/26 01:22:38 NOTICE: 1 hashes missing 2025/07/26 01:22:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqejut6vaku': 1 differences found 2025/07/26 01:22:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqejut6vaku': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/26 01:22:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/26 01:22:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqejut6vaku': 0 differences found 2025/07/26 01:22:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqejut6vaku': 1 matching files 2025/07/26 01:22:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jeqejut6vaku': Purge remote 2025/07/26 01:22:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gemohuy5fube': Purge remote 2025/07/26 01:22:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuwidac2peku': Purge remote 2025/07/26 01:22:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suzakim0loka': Purge remote 2025/07/26 01:22:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mifohih2xega': Purge remote 2025/07/26 01:22:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-walizix6yolo': Purge remote 2025/07/26 01:22:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tafolad0dapa': Purge remote 2025/07/26 01:22:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tepigom2wiso': Purge remote 2025/07/26 01:22:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pikixil6laru': Purge remote 2025/07/26 01:22:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fufuvuw6kiga': Purge remote --- PASS: TestApplyTransforms (51.19s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:22:43 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/26 01:22:45 DEBUG : sub/file2: md5 = 1890727a6d2a523b85d3d6e8f178bb6d OK 2025/07/26 01:22:45 INFO : file1: Copied (new) to: sub/file2 2025/07/26 01:22:46 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/26 01:22:46 DEBUG : file1: Unchanged skipping 2025/07/26 01:22:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': don't need to copy/move sub/file2, it is already at target location 2025/07/26 01:22:48 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.69s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:22:52 DEBUG : dst/file1: md5 = b3addd96617796b500477c84d11f9afa OK 2025/07/26 01:22:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miwuvev7nanu/backup" 2025/07/26 01:22:52 DEBUG : Config file has changed externally - reloading 2025/07/26 01:22:52 DEBUG : Creating backend with remote "TestDrive:crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag/1nrff024r7pq65ecp72fc28jb0" 2025/07/26 01:22:54 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/26 01:22:56 INFO : dst/file1: Moved (server-side) 2025/07/26 01:22:57 DEBUG : dst/file1: md5 = eff35769e9573c9035b2da1f1f4b6407 OK 2025/07/26 01:22:57 INFO : dst/file1: Copied (new) 2025/07/26 01:23:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/26 01:23:00 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/26 01:23:01 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.77s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:23:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miwuvev7nanu/dst" 2025/07/26 01:23:02 DEBUG : Creating backend with remote "TestDrive:crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/26 01:23:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miwuvev7nanu/CompareDest" 2025/07/26 01:23:04 DEBUG : Creating backend with remote "TestDrive:crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag/gveqi14airsml4bgu7krj116o8" 2025/07/26 01:23:05 DEBUG : one: Need to transfer - File not found at Destination 2025/07/26 01:23:07 DEBUG : one: md5 = 2bc5c88b5a14f889e504a488e7d010eb OK 2025/07/26 01:23:07 INFO : one: Copied (new) 2025/07/26 01:23:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/26 01:23:10 DEBUG : one: md5 = 6fb0f0b39a798884ec611dda1ff46f97 OK 2025/07/26 01:23:10 INFO : one: Copied (replaced existing) 2025/07/26 01:23:13 DEBUG : dst/one: md5 = 6f20e02609cdc0c020443d1d11b90373 OK 2025/07/26 01:23:15 DEBUG : CompareDest/one: md5 = f07bfe18207d5a9e1bbfd39195e276ce OK 2025/07/26 01:23:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/26 01:23:16 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/26 01:23:16 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/26 01:23:18 DEBUG : CompareDest/two: md5 = 5235c042b1c4b6f27d88961b341199c2 OK 2025/07/26 01:23:19 DEBUG : two: Need to transfer - File not found at Destination 2025/07/26 01:23:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/26 01:23:19 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/26 01:23:20 DEBUG : two: Need to transfer - File not found at Destination 2025/07/26 01:23:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/26 01:23:20 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/26 01:23:21 DEBUG : two: Need to transfer - File not found at Destination 2025/07/26 01:23:21 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/26 01:23:23 DEBUG : two: md5 = 5faec2aec433501a2b083694e0e1c9d8 OK 2025/07/26 01:23:23 INFO : two: Copied (new) 2025/07/26 01:23:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/26 01:23:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:23:26 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/26 01:23:26 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (25.07s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:23:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miwuvev7nanu/dst" 2025/07/26 01:23:27 DEBUG : Creating backend with remote "TestDrive:crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/26 01:23:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miwuvev7nanu/CopyDest" 2025/07/26 01:23:29 DEBUG : Creating backend with remote "TestDrive:crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/26 01:23:30 DEBUG : one: Need to transfer - File not found at Destination 2025/07/26 01:23:32 DEBUG : one: md5 = 5e814cc22501109a16616d01c1e65423 OK 2025/07/26 01:23:32 INFO : one: Copied (new) 2025/07/26 01:23:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/26 01:23:35 DEBUG : one: md5 = 0cee3c37029fadbac63fdb8768656725 OK 2025/07/26 01:23:35 INFO : one: Copied (replaced existing) 2025/07/26 01:23:37 DEBUG : dst/one: md5 = d4c26ced3526c60df9b73527dea0cc2a OK 2025/07/26 01:23:39 DEBUG : CopyDest/one: md5 = 5bd9a4a02fe88b16b4d04afc7e2930f9 OK 2025/07/26 01:23:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miwuvev7nanu/BackupDir" 2025/07/26 01:23:40 DEBUG : Creating backend with remote "TestDrive:crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/26 01:23:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/26 01:23:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/26 01:23:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/26 01:23:43 INFO : one: Moved (server-side) 2025/07/26 01:23:44 INFO : one: Copied (server-side copy) 2025/07/26 01:23:44 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/26 01:23:46 DEBUG : CopyDest/two: md5 = 6cb14b72e973291e1f452018742e2ec7 OK 2025/07/26 01:23:47 DEBUG : two: Need to transfer - File not found at Destination 2025/07/26 01:23:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/26 01:23:48 INFO : two: Copied (server-side copy) 2025/07/26 01:23:48 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/26 01:23:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/26 01:23:49 DEBUG : two: Unchanged skipping 2025/07/26 01:23:51 DEBUG : CopyDest/three: md5 = 71188a9cf4cb7c85a6837e997fc15c1c OK 2025/07/26 01:23:52 DEBUG : three: Need to transfer - File not found at Destination 2025/07/26 01:23:52 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/26 01:23:52 DEBUG : three: Destination not found in --copy-dest 2025/07/26 01:23:53 DEBUG : three: md5 = fa8aaa9f7bf1b542205eb3a1f493960d OK 2025/07/26 01:23:53 INFO : three: Copied (new) 2025/07/26 01:23:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/26 01:23:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:23:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/26 01:23:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/26 01:23:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/26 01:23:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:23:59 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.39s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.41s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:24:00 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/26 01:24:02 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 1c1ac5229ce4935c8d09bf9bf5ee59dc OK 2025/07/26 01:24:02 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/26 01:24:03 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/26 01:24:03 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/07/26 01:24:04 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/26 01:24:05 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/26 01:24:06 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 3dfb2e6c5f5441b1a01d213d62c882c1 OK 2025/07/26 01:24:06 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/26 01:24:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/26 01:24:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.85s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:24:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Looking for duplicate names using skip mode. 2025/07/26 01:24:12 NOTICE: one: Found 2 files with duplicate names 2025/07/26 01:24:12 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.38s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:24:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Looking for duplicate names using skip mode. 2025/07/26 01:24:18 NOTICE: one: Found 3 files with duplicate names 2025/07/26 01:24:18 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/26 01:24:18 INFO : one: Deleted 2025/07/26 01:24:18 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.14s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:24:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Looking for duplicate names using first mode. 2025/07/26 01:24:24 NOTICE: one: Found 3 files with duplicate names 2025/07/26 01:24:25 INFO : one: Deleted 2025/07/26 01:24:25 INFO : one: Deleted 2025/07/26 01:24:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.47s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:24:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Looking for duplicate names using newest mode. 2025/07/26 01:24:32 NOTICE: one: Found 3 files with duplicate names 2025/07/26 01:24:32 INFO : one: Deleted 2025/07/26 01:24:33 INFO : one: Deleted 2025/07/26 01:24:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.44s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:24:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Looking for duplicate names using oldest mode. 2025/07/26 01:24:38 NOTICE: one: Found 3 files with duplicate names 2025/07/26 01:24:39 INFO : one: Deleted 2025/07/26 01:24:39 INFO : one: Deleted 2025/07/26 01:24:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.22s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:24:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Looking for duplicate names using largest mode. 2025/07/26 01:24:45 NOTICE: one: Found 3 files with duplicate names 2025/07/26 01:24:45 INFO : one: Deleted 2025/07/26 01:24:46 INFO : one: Deleted 2025/07/26 01:24:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.12s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:24:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Looking for duplicate names using smallest mode. 2025/07/26 01:24:51 NOTICE: one: Found 3 files with duplicate names 2025/07/26 01:24:51 INFO : one: Deleted 2025/07/26 01:24:51 INFO : one: Deleted 2025/07/26 01:24:51 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (5.79s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:24:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Looking for duplicate names using rename mode. 2025/07/26 01:24:58 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/26 01:24:59 INFO : one-2.txt: renamed from: one.txt 2025/07/26 01:25:00 INFO : one-3.txt: renamed from: one.txt 2025/07/26 01:25:01 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.31s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:25:06 DEBUG : dupe1/one.txt: md5 = a6dfbefe153f428a051acaba130369eb OK 2025/07/26 01:25:08 DEBUG : dupe2/two.txt: md5 = 68cc6fa6724973764318f125a5bcb1df OK 2025/07/26 01:25:10 DEBUG : dupe3/three.txt: md5 = ee12177e48f0277f55afdfae4f0913a3 OK 2025/07/26 01:25:11 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/26 01:25:11 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/26 01:25:12 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/26 01:25:12 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/26 01:25:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/26 01:25:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/26 01:25:16 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.47s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:25:18 DEBUG : a.txt: md5 = 1e219120d371348cc192f9e51dda9cbe OK 2025/07/26 01:25:19 DEBUG : zend.txt: md5 = 9965ecd00510ed78142ddf1a912685f6 OK 2025/07/26 01:25:21 DEBUG : sub dir/hello world: md5 = 0bbdc2cd78d5a9e947d6fc5767551814 OK 2025/07/26 01:25:22 DEBUG : sub dir/hello world2: md5 = 525a5c57e6561b968480779f27594e4e OK 2025/07/26 01:25:24 DEBUG : sub dir/ignore dir/.ignore: md5 = b3c00c57574044ff1dd9138ca451b695 OK 2025/07/26 01:25:26 DEBUG : sub dir/ignore dir/should be ignored: md5 = 96970b70caf93452e2a4efbd97c58922 OK 2025/07/26 01:25:28 DEBUG : sub dir/sub sub dir/hello world3: md5 = ca2414005d0c461f1060733d93aefe45 OK 2025/07/26 01:25:29 DEBUG : a.txt: Excluded (Size Filter) 2025/07/26 01:25:29 DEBUG : a.txt: Excluded 2025/07/26 01:25:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/26 01:25:30 DEBUG : sub dir/hello world: Excluded 2025/07/26 01:25:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/26 01:25:30 DEBUG : sub dir/hello world2: Excluded 2025/07/26 01:25:30 DEBUG : sub dir/ignore dir: Excluded 2025/07/26 01:25:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/26 01:25:30 DEBUG : sub dir/hello world: Excluded 2025/07/26 01:25:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/26 01:25:30 DEBUG : sub dir/hello world2: Excluded 2025/07/26 01:25:31 DEBUG : sub dir/ignore dir: Excluded 2025/07/26 01:25:35 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/26 01:25:36 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/26 01:25:36 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/26 01:25:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/26 01:25:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/26 01:25:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/26 01:25:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.00s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:25:39 DEBUG : a.txt: md5 = 9bace47dea585aaac82775d4235601bc OK 2025/07/26 01:25:40 DEBUG : zend.txt: md5 = cb87221af61901ede86e3e950500b3e9 OK 2025/07/26 01:25:42 DEBUG : sub dir/hello world: md5 = 6fc688223942eaf059d5a86b911ae219 OK 2025/07/26 01:25:44 DEBUG : sub dir/hello world2: md5 = 4e3e2ada5e8d766ea5dd163b6823a75b OK 2025/07/26 01:25:46 DEBUG : sub dir/ignore dir/.ignore: md5 = 0cac6f6f7f8b4d47f2385ee3d78549bb OK 2025/07/26 01:25:47 DEBUG : sub dir/ignore dir/should be ignored: md5 = 8ca9073f51066ab7b7097ba4304ef628 OK 2025/07/26 01:25:49 DEBUG : sub dir/sub sub dir/hello world3: md5 = e93f15499dc76f3dbee7da5b72360453 OK 2025/07/26 01:25:51 DEBUG : a.txt: Excluded (Size Filter) 2025/07/26 01:25:51 DEBUG : a.txt: Excluded 2025/07/26 01:25:51 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/26 01:25:51 DEBUG : sub dir/hello world2: Excluded 2025/07/26 01:25:51 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/26 01:25:51 DEBUG : sub dir/hello world: Excluded 2025/07/26 01:25:52 DEBUG : sub dir/ignore dir: Excluded 2025/07/26 01:25:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/26 01:25:52 DEBUG : sub dir/hello world2: Excluded 2025/07/26 01:25:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/26 01:25:52 DEBUG : sub dir/hello world: Excluded 2025/07/26 01:25:52 DEBUG : sub dir/ignore dir: Excluded 2025/07/26 01:25:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/26 01:25:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/26 01:25:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/26 01:25:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/26 01:25:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/26 01:25:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/26 01:25:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.38s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:26:00 DEBUG : file1: md5 = bb5e4576ddede489b3bc7b4f2b60646c OK 2025/07/26 01:26:02 DEBUG : sub/file2: md5 = 156aeed61a4cada35283295886174814 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/07/26 01:26:05 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/26 01:26:06 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/26 01:26:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/26 01:26:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.67s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.28s) --- PASS: TestListJSON/DirsOnly (0.22s) --- PASS: TestListJSON/Recurse (0.48s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.71s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:26:10 DEBUG : file1: md5 = 517584412e15ecaae571f68cce4d4a29 OK 2025/07/26 01:26:12 DEBUG : sub/file2: md5 = 7e7d445ada57b1901218622af7e5f549 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/07/26 01:26:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miwuvev7nanu/notfound" 2025/07/26 01:26:16 DEBUG : Creating backend with remote "TestDrive:crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag/qe0i31qdkoejk60elps0ni5sqk" 2025/07/26 01:26:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.44s) --- PASS: TestStatJSON/Root (0.26s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.42s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.71s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:26:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Making directory 2025/07/26 01:26:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Making directory --- PASS: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:26:23 DEBUG : sub dir/hello world: md5 = 565b489554b543c50b4306adbaa5e1ce OK 2025/07/26 01:26:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.70s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:26:27 DEBUG : potato2: md5 = fc65d30d59b8d80bfee21c08e7233216 OK 2025/07/26 01:26:28 DEBUG : empty space: md5 = b07ecbd95ebd16d3729806ba7da8b950 OK --- PASS: TestLs (4.51s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:26:31 DEBUG : potato2: md5 = be0d64dc6d0f7a28a0bcecb4eeb23d26 OK 2025/07/26 01:26:32 DEBUG : empty space: md5 = 8de9796082406d77c86bd74438b7b5ce OK 2025/07/26 01:26:33 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.78s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:26:36 DEBUG : potato2: md5 = 1142cb2a73324108a13231e23039a533 OK 2025/07/26 01:26:37 DEBUG : empty space: md5 = 60cf1a38073fdc5a2d4d7d20ce1c1d7f OK --- PASS: TestLsLong (4.85s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:26:41 DEBUG : potato2: md5 = 6bfc232be7a8e1d65b5890ca05a094e4 OK 2025/07/26 01:26:42 DEBUG : empty space: md5 = 94de7c56b393fe257b97dbc27b261903 OK --- PASS: TestHashSums (4.45s) === RUN TestHashSumsWithErrors 2025/07/26 01:26:44 DEBUG : Creating backend with remote ":memory:" 2025/07/26 01:26:44 DEBUG : Config file has changed externally - reloading 2025/07/26 01:26:44 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/26 01:26:44 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/26 01:26:44 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/26 01:26:44 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/26 01:26:44 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/26 01:26:44 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/26 01:26:44 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/26 01:26:44 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/26 01:26:44 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-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:26:45 DEBUG : potato2: md5 = 57099c0eaf413dd2d4d4ef94d647805d OK 2025/07/26 01:26:46 DEBUG : empty space: md5 = fbb5b16977180cfce7d30be5352fcabd OK 2025/07/26 01:26:48 DEBUG : sub dir/potato3: md5 = 91ec840afa441a443e349e7417a9c499 OK 2025/07/26 01:26:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.08s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:26:53 DEBUG : small: md5 = 767aed931c24480fcb365044d77c5321 OK 2025/07/26 01:26:55 DEBUG : medium: md5 = 6d5fa60ca18b71dde073699111209528 OK 2025/07/26 01:26:57 DEBUG : large: md5 = 921b3dd8273dcbe9a1dcbfaf4f2cd63f OK 2025/07/26 01:26:57 DEBUG : Waiting for deletions to finish 2025/07/26 01:26:57 DEBUG : large: Excluded (Size Filter) 2025/07/26 01:26:58 INFO : small: Deleted 2025/07/26 01:26:58 INFO : medium: Deleted --- PASS: TestDelete (7.00s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:27:00 DEBUG : small: md5 = 299ff7841c302d292c6f12e9eda1a036 OK 2025/07/26 01:27:01 DEBUG : medium: md5 = 199740d4b26fe0b100b4794d6bac9877 OK 2025/07/26 01:27:03 DEBUG : large: md5 = a052aaa25ddffa33caffceb93a5544be OK 2025/07/26 01:27:03 DEBUG : Waiting for deletions to finish 2025/07/26 01:27:03 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/07/26 01:27:04 INFO : small: Deleted 2025/07/26 01:27:04 INFO : medium: Deleted --- PASS: TestMaxDelete (6.42s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:27:07 DEBUG : small: md5 = 81c0b2fffcdec3497c933f9fe529a329 OK 2025/07/26 01:27:08 DEBUG : medium: md5 = abbd4dfc1c5b751c1fbdc7ace1204e31 OK 2025/07/26 01:27:09 DEBUG : large: md5 = 93b730cbfd0b8e59115becd27a8c8db4 OK 2025/07/26 01:27:09 DEBUG : Waiting for deletions to finish 2025/07/26 01:27:10 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/26 01:27:10 INFO : small: Deleted 2025/07/26 01:27:10 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.42s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:27:13 DEBUG : small: md5 = afffd99e28b73fe46ec7fccb665b7494 OK 2025/07/26 01:27:15 DEBUG : medium: md5 = b07383d2fd716b25d4add311e6196328 OK 2025/07/26 01:27:16 DEBUG : large: md5 = 33b50e7fe1e6ff56d8b30cf388d06e82 OK 2025/07/26 01:27:16 DEBUG : Waiting for deletions to finish 2025/07/26 01:27:17 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/07/26 01:27:17 INFO : small: Deleted 2025/07/26 01:27:17 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.28s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:27:21 DEBUG : ReadFile: md5 = e770cdd54a0ffd9bfdc3418f5b086200 OK --- PASS: TestReadFile (4.35s) === RUN TestRetry 2025/07/26 01:27:23 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/26 01:27:23 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/26 01:27:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/26 01:27:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/26 01:27:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/26 01:27:23 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/26 01:27:23 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-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:27:25 DEBUG : file1: md5 = 35fa8c9cb3a844ffe02e306d6a86862a OK 2025/07/26 01:27:26 DEBUG : file2: md5 = ba495d9a46fd09acc7fe91e2c4eaf3c7 OK --- PASS: TestCat (15.19s) === RUN TestPurge 2025/07/26 01:27:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duwohuc0pude" 2025/07/26 01:27:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/26 01:27:39 DEBUG : Creating backend with remote "TestDrive:crypt/c53522p5aa09002g5u1kvcvabm5qbi6n32njffd5qb9ago8u3ang" 2025/07/26 01:27:40 DEBUG : Creating backend with remote "/tmp/rclone283853447" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duwohuc0pude'", Local "Local file system at /tmp/rclone283853447", Modify Window "1ms" 2025/07/26 01:27:44 DEBUG : A1/B1/C1/one: md5 = 1acd719938ac688d86d9efaa2e8702af OK 2025/07/26 01:27:44 INFO : A2: Making directory 2025/07/26 01:27:45 INFO : A1/B2: Making directory 2025/07/26 01:27:45 INFO : A1/B2/C2: Making directory 2025/07/26 01:27:46 INFO : A1/B1/C3: Making directory 2025/07/26 01:27:47 INFO : A3: Making directory 2025/07/26 01:27:48 INFO : A3/B3: Making directory 2025/07/26 01:27:48 INFO : A3/B3/C4: Making directory 2025/07/26 01:27:50 DEBUG : A1/two: md5 = 5751602a103010099602dbc702784a3b OK 2025/07/26 01:27:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duwohuc0pude': Purge remote 2025/07/26 01:27:54 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.25s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:27:57 DEBUG : A1/B1/C1/one: md5 = 4632dc5ab13985a317f02cdc4f73dc27 OK 2025/07/26 01:27:57 INFO : A2: Making directory 2025/07/26 01:27:58 INFO : A1/B2: Making directory 2025/07/26 01:27:59 INFO : A1/B2/C2: Making directory 2025/07/26 01:28:00 INFO : A1/B1/C3: Making directory 2025/07/26 01:28:00 INFO : A3: Making directory 2025/07/26 01:28:01 INFO : A3/B3: Making directory 2025/07/26 01:28:02 INFO : A3/B3/C4: Making directory 2025/07/26 01:28:04 DEBUG : A1/two: md5 = ac5976e28026faf6fbeeb481a4ce0946 OK 2025/07/26 01:28:05 DEBUG : removing 1 level 3 directories 2025/07/26 01:28:05 INFO : A3/B3/C4: Removing directory 2025/07/26 01:28:08 DEBUG : removing 2 level 3 directories 2025/07/26 01:28:08 INFO : A1/B2/C2: Removing directory 2025/07/26 01:28:08 INFO : A1/B1/C3: Removing directory 2025/07/26 01:28:09 DEBUG : removing 2 level 2 directories 2025/07/26 01:28:09 INFO : A3/B3: Removing directory 2025/07/26 01:28:09 INFO : A1/B2: Removing directory 2025/07/26 01:28:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/26 01:28:09 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/26 01:28:09 DEBUG : removing 2 level 1 directories 2025/07/26 01:28:09 INFO : A3: Removing directory 2025/07/26 01:28:09 INFO : A2: Removing directory 2025/07/26 01:28:10 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/26 01:28:13 DEBUG : removing 1 level 3 directories 2025/07/26 01:28:13 INFO : A1/B1/C1: Removing directory 2025/07/26 01:28:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:14 DEBUG : removing 1 level 2 directories 2025/07/26 01:28:14 INFO : A1/B1: Removing directory 2025/07/26 01:28:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/26 01:28:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/26 01:28:15 DEBUG : removing 1 level 1 directories 2025/07/26 01:28:15 INFO : A1: Removing directory 2025/07/26 01:28:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/26 01:28:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/26 01:28:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/26 01:28:15 DEBUG : removing 1 level 0 directories 2025/07/26 01:28:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Removing directory 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/26 01:28:16 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" --- PASS: TestRmdirsNoLeaveRoot (23.08s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:28:18 INFO : A1: Making directory 2025/07/26 01:28:18 INFO : A1/B1: Making directory 2025/07/26 01:28:19 INFO : A1/B1/C1: Making directory 2025/07/26 01:28:22 DEBUG : removing 1 level 3 directories 2025/07/26 01:28:22 INFO : A1/B1/C1: Removing directory 2025/07/26 01:28:22 DEBUG : removing 1 level 2 directories 2025/07/26 01:28:22 INFO : A1/B1: Removing directory 2025/07/26 01:28:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/26 01:28:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.01s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:28:25 INFO : A1: Making directory 2025/07/26 01:28:26 INFO : A1/B1: Making directory 2025/07/26 01:28:26 INFO : A1/B1/C1: Making directory 2025/07/26 01:28:29 DEBUG : removing 1 level 3 directories 2025/07/26 01:28:29 INFO : A1/B1/C1: Removing directory 2025/07/26 01:28:30 DEBUG : removing 1 level 2 directories 2025/07/26 01:28:30 INFO : A1/B1: Removing directory 2025/07/26 01:28:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/26 01:28:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.39s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:28:34 DEBUG : file1: md5 = 16ad5146ad87b2ac5af42ce3e86d347a OK 2025/07/26 01:28:34 DEBUG : filename.txt: File name found in url 2025/07/26 01:28:36 DEBUG : filename.txt: md5 = b37bd5f9d22ca520a76a6a0202493b7b OK 2025/07/26 01:28:36 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/26 01:28:37 DEBUG : headerfilename.txt: md5 = d2cc60a13ee175dcc5024384d507c3d2 OK 2025/07/26 01:28:38 DEBUG : file2: md5 = 3934a431cb4018dd85a3366bcabb6b39 OK --- PASS: TestCopyURL (8.76s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:28:41 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/26 01:28:44 DEBUG : sub/file2: md5 = a5a5d35587983f70ca64453050123540 OK 2025/07/26 01:28:44 INFO : file1: Copied (new) to: sub/file2 2025/07/26 01:28:44 INFO : file1: Deleted 2025/07/26 01:28:44 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/26 01:28:44 DEBUG : file1: Unchanged skipping 2025/07/26 01:28:44 INFO : file1: Deleted 2025/07/26 01:28:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': don't need to copy/move sub/file2, it is already at target location 2025/07/26 01:28:46 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.95s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:28:47 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/26 01:28:49 DEBUG : file1: md5 = fd01ef07c737bc3bb5e35a785fd8d891 OK 2025/07/26 01:28:49 INFO : file1: Copied (new) 2025/07/26 01:28:49 INFO : file1: Deleted 2025/07/26 01:28:49 DEBUG : file1: Destination exists, skipping 2025/07/26 01:28:49 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.39s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:28:54 DEBUG : dst/file1: md5 = 44d52813e708a7b1aea5230d601855b9 OK 2025/07/26 01:28:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-miwuvev7nanu/backup" 2025/07/26 01:28:54 DEBUG : Creating backend with remote "TestDrive:crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag/1nrff024r7pq65ecp72fc28jb0" 2025/07/26 01:28:56 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/26 01:28:58 INFO : dst/file1: Moved (server-side) 2025/07/26 01:28:59 DEBUG : dst/file1: md5 = 30ed11763491a6cb61645515135b323f OK 2025/07/26 01:28:59 INFO : dst/file1: Copied (new) 2025/07/26 01:28:59 INFO : dst/file1: Deleted 2025/07/26 01:29:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/26 01:29:03 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/26 01:29:03 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.90s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:29:06 DEBUG : A1/one: md5 = 1baa48f36d23f6d653513f2c6c6d2b2a OK 2025/07/26 01:29:08 DEBUG : A1/two: md5 = 3b89f06ff7c3a7addea62072dc6586f8 OK 2025/07/26 01:29:10 DEBUG : A1/B1/three: md5 = 3b77eef73d1fec48dece1e056b4c10f7 OK 2025/07/26 01:29:12 DEBUG : A1/B1/C1/four: md5 = 06699cd0d1b17fd7abce26b871c9b4da OK 2025/07/26 01:29:14 DEBUG : A1/B1/C2/five: md5 = 1afa43bbdbf55b5a25685610905e2545 OK 2025/07/26 01:29:14 INFO : A1/B2: Making directory 2025/07/26 01:29:15 INFO : A1/B1/C3: Making directory 2025/07/26 01:29:24 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/26 01:29:24 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/26 01:29:24 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/26 01:29:24 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/26 01:29:24 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/26 01:29:27 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/26 01:29:27 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/26 01:29:27 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/26 01:29:28 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/26 01:29:28 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/26 01:29:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/26 01:29:35 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/26 01:29:35 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/26 01:29:36 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/26 01:29:36 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/26 01:29:36 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/26 01:29:39 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/26 01:29:39 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/26 01:29:39 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/26 01:29:39 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/26 01:29:39 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/26 01:29:45 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/26 01:29:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/26 01:29:47 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/26 01:29:47 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/26 01:29:47 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/26 01:29:47 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/26 01:29:47 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/26 01:29:47 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/26 01:29:47 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/26 01:29:47 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.75s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:29:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': File to upload is small (34 bytes), uploading instead of streaming 2025/07/26 01:29:50 DEBUG : no_checksum_small_file_from_pipe: md5 = 7e4fb099dbc2b8ea502f1d24ce1cb5fa OK 2025/07/26 01:29:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/26 01:29:50 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/26 01:29:51 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/26 01:29:51 DEBUG : no_checksum_big_file_from_pipe: md5 = a93aa1b1625f2036280a721cf9b7cdf8 OK 2025/07/26 01:29:51 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-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:29:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': File to upload is small (34 bytes), uploading instead of streaming 2025/07/26 01:29:55 DEBUG : with_checksum_small_file_from_pipe: md5 = 850d86cf5343245f09eb1a1e4f36eafe OK 2025/07/26 01:29:55 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/26 01:29:55 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/26 01:29:56 DEBUG : with_checksum_big_file_from_pipe: md5 = 9a0952c801005278f28c6b45ad978b84 OK 2025/07/26 01:29:56 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-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:29:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': File to upload is small (34 bytes), uploading instead of streaming 2025/07/26 01:29:59 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/26 01:30:00 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/26 01:30:01 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-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:30:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': File to upload is small (34 bytes), uploading instead of streaming 2025/07/26 01:30:04 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/26 01:30:05 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/26 01:30:06 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.02s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.59s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.80s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.78s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.84s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/26 01:30:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': File to upload is small (48 bytes), uploading instead of streaming 2025/07/26 01:30:09 DEBUG : rcat_metadata: md5 = 9ddb6ee82e5eadd1e88919c3040e9847 OK 2025/07/26 01:30:09 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/26 01:30:11 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/26 01:30:12 DEBUG : rcat_metadata_uploadcutoff0: md5 = 61414227a7238835d0d8db89c8d7e8fa OK 2025/07/26 01:30:12 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.97s) --- PASS: TestRcatMetadata/Normal (2.68s) --- PASS: TestRcatMetadata/ViaDisk (2.81s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:30:15 DEBUG : potato1: md5 = 7efc970bfdffb78e0f78cce27383d8f3 OK 2025/07/26 01:30:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': File to upload is small (60 bytes), uploading instead of streaming 2025/07/26 01:30:16 DEBUG : potato2: md5 = 40516e46d2dc2d364bdb8eed485d60f8 OK 2025/07/26 01:30:16 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.91s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:30:20 DEBUG : potato1: md5 = 8f39e75a8d425914bb7598c581cf3a62 OK 2025/07/26 01:30:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': File to upload is small (60 bytes), uploading instead of streaming 2025/07/26 01:30:21 DEBUG : potato2: md5 = b12fc3cbf477d74779e42f162fb9b6da OK 2025/07/26 01:30:21 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.14s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:30:25 DEBUG : potato2: md5 = ceb1693e48ddd459bab64653fc8bb10b OK 2025/07/26 01:30:26 DEBUG : empty space: md5 = 76e50dbb575a3e44cbfc76b075119398 OK 2025/07/26 01:30:28 DEBUG : sub dir/potato3: md5 = d1e37b1337c032d641262f07c79dcf17 OK 2025/07/26 01:30:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Touching "sub dir/potato3" 2025/07/26 01:30:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Touching "empty space" 2025/07/26 01:30:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Touching "potato2" 2025/07/26 01:30:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.23s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:30:33 DEBUG : dir with metadata: Making directory with metadata 2025/07/26 01:30:33 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.44s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:30:35 DEBUG : directory with modtime: Making directory with metadata 2025/07/26 01:30:36 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.34s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:30:37 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/26 01:30:37 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/26 01:30:38 DEBUG : Google drive root 'crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag': Skipping btime metadata as can't update it on an existing file: 2025-07-26T01:30:37.937957372Z 2025/07/26 01:30:38 INFO : non existent directory: Updated directory metadata 2025/07/26 01:30:40 DEBUG : Google drive root 'crypt/l0l3p6l64ibsfcu5v3blsgmpnpt68l9vshuldpuabjmn5tchlnag': Skipping btime metadata as can't update it on an existing file: 2025-07-26T01:30:37.937957372Z 2025/07/26 01:30:41 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.76s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:30:42 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/26 01:30:44 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/26 01:30:45 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.97s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:30:46 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/26 01:30:46 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/26 01:30:46 DEBUG : dst: Making directory with metadata 2025/07/26 01:30:47 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/26 01:30:47 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/26 01:30:47 INFO : dst: Set directory modification time (using SetModTime) 2025/07/26 01:30:48 INFO : dst: Set directory modification time (using SetModTime) 2025/07/26 01:30:48 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/26 01:30:48 INFO : dst: Set directory modification time (using SetModTime) 2025/07/26 01:30:48 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.51s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu'", Local "Local file system at /tmp/rclone3633385423", Modify Window "1ms" 2025/07/26 01:30:52 DEBUG : sub dir/test remove existing: md5 = fe1db788e993f894663d80943407dafb OK 2025/07/26 01:30:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 537a125bde92463673b1ada8646a9b74 OK 2025/07/26 01:30:55 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.repakik7" before starting 2025/07/26 01:30:56 DEBUG : sub dir/test remove existing.repakik7: TEST: removing renamed existing file after operation 2025/07/26 01:30:57 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zopayor5" before starting 2025/07/26 01:30:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zopayor5: TEST: renaming existing back after failed operation 2025/07/26 01:31:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.litefeh0" before starting 2025/07/26 01:31:01 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.litefeh0: TEST: removing renamed existing file after operation 2025/07/26 01:31:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "4vi31p0nco5jbf3fd63k1obrsjplg8etoncpfgi8dea0hpvc1aa0" 2025/07/26 01:31:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "j9g052usqfbdgqaveg9hpssheojdmeanga0qmlmevc23fhr25mktr8rf2pqjaj561aiq4uqvopi7hond7ir3ge814ittruf29pgdptv0kdfjvhp5t085ljqso92ecleui4l73qlk1hemf1kj1abuiee5kn46mhhen7lkn2bg966dk7kdrnmg" --- PASS: TestRemoveExisting (13.34s) === 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/07/26 01:31:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-miwuvev7nanu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m38.490636875s (try 1/5)