"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/02/08 01:25:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovuzox1noco" 2025/02/08 01:25:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:25:30 DEBUG : Creating backend with remote "TestDrive:crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00" 2025/02/08 01:25:31 DEBUG : Creating backend with remote "/tmp/rclone1916342615" === 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-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.19s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/02/08 01:25:32 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/08 01:25:32 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/02/08 01:25:32 DEBUG : potato: Seek from 10 to 0 2025/02/08 01:25:32 DEBUG : potato: Seek from 10 to 0 2025/02/08 01:25:32 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/02/08 01:25:32 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/08 01:25:32 DEBUG : potato: Seek from 5 to 2 2025/02/08 01:25:32 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/02/08 01:25:32 DEBUG : potato: Seek from 7 to 0 2025/02/08 01:25:32 DEBUG : potato: Seek from 7 to 0 2025/02/08 01:25:32 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/02/08 01:25:32 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/08 01:25:32 DEBUG : potato: Seek from 5 to 2 2025/02/08 01:25:32 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/02/08 01:25:32 DEBUG : potato: Seek from 8 to 0 2025/02/08 01:25:32 DEBUG : potato: Seek from 8 to 0 2025/02/08 01:25:32 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/02/08 01:25:32 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/08 01:25:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/08 01:25:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/08 01:25:32 DEBUG : potato: Seek from 5 to 2 2025/02/08 01:25:32 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/02/08 01:25:32 DEBUG : potato: Seek from 9 to 0 2025/02/08 01:25:32 DEBUG : potato: Seek from 9 to 0 2025/02/08 01:25:32 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-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:25:34 DEBUG : rutabaga: md5 = 0af313b1b2ed660782b241b00253ba13 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/02/08 01:25:36 DEBUG : empty space: md5 = 0586c0ad0dc512bf9ac19d8f42c001f0 OK === RUN TestCheck/3 2025/02/08 01:25:37 DEBUG : potato2: md5 = eccdcd0cfa74a2cb4f1009a92f131e65 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/02/08 01:25:40 DEBUG : remotepotato: md5 = 814b42895fc47e947676a091b80f2bfc OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.93s) --- PASS: TestCheck/1 (0.21s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.22s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.23s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/02/08 01:25:43 DEBUG : Creating backend with remote "nonexistent" 2025/02/08 01:25:43 DEBUG : Creating backend with remote "nonexistent" 2025/02/08 01:25:43 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/02/08 01:25:43 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/02/08 01:25:43 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/02/08 01:25:43 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-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:25:44 DEBUG : rutabaga: md5 = ae4ff524348a35bedd71a8bd972c24c2 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/02/08 01:25:48 DEBUG : empty space: md5 = e2ee6eee80e0d18749e47f90b9157759 OK === RUN TestCheckDownload/3 2025/02/08 01:25:50 DEBUG : potato2: md5 = 4cc0773b063e8b2073a27ee37fb13999 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/02/08 01:25:54 DEBUG : remotepotato: md5 = 355b9a9958154d7396c5ed68f9318e7e OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (15.82s) --- PASS: TestCheckDownload/1 (1.01s) --- PASS: TestCheckDownload/2 (0.97s) --- PASS: TestCheckDownload/3 (0.90s) --- PASS: TestCheckDownload/4 (1.05s) --- PASS: TestCheckDownload/5 (0.95s) --- PASS: TestCheckDownload/6 (1.02s) --- PASS: TestCheckDownload/7 (1.15s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:26:00 DEBUG : rutabaga: md5 = da2805be3be5b9e5ad0afff05ebcf67d OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/02/08 01:26:02 DEBUG : empty space: md5 = 0a4a14d6e42bda0abd6a58ce51be02f3 OK === RUN TestCheckSizeOnly/3 2025/02/08 01:26:04 DEBUG : potato2: md5 = 0132a391ab261cb5b010644385ee43eb OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/02/08 01:26:06 DEBUG : remotepotato: md5 = 15914fc8f667237f4e072d59bd37f85c OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.35s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.22s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:26:10 DEBUG : test.sum: md5 = bb9db72b1142b648bd2d4be06c922800 OK 2025/02/08 01:26:11 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/08 01:26:11 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/08 01:26:11 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/08 01:26:11 NOTICE: test.sum: 2 warning(s) suppressed... 2025/02/08 01:26:13 DEBUG : test.sum: md5 = 8416ad655fdd5d739aa728ed0bca5620 OK 2025/02/08 01:26:14 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/08 01:26:14 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/08 01:26:14 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/08 01:26:14 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.10s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:26:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovuzox1noco/data" 2025/02/08 01:26:15 DEBUG : Creating backend with remote "TestDrive:crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco/data' lacks md5, skipping --- SKIP: TestCheckSum (1.95s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:26:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovuzox1noco/data" 2025/02/08 01:26:17 DEBUG : Creating backend with remote "TestDrive:crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00/vjrnln8ratgmqakfosrqe8espk" 2025/02/08 01:26:21 DEBUG : data/banana: md5 = cb22c3d634377504923dd1709f4ff5dd OK 2025/02/08 01:26:22 DEBUG : test.sum: md5 = b5c97629e57107e5e1749b78ac8328ba OK === RUN TestCheckSumDownload/subtest1 2025/02/08 01:26:27 DEBUG : data/potato: md5 = 64ad2402bb5a366762f63a74eda64845 OK 2025/02/08 01:26:28 DEBUG : test.sum: md5 = ebccdc171469e31d6423c0439c468f44 OK === RUN TestCheckSumDownload/subtest2 2025/02/08 01:26:32 DEBUG : test.sum: md5 = 9af63a9356f0ddf83a9ad298ecfa6837 OK === RUN TestCheckSumDownload/subtest3 2025/02/08 01:26:37 DEBUG : test.sum: md5 = 69e63d4821916160e1235669f40b67a1 OK === RUN TestCheckSumDownload/subtest4 2025/02/08 01:26:41 DEBUG : test.sum: md5 = 9c4237d05b7d89069602cdcda8af5da0 OK === RUN TestCheckSumDownload/subtest5 2025/02/08 01:26:45 DEBUG : test.sum: md5 = b8856cbd957813f0e22934578471db28 OK === RUN TestCheckSumDownload/subtest6 2025/02/08 01:26:49 DEBUG : data/banana: md5 = fe7512b20c6ab3e3d921e46905d20b92 OK 2025/02/08 01:26:50 DEBUG : data/potato: md5 = 39a333d763faf33e2f45c8b2553349e2 OK 2025/02/08 01:26:52 DEBUG : test.sum: md5 = 4e26413520dff99180ca14fc6d543820 OK === RUN TestCheckSumDownload/subtest7 2025/02/08 01:26:57 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/02/08 01:26:57 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.62s) --- PASS: TestCheckSumDownload/subtest1 (2.62s) --- PASS: TestCheckSumDownload/subtest2 (2.05s) --- PASS: TestCheckSumDownload/subtest3 (2.87s) --- PASS: TestCheckSumDownload/subtest4 (2.45s) --- PASS: TestCheckSumDownload/subtest5 (2.23s) --- PASS: TestCheckSumDownload/subtest6 (1.84s) --- PASS: TestCheckSumDownload/subtest7 (2.44s) === RUN TestApplyTransforms 2025/02/08 01:26:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nubogiy6rozo" 2025/02/08 01:26:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:26:57 DEBUG : Creating backend with remote "TestDrive:crypt/87jh5khm1hhsl02tmm3jgc4dgtfkc8iok2a69c8khcmcc07ilbqg" 2025/02/08 01:26:58 DEBUG : Creating backend with remote "/tmp/rclone2043132235" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nubogiy6rozo'", Local "Local file system at /tmp/rclone2043132235", Modify Window "1ms" 2025/02/08 01:27:01 DEBUG : hello, world!: md5 = 931efd30d4d1f5745159ddad41e9e716 OK upper checkfile vs. lower remote (without normalization) 2025/02/08 01:27:01 ERROR : hello, world!: sum not found 2025/02/08 01:27:01 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nubogiy6rozo' 2025/02/08 01:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nubogiy6rozo': 1 files missing 2025/02/08 01:27:01 NOTICE: 1 hashes missing 2025/02/08 01:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nubogiy6rozo': 2 differences found 2025/02/08 01:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nubogiy6rozo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/02/08 01:27:02 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/08 01:27:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nubogiy6rozo': 0 differences found 2025/02/08 01:27:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nubogiy6rozo': 1 matching files 2025/02/08 01:27:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hijubun2riyi" 2025/02/08 01:27:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:27:02 DEBUG : Creating backend with remote "TestDrive:crypt/5p3ovido07sq2ostuic4k5q6adnsrdkbebhk8gr5rqohj5652dog" 2025/02/08 01:27:03 DEBUG : Creating backend with remote "/tmp/rclone3899068640" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hijubun2riyi'", Local "Local file system at /tmp/rclone3899068640", Modify Window "1ms" 2025/02/08 01:27:05 DEBUG : HELLO, WORLD!: md5 = 124503014eada68978d02c8628145dfa OK lower checkfile vs. upper remote (without normalization) 2025/02/08 01:27:06 ERROR : HELLO, WORLD!: sum not found 2025/02/08 01:27:06 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hijubun2riyi' 2025/02/08 01:27:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hijubun2riyi': 1 files missing 2025/02/08 01:27:06 NOTICE: 1 hashes missing 2025/02/08 01:27:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hijubun2riyi': 2 differences found 2025/02/08 01:27:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hijubun2riyi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/02/08 01:27:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/08 01:27:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hijubun2riyi': 0 differences found 2025/02/08 01:27:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hijubun2riyi': 1 matching files 2025/02/08 01:27:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-laqozim7neto" 2025/02/08 01:27:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:27:07 DEBUG : Creating backend with remote "TestDrive:crypt/sc9tj302g7s17pf231cgqfkihl9385roc51d8jsvhjo5afmt1a30" 2025/02/08 01:27:08 DEBUG : Creating backend with remote "/tmp/rclone2912021141" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-laqozim7neto'", Local "Local file system at /tmp/rclone2912021141", Modify Window "1ms" 2025/02/08 01:27:10 DEBUG : HeLlO, wOrLd!: md5 = a78a1fccc887e860510da2fd270e13e6 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/02/08 01:27:10 ERROR : HeLlO, wOrLd!: sum not found 2025/02/08 01:27:10 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-laqozim7neto' 2025/02/08 01:27:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laqozim7neto': 1 files missing 2025/02/08 01:27:10 NOTICE: 1 hashes missing 2025/02/08 01:27:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laqozim7neto': 2 differences found 2025/02/08 01:27:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laqozim7neto': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/02/08 01:27:11 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/08 01:27:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laqozim7neto': 0 differences found 2025/02/08 01:27:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laqozim7neto': 1 matching files 2025/02/08 01:27:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hojalad2bifa" 2025/02/08 01:27:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:27:11 DEBUG : Creating backend with remote "TestDrive:crypt/ngjn5oma8g6ja0hecdi4v8su36q7mbsjod5pnh55evk93p35gbd0" 2025/02/08 01:27:12 DEBUG : Creating backend with remote "/tmp/rclone2067893653" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hojalad2bifa'", Local "Local file system at /tmp/rclone2067893653", Modify Window "1ms" 2025/02/08 01:27:14 DEBUG : HELLO, WORLD!: md5 = 12be01135ce9e4f6fd5be8a4c3332d9b OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/02/08 01:27:15 ERROR : HELLO, WORLD!: sum not found 2025/02/08 01:27:15 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hojalad2bifa' 2025/02/08 01:27:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hojalad2bifa': 1 files missing 2025/02/08 01:27:15 NOTICE: 1 hashes missing 2025/02/08 01:27:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hojalad2bifa': 2 differences found 2025/02/08 01:27:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hojalad2bifa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/02/08 01:27:16 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/08 01:27:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hojalad2bifa': 0 differences found 2025/02/08 01:27:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hojalad2bifa': 1 matching files 2025/02/08 01:27:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yevufek8wili" 2025/02/08 01:27:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:27:16 DEBUG : Creating backend with remote "TestDrive:crypt/54oulbo78c7qehcflqap25472l6n4rdru5ft1uhb4mmegu220ie0" 2025/02/08 01:27:17 DEBUG : Creating backend with remote "/tmp/rclone1149228398" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yevufek8wili'", Local "Local file system at /tmp/rclone1149228398", Modify Window "1ms" 2025/02/08 01:27:19 DEBUG : 測試_Русский___ě_áñ: md5 = 978c8d7feb1690e28753b407d392f67d OK NFD checkfile vs. NFC remote (without normalization) 2025/02/08 01:27:19 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/08 01:27:19 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yevufek8wili' 2025/02/08 01:27:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevufek8wili': 1 files missing 2025/02/08 01:27:19 NOTICE: 1 hashes missing 2025/02/08 01:27:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevufek8wili': 2 differences found 2025/02/08 01:27:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevufek8wili': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/02/08 01:27:20 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/08 01:27:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevufek8wili': 0 differences found 2025/02/08 01:27:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevufek8wili': 1 matching files 2025/02/08 01:27:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wurekad5tali" 2025/02/08 01:27:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:27:20 DEBUG : Creating backend with remote "TestDrive:crypt/tg2hqr6mn0see5ot7uj6tuiapon0aicbmefjrigc0n3n7s1s32ag" 2025/02/08 01:27:21 DEBUG : Creating backend with remote "/tmp/rclone3109074245" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wurekad5tali'", Local "Local file system at /tmp/rclone3109074245", Modify Window "1ms" 2025/02/08 01:27:24 DEBUG : 測試_Русский___ě_áñ: md5 = ff0ddd0eb9900b80a53283483a3e91a4 OK NFC checkfile vs. NFD remote (without normalization) 2025/02/08 01:27:24 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/08 01:27:24 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wurekad5tali' 2025/02/08 01:27:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wurekad5tali': 1 files missing 2025/02/08 01:27:24 NOTICE: 1 hashes missing 2025/02/08 01:27:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wurekad5tali': 2 differences found 2025/02/08 01:27:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wurekad5tali': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/02/08 01:27:26 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/08 01:27:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wurekad5tali': 0 differences found 2025/02/08 01:27:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wurekad5tali': 1 matching files 2025/02/08 01:27:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qiperap8zope" 2025/02/08 01:27:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:27:26 DEBUG : Creating backend with remote "TestDrive:crypt/tk25ncrhsvi2pfdgptatfsq7us0k9g6fk7bqjmihnmokk04pfhi0" 2025/02/08 01:27:26 DEBUG : Creating backend with remote "/tmp/rclone814986101" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qiperap8zope'", Local "Local file system at /tmp/rclone814986101", Modify Window "1ms" 2025/02/08 01:27:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b8995fc541f125144b75dba55b9d5160 OK NFDx2 checkfile vs. both remote (without normalization) 2025/02/08 01:27:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/08 01:27:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qiperap8zope' 2025/02/08 01:27:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiperap8zope': 1 files missing 2025/02/08 01:27:29 NOTICE: 1 hashes missing 2025/02/08 01:27:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiperap8zope': 2 differences found 2025/02/08 01:27:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiperap8zope': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/02/08 01:27:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/08 01:27:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiperap8zope': 0 differences found 2025/02/08 01:27:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qiperap8zope': 1 matching files 2025/02/08 01:27:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gapuhag3loji" 2025/02/08 01:27:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:27:31 DEBUG : Creating backend with remote "TestDrive:crypt/qarb6o1cg5m0oim5lgj7e3otq14de9vqja922jn6d0bdmn43pvc0" 2025/02/08 01:27:32 DEBUG : Creating backend with remote "/tmp/rclone1668560565" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gapuhag3loji'", Local "Local file system at /tmp/rclone1668560565", Modify Window "1ms" 2025/02/08 01:27:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c2d0c645777fe3e317a4f517e7cd8183 OK NFCx2 checkfile vs. both remote (without normalization) 2025/02/08 01:27:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/08 01:27:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gapuhag3loji' 2025/02/08 01:27:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gapuhag3loji': 1 files missing 2025/02/08 01:27:35 NOTICE: 1 hashes missing 2025/02/08 01:27:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gapuhag3loji': 2 differences found 2025/02/08 01:27:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gapuhag3loji': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/02/08 01:27:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/08 01:27:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gapuhag3loji': 0 differences found 2025/02/08 01:27:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gapuhag3loji': 1 matching files 2025/02/08 01:27:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xaxokuc3muzu" 2025/02/08 01:27:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:27:36 DEBUG : Creating backend with remote "TestDrive:crypt/ka0t4gf8urn60ph6gh83diqmukl6ht8fkj0qsqj0tb012fl60bcg" 2025/02/08 01:27:37 DEBUG : Creating backend with remote "/tmp/rclone103045857" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xaxokuc3muzu'", Local "Local file system at /tmp/rclone103045857", Modify Window "1ms" 2025/02/08 01:27:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 79c66c41332fdfceedf57ae964b90ed8 OK both checkfile vs. NFDx2 remote (without normalization) 2025/02/08 01:27:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/08 01:27:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xaxokuc3muzu' 2025/02/08 01:27:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xaxokuc3muzu': 1 files missing 2025/02/08 01:27:39 NOTICE: 1 hashes missing 2025/02/08 01:27:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xaxokuc3muzu': 2 differences found 2025/02/08 01:27:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xaxokuc3muzu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/02/08 01:27:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/08 01:27:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xaxokuc3muzu': 0 differences found 2025/02/08 01:27:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xaxokuc3muzu': 1 matching files 2025/02/08 01:27:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dikutum8suya" 2025/02/08 01:27:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:27:40 DEBUG : Creating backend with remote "TestDrive:crypt/77e3sbstslc4s1m066d03388qt02brrapfi5rm7lb5cvi8gseotg" 2025/02/08 01:27:41 DEBUG : Creating backend with remote "/tmp/rclone2506553916" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dikutum8suya'", Local "Local file system at /tmp/rclone2506553916", Modify Window "1ms" 2025/02/08 01:27:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 9b8ac459662a2f191854c48782eb6351 OK both checkfile vs. NFCx2 remote (without normalization) 2025/02/08 01:27:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/08 01:27:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dikutum8suya' 2025/02/08 01:27:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dikutum8suya': 1 files missing 2025/02/08 01:27:44 NOTICE: 1 hashes missing 2025/02/08 01:27:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dikutum8suya': 2 differences found 2025/02/08 01:27:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dikutum8suya': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/02/08 01:27:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/08 01:27:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dikutum8suya': 0 differences found 2025/02/08 01:27:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dikutum8suya': 1 matching files 2025/02/08 01:27:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dikutum8suya': Purge remote 2025/02/08 01:27:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xaxokuc3muzu': Purge remote 2025/02/08 01:27:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gapuhag3loji': Purge remote 2025/02/08 01:27:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qiperap8zope': Purge remote 2025/02/08 01:27:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wurekad5tali': Purge remote 2025/02/08 01:27:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yevufek8wili': Purge remote 2025/02/08 01:27:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hojalad2bifa': Purge remote 2025/02/08 01:27:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-laqozim7neto': Purge remote 2025/02/08 01:27:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hijubun2riyi': Purge remote 2025/02/08 01:27:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nubogiy6rozo': Purge remote --- PASS: TestApplyTransforms (52.27s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:27:50 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/08 01:27:52 DEBUG : sub/file2: md5 = cd9ef1e78d663b00edddf6b7ef1fd7da OK 2025/02/08 01:27:52 INFO : file1: Copied (new) to: sub/file2 2025/02/08 01:27:53 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/08 01:27:53 DEBUG : file1: Unchanged skipping 2025/02/08 01:27:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': don't need to copy/move sub/file2, it is already at target location 2025/02/08 01:27:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.05s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:27:59 DEBUG : dst/file1: md5 = 469db53b79c343f8aaa310fba8e2e5e4 OK 2025/02/08 01:27:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovuzox1noco/backup" 2025/02/08 01:27:59 DEBUG : Creating backend with remote "TestDrive:crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00/1nrff024r7pq65ecp72fc28jb0" 2025/02/08 01:28:01 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/08 01:28:03 INFO : dst/file1: Moved (server-side) 2025/02/08 01:28:04 DEBUG : dst/file1: md5 = 85eec32a538bc97b929203ae6dea7419 OK 2025/02/08 01:28:04 INFO : dst/file1: Copied (new) 2025/02/08 01:28:07 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/08 01:28:08 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/08 01:28:08 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.69s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:28:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovuzox1noco/dst" 2025/02/08 01:28:09 DEBUG : Creating backend with remote "TestDrive:crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/08 01:28:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovuzox1noco/CompareDest" 2025/02/08 01:28:11 DEBUG : Creating backend with remote "TestDrive:crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00/gveqi14airsml4bgu7krj116o8" 2025/02/08 01:28:12 DEBUG : one: Need to transfer - File not found at Destination 2025/02/08 01:28:14 DEBUG : one: md5 = 371e0d3877253d722f68333901270029 OK 2025/02/08 01:28:14 INFO : one: Copied (new) 2025/02/08 01:28:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/08 01:28:17 DEBUG : one: md5 = 361506098bf589642430dae38e9df0f2 OK 2025/02/08 01:28:17 INFO : one: Copied (replaced existing) 2025/02/08 01:28:19 DEBUG : dst/one: md5 = b90dad34fdd613c6e1a47c15c6872a69 OK 2025/02/08 01:28:21 DEBUG : CompareDest/one: md5 = 76bf902614e677ec6a8902646d79fa4d OK 2025/02/08 01:28:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/08 01:28:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/08 01:28:22 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/08 01:28:24 DEBUG : CompareDest/two: md5 = c68213875229c042ec55bcdbfbdad846 OK 2025/02/08 01:28:25 DEBUG : two: Need to transfer - File not found at Destination 2025/02/08 01:28:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/08 01:28:25 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/08 01:28:26 DEBUG : two: Need to transfer - File not found at Destination 2025/02/08 01:28:26 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/08 01:28:26 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/08 01:28:27 DEBUG : two: Need to transfer - File not found at Destination 2025/02/08 01:28:28 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/08 01:28:29 DEBUG : two: md5 = 1e93b07f1c85c001e606f57250a9e004 OK 2025/02/08 01:28:29 INFO : two: Copied (new) 2025/02/08 01:28:32 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/08 01:28:32 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:28:33 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:28:33 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.38s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:28:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovuzox1noco/dst" 2025/02/08 01:28:33 DEBUG : Creating backend with remote "TestDrive:crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/08 01:28:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovuzox1noco/CopyDest" 2025/02/08 01:28:35 DEBUG : Creating backend with remote "TestDrive:crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00/d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/08 01:28:36 DEBUG : one: Need to transfer - File not found at Destination 2025/02/08 01:28:39 DEBUG : one: md5 = a11e73f5dea0b1df7a14a24cf32111e5 OK 2025/02/08 01:28:39 INFO : one: Copied (new) 2025/02/08 01:28:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/08 01:28:42 DEBUG : one: md5 = 0227adaa3a2d767ef59edf6e26d31e9a OK 2025/02/08 01:28:42 INFO : one: Copied (replaced existing) 2025/02/08 01:28:44 DEBUG : dst/one: md5 = 75fa59cb9b2df754f67bfb570902c870 OK 2025/02/08 01:28:46 DEBUG : CopyDest/one: md5 = d9a4ef0eb2f99e3281b3598d435dd0c0 OK 2025/02/08 01:28:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovuzox1noco/BackupDir" 2025/02/08 01:28:47 DEBUG : Creating backend with remote "TestDrive:crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/08 01:28:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/08 01:28:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/08 01:28:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/08 01:28:50 INFO : one: Moved (server-side) 2025/02/08 01:28:51 INFO : one: Copied (server-side copy) 2025/02/08 01:28:51 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/08 01:28:53 DEBUG : CopyDest/two: md5 = b8e1df34c5446e04a331d96f3ea245a2 OK 2025/02/08 01:28:54 DEBUG : two: Need to transfer - File not found at Destination 2025/02/08 01:28:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/08 01:28:55 INFO : two: Copied (server-side copy) 2025/02/08 01:28:55 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/08 01:28:56 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/08 01:28:56 DEBUG : two: Unchanged skipping 2025/02/08 01:28:58 DEBUG : CopyDest/three: md5 = 4d751198dd88cfd2fb945250287fae8d OK 2025/02/08 01:28:58 DEBUG : three: Need to transfer - File not found at Destination 2025/02/08 01:28:59 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/08 01:28:59 DEBUG : three: Destination not found in --copy-dest 2025/02/08 01:29:00 DEBUG : three: md5 = aa507b3597f66f6f55aed6471ffe2a43 OK 2025/02/08 01:29:00 INFO : three: Copied (new) 2025/02/08 01:29:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/08 01:29:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:29:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/08 01:29:05 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/08 01:29:05 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:29:05 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/08 01:29:06 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.16s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", 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-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", 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-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:29:08 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/02/08 01:29:10 DEBUG : TestCopyFileMaxTransfer/file1: md5 = ff986d4e7aa199993b5aac532719618c OK 2025/02/08 01:29:10 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/02/08 01:29:10 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/02/08 01:29:11 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/02/08 01:29:11 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/02/08 01:29:12 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/02/08 01:29:13 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 03290f349f9c6963f7d30b3e537e6777 OK 2025/02/08 01:29:13 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/02/08 01:29:16 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/02/08 01:29:16 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.16s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:29:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Looking for duplicate names using skip mode. 2025/02/08 01:29:20 NOTICE: one: Found 2 files with duplicate names 2025/02/08 01:29:20 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.92s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:29:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Looking for duplicate names using skip mode. 2025/02/08 01:29:26 NOTICE: one: Found 3 files with duplicate names 2025/02/08 01:29:26 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/02/08 01:29:27 INFO : one: Deleted 2025/02/08 01:29:27 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.33s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:29:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Looking for duplicate names using first mode. 2025/02/08 01:29:32 NOTICE: one: Found 3 files with duplicate names 2025/02/08 01:29:33 INFO : one: Deleted 2025/02/08 01:29:33 INFO : one: Deleted 2025/02/08 01:29:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.14s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:29:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Looking for duplicate names using newest mode. 2025/02/08 01:29:39 NOTICE: one: Found 3 files with duplicate names 2025/02/08 01:29:39 INFO : one: Deleted 2025/02/08 01:29:40 INFO : one: Deleted 2025/02/08 01:29:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.42s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:29:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Looking for duplicate names using oldest mode. 2025/02/08 01:29:46 NOTICE: one: Found 3 files with duplicate names 2025/02/08 01:29:46 INFO : one: Deleted 2025/02/08 01:29:46 INFO : one: Deleted 2025/02/08 01:29:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.43s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:29:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Looking for duplicate names using largest mode. 2025/02/08 01:29:52 NOTICE: one: Found 3 files with duplicate names 2025/02/08 01:29:52 INFO : one: Deleted 2025/02/08 01:29:53 INFO : one: Deleted 2025/02/08 01:29:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.45s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:29:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Looking for duplicate names using smallest mode. 2025/02/08 01:29:58 NOTICE: one: Found 3 files with duplicate names 2025/02/08 01:29:59 INFO : one: Deleted 2025/02/08 01:29:59 INFO : one: Deleted 2025/02/08 01:29:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.18s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:30:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Looking for duplicate names using rename mode. 2025/02/08 01:30:06 NOTICE: one.txt: Found 3 files with duplicate names 2025/02/08 01:30:07 INFO : one-2.txt: renamed from: one.txt 2025/02/08 01:30:08 INFO : one-3.txt: renamed from: one.txt 2025/02/08 01:30:09 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.57s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:30:14 DEBUG : dupe1/one.txt: md5 = 135c4531c169b2e2e345b969302eaf42 OK 2025/02/08 01:30:16 DEBUG : dupe2/two.txt: md5 = 389329990fb49fb5ca3c214f0ec05a3c OK 2025/02/08 01:30:18 DEBUG : dupe3/three.txt: md5 = b35512ff19604518ffac3ce58cca87e9 OK 2025/02/08 01:30:19 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/02/08 01:30:19 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/02/08 01:30:20 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/02/08 01:30:21 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/02/08 01:30:24 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/02/08 01:30:24 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/02/08 01:30:24 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.55s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:30:26 DEBUG : a.txt: md5 = 55fd4cc3b22621e18d9cc705be9228b8 OK 2025/02/08 01:30:27 DEBUG : zend.txt: md5 = 15155df03a767ada4e0a9792c56b8df4 OK 2025/02/08 01:30:29 DEBUG : sub dir/hello world: md5 = de8de5e1bdf0515e9ff8d65e9061d076 OK 2025/02/08 01:30:31 DEBUG : sub dir/hello world2: md5 = f27bf67cd76095d1533d990f818408a7 OK 2025/02/08 01:30:33 DEBUG : sub dir/ignore dir/.ignore: md5 = cf81ee8c6064e82c97ba5702ae4f3808 OK 2025/02/08 01:30:34 DEBUG : sub dir/ignore dir/should be ignored: md5 = ae87de820c9e4d1dc0747bacdbc61a60 OK 2025/02/08 01:30:36 DEBUG : sub dir/sub sub dir/hello world3: md5 = b51c32ccc8bcc307cbe1e411c4140d01 OK 2025/02/08 01:30:37 DEBUG : a.txt: Excluded (Size Filter) 2025/02/08 01:30:37 DEBUG : a.txt: Excluded 2025/02/08 01:30:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/08 01:30:38 DEBUG : sub dir/hello world2: Excluded 2025/02/08 01:30:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/08 01:30:38 DEBUG : sub dir/hello world: Excluded 2025/02/08 01:30:39 DEBUG : sub dir/ignore dir: Excluded 2025/02/08 01:30:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/08 01:30:39 DEBUG : sub dir/hello world2: Excluded 2025/02/08 01:30:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/08 01:30:39 DEBUG : sub dir/hello world: Excluded 2025/02/08 01:30:39 DEBUG : sub dir/ignore dir: Excluded 2025/02/08 01:30:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/02/08 01:30:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/02/08 01:30:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/02/08 01:30:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/02/08 01:30:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/02/08 01:30:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/02/08 01:30:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.37s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:30:47 DEBUG : file1: md5 = a72491c5cd74fd0bafbd14b989dd620e OK 2025/02/08 01:30:49 DEBUG : sub/file2: md5 = a8ab5bbd25a8391cc5c5aa3aedc60a01 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/02/08 01:30:52 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/02/08 01:30:52 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/02/08 01:30:53 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/02/08 01:30:54 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.37s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.21s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.22s) --- PASS: TestListJSON/HashTypes (0.30s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:30:56 DEBUG : file1: md5 = 68f184913a472bb15fb7bbfe9e54ed03 OK 2025/02/08 01:30:59 DEBUG : sub/file2: md5 = e52700872931b709a3b257569f4b387e OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/02/08 01:31:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovuzox1noco/notfound" 2025/02/08 01:31:03 DEBUG : Creating backend with remote "TestDrive:crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00/qe0i31qdkoejk60elps0ni5sqk" 2025/02/08 01:31:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.28s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.46s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.60s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:31:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Making directory 2025/02/08 01:31:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Making directory --- PASS: TestMkdir (0.73s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:31:09 DEBUG : sub dir/hello world: md5 = fcdd118272f87f221c927a76e6e10e48 OK 2025/02/08 01:31:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.64s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:31:13 DEBUG : potato2: md5 = 95a6eebdab0573049c554728b36c387e OK 2025/02/08 01:31:15 DEBUG : empty space: md5 = 2c8e40d1c4dc10a1435d780ad3ff137b OK --- PASS: TestLs (4.94s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:31:18 DEBUG : potato2: md5 = e4adf1a009f1a98b0c5a7b3d48edf3fa OK 2025/02/08 01:31:19 DEBUG : empty space: md5 = 39f1f93b946e0eac9aad746aad31b7b9 OK 2025/02/08 01:31:20 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/02/08 01:31:20 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.66s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:31:23 DEBUG : potato2: md5 = a77adcca0974909bcb1c661c227bd494 OK 2025/02/08 01:31:24 DEBUG : empty space: md5 = 35c90c97dfeb5f4d3dcc41b2d347763b OK --- PASS: TestLsLong (4.38s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:31:27 DEBUG : potato2: md5 = cab40b8d7c3a46f17564e4106d75585d OK 2025/02/08 01:31:28 DEBUG : empty space: md5 = 2f97df1d03f6f2e044847d28196fd5f5 OK --- PASS: TestHashSums (4.31s) === RUN TestHashSumsWithErrors 2025/02/08 01:31:30 DEBUG : Creating backend with remote ":memory:" 2025/02/08 01:31:30 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/02/08 01:31:30 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/08 01:31:30 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/08 01:31:30 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/08 01:31:30 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/08 01:31:30 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/08 01:31:30 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/08 01:31:30 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/02/08 01:31:30 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-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:31:31 DEBUG : potato2: md5 = fd3f850da970275a55447a4c64b676bb OK 2025/02/08 01:31:33 DEBUG : empty space: md5 = eb8225ac3b17f937b3af6a2a6046d0cc OK 2025/02/08 01:31:35 DEBUG : sub dir/potato3: md5 = 57b45e3c61778087908cb368827350b5 OK 2025/02/08 01:31:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.27s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:31:40 DEBUG : small: md5 = 72a7c2ee21c3e7bf4c61ac89cb5a0f3e OK 2025/02/08 01:31:41 DEBUG : medium: md5 = dad4b5426dc6232be5651d8b9799bd8a OK 2025/02/08 01:31:42 DEBUG : large: md5 = 7f5d526857e8beaa14b803614f7c5c0e OK 2025/02/08 01:31:43 DEBUG : Waiting for deletions to finish 2025/02/08 01:31:43 DEBUG : large: Excluded (Size Filter) 2025/02/08 01:31:43 INFO : medium: Deleted 2025/02/08 01:31:43 INFO : small: Deleted --- PASS: TestDelete (6.18s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:31:46 DEBUG : small: md5 = 08577eb45b88524b516cb1c966c23e35 OK 2025/02/08 01:31:47 DEBUG : medium: md5 = e7ec3c644f79ccd19208cdc5a212a103 OK 2025/02/08 01:31:49 DEBUG : large: md5 = 88bcdb65348c28c8fc70f9d84f23bff5 OK 2025/02/08 01:31:49 DEBUG : Waiting for deletions to finish 2025/02/08 01:31:49 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/02/08 01:31:50 INFO : large: Deleted 2025/02/08 01:31:50 INFO : small: Deleted --- PASS: TestMaxDelete (6.60s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:31:53 DEBUG : small: md5 = c122afc99cd6e097ca1641e30423d6f7 OK 2025/02/08 01:31:54 DEBUG : medium: md5 = ead93fff27668d394566835183e0be11 OK 2025/02/08 01:31:55 DEBUG : large: md5 = 994d7e9b61f0b5158725307cf65351b1 OK 2025/02/08 01:31:56 DEBUG : Waiting for deletions to finish 2025/02/08 01:31:56 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/08 01:31:56 INFO : medium: Deleted 2025/02/08 01:31:56 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.85s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:31:59 DEBUG : small: md5 = 877bb5393b6f6066aeae40db74c6c3ec OK 2025/02/08 01:32:01 DEBUG : medium: md5 = 2ce76f258b908d232006dcd32676e112 OK 2025/02/08 01:32:02 DEBUG : large: md5 = c0bcc334c9dccd4b6f29b17c5c745672 OK 2025/02/08 01:32:02 DEBUG : Waiting for deletions to finish 2025/02/08 01:32:03 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/08 01:32:03 INFO : medium: Deleted 2025/02/08 01:32:03 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.71s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:32:06 DEBUG : ReadFile: md5 = 40dc228dd2b164f1c824dd1bc52ee35a OK --- PASS: TestReadFile (3.94s) === RUN TestRetry 2025/02/08 01:32:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/02/08 01:32:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/02/08 01:32:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/08 01:32:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/08 01:32:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/08 01:32:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/08 01:32:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:32:10 DEBUG : file1: md5 = 0533b9e6b17fb60f3c48c65502d18677 OK 2025/02/08 01:32:11 DEBUG : file2: md5 = be376516870c3f3586f7d36c5bc7db5b OK --- PASS: TestCat (16.64s) === RUN TestPurge 2025/02/08 01:32:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pihalax1xepi" 2025/02/08 01:32:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/08 01:32:25 DEBUG : Creating backend with remote "TestDrive:crypt/727bhq5sr4gh0kdtgu4s9nrnbultvsk0ndpipv4vbqemlgt7866g" 2025/02/08 01:32:26 DEBUG : Creating backend with remote "/tmp/rclone2892964148" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pihalax1xepi'", Local "Local file system at /tmp/rclone2892964148", Modify Window "1ms" 2025/02/08 01:32:31 DEBUG : A1/B1/C1/one: md5 = 97cd74ed49048b28b0a58dfe71aea6ac OK 2025/02/08 01:32:31 INFO : A2: Making directory 2025/02/08 01:32:32 INFO : A1/B2: Making directory 2025/02/08 01:32:32 INFO : A1/B2/C2: Making directory 2025/02/08 01:32:33 INFO : A1/B1/C3: Making directory 2025/02/08 01:32:34 INFO : A3: Making directory 2025/02/08 01:32:35 INFO : A3/B3: Making directory 2025/02/08 01:32:35 INFO : A3/B3/C4: Making directory 2025/02/08 01:32:38 DEBUG : A1/two: md5 = 8eb9124f85255c9533e5b5e72fe1cc14 OK 2025/02/08 01:32:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pihalax1xepi': Purge remote 2025/02/08 01:32:41 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.87s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:32:45 DEBUG : A1/B1/C1/one: md5 = 74929d6dbf5887e6d45c6abd38f43483 OK 2025/02/08 01:32:45 INFO : A2: Making directory 2025/02/08 01:32:45 INFO : A1/B2: Making directory 2025/02/08 01:32:46 INFO : A1/B2/C2: Making directory 2025/02/08 01:32:47 INFO : A1/B1/C3: Making directory 2025/02/08 01:32:48 INFO : A3: Making directory 2025/02/08 01:32:48 INFO : A3/B3: Making directory 2025/02/08 01:32:49 INFO : A3/B3/C4: Making directory 2025/02/08 01:32:51 DEBUG : A1/two: md5 = f7ab4762d873451b0b7de851f980c817 OK 2025/02/08 01:32:53 DEBUG : removing 1 level 3 directories 2025/02/08 01:32:53 INFO : A3/B3/C4: Removing directory 2025/02/08 01:32:55 DEBUG : removing 2 level 3 directories 2025/02/08 01:32:55 INFO : A1/B2/C2: Removing directory 2025/02/08 01:32:55 INFO : A1/B1/C3: Removing directory 2025/02/08 01:32:56 DEBUG : removing 2 level 2 directories 2025/02/08 01:32:56 INFO : A3/B3: Removing directory 2025/02/08 01:32:56 INFO : A1/B2: Removing directory 2025/02/08 01:32:56 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/02/08 01:32:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/08 01:32:57 DEBUG : removing 2 level 1 directories 2025/02/08 01:32:57 INFO : A3: Removing directory 2025/02/08 01:32:57 INFO : A2: Removing directory 2025/02/08 01:32:57 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/02/08 01:33:01 DEBUG : removing 1 level 3 directories 2025/02/08 01:33:01 INFO : A1/B1/C1: Removing directory 2025/02/08 01:33:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:01 DEBUG : removing 1 level 2 directories 2025/02/08 01:33:01 INFO : A1/B1: Removing directory 2025/02/08 01:33:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/08 01:33:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/08 01:33:02 DEBUG : removing 1 level 1 directories 2025/02/08 01:33:02 INFO : A1: Removing directory 2025/02/08 01:33:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/08 01:33:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/08 01:33:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/08 01:33:03 DEBUG : removing 1 level 0 directories 2025/02/08 01:33:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Removing directory 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/08 01:33:03 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (23.00s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:33:05 INFO : A1: Making directory 2025/02/08 01:33:06 INFO : A1/B1: Making directory 2025/02/08 01:33:06 INFO : A1/B1/C1: Making directory 2025/02/08 01:33:09 DEBUG : removing 1 level 3 directories 2025/02/08 01:33:09 INFO : A1/B1/C1: Removing directory 2025/02/08 01:33:09 DEBUG : removing 1 level 2 directories 2025/02/08 01:33:09 INFO : A1/B1: Removing directory 2025/02/08 01:33:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/08 01:33:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.66s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:33:12 INFO : A1: Making directory 2025/02/08 01:33:13 INFO : A1/B1: Making directory 2025/02/08 01:33:13 INFO : A1/B1/C1: Making directory 2025/02/08 01:33:16 DEBUG : removing 1 level 3 directories 2025/02/08 01:33:16 INFO : A1/B1/C1: Removing directory 2025/02/08 01:33:17 DEBUG : removing 1 level 2 directories 2025/02/08 01:33:17 INFO : A1/B1: Removing directory 2025/02/08 01:33:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/08 01:33:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.45s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:33:21 DEBUG : file1: md5 = a576ce3285b22e89e9d6aaa4b80f3b83 OK 2025/02/08 01:33:22 DEBUG : filename.txt: File name found in url 2025/02/08 01:33:23 DEBUG : filename.txt: md5 = 89a94a877256c4917197b0b84eff641f OK 2025/02/08 01:33:23 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/02/08 01:33:24 DEBUG : headerfilename.txt: md5 = 80e26c9fe25100538d38c889b3c4fcec OK 2025/02/08 01:33:26 DEBUG : file2: md5 = 129c3e4bf5349f12d92e2bb6980cd91d OK --- PASS: TestCopyURL (8.97s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:33:28 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/08 01:33:31 DEBUG : sub/file2: md5 = 47f32d49d718a68af642a040ac488a37 OK 2025/02/08 01:33:31 INFO : file1: Copied (new) to: sub/file2 2025/02/08 01:33:31 INFO : file1: Deleted 2025/02/08 01:33:31 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/08 01:33:31 DEBUG : file1: Unchanged skipping 2025/02/08 01:33:31 INFO : file1: Deleted 2025/02/08 01:33:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': don't need to copy/move sub/file2, it is already at target location 2025/02/08 01:33:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.83s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:33:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/08 01:33:36 DEBUG : file1: md5 = 13959733b2dc7c7b54bcc3d5f9d788d1 OK 2025/02/08 01:33:36 INFO : file1: Copied (new) 2025/02/08 01:33:36 INFO : file1: Deleted 2025/02/08 01:33:36 DEBUG : file1: Destination exists, skipping 2025/02/08 01:33:36 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.31s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.42s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:33:40 DEBUG : dst/file1: md5 = 395827a0af64698a86fa8617513f8934 OK 2025/02/08 01:33:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovuzox1noco/backup" 2025/02/08 01:33:41 DEBUG : Creating backend with remote "TestDrive:crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00/1nrff024r7pq65ecp72fc28jb0" 2025/02/08 01:33:43 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/08 01:33:45 INFO : dst/file1: Moved (server-side) 2025/02/08 01:33:46 DEBUG : dst/file1: md5 = fe01fc558fc1bb765f3a86b2212770d7 OK 2025/02/08 01:33:46 INFO : dst/file1: Copied (new) 2025/02/08 01:33:46 INFO : dst/file1: Deleted 2025/02/08 01:33:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/08 01:33:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/08 01:33:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.88s) === 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-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:33:53 DEBUG : A1/one: md5 = 5949c3ea795992eb4fa40b2ac2770140 OK 2025/02/08 01:33:55 DEBUG : A1/two: md5 = 5e5fc5a17a1f7eea7f8df78b2b01baed OK 2025/02/08 01:33:57 DEBUG : A1/B1/three: md5 = acbc793b42d2b91dec0724a06bbbaba9 OK 2025/02/08 01:33:59 DEBUG : A1/B1/C1/four: md5 = 3ff18ee1513a8691af70db1668940c73 OK 2025/02/08 01:34:01 DEBUG : A1/B1/C2/five: md5 = dabbd716148d7a92ef0653ca3721e789 OK 2025/02/08 01:34:01 INFO : A1/B2: Making directory 2025/02/08 01:34:02 INFO : A1/B1/C3: Making directory 2025/02/08 01:34:11 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/02/08 01:34:11 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/02/08 01:34:11 INFO : A2/one: Moved (server-side) to: A3/one 2025/02/08 01:34:11 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/02/08 01:34:12 INFO : A2/two: Moved (server-side) to: A3/two 2025/02/08 01:34:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/08 01:34:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/08 01:34:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/08 01:34:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/08 01:34:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/08 01:34:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/02/08 01:34:23 INFO : A3/two: Moved (server-side) to: A4/two 2025/02/08 01:34:23 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/02/08 01:34:23 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/02/08 01:34:23 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/02/08 01:34:23 INFO : A3/one: Moved (server-side) to: A4/one 2025/02/08 01:34:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/08 01:34:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/08 01:34:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/08 01:34:26 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/08 01:34:26 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/08 01:34:32 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/02/08 01:34:33 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/02/08 01:34:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/08 01:34:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/08 01:34:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/08 01:34:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/08 01:34:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/08 01:34:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/08 01:34:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/08 01:34:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.02s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:34:35 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:34:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': File to upload is small (34 bytes), uploading instead of streaming 2025/02/08 01:34:37 DEBUG : no_checksum_small_file_from_pipe: md5 = 9fcb70856021ce689b5eb5d4da572047 OK 2025/02/08 01:34:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/02/08 01:34:37 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/08 01:34:38 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/02/08 01:34:39 DEBUG : no_checksum_big_file_from_pipe: md5 = c43c5e4f585b6d57f106374e92b2d869 OK 2025/02/08 01:34:39 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-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:34:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': File to upload is small (34 bytes), uploading instead of streaming 2025/02/08 01:34:42 DEBUG : with_checksum_small_file_from_pipe: md5 = 200214bcdb4eb2b818acaf0359301dd1 OK 2025/02/08 01:34:42 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/08 01:34:43 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/02/08 01:34:44 DEBUG : with_checksum_big_file_from_pipe: md5 = 0814abd23ac6a47a9937467a6f807b84 OK 2025/02/08 01:34:44 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-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:34:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': File to upload is small (34 bytes), uploading instead of streaming 2025/02/08 01:34:47 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/08 01:34:48 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/08 01:34:49 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-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:34:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': File to upload is small (34 bytes), uploading instead of streaming 2025/02/08 01:34:52 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/08 01:34:53 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/08 01:34:54 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.88s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.07s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.01s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.60s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.19s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/02/08 01:34:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': File to upload is small (48 bytes), uploading instead of streaming 2025/02/08 01:34:57 DEBUG : rcat_metadata: md5 = c5ac653227c6b1892745eaec6760d389 OK 2025/02/08 01:34:57 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/02/08 01:34:59 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/02/08 01:35:00 DEBUG : rcat_metadata_uploadcutoff0: md5 = d3c7498d992b5397e148a329d94cc737 OK 2025/02/08 01:35:00 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.59s) --- PASS: TestRcatMetadata/Normal (2.55s) --- PASS: TestRcatMetadata/ViaDisk (2.58s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:35:02 DEBUG : potato1: md5 = 8ea5fa444dfc1b6a38603d9eee2ac66e OK 2025/02/08 01:35:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': File to upload is small (60 bytes), uploading instead of streaming 2025/02/08 01:35:04 DEBUG : potato2: md5 = bc6c66b379425ecc2021a2fb1ccfa008 OK 2025/02/08 01:35:04 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.24s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:35:07 DEBUG : potato1: md5 = 04784c412abeacac83d439593b32526f OK 2025/02/08 01:35:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': File to upload is small (60 bytes), uploading instead of streaming 2025/02/08 01:35:08 DEBUG : potato2: md5 = d51078d7ebdd09fd58dc97dc8bdfe9b7 OK 2025/02/08 01:35:08 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.82s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:35:11 DEBUG : potato2: md5 = ae3e78bdf5723f70ca1392f230c085ea OK 2025/02/08 01:35:13 DEBUG : empty space: md5 = a8a750143e8ffaa5b9a61ada2e472e70 OK 2025/02/08 01:35:15 DEBUG : sub dir/potato3: md5 = fe245ec8ea6409e301d72c784bdefc80 OK 2025/02/08 01:35:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Touching "empty space" 2025/02/08 01:35:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Touching "potato2" 2025/02/08 01:35:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Touching "sub dir/potato3" 2025/02/08 01:35:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.55s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:35:21 DEBUG : dir with metadata: Making directory with metadata 2025/02/08 01:35:21 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.20s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:35:23 DEBUG : directory with modtime: Making directory with metadata 2025/02/08 01:35:24 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.29s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:35:25 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/08 01:35:25 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/08 01:35:25 DEBUG : Google drive root 'crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00': Skipping btime metadata as can't update it on an existing file: 2025-02-08T01:35:25.659441235Z 2025/02/08 01:35:26 INFO : non existent directory: Updated directory metadata 2025/02/08 01:35:28 DEBUG : Google drive root 'crypt/mg1himm477kpeu4rrlvmdi711hkcaqj795unr40tagptsrqd2m00': Skipping btime metadata as can't update it on an existing file: 2025-02-08T01:35:25.659441235Z 2025/02/08 01:35:28 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.74s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:35:30 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/02/08 01:35:32 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/02/08 01:35:32 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.01s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:35:34 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/08 01:35:34 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/08 01:35:34 DEBUG : dst: Making directory with metadata 2025/02/08 01:35:35 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/08 01:35:35 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/08 01:35:35 INFO : dst: Set directory modification time (using SetModTime) 2025/02/08 01:35:36 INFO : dst: Set directory modification time (using SetModTime) 2025/02/08 01:35:36 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/02/08 01:35:36 INFO : dst: Set directory modification time (using SetModTime) 2025/02/08 01:35:36 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.58s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco'", Local "Local file system at /tmp/rclone1916342615", Modify Window "1ms" 2025/02/08 01:35:40 DEBUG : sub dir/test remove existing: md5 = c7ffbcc92eb29e64c43e60e5cd8bf2db OK 2025/02/08 01:35:41 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 3e037f868eebdfce0ca79645acbf792d OK 2025/02/08 01:35:43 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.dorativ4" before starting 2025/02/08 01:35:44 DEBUG : sub dir/test remove existing.dorativ4: TEST: removing renamed existing file after operation 2025/02/08 01:35:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ronupux9" before starting 2025/02/08 01:35:46 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ronupux9: TEST: renaming existing back after failed operation 2025/02/08 01:35:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rusizol0" before starting 2025/02/08 01:35:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rusizol0: TEST: removing renamed existing file after operation 2025/02/08 01:35:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "na5qkeegnu4qutgr9ltnm5ge33ql9a5obosmr8c43cpgtavn83lhve3m986qgvvoq6c8gbcelj949ss5ajlvm5vpho8r6ld21ketf8g4csnaq6pdo629lovhvr1kjvp69o39nmq369batvec7fts2qseis1qf2rqlon7f3sdanja383v1vmg" 2025/02/08 01:35:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "1du8gd6koqpei94q1pdppc47ls8h9b0od1rm48be5s7h1oqlf49g" --- PASS: TestRemoveExisting (13.08s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/02/08 01:35:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovuzox1noco': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m20.787191098s (try 1/5)