"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/02/14 02:55:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapacuj1soni" 2025/02/14 02:55:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:55:55 DEBUG : Creating backend with remote "TestDrive:crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30" 2025/02/14 02:55:56 DEBUG : Creating backend with remote "/tmp/rclone2813633882" === 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-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", 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-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.35s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/02/14 02:55:57 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/14 02:55:57 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/02/14 02:55:57 DEBUG : potato: Seek from 10 to 0 2025/02/14 02:55:57 DEBUG : potato: Seek from 10 to 0 2025/02/14 02:55:57 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/02/14 02:55:57 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/14 02:55:57 DEBUG : potato: Seek from 5 to 2 2025/02/14 02:55:57 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/02/14 02:55:57 DEBUG : potato: Seek from 7 to 0 2025/02/14 02:55:57 DEBUG : potato: Seek from 7 to 0 2025/02/14 02:55:57 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/02/14 02:55:57 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/14 02:55:57 DEBUG : potato: Seek from 5 to 2 2025/02/14 02:55:57 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/02/14 02:55:57 DEBUG : potato: Seek from 8 to 0 2025/02/14 02:55:57 DEBUG : potato: Seek from 8 to 0 2025/02/14 02:55:57 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/02/14 02:55:57 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/14 02:55:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/14 02:55:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/14 02:55:57 DEBUG : potato: Seek from 5 to 2 2025/02/14 02:55:57 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/02/14 02:55:57 DEBUG : potato: Seek from 9 to 0 2025/02/14 02:55:57 DEBUG : potato: Seek from 9 to 0 2025/02/14 02:55:57 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-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:55:59 DEBUG : rutabaga: md5 = 2dcd8938c0f33c1828cf15521511ade1 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/02/14 02:56:01 DEBUG : empty space: md5 = 2afd6ee1f601c0de97648fdf344b7050 OK === RUN TestCheck/3 2025/02/14 02:56:02 DEBUG : potato2: md5 = 73e43de63694d81edd91a72411039e84 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/02/14 02:56:05 DEBUG : remotepotato: md5 = 0353208a7e3f2451496cb12162fdd9b5 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.99s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.30s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/02/14 02:56:08 DEBUG : Creating backend with remote "nonexistent" 2025/02/14 02:56:08 DEBUG : Creating backend with remote "nonexistent" 2025/02/14 02:56:08 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/02/14 02:56:08 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/02/14 02:56:08 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/02/14 02:56:08 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-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:56:09 DEBUG : rutabaga: md5 = d303b04ea9b87c81501fe1fb18de7d45 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/02/14 02:56:13 DEBUG : empty space: md5 = 51fe11f84fca8411960b874aae685335 OK === RUN TestCheckDownload/3 2025/02/14 02:56:15 DEBUG : potato2: md5 = ddb43a896c8d74bdf440a3d801c2651a OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/02/14 02:56:19 DEBUG : remotepotato: md5 = 624a71a0d29bd5c40630380e8ee65e6a OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (15.92s) --- PASS: TestCheckDownload/1 (1.23s) --- PASS: TestCheckDownload/2 (0.93s) --- PASS: TestCheckDownload/3 (0.87s) --- PASS: TestCheckDownload/4 (1.31s) --- PASS: TestCheckDownload/5 (0.89s) --- PASS: TestCheckDownload/6 (0.87s) --- PASS: TestCheckDownload/7 (0.98s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:56:25 DEBUG : rutabaga: md5 = fdd958725e0bdf728779d86a799d726d OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/02/14 02:56:27 DEBUG : empty space: md5 = 58d1d2f7fff7ffdeb1b841c60c8e3546 OK === RUN TestCheckSizeOnly/3 2025/02/14 02:56:29 DEBUG : potato2: md5 = daf8fc2bce08d679db30cc4187909fcb OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/02/14 02:56:31 DEBUG : remotepotato: md5 = ddcdd96a88b9363c38bbeb491297e585 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.89s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.37s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:56:36 DEBUG : test.sum: md5 = 3c73e46b54aa502b9c872a3374460368 OK 2025/02/14 02:56:37 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/14 02:56:37 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/14 02:56:37 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/14 02:56:37 NOTICE: test.sum: 2 warning(s) suppressed... 2025/02/14 02:56:38 DEBUG : test.sum: md5 = 2043ac628f9b6ae4334eebf0a78ae739 OK 2025/02/14 02:56:39 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/14 02:56:39 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/14 02:56:39 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/14 02:56:39 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.90s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:56:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapacuj1soni/data" 2025/02/14 02:56:40 DEBUG : Creating backend with remote "TestDrive:crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni/data' lacks md5, skipping --- SKIP: TestCheckSum (1.92s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:56:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapacuj1soni/data" 2025/02/14 02:56:42 DEBUG : Creating backend with remote "TestDrive:crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30/vjrnln8ratgmqakfosrqe8espk" 2025/02/14 02:56:46 DEBUG : data/banana: md5 = baad55eb2c36defbf1a2918d7d317e5d OK 2025/02/14 02:56:47 DEBUG : test.sum: md5 = 92a5cbdf68103f72cbebbc0a987dac75 OK === RUN TestCheckSumDownload/subtest1 2025/02/14 02:56:52 DEBUG : data/potato: md5 = fb6a1cd32d1d9c08277bad739873c3a6 OK 2025/02/14 02:56:53 DEBUG : test.sum: md5 = 4e7a880ccc771785b7d15228de6fd176 OK === RUN TestCheckSumDownload/subtest2 2025/02/14 02:56:57 DEBUG : test.sum: md5 = cf6213525c44fd00c9a01b1d47085fa9 OK === RUN TestCheckSumDownload/subtest3 2025/02/14 02:57:01 DEBUG : test.sum: md5 = dfe5a0b222c5217c899794c2457d32df OK === RUN TestCheckSumDownload/subtest4 2025/02/14 02:57:05 DEBUG : test.sum: md5 = bcb7b3f6701d2daa79f2b6a67caeb8a4 OK === RUN TestCheckSumDownload/subtest5 2025/02/14 02:57:09 DEBUG : test.sum: md5 = b5dcb29f5f22a0d837527aea2afac43c OK === RUN TestCheckSumDownload/subtest6 2025/02/14 02:57:13 DEBUG : data/banana: md5 = f37d2e887a42b34ed26859ae2b832b94 OK 2025/02/14 02:57:15 DEBUG : data/potato: md5 = 05f376d0a1e490af6de3471ce05c1bf3 OK 2025/02/14 02:57:16 DEBUG : test.sum: md5 = 41aca9578b5bacec677d1fb697ad8d37 OK === RUN TestCheckSumDownload/subtest7 2025/02/14 02:57:22 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/02/14 02:57:22 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.20s) --- PASS: TestCheckSumDownload/subtest1 (2.36s) --- PASS: TestCheckSumDownload/subtest2 (2.12s) --- PASS: TestCheckSumDownload/subtest3 (2.32s) --- PASS: TestCheckSumDownload/subtest4 (2.09s) --- PASS: TestCheckSumDownload/subtest5 (2.15s) --- PASS: TestCheckSumDownload/subtest6 (2.26s) --- PASS: TestCheckSumDownload/subtest7 (2.68s) === RUN TestApplyTransforms 2025/02/14 02:57:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hoponoc8bavi" 2025/02/14 02:57:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:57:23 DEBUG : Creating backend with remote "TestDrive:crypt/086feh0a1e4nakpj1bvkbfpnvsrefp5ki2a1hsah4jva2usulftg" 2025/02/14 02:57:23 DEBUG : Creating backend with remote "/tmp/rclone3384404803" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hoponoc8bavi'", Local "Local file system at /tmp/rclone3384404803", Modify Window "1ms" 2025/02/14 02:57:26 DEBUG : hello, world!: md5 = 18f4000abd0bf67dcf47dbc29c7b944a OK upper checkfile vs. lower remote (without normalization) 2025/02/14 02:57:26 ERROR : hello, world!: sum not found 2025/02/14 02:57:26 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hoponoc8bavi' 2025/02/14 02:57:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoponoc8bavi': 1 files missing 2025/02/14 02:57:26 NOTICE: 1 hashes missing 2025/02/14 02:57:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoponoc8bavi': 2 differences found 2025/02/14 02:57:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoponoc8bavi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/02/14 02:57:27 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:57:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoponoc8bavi': 0 differences found 2025/02/14 02:57:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hoponoc8bavi': 1 matching files 2025/02/14 02:57:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuveroq7lihe" 2025/02/14 02:57:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:57:27 DEBUG : Creating backend with remote "TestDrive:crypt/77kacvtffnpd5ueieccetcdn39d9hr1qlcoekm4bh1cugck2bhj0" 2025/02/14 02:57:28 DEBUG : Creating backend with remote "/tmp/rclone2758559964" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuveroq7lihe'", Local "Local file system at /tmp/rclone2758559964", Modify Window "1ms" 2025/02/14 02:57:31 DEBUG : HELLO, WORLD!: md5 = 0cfca91c1d47a619e75f5c760d35629b OK lower checkfile vs. upper remote (without normalization) 2025/02/14 02:57:31 ERROR : HELLO, WORLD!: sum not found 2025/02/14 02:57:31 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wuveroq7lihe' 2025/02/14 02:57:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuveroq7lihe': 1 files missing 2025/02/14 02:57:31 NOTICE: 1 hashes missing 2025/02/14 02:57:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuveroq7lihe': 2 differences found 2025/02/14 02:57:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuveroq7lihe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/02/14 02:57:32 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:57:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuveroq7lihe': 0 differences found 2025/02/14 02:57:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuveroq7lihe': 1 matching files 2025/02/14 02:57:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ravifum3caku" 2025/02/14 02:57:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:57:32 DEBUG : Creating backend with remote "TestDrive:crypt/optnblimpp2ajun75f8mr7ialmubdlqbc966vkgbk5cibvhe8hd0" 2025/02/14 02:57:33 DEBUG : Creating backend with remote "/tmp/rclone1571704799" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ravifum3caku'", Local "Local file system at /tmp/rclone1571704799", Modify Window "1ms" 2025/02/14 02:57:35 DEBUG : HeLlO, wOrLd!: md5 = 9f8859025f739d5ae0b741cf170d9006 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/02/14 02:57:36 ERROR : HeLlO, wOrLd!: sum not found 2025/02/14 02:57:36 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-ravifum3caku' 2025/02/14 02:57:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ravifum3caku': 1 files missing 2025/02/14 02:57:36 NOTICE: 1 hashes missing 2025/02/14 02:57:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ravifum3caku': 2 differences found 2025/02/14 02:57:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ravifum3caku': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/02/14 02:57:37 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:57:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ravifum3caku': 0 differences found 2025/02/14 02:57:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ravifum3caku': 1 matching files 2025/02/14 02:57:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zirumit1soxo" 2025/02/14 02:57:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:57:37 DEBUG : Creating backend with remote "TestDrive:crypt/nvdarkb5mvk9b24vplla9nj6ljppq8klkqf8ll8qit6iom1tanvg" 2025/02/14 02:57:38 DEBUG : Creating backend with remote "/tmp/rclone4182703196" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zirumit1soxo'", Local "Local file system at /tmp/rclone4182703196", Modify Window "1ms" 2025/02/14 02:57:40 DEBUG : HELLO, WORLD!: md5 = f17be0a78371a13b93a397306a5f1386 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/02/14 02:57:41 ERROR : HELLO, WORLD!: sum not found 2025/02/14 02:57:41 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zirumit1soxo' 2025/02/14 02:57:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zirumit1soxo': 1 files missing 2025/02/14 02:57:41 NOTICE: 1 hashes missing 2025/02/14 02:57:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zirumit1soxo': 2 differences found 2025/02/14 02:57:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zirumit1soxo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/02/14 02:57:42 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:57:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zirumit1soxo': 0 differences found 2025/02/14 02:57:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zirumit1soxo': 1 matching files 2025/02/14 02:57:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wasofax8rowi" 2025/02/14 02:57:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:57:42 DEBUG : Creating backend with remote "TestDrive:crypt/76ssug8g9o8f9hcfg53g3cftp7gh251dhr6g45gdd9jcbj040apg" 2025/02/14 02:57:43 DEBUG : Creating backend with remote "/tmp/rclone3727620103" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wasofax8rowi'", Local "Local file system at /tmp/rclone3727620103", Modify Window "1ms" 2025/02/14 02:57:45 DEBUG : 測試_Русский___ě_áñ: md5 = 8711c68f754f4700529cd89e4427bbe9 OK NFD checkfile vs. NFC remote (without normalization) 2025/02/14 02:57:46 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/14 02:57:46 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wasofax8rowi' 2025/02/14 02:57:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wasofax8rowi': 1 files missing 2025/02/14 02:57:46 NOTICE: 1 hashes missing 2025/02/14 02:57:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wasofax8rowi': 2 differences found 2025/02/14 02:57:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wasofax8rowi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/02/14 02:57:47 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:57:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wasofax8rowi': 0 differences found 2025/02/14 02:57:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wasofax8rowi': 1 matching files 2025/02/14 02:57:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-weqetid4jeca" 2025/02/14 02:57:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:57:47 DEBUG : Creating backend with remote "TestDrive:crypt/fddmth1nvblhloo39hi4522m4vub4aektn46t6d5m8ieltek5trg" 2025/02/14 02:57:48 DEBUG : Creating backend with remote "/tmp/rclone1693366411" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-weqetid4jeca'", Local "Local file system at /tmp/rclone1693366411", Modify Window "1ms" 2025/02/14 02:57:50 DEBUG : 測試_Русский___ě_áñ: md5 = eb2d6c99045e1519ae72ef60a2b51933 OK NFC checkfile vs. NFD remote (without normalization) 2025/02/14 02:57:50 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/14 02:57:50 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-weqetid4jeca' 2025/02/14 02:57:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-weqetid4jeca': 1 files missing 2025/02/14 02:57:50 NOTICE: 1 hashes missing 2025/02/14 02:57:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-weqetid4jeca': 2 differences found 2025/02/14 02:57:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-weqetid4jeca': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/02/14 02:57:51 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:57:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-weqetid4jeca': 0 differences found 2025/02/14 02:57:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-weqetid4jeca': 1 matching files 2025/02/14 02:57:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jekariq0meqo" 2025/02/14 02:57:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:57:51 DEBUG : Creating backend with remote "TestDrive:crypt/f7c7hid29tiqfi30nh93vh53lhr827ct11tuokvonu21pmk5dj6g" 2025/02/14 02:57:52 DEBUG : Creating backend with remote "/tmp/rclone2128078146" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jekariq0meqo'", Local "Local file system at /tmp/rclone2128078146", Modify Window "1ms" 2025/02/14 02:57:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = dd35c3bc94488347faa9dfdf5b94d93d OK NFDx2 checkfile vs. both remote (without normalization) 2025/02/14 02:57:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/14 02:57:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jekariq0meqo' 2025/02/14 02:57:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jekariq0meqo': 1 files missing 2025/02/14 02:57:55 NOTICE: 1 hashes missing 2025/02/14 02:57:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jekariq0meqo': 2 differences found 2025/02/14 02:57:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jekariq0meqo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/02/14 02:57:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:57:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jekariq0meqo': 0 differences found 2025/02/14 02:57:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jekariq0meqo': 1 matching files 2025/02/14 02:57:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wunebeb1xinu" 2025/02/14 02:57:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:57:56 DEBUG : Creating backend with remote "TestDrive:crypt/jv3a35vkv23heffebe66fbv1n7ptulaig7fsbr8o49636ojvf3vg" 2025/02/14 02:57:57 DEBUG : Creating backend with remote "/tmp/rclone2871193088" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wunebeb1xinu'", Local "Local file system at /tmp/rclone2871193088", Modify Window "1ms" 2025/02/14 02:57:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5af5ab9779ca65a527af15648e1d3d23 OK NFCx2 checkfile vs. both remote (without normalization) 2025/02/14 02:58:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/14 02:58:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wunebeb1xinu' 2025/02/14 02:58:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunebeb1xinu': 1 files missing 2025/02/14 02:58:00 NOTICE: 1 hashes missing 2025/02/14 02:58:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunebeb1xinu': 2 differences found 2025/02/14 02:58:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunebeb1xinu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/02/14 02:58:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:58:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunebeb1xinu': 0 differences found 2025/02/14 02:58:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunebeb1xinu': 1 matching files 2025/02/14 02:58:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-walufiy9wive" 2025/02/14 02:58:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:58:01 DEBUG : Creating backend with remote "TestDrive:crypt/coq7eccm0aludbrhmmohbsue966sb08cftqbaqtop1uhppnisgng" 2025/02/14 02:58:02 DEBUG : Creating backend with remote "/tmp/rclone2699282279" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-walufiy9wive'", Local "Local file system at /tmp/rclone2699282279", Modify Window "1ms" 2025/02/14 02:58:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c7f06352097e7cece50a512b0911db94 OK both checkfile vs. NFDx2 remote (without normalization) 2025/02/14 02:58:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/14 02:58:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-walufiy9wive' 2025/02/14 02:58:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walufiy9wive': 1 files missing 2025/02/14 02:58:05 NOTICE: 1 hashes missing 2025/02/14 02:58:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walufiy9wive': 2 differences found 2025/02/14 02:58:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walufiy9wive': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/02/14 02:58:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:58:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walufiy9wive': 0 differences found 2025/02/14 02:58:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-walufiy9wive': 1 matching files 2025/02/14 02:58:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-coxanom1qixa" 2025/02/14 02:58:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 02:58:06 DEBUG : Creating backend with remote "TestDrive:crypt/kvtes6lnu8ngpbueqoqm5q6n59f48ha58jg315lfu4trr2f4u7cg" 2025/02/14 02:58:07 DEBUG : Creating backend with remote "/tmp/rclone2421460193" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-coxanom1qixa'", Local "Local file system at /tmp/rclone2421460193", Modify Window "1ms" 2025/02/14 02:58:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b1153ea106f4f94124e21b27ab7f45e3 OK both checkfile vs. NFCx2 remote (without normalization) 2025/02/14 02:58:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/14 02:58:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-coxanom1qixa' 2025/02/14 02:58:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-coxanom1qixa': 1 files missing 2025/02/14 02:58:10 NOTICE: 1 hashes missing 2025/02/14 02:58:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-coxanom1qixa': 2 differences found 2025/02/14 02:58:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-coxanom1qixa': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/02/14 02:58:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/14 02:58:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-coxanom1qixa': 0 differences found 2025/02/14 02:58:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-coxanom1qixa': 1 matching files 2025/02/14 02:58:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-coxanom1qixa': Purge remote 2025/02/14 02:58:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-walufiy9wive': Purge remote 2025/02/14 02:58:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wunebeb1xinu': Purge remote 2025/02/14 02:58:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jekariq0meqo': Purge remote 2025/02/14 02:58:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-weqetid4jeca': Purge remote 2025/02/14 02:58:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wasofax8rowi': Purge remote 2025/02/14 02:58:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zirumit1soxo': Purge remote 2025/02/14 02:58:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ravifum3caku': Purge remote 2025/02/14 02:58:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuveroq7lihe': Purge remote 2025/02/14 02:58:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hoponoc8bavi': Purge remote --- PASS: TestApplyTransforms (53.00s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:58:16 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/14 02:58:18 DEBUG : sub/file2: md5 = 1ce43b00405f588b2568ad08822db7fb OK 2025/02/14 02:58:18 INFO : file1: Copied (new) to: sub/file2 2025/02/14 02:58:19 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/14 02:58:19 DEBUG : file1: Unchanged skipping 2025/02/14 02:58:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': don't need to copy/move sub/file2, it is already at target location 2025/02/14 02:58:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.01s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.66s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:58:24 DEBUG : dst/file1: md5 = 86d2bb481d915c4fd0bccf3674a338dc OK 2025/02/14 02:58:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapacuj1soni/backup" 2025/02/14 02:58:25 DEBUG : Creating backend with remote "TestDrive:crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30/1nrff024r7pq65ecp72fc28jb0" 2025/02/14 02:58:27 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/14 02:58:29 INFO : dst/file1: Moved (server-side) 2025/02/14 02:58:31 DEBUG : dst/file1: md5 = 88f00694acb4a79789a4523316ceb1c6 OK 2025/02/14 02:58:31 INFO : dst/file1: Copied (new) 2025/02/14 02:58:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 02:58:34 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 02:58:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.26s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:58:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapacuj1soni/dst" 2025/02/14 02:58:35 DEBUG : Creating backend with remote "TestDrive:crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/14 02:58:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapacuj1soni/CompareDest" 2025/02/14 02:58:37 DEBUG : Creating backend with remote "TestDrive:crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30/gveqi14airsml4bgu7krj116o8" 2025/02/14 02:58:39 DEBUG : one: Need to transfer - File not found at Destination 2025/02/14 02:58:41 DEBUG : one: md5 = 051e4f5fb43f30ac1f3a2d3a4ee37b70 OK 2025/02/14 02:58:41 INFO : one: Copied (new) 2025/02/14 02:58:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/14 02:58:44 DEBUG : one: md5 = 53c9a12b3efb7c1282ebb5fa9158dfce OK 2025/02/14 02:58:44 INFO : one: Copied (replaced existing) 2025/02/14 02:58:46 DEBUG : dst/one: md5 = d55ed72557605bb5e0c5ee6393959c5e OK 2025/02/14 02:58:48 DEBUG : CompareDest/one: md5 = 3c11b22434e5ea66389cd0185835230b OK 2025/02/14 02:58:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/14 02:58:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:58:49 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/14 02:58:51 DEBUG : CompareDest/two: md5 = e742fcc775de291d88bee7b07c0e1325 OK 2025/02/14 02:58:52 DEBUG : two: Need to transfer - File not found at Destination 2025/02/14 02:58:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:58:52 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/14 02:58:53 DEBUG : two: Need to transfer - File not found at Destination 2025/02/14 02:58:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:58:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/14 02:58:54 DEBUG : two: Need to transfer - File not found at Destination 2025/02/14 02:58:54 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/14 02:58:56 DEBUG : two: md5 = 1417aee7487b45b5ed1bba5fcc40897c OK 2025/02/14 02:58:56 INFO : two: Copied (new) 2025/02/14 02:58:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 02:58:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:58:59 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 02:58:59 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.64s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:59:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapacuj1soni/dst" 2025/02/14 02:59:00 DEBUG : Creating backend with remote "TestDrive:crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/14 02:59:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapacuj1soni/CopyDest" 2025/02/14 02:59:02 DEBUG : Creating backend with remote "TestDrive:crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30/d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/14 02:59:03 DEBUG : one: Need to transfer - File not found at Destination 2025/02/14 02:59:06 DEBUG : one: md5 = 3d2324fedcb473737acdc16c58a27279 OK 2025/02/14 02:59:06 INFO : one: Copied (new) 2025/02/14 02:59:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/14 02:59:09 DEBUG : one: md5 = d75559ef9c4acf9943b5b28b6d2ae4ce OK 2025/02/14 02:59:09 INFO : one: Copied (replaced existing) 2025/02/14 02:59:10 DEBUG : dst/one: md5 = c80ed7a7a7d905f7e8e392863024c590 OK 2025/02/14 02:59:13 DEBUG : CopyDest/one: md5 = e23249b1fc94b5c8367a54ebd3e7c403 OK 2025/02/14 02:59:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapacuj1soni/BackupDir" 2025/02/14 02:59:13 DEBUG : Creating backend with remote "TestDrive:crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/14 02:59:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/14 02:59:15 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:59:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/14 02:59:17 INFO : one: Moved (server-side) 2025/02/14 02:59:18 INFO : one: Copied (server-side copy) 2025/02/14 02:59:18 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/14 02:59:20 DEBUG : CopyDest/two: md5 = 7f8259c819283356bdbb9658f57524d1 OK 2025/02/14 02:59:21 DEBUG : two: Need to transfer - File not found at Destination 2025/02/14 02:59:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:59:22 INFO : two: Copied (server-side copy) 2025/02/14 02:59:22 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/14 02:59:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/14 02:59:22 DEBUG : two: Unchanged skipping 2025/02/14 02:59:24 DEBUG : CopyDest/three: md5 = 4e5ede3b2d3a9ff5d9be3fffb438926c OK 2025/02/14 02:59:25 DEBUG : three: Need to transfer - File not found at Destination 2025/02/14 02:59:26 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/14 02:59:26 DEBUG : three: Destination not found in --copy-dest 2025/02/14 02:59:27 DEBUG : three: md5 = ced768c6d7f0dce457e0c40d26acde74 OK 2025/02/14 02:59:27 INFO : three: Copied (new) 2025/02/14 02:59:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/14 02:59:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:59:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 02:59:32 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/14 02:59:32 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 02:59:32 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 02:59:33 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.44s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:59:35 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/02/14 02:59:37 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 3957925672cca01dbe3f5facb05f224b OK 2025/02/14 02:59:37 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/02/14 02:59:37 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/02/14 02:59:38 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/02/14 02:59:38 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/02/14 02:59:39 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/02/14 02:59:41 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 1028522d004a0de6c92d5f2962e02632 OK 2025/02/14 02:59:41 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/02/14 02:59:43 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/02/14 02:59:43 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.09s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.54s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:59:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Looking for duplicate names using skip mode. 2025/02/14 02:59:47 NOTICE: one: Found 2 files with duplicate names 2025/02/14 02:59:47 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.76s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:59:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Looking for duplicate names using skip mode. 2025/02/14 02:59:53 NOTICE: one: Found 3 files with duplicate names 2025/02/14 02:59:53 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/02/14 02:59:53 INFO : one: Deleted 2025/02/14 02:59:53 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.14s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 02:59:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Looking for duplicate names using first mode. 2025/02/14 02:59:59 NOTICE: one: Found 3 files with duplicate names 2025/02/14 02:59:59 INFO : one: Deleted 2025/02/14 03:00:00 INFO : one: Deleted 2025/02/14 03:00:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.49s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:00:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Looking for duplicate names using newest mode. 2025/02/14 03:00:06 NOTICE: one: Found 3 files with duplicate names 2025/02/14 03:00:06 INFO : one: Deleted 2025/02/14 03:00:07 INFO : one: Deleted 2025/02/14 03:00:07 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.33s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:00:09 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/02/14 03:00:09 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/02/14 03:00:09 DEBUG : TestDrive: Saved new token in config file 2025/02/14 03:00:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Looking for duplicate names using oldest mode. 2025/02/14 03:00:12 NOTICE: one: Found 3 files with duplicate names 2025/02/14 03:00:13 INFO : one: Deleted 2025/02/14 03:00:13 INFO : one: Deleted 2025/02/14 03:00:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.30s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:00:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Looking for duplicate names using largest mode. 2025/02/14 03:00:19 NOTICE: one: Found 3 files with duplicate names 2025/02/14 03:00:19 INFO : one: Deleted 2025/02/14 03:00:20 INFO : one: Deleted 2025/02/14 03:00:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.40s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:00:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Looking for duplicate names using smallest mode. 2025/02/14 03:00:25 NOTICE: one: Found 3 files with duplicate names 2025/02/14 03:00:25 INFO : one: Deleted 2025/02/14 03:00:26 INFO : one: Deleted 2025/02/14 03:00:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.19s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:00:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Looking for duplicate names using rename mode. 2025/02/14 03:00:32 NOTICE: one.txt: Found 3 files with duplicate names 2025/02/14 03:00:33 INFO : one-2.txt: renamed from: one.txt 2025/02/14 03:00:34 INFO : one-3.txt: renamed from: one.txt 2025/02/14 03:00:36 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (10.84s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:00:40 DEBUG : dupe1/one.txt: md5 = ff3ac4244865db32d04ac087b955c73b OK 2025/02/14 03:00:42 DEBUG : dupe2/two.txt: md5 = b8d599a35ba954b8ba91156e2f9ca254 OK 2025/02/14 03:00:44 DEBUG : dupe3/three.txt: md5 = 21b4a53b9556f51049505bbbea3bccd2 OK 2025/02/14 03:00:45 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/02/14 03:00:45 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/02/14 03:00:46 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/02/14 03:00:46 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/02/14 03:00:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/02/14 03:00:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/02/14 03:00:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.28s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:00:52 DEBUG : a.txt: md5 = e9d1495d28af2cf1b2660ff37b883beb OK 2025/02/14 03:00:53 DEBUG : zend.txt: md5 = ea56cde028f032a2d21efbd1ceb840df OK 2025/02/14 03:00:55 DEBUG : sub dir/hello world: md5 = 3724d689f6212d495698b4f89a9cc593 OK 2025/02/14 03:00:56 DEBUG : sub dir/hello world2: md5 = a5d93c63db0f91f2525349ad6a33a488 OK 2025/02/14 03:00:58 DEBUG : sub dir/ignore dir/.ignore: md5 = 64e6e805512df7b99d86a8cf6e0c8617 OK 2025/02/14 03:01:00 DEBUG : sub dir/ignore dir/should be ignored: md5 = aee3c19f8ab399d8d92c7a9b07470078 OK 2025/02/14 03:01:02 DEBUG : sub dir/sub sub dir/hello world3: md5 = 5c61d6e3aff64e0b06af62c0ce57dbb6 OK 2025/02/14 03:01:03 DEBUG : a.txt: Excluded (Size Filter) 2025/02/14 03:01:03 DEBUG : a.txt: Excluded 2025/02/14 03:01:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/14 03:01:04 DEBUG : sub dir/hello world: Excluded 2025/02/14 03:01:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/14 03:01:04 DEBUG : sub dir/hello world2: Excluded 2025/02/14 03:01:05 DEBUG : sub dir/ignore dir: Excluded 2025/02/14 03:01:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/14 03:01:05 DEBUG : sub dir/hello world: Excluded 2025/02/14 03:01:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/14 03:01:05 DEBUG : sub dir/hello world2: Excluded 2025/02/14 03:01:05 DEBUG : sub dir/ignore dir: Excluded 2025/02/14 03:01:09 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/02/14 03:01:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/02/14 03:01:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/02/14 03:01:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/02/14 03:01:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/02/14 03:01:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/02/14 03:01:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.68s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:01:13 DEBUG : file1: md5 = f87977dca04a5aefd2b3bb97714582d6 OK 2025/02/14 03:01:15 DEBUG : sub/file2: md5 = a0db4881bea0cbf9af6c7ef3a41f3b29 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/02/14 03:01:18 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/02/14 03:01:19 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/02/14 03:01:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/02/14 03:01:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.48s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.22s) --- PASS: TestListJSON/Recurse (0.48s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.64s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:01:23 DEBUG : file1: md5 = 00ca52f7a9c122066c29858c4ad7c091 OK 2025/02/14 03:01:25 DEBUG : sub/file2: md5 = f293f8bf0164895d005a24e7ae0a2409 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/02/14 03:01:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapacuj1soni/notfound" 2025/02/14 03:01:29 DEBUG : Creating backend with remote "TestDrive:crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30/qe0i31qdkoejk60elps0ni5sqk" 2025/02/14 03:01:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.69s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.46s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.20s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.70s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:01:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Making directory 2025/02/14 03:01:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:01:36 DEBUG : sub dir/hello world: md5 = d430d8962a02365a97318421e17ba058 OK 2025/02/14 03:01:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.83s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:01:40 DEBUG : potato2: md5 = 28497eeeba8396ecd927c21cfafb3892 OK 2025/02/14 03:01:41 DEBUG : empty space: md5 = 43259ad7d78594ebcc56604d26ba9738 OK --- PASS: TestLs (4.61s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:01:44 DEBUG : potato2: md5 = 894aec1c6f65ad1f0998ecb24ce87bf2 OK 2025/02/14 03:01:46 DEBUG : empty space: md5 = d9b9e0385ddf24ab51c587abc6ccd717 OK 2025/02/14 03:01:46 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/02/14 03:01:46 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.11s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:01:50 DEBUG : potato2: md5 = 93d3b3acfbdbdeeec70d6227d453f8fe OK 2025/02/14 03:01:51 DEBUG : empty space: md5 = ed0b00a636bf069b40e11f436443e1a8 OK --- PASS: TestLsLong (4.60s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:01:54 DEBUG : potato2: md5 = dcd64586050e58ff72afaf09b70f6833 OK 2025/02/14 03:01:55 DEBUG : empty space: md5 = 18b26d1b61acb4759ce1dfaa8e6099e8 OK --- PASS: TestHashSums (4.08s) === RUN TestHashSumsWithErrors 2025/02/14 03:01:57 DEBUG : Creating backend with remote ":memory:" 2025/02/14 03:01:57 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/02/14 03:01:57 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/14 03:01:57 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/14 03:01:57 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/14 03:01:57 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/14 03:01:57 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/14 03:01:57 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/14 03:01:57 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/02/14 03:01:57 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-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:01:58 DEBUG : potato2: md5 = 8eb3d77cb7999c999b757604a81c2e9e OK 2025/02/14 03:02:00 DEBUG : empty space: md5 = 7140919ffef67338d2e75fb53d796993 OK 2025/02/14 03:02:02 DEBUG : sub dir/potato3: md5 = c1bb1603998752535b94b306b2fc717b OK 2025/02/14 03:02:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.95s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:02:07 DEBUG : small: md5 = 09dd89cee7db6e2d27d646512ac25c1e OK 2025/02/14 03:02:09 DEBUG : medium: md5 = 2d5ea5f277a2ec746810225f725c802f OK 2025/02/14 03:02:10 DEBUG : large: md5 = 5f698915fdc919bbac78bc2f51a8bc4a OK 2025/02/14 03:02:10 DEBUG : Waiting for deletions to finish 2025/02/14 03:02:10 DEBUG : large: Excluded (Size Filter) 2025/02/14 03:02:11 INFO : small: Deleted 2025/02/14 03:02:11 INFO : medium: Deleted --- PASS: TestDelete (6.19s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:02:13 DEBUG : small: md5 = ba764438680d381054f006c886b9d317 OK 2025/02/14 03:02:15 DEBUG : medium: md5 = 1902984bdfc4b3e8769a01f1af9b6e30 OK 2025/02/14 03:02:16 DEBUG : large: md5 = 772a1e1df3a2d81763d79ffd47710a69 OK 2025/02/14 03:02:16 DEBUG : Waiting for deletions to finish 2025/02/14 03:02:16 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/02/14 03:02:17 INFO : medium: Deleted 2025/02/14 03:02:17 INFO : small: Deleted --- PASS: TestMaxDelete (6.44s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:02:20 DEBUG : small: md5 = bfff9378b2f76d916956c1d1a7963a43 OK 2025/02/14 03:02:22 DEBUG : medium: md5 = 4b0270f9949f18c2a42f1bed89b7a152 OK 2025/02/14 03:02:23 DEBUG : large: md5 = dae5fff31cdd097390e7c87ddfe1213d OK 2025/02/14 03:02:23 DEBUG : Waiting for deletions to finish 2025/02/14 03:02:24 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/14 03:02:24 INFO : medium: Deleted 2025/02/14 03:02:24 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.19s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:02:27 DEBUG : small: md5 = 29c655607d19091ae61832ea261ab7d0 OK 2025/02/14 03:02:28 DEBUG : medium: md5 = 96d126922dff6b8857795f5bfe6838a6 OK 2025/02/14 03:02:30 DEBUG : large: md5 = e4fd72aa0ef3e35107d2d4032021a904 OK 2025/02/14 03:02:30 DEBUG : Waiting for deletions to finish 2025/02/14 03:02:30 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/02/14 03:02:31 INFO : large: Deleted 2025/02/14 03:02:31 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.45s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:02:34 DEBUG : ReadFile: md5 = dc36f725606cd97dec441ca2b7e152af OK --- PASS: TestReadFile (3.99s) === RUN TestRetry 2025/02/14 03:02:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/02/14 03:02:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/02/14 03:02:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/14 03:02:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/14 03:02:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/14 03:02:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/14 03:02:36 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-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:02:38 DEBUG : file1: md5 = bddd086d09341620ccf7633e43361d57 OK 2025/02/14 03:02:39 DEBUG : file2: md5 = 7bd911b58f864452a67ea928f2cf3458 OK --- PASS: TestCat (16.58s) === RUN TestPurge 2025/02/14 03:02:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sopozov4wixo" 2025/02/14 03:02:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/14 03:02:53 DEBUG : Creating backend with remote "TestDrive:crypt/mp49e1c432pmjchkrjdssfrtm0crndecnju6nota4a32ekb165g0" 2025/02/14 03:02:54 DEBUG : Creating backend with remote "/tmp/rclone3283540885" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sopozov4wixo'", Local "Local file system at /tmp/rclone3283540885", Modify Window "1ms" 2025/02/14 03:02:59 DEBUG : A1/B1/C1/one: md5 = 3b3746e7291bae1ecc99b9a92134cc2a OK 2025/02/14 03:02:59 INFO : A2: Making directory 2025/02/14 03:02:59 INFO : A1/B2: Making directory 2025/02/14 03:03:00 INFO : A1/B2/C2: Making directory 2025/02/14 03:03:01 INFO : A1/B1/C3: Making directory 2025/02/14 03:03:02 INFO : A3: Making directory 2025/02/14 03:03:02 INFO : A3/B3: Making directory 2025/02/14 03:03:03 INFO : A3/B3/C4: Making directory 2025/02/14 03:03:05 DEBUG : A1/two: md5 = dee38931732e563c94462fc3364eb481 OK 2025/02/14 03:03:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sopozov4wixo': Purge remote 2025/02/14 03:03:09 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.23s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:03:13 DEBUG : A1/B1/C1/one: md5 = 57f5d4a0bcbafc0ef09a6dc2d2b08ba9 OK 2025/02/14 03:03:13 INFO : A2: Making directory 2025/02/14 03:03:13 INFO : A1/B2: Making directory 2025/02/14 03:03:14 INFO : A1/B2/C2: Making directory 2025/02/14 03:03:15 INFO : A1/B1/C3: Making directory 2025/02/14 03:03:16 INFO : A3: Making directory 2025/02/14 03:03:16 INFO : A3/B3: Making directory 2025/02/14 03:03:17 INFO : A3/B3/C4: Making directory 2025/02/14 03:03:19 DEBUG : A1/two: md5 = 8518fd1e8092127e2bc6d16f0bdc0544 OK 2025/02/14 03:03:21 DEBUG : removing 1 level 3 directories 2025/02/14 03:03:21 INFO : A3/B3/C4: Removing directory 2025/02/14 03:03:23 DEBUG : removing 2 level 3 directories 2025/02/14 03:03:23 INFO : A1/B2/C2: Removing directory 2025/02/14 03:03:23 INFO : A1/B1/C3: Removing directory 2025/02/14 03:03:24 DEBUG : removing 2 level 2 directories 2025/02/14 03:03:24 INFO : A3/B3: Removing directory 2025/02/14 03:03:24 INFO : A1/B2: Removing directory 2025/02/14 03:03:24 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/02/14 03:03:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/14 03:03:25 DEBUG : removing 2 level 1 directories 2025/02/14 03:03:25 INFO : A3: Removing directory 2025/02/14 03:03:25 INFO : A2: Removing directory 2025/02/14 03:03:25 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/02/14 03:03:29 DEBUG : removing 1 level 3 directories 2025/02/14 03:03:29 INFO : A1/B1/C1: Removing directory 2025/02/14 03:03:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:30 DEBUG : removing 1 level 2 directories 2025/02/14 03:03:30 INFO : A1/B1: Removing directory 2025/02/14 03:03:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/14 03:03:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 03:03:31 DEBUG : removing 1 level 1 directories 2025/02/14 03:03:31 INFO : A1: Removing directory 2025/02/14 03:03:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/14 03:03:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/14 03:03:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 03:03:32 DEBUG : removing 1 level 0 directories 2025/02/14 03:03:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Removing directory 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/02/14 03:03:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" --- PASS: TestRmdirsNoLeaveRoot (23.97s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:03:34 INFO : A1: Making directory 2025/02/14 03:03:34 INFO : A1/B1: Making directory 2025/02/14 03:03:35 INFO : A1/B1/C1: Making directory 2025/02/14 03:03:38 DEBUG : removing 1 level 3 directories 2025/02/14 03:03:38 INFO : A1/B1/C1: Removing directory 2025/02/14 03:03:39 DEBUG : removing 1 level 2 directories 2025/02/14 03:03:39 INFO : A1/B1: Removing directory 2025/02/14 03:03:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 03:03:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.93s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:03:42 INFO : A1: Making directory 2025/02/14 03:03:43 INFO : A1/B1: Making directory 2025/02/14 03:03:43 INFO : A1/B1/C1: Making directory 2025/02/14 03:03:46 DEBUG : removing 1 level 3 directories 2025/02/14 03:03:46 INFO : A1/B1/C1: Removing directory 2025/02/14 03:03:47 DEBUG : removing 1 level 2 directories 2025/02/14 03:03:47 INFO : A1/B1: Removing directory 2025/02/14 03:03:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 03:03:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.90s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:03:52 DEBUG : file1: md5 = 9566634b8c85891a5e67e364aae867be OK 2025/02/14 03:03:52 DEBUG : filename.txt: File name found in url 2025/02/14 03:03:53 DEBUG : filename.txt: md5 = 443328f28e6bd626a8c180e0edc49dda OK 2025/02/14 03:03:53 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/02/14 03:03:55 DEBUG : headerfilename.txt: md5 = 290b4e0f3d903ec2a4489cd617fc8c0e OK 2025/02/14 03:03:56 DEBUG : file2: md5 = 0ba6cc3a0d92a900c3371cd7429c7b44 OK --- PASS: TestCopyURL (8.89s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:03:59 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/14 03:04:01 DEBUG : sub/file2: md5 = b57c892495918e636a27aee583bbb999 OK 2025/02/14 03:04:01 INFO : file1: Copied (new) to: sub/file2 2025/02/14 03:04:01 INFO : file1: Deleted 2025/02/14 03:04:02 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/14 03:04:02 DEBUG : file1: Unchanged skipping 2025/02/14 03:04:02 INFO : file1: Deleted 2025/02/14 03:04:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': don't need to copy/move sub/file2, it is already at target location 2025/02/14 03:04:04 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.90s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:04:05 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/14 03:04:06 DEBUG : file1: md5 = 4bb50dbefb89934e03fd9c90535ccd09 OK 2025/02/14 03:04:06 INFO : file1: Copied (new) 2025/02/14 03:04:06 INFO : file1: Deleted 2025/02/14 03:04:07 DEBUG : file1: Destination exists, skipping 2025/02/14 03:04:07 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.24s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.54s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.43s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:04:11 DEBUG : dst/file1: md5 = ce0fbe4bba8e113f6947fe432d2c85fa OK 2025/02/14 03:04:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapacuj1soni/backup" 2025/02/14 03:04:12 DEBUG : Creating backend with remote "TestDrive:crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30/1nrff024r7pq65ecp72fc28jb0" 2025/02/14 03:04:13 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/14 03:04:16 INFO : dst/file1: Moved (server-side) 2025/02/14 03:04:17 DEBUG : dst/file1: md5 = 54e4c26be077d2a8af1101286ebdebec OK 2025/02/14 03:04:17 INFO : dst/file1: Copied (new) 2025/02/14 03:04:17 INFO : dst/file1: Deleted 2025/02/14 03:04:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 03:04:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/14 03:04:22 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.34s) === 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-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:04:24 DEBUG : A1/one: md5 = 7e9931d2d71d789210fd7256a3f3833f OK 2025/02/14 03:04:26 DEBUG : A1/two: md5 = 339768abc41addc020d25224495c2680 OK 2025/02/14 03:04:28 DEBUG : A1/B1/three: md5 = d658fee553068a0499e7b1133ed9e3ed OK 2025/02/14 03:04:30 DEBUG : A1/B1/C1/four: md5 = f1d6077516e395fac0bb2f8ff175fd43 OK 2025/02/14 03:04:32 DEBUG : A1/B1/C2/five: md5 = 973fd1ce39dbb7e7cc1ac95cbdd446d3 OK 2025/02/14 03:04:32 INFO : A1/B2: Making directory 2025/02/14 03:04:33 INFO : A1/B1/C3: Making directory 2025/02/14 03:04:42 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/02/14 03:04:42 INFO : A2/two: Moved (server-side) to: A3/two 2025/02/14 03:04:42 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/02/14 03:04:42 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/02/14 03:04:43 INFO : A2/one: Moved (server-side) to: A3/one 2025/02/14 03:04:46 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/14 03:04:46 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/14 03:04:46 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 03:04:46 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/14 03:04:46 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/14 03:04:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/02/14 03:04:54 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/02/14 03:04:54 INFO : A3/one: Moved (server-side) to: A4/one 2025/02/14 03:04:54 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/02/14 03:04:54 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/02/14 03:04:54 INFO : A3/two: Moved (server-side) to: A4/two 2025/02/14 03:04:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/14 03:04:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/14 03:04:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 03:04:58 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/14 03:04:58 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/14 03:05:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/02/14 03:05:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/02/14 03:05:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/14 03:05:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/14 03:05:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/14 03:05:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/14 03:05:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/14 03:05:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/14 03:05:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/14 03:05:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.79s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:05:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': File to upload is small (34 bytes), uploading instead of streaming 2025/02/14 03:05:09 DEBUG : no_checksum_small_file_from_pipe: md5 = aae8c0bfc55ab3ea3c7dda9cc90e1be2 OK 2025/02/14 03:05:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/02/14 03:05:09 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/14 03:05:10 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/02/14 03:05:11 DEBUG : no_checksum_big_file_from_pipe: md5 = 5a56edb3fff5f033bcae33e1b2bef1a1 OK 2025/02/14 03:05:11 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-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:05:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': File to upload is small (34 bytes), uploading instead of streaming 2025/02/14 03:05:14 DEBUG : with_checksum_small_file_from_pipe: md5 = 6f2b0f7ee2b3782f605ab153e0af1494 OK 2025/02/14 03:05:14 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/14 03:05:14 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/02/14 03:05:15 DEBUG : with_checksum_big_file_from_pipe: md5 = 7fed3e1d484ea6d33cfc937f62468eb1 OK 2025/02/14 03:05:15 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-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:05:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': File to upload is small (34 bytes), uploading instead of streaming 2025/02/14 03:05:19 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/14 03:05:19 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/14 03:05:20 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-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:05:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': File to upload is small (34 bytes), uploading instead of streaming 2025/02/14 03:05:24 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/14 03:05:25 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/14 03:05:25 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.67s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.81s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.84s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.38s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.64s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/02/14 03:05:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': File to upload is small (48 bytes), uploading instead of streaming 2025/02/14 03:05:29 DEBUG : rcat_metadata: md5 = 82ecd88bc09b4bb4fb3cf1e802ded2ec OK 2025/02/14 03:05:29 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/02/14 03:05:31 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/02/14 03:05:32 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9078ce055fd6795f51c8348ae9ec1fe9 OK 2025/02/14 03:05:32 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.93s) --- PASS: TestRcatMetadata/Normal (2.51s) --- PASS: TestRcatMetadata/ViaDisk (2.98s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:05:34 DEBUG : potato1: md5 = 8a9a7ded5139b57c6cc200105993206a OK 2025/02/14 03:05:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': File to upload is small (60 bytes), uploading instead of streaming 2025/02/14 03:05:36 DEBUG : potato2: md5 = 520e937182408093173e29e3db5387ee OK 2025/02/14 03:05:36 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.10s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:05:38 DEBUG : potato1: md5 = c361e61886557bd94fd1f552e273339a OK 2025/02/14 03:05:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': File to upload is small (60 bytes), uploading instead of streaming 2025/02/14 03:05:40 DEBUG : potato2: md5 = ca5d388278aa3573746af54fc3732f9f OK 2025/02/14 03:05:40 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.62s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:05:43 DEBUG : potato2: md5 = def08e467addc293fd49f8a3f1ad628f OK 2025/02/14 03:05:44 DEBUG : empty space: md5 = 9dedfd9ade0189d448d85083634fd5f5 OK 2025/02/14 03:05:47 DEBUG : sub dir/potato3: md5 = 5dca354d24a620d05887f44321b12647 OK 2025/02/14 03:05:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Touching "empty space" 2025/02/14 03:05:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Touching "potato2" 2025/02/14 03:05:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Touching "sub dir/potato3" 2025/02/14 03:05:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.63s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:05:52 DEBUG : dir with metadata: Making directory with metadata 2025/02/14 03:05:53 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.25s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:05:55 DEBUG : directory with modtime: Making directory with metadata 2025/02/14 03:05:55 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.18s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:05:57 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/14 03:05:57 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/14 03:05:57 DEBUG : Google drive root 'crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30': Skipping btime metadata as can't update it on an existing file: 2025-02-14T03:05:57.276583154Z 2025/02/14 03:05:58 INFO : non existent directory: Updated directory metadata 2025/02/14 03:05:59 DEBUG : Google drive root 'crypt/vrbgv60s72hcu7b1j4c0p30phl0h6vepeih8eq4kp4uvcefdtf30': Skipping btime metadata as can't update it on an existing file: 2025-02-14T03:05:57.276583154Z 2025/02/14 03:06:00 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.74s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:06:02 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/02/14 03:06:03 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/02/14 03:06:04 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.04s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:06:06 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/14 03:06:06 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/14 03:06:06 DEBUG : dst: Making directory with metadata 2025/02/14 03:06:06 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/14 03:06:06 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/14 03:06:07 INFO : dst: Set directory modification time (using SetModTime) 2025/02/14 03:06:07 INFO : dst: Set directory modification time (using SetModTime) 2025/02/14 03:06:07 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/02/14 03:06:08 INFO : dst: Set directory modification time (using SetModTime) 2025/02/14 03:06:08 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.61s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni'", Local "Local file system at /tmp/rclone2813633882", Modify Window "1ms" 2025/02/14 03:06:12 DEBUG : sub dir/test remove existing: md5 = f0550ff8948b11a99c878a10aa577f9c OK 2025/02/14 03:06:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = d925a0d5baaada5a98a07b58840b543f OK 2025/02/14 03:06:15 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.tuzoxev0" before starting 2025/02/14 03:06:16 DEBUG : sub dir/test remove existing.tuzoxev0: TEST: removing renamed existing file after operation 2025/02/14 03:06:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wuqetup9" before starting 2025/02/14 03:06:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wuqetup9: TEST: renaming existing back after failed operation 2025/02/14 03:06:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jodekom2" before starting 2025/02/14 03:06:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jodekom2: TEST: removing renamed existing file after operation 2025/02/14 03:06:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "6g1jcdpevcui1icvj4jp6sa16ig88g104dsp97kg51rgbr589n7v2va4fjmerpcbhssm6lfgn3crpuucse799p78blesepsohs82e4708mbfaium34g4dnu971trfgokobca8cstljlie9ednvlaoha340v2q5p4dio81iulfmces9u0tjn0" 2025/02/14 03:06:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ksrdoitst3fnesknenm7c474q6qnbajue14uvrglgpkginio0qs0" --- PASS: TestRemoveExisting (13.85s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/02/14 03:06:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapacuj1soni': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m28.377194709s (try 1/5)