"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/01/31 03:16:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqivet3soju" 2025/01/31 03:16:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:16:56 DEBUG : Creating backend with remote "TestDrive:crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990" 2025/01/31 03:16:57 DEBUG : Creating backend with remote "/tmp/rclone2418929056" === 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-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", 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-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/01/31 03:16:58 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/31 03:16:58 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/01/31 03:16:58 DEBUG : potato: Seek from 10 to 0 2025/01/31 03:16:58 DEBUG : potato: Seek from 10 to 0 2025/01/31 03:16:58 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/01/31 03:16:58 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/31 03:16:58 DEBUG : potato: Seek from 5 to 2 2025/01/31 03:16:58 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/01/31 03:16:58 DEBUG : potato: Seek from 7 to 0 2025/01/31 03:16:58 DEBUG : potato: Seek from 7 to 0 2025/01/31 03:16:58 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/01/31 03:16:58 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/31 03:16:58 DEBUG : potato: Seek from 5 to 2 2025/01/31 03:16:58 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/01/31 03:16:58 DEBUG : potato: Seek from 8 to 0 2025/01/31 03:16:58 DEBUG : potato: Seek from 8 to 0 2025/01/31 03:16:58 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/01/31 03:16:58 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/31 03:16:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/31 03:16:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/31 03:16:58 DEBUG : potato: Seek from 5 to 2 2025/01/31 03:16:58 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/01/31 03:16:58 DEBUG : potato: Seek from 9 to 0 2025/01/31 03:16:58 DEBUG : potato: Seek from 9 to 0 2025/01/31 03:16:58 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:17:00 DEBUG : rutabaga: md5 = c37f9b2e268d1833c57f14c6d28097c1 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/01/31 03:17:03 DEBUG : empty space: md5 = 4d5c785e9f055f1c1d36b8f923c14da6 OK === RUN TestCheck/3 2025/01/31 03:17:05 DEBUG : potato2: md5 = 7a55fd25aaf39b2911f757ea0439d714 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/01/31 03:17:07 DEBUG : remotepotato: md5 = ea1805ba23dd4245d333c919023fa6da OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.23s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.22s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.23s) --- PASS: TestCheck/7 (0.23s) === RUN TestCheckFsError 2025/01/31 03:17:11 DEBUG : Creating backend with remote "nonexistent" 2025/01/31 03:17:11 DEBUG : Creating backend with remote "nonexistent" 2025/01/31 03:17:11 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/01/31 03:17:11 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/01/31 03:17:11 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/01/31 03:17:11 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-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:17:13 DEBUG : rutabaga: md5 = 614c99505a97bde93cc9bf0b91b4eef9 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/01/31 03:17:17 DEBUG : empty space: md5 = fbc21c967610634048774cfa8547006c OK === RUN TestCheckDownload/3 2025/01/31 03:17:19 DEBUG : potato2: md5 = ebc42e0d87ac204752f2b81f2774ceec OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/01/31 03:17:24 DEBUG : remotepotato: md5 = 1794544db5b80b2b63cc1e92f2ed3889 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.67s) --- PASS: TestCheckDownload/1 (1.02s) --- PASS: TestCheckDownload/2 (1.13s) --- PASS: TestCheckDownload/3 (0.99s) --- PASS: TestCheckDownload/4 (1.28s) --- PASS: TestCheckDownload/5 (0.98s) --- PASS: TestCheckDownload/6 (1.46s) --- PASS: TestCheckDownload/7 (1.49s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:17:31 DEBUG : rutabaga: md5 = 4082d90f25319b0e3a3faeedc2e709a7 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/01/31 03:17:34 DEBUG : empty space: md5 = e767c926ae38016ca4e1b61f819a6e2d OK === RUN TestCheckSizeOnly/3 2025/01/31 03:17:36 DEBUG : potato2: md5 = 1156fc8fa280170d58650c0ae6eca75f OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/01/31 03:17:39 DEBUG : remotepotato: md5 = 0cf60a55c29946a55da10e35f572faa2 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.85s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.27s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:17:44 DEBUG : test.sum: md5 = b6ac2679aa5eb8018c6749f94ea54f2f OK 2025/01/31 03:17:46 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/31 03:17:46 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/31 03:17:46 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/31 03:17:46 NOTICE: test.sum: 2 warning(s) suppressed... 2025/01/31 03:17:47 DEBUG : test.sum: md5 = 074c6e0d005396fccfed4ce3c8ae0289 OK 2025/01/31 03:17:48 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/31 03:17:48 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/31 03:17:48 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/31 03:17:48 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.16s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:17:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqivet3soju/data" 2025/01/31 03:17:50 DEBUG : Creating backend with remote "TestDrive:crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju/data' lacks md5, skipping --- SKIP: TestCheckSum (1.97s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:17:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqivet3soju/data" 2025/01/31 03:17:52 DEBUG : Creating backend with remote "TestDrive:crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990/vjrnln8ratgmqakfosrqe8espk" 2025/01/31 03:17:56 DEBUG : data/banana: md5 = 8beeb1bcd97fa3f542e04834b5f03d34 OK 2025/01/31 03:17:57 DEBUG : test.sum: md5 = 7db7f18d915150818d22b170bca4bee1 OK === RUN TestCheckSumDownload/subtest1 2025/01/31 03:18:02 DEBUG : data/potato: md5 = d600c1f8dbe79cd4be51da521e22c0bb OK 2025/01/31 03:18:04 DEBUG : test.sum: md5 = 029799ef0ff06e7e05048d57aa7f7efb OK === RUN TestCheckSumDownload/subtest2 2025/01/31 03:18:08 DEBUG : test.sum: md5 = f05043e3766847e8ab36439d98be42ec OK === RUN TestCheckSumDownload/subtest3 2025/01/31 03:18:13 DEBUG : test.sum: md5 = 97c25ff092bcc7fb16b49badfef77036 OK === RUN TestCheckSumDownload/subtest4 2025/01/31 03:18:17 DEBUG : test.sum: md5 = e88ee66c0b56d4cd1bcbce8548c67391 OK === RUN TestCheckSumDownload/subtest5 2025/01/31 03:18:21 DEBUG : test.sum: md5 = 837f84826ad967bbd5e5109090457b43 OK === RUN TestCheckSumDownload/subtest6 2025/01/31 03:18:26 DEBUG : data/banana: md5 = ece7671d312347de1a7887e294191cdf OK 2025/01/31 03:18:27 DEBUG : data/potato: md5 = 6518d3958f8c5992bfbf1cb724d535eb OK 2025/01/31 03:18:29 DEBUG : test.sum: md5 = 75bb3ebec89b9a4245bf5dae9e0e9e4f OK === RUN TestCheckSumDownload/subtest7 2025/01/31 03:18:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/01/31 03:18:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (43.25s) --- PASS: TestCheckSumDownload/subtest1 (2.46s) --- PASS: TestCheckSumDownload/subtest2 (2.20s) --- PASS: TestCheckSumDownload/subtest3 (3.03s) --- PASS: TestCheckSumDownload/subtest4 (2.14s) --- PASS: TestCheckSumDownload/subtest5 (2.26s) --- PASS: TestCheckSumDownload/subtest6 (2.10s) --- PASS: TestCheckSumDownload/subtest7 (2.12s) === RUN TestApplyTransforms 2025/01/31 03:18:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zeyarak7nopi" 2025/01/31 03:18:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:18:35 DEBUG : Creating backend with remote "TestDrive:crypt/7ikhs0sl24p9mojet01huvdfaf7ahbpi6s89si4kjcs67hguq8v0" 2025/01/31 03:18:36 DEBUG : Creating backend with remote "/tmp/rclone3603634242" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zeyarak7nopi'", Local "Local file system at /tmp/rclone3603634242", Modify Window "1ms" 2025/01/31 03:18:38 DEBUG : hello, world!: md5 = b7ab728ef17ff1a330b74c00e872563d OK upper checkfile vs. lower remote (without normalization) 2025/01/31 03:18:39 ERROR : hello, world!: sum not found 2025/01/31 03:18:39 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zeyarak7nopi' 2025/01/31 03:18:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zeyarak7nopi': 1 files missing 2025/01/31 03:18:39 NOTICE: 1 hashes missing 2025/01/31 03:18:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zeyarak7nopi': 2 differences found 2025/01/31 03:18:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zeyarak7nopi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/01/31 03:18:40 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/31 03:18:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zeyarak7nopi': 0 differences found 2025/01/31 03:18:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zeyarak7nopi': 1 matching files 2025/01/31 03:18:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yayawus3cugo" 2025/01/31 03:18:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:18:40 DEBUG : Creating backend with remote "TestDrive:crypt/eejfst0vioqt3g4sho3c5384psvs0aoh3hhuskjeeqtg8nm8ar0g" 2025/01/31 03:18:41 DEBUG : Creating backend with remote "/tmp/rclone3524719175" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yayawus3cugo'", Local "Local file system at /tmp/rclone3524719175", Modify Window "1ms" 2025/01/31 03:18:44 DEBUG : HELLO, WORLD!: md5 = 9cb8cedbe670a3754d73e70976b9ea5c OK lower checkfile vs. upper remote (without normalization) 2025/01/31 03:18:44 ERROR : HELLO, WORLD!: sum not found 2025/01/31 03:18:44 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yayawus3cugo' 2025/01/31 03:18:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yayawus3cugo': 1 files missing 2025/01/31 03:18:44 NOTICE: 1 hashes missing 2025/01/31 03:18:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yayawus3cugo': 2 differences found 2025/01/31 03:18:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yayawus3cugo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/01/31 03:18:45 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/31 03:18:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yayawus3cugo': 0 differences found 2025/01/31 03:18:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yayawus3cugo': 1 matching files 2025/01/31 03:18:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sibizek5zuro" 2025/01/31 03:18:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:18:45 DEBUG : Creating backend with remote "TestDrive:crypt/hurgr3oghlvsa6jsfna067ljqjl6u58bf6bqkshi96lo5jv3rr6g" 2025/01/31 03:18:46 DEBUG : Creating backend with remote "/tmp/rclone3014378088" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sibizek5zuro'", Local "Local file system at /tmp/rclone3014378088", Modify Window "1ms" 2025/01/31 03:18:49 DEBUG : HeLlO, wOrLd!: md5 = b86f78823e4ae1dad081242a7c0fa87a OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/01/31 03:18:49 ERROR : HeLlO, wOrLd!: sum not found 2025/01/31 03:18:49 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sibizek5zuro' 2025/01/31 03:18:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sibizek5zuro': 1 files missing 2025/01/31 03:18:49 NOTICE: 1 hashes missing 2025/01/31 03:18:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sibizek5zuro': 2 differences found 2025/01/31 03:18:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sibizek5zuro': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/01/31 03:18:51 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/31 03:18:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sibizek5zuro': 0 differences found 2025/01/31 03:18:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sibizek5zuro': 1 matching files 2025/01/31 03:18:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-deteyeq9rihi" 2025/01/31 03:18:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:18:51 DEBUG : Creating backend with remote "TestDrive:crypt/mf7b3ltlle44tg9bt0brvioqjb4firddh0q1r7ihi01mocpnogkg" 2025/01/31 03:18:52 DEBUG : Creating backend with remote "/tmp/rclone294384393" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-deteyeq9rihi'", Local "Local file system at /tmp/rclone294384393", Modify Window "1ms" 2025/01/31 03:18:54 DEBUG : HELLO, WORLD!: md5 = 602af0974ac43ad7c3d4e35cc6310f38 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/01/31 03:18:55 ERROR : HELLO, WORLD!: sum not found 2025/01/31 03:18:55 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-deteyeq9rihi' 2025/01/31 03:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-deteyeq9rihi': 1 files missing 2025/01/31 03:18:55 NOTICE: 1 hashes missing 2025/01/31 03:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-deteyeq9rihi': 2 differences found 2025/01/31 03:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-deteyeq9rihi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/01/31 03:18:56 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/31 03:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-deteyeq9rihi': 0 differences found 2025/01/31 03:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-deteyeq9rihi': 1 matching files 2025/01/31 03:18:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puvoses4yuse" 2025/01/31 03:18:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:18:56 DEBUG : Creating backend with remote "TestDrive:crypt/nobn90scpj6s3g5cvs4nhs20ga1jckbqf81ddajbfl419485956g" 2025/01/31 03:18:57 DEBUG : Creating backend with remote "/tmp/rclone1676799462" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puvoses4yuse'", Local "Local file system at /tmp/rclone1676799462", Modify Window "1ms" 2025/01/31 03:18:59 DEBUG : 測試_Русский___ě_áñ: md5 = 4b3e699542a3b2ae268cecfed0331dc2 OK NFD checkfile vs. NFC remote (without normalization) 2025/01/31 03:19:00 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/31 03:19:00 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-puvoses4yuse' 2025/01/31 03:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puvoses4yuse': 1 files missing 2025/01/31 03:19:00 NOTICE: 1 hashes missing 2025/01/31 03:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puvoses4yuse': 2 differences found 2025/01/31 03:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puvoses4yuse': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/01/31 03:19:01 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/31 03:19:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puvoses4yuse': 0 differences found 2025/01/31 03:19:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puvoses4yuse': 1 matching files 2025/01/31 03:19:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuguxeh4lule" 2025/01/31 03:19:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:19:01 DEBUG : Creating backend with remote "TestDrive:crypt/lb4787bpopbpksvuhhgis5gaigqetjn78f28pa6isrtalqs2pf6g" 2025/01/31 03:19:02 DEBUG : Creating backend with remote "/tmp/rclone1715297192" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuguxeh4lule'", Local "Local file system at /tmp/rclone1715297192", Modify Window "1ms" 2025/01/31 03:19:04 DEBUG : 測試_Русский___ě_áñ: md5 = 11f76688bd5e09a97cef79ad7fa8cfd1 OK NFC checkfile vs. NFD remote (without normalization) 2025/01/31 03:19:05 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/31 03:19:05 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zuguxeh4lule' 2025/01/31 03:19:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuguxeh4lule': 1 files missing 2025/01/31 03:19:05 NOTICE: 1 hashes missing 2025/01/31 03:19:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuguxeh4lule': 2 differences found 2025/01/31 03:19:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuguxeh4lule': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/01/31 03:19:06 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/31 03:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuguxeh4lule': 0 differences found 2025/01/31 03:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuguxeh4lule': 1 matching files 2025/01/31 03:19:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatekop4xujo" 2025/01/31 03:19:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:19:06 DEBUG : Creating backend with remote "TestDrive:crypt/gkjs4la4j4l3normcmemd262pscr8h5tqtphc4b4mgfeps3isffg" 2025/01/31 03:19:07 DEBUG : Creating backend with remote "/tmp/rclone3308693289" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatekop4xujo'", Local "Local file system at /tmp/rclone3308693289", Modify Window "1ms" 2025/01/31 03:19:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 00a724a59b9233b01a524f5fa0c7d1bf OK NFDx2 checkfile vs. both remote (without normalization) 2025/01/31 03:19:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/31 03:19:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xatekop4xujo' 2025/01/31 03:19:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xatekop4xujo': 1 files missing 2025/01/31 03:19:10 NOTICE: 1 hashes missing 2025/01/31 03:19:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xatekop4xujo': 2 differences found 2025/01/31 03:19:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xatekop4xujo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/01/31 03:19:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/31 03:19:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xatekop4xujo': 0 differences found 2025/01/31 03:19:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xatekop4xujo': 1 matching files 2025/01/31 03:19:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sehijaw2sezu" 2025/01/31 03:19:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:19:11 DEBUG : Creating backend with remote "TestDrive:crypt/cjn912jpj68df1656c3ia0pbm4tme60jjkjdqajtjancm1jgbd70" 2025/01/31 03:19:12 DEBUG : Creating backend with remote "/tmp/rclone3672697286" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sehijaw2sezu'", Local "Local file system at /tmp/rclone3672697286", Modify Window "1ms" 2025/01/31 03:19:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = daf3b4db68ff2c3e90f037058eeb6c67 OK NFCx2 checkfile vs. both remote (without normalization) 2025/01/31 03:19:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/31 03:19:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sehijaw2sezu' 2025/01/31 03:19:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sehijaw2sezu': 1 files missing 2025/01/31 03:19:16 NOTICE: 1 hashes missing 2025/01/31 03:19:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sehijaw2sezu': 2 differences found 2025/01/31 03:19:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sehijaw2sezu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/01/31 03:19:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/31 03:19:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sehijaw2sezu': 0 differences found 2025/01/31 03:19:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sehijaw2sezu': 1 matching files 2025/01/31 03:19:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqaxit1ziqa" 2025/01/31 03:19:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:19:17 DEBUG : Creating backend with remote "TestDrive:crypt/3t4lt40a2s38pgpdokpup3pe9fcmkmdpmptjm6ejja133ajc5l7g" 2025/01/31 03:19:18 DEBUG : Creating backend with remote "/tmp/rclone2236817637" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqaxit1ziqa'", Local "Local file system at /tmp/rclone2236817637", Modify Window "1ms" 2025/01/31 03:19:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = fe2dc0b56afc24ae60c5f265cb7c8d63 OK both checkfile vs. NFDx2 remote (without normalization) 2025/01/31 03:19:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/31 03:19:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-keqaxit1ziqa' 2025/01/31 03:19:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keqaxit1ziqa': 1 files missing 2025/01/31 03:19:22 NOTICE: 1 hashes missing 2025/01/31 03:19:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keqaxit1ziqa': 2 differences found 2025/01/31 03:19:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keqaxit1ziqa': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/01/31 03:19:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/31 03:19:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keqaxit1ziqa': 0 differences found 2025/01/31 03:19:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keqaxit1ziqa': 1 matching files 2025/01/31 03:19:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-citeweq7toba" 2025/01/31 03:19:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:19:23 DEBUG : Creating backend with remote "TestDrive:crypt/s93oqrsro650797esa6431jusg2ujr0mnci9fmeb06dk7qi3mob0" 2025/01/31 03:19:24 DEBUG : Creating backend with remote "/tmp/rclone330346925" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-citeweq7toba'", Local "Local file system at /tmp/rclone330346925", Modify Window "1ms" 2025/01/31 03:19:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ca42ddb0d7cd3b842e08c8b777ab427a OK both checkfile vs. NFCx2 remote (without normalization) 2025/01/31 03:19:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/31 03:19:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-citeweq7toba' 2025/01/31 03:19:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-citeweq7toba': 1 files missing 2025/01/31 03:19:27 NOTICE: 1 hashes missing 2025/01/31 03:19:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-citeweq7toba': 2 differences found 2025/01/31 03:19:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-citeweq7toba': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/01/31 03:19:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/31 03:19:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-citeweq7toba': 0 differences found 2025/01/31 03:19:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-citeweq7toba': 1 matching files 2025/01/31 03:19:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-citeweq7toba': Purge remote 2025/01/31 03:19:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqaxit1ziqa': Purge remote 2025/01/31 03:19:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sehijaw2sezu': Purge remote 2025/01/31 03:19:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatekop4xujo': Purge remote 2025/01/31 03:19:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuguxeh4lule': Purge remote 2025/01/31 03:19:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puvoses4yuse': Purge remote 2025/01/31 03:19:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-deteyeq9rihi': Purge remote 2025/01/31 03:19:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sibizek5zuro': Purge remote 2025/01/31 03:19:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yayawus3cugo': Purge remote 2025/01/31 03:19:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zeyarak7nopi': Purge remote --- PASS: TestApplyTransforms (60.07s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:19:35 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/31 03:19:38 DEBUG : sub/file2: md5 = d5eff36141cb99a74d2c14460a9dd8f3 OK 2025/01/31 03:19:38 INFO : file1: Copied (new) to: sub/file2 2025/01/31 03:19:38 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/31 03:19:38 DEBUG : file1: Unchanged skipping 2025/01/31 03:19:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': don't need to copy/move sub/file2, it is already at target location 2025/01/31 03:19:41 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.72s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.43s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:19:45 DEBUG : dst/file1: md5 = 1639a00f4ae5591f7e937854144777ba OK 2025/01/31 03:19:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqivet3soju/backup" 2025/01/31 03:19:46 DEBUG : Creating backend with remote "TestDrive:crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990/1nrff024r7pq65ecp72fc28jb0" 2025/01/31 03:19:47 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/31 03:19:50 INFO : dst/file1: Moved (server-side) 2025/01/31 03:19:52 DEBUG : dst/file1: md5 = d3b35a3ede401dee09236aafa08de5fe OK 2025/01/31 03:19:52 INFO : dst/file1: Copied (new) 2025/01/31 03:19:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/31 03:19:56 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/31 03:19:57 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.63s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:19:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqivet3soju/dst" 2025/01/31 03:19:58 DEBUG : Creating backend with remote "TestDrive:crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/31 03:19:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqivet3soju/CompareDest" 2025/01/31 03:19:59 DEBUG : Creating backend with remote "TestDrive:crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990/gveqi14airsml4bgu7krj116o8" 2025/01/31 03:20:01 DEBUG : one: Need to transfer - File not found at Destination 2025/01/31 03:20:04 DEBUG : one: md5 = a420edcefb7005c2d18eaa3dafaf440f OK 2025/01/31 03:20:04 INFO : one: Copied (new) 2025/01/31 03:20:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/31 03:20:07 DEBUG : one: md5 = dd75fcb1b4fad59b947b7ae998b7af0c OK 2025/01/31 03:20:07 INFO : one: Copied (replaced existing) 2025/01/31 03:20:09 DEBUG : dst/one: md5 = ebc47eb82e0b1acec3f42dc26b77cd4a OK 2025/01/31 03:20:12 DEBUG : CompareDest/one: md5 = 45a97f1541cf1dcef443072db3902c37 OK 2025/01/31 03:20:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/31 03:20:13 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/31 03:20:13 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/31 03:20:15 DEBUG : CompareDest/two: md5 = 057ce0e9b2b0ac74469519810081d82d OK 2025/01/31 03:20:16 DEBUG : two: Need to transfer - File not found at Destination 2025/01/31 03:20:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/31 03:20:16 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/31 03:20:17 DEBUG : two: Need to transfer - File not found at Destination 2025/01/31 03:20:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/31 03:20:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/31 03:20:18 DEBUG : two: Need to transfer - File not found at Destination 2025/01/31 03:20:18 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/01/31 03:20:20 DEBUG : two: md5 = 2aafcebb55640e5fff09863ba1157391 OK 2025/01/31 03:20:20 INFO : two: Copied (new) 2025/01/31 03:20:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/31 03:20:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:20:25 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:20:25 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (27.89s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:20:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqivet3soju/dst" 2025/01/31 03:20:26 DEBUG : Creating backend with remote "TestDrive:crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/31 03:20:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqivet3soju/CopyDest" 2025/01/31 03:20:27 DEBUG : Creating backend with remote "TestDrive:crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990/d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/31 03:20:29 DEBUG : one: Need to transfer - File not found at Destination 2025/01/31 03:20:32 DEBUG : one: md5 = 6f602515ef080c024e56b297d54aee02 OK 2025/01/31 03:20:32 INFO : one: Copied (new) 2025/01/31 03:20:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/31 03:20:35 DEBUG : one: md5 = a8c5825e69919f9cbd72f164b9ca188a OK 2025/01/31 03:20:35 INFO : one: Copied (replaced existing) 2025/01/31 03:20:37 DEBUG : dst/one: md5 = a45fc392afba8b8710b826ea1ba4d33c OK 2025/01/31 03:20:40 DEBUG : CopyDest/one: md5 = f266faaa0cc7ae9b0f4f57c176cc3af6 OK 2025/01/31 03:20:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqivet3soju/BackupDir" 2025/01/31 03:20:41 DEBUG : Creating backend with remote "TestDrive:crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/31 03:20:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/31 03:20:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/31 03:20:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/31 03:20:45 INFO : one: Moved (server-side) 2025/01/31 03:20:46 INFO : one: Copied (server-side copy) 2025/01/31 03:20:46 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/01/31 03:20:48 DEBUG : CopyDest/two: md5 = 77810528ca96a884e76d9e7a6a7d73fa OK 2025/01/31 03:20:49 DEBUG : two: Need to transfer - File not found at Destination 2025/01/31 03:20:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/31 03:20:50 INFO : two: Copied (server-side copy) 2025/01/31 03:20:50 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/01/31 03:20:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/31 03:20:51 DEBUG : two: Unchanged skipping 2025/01/31 03:20:53 DEBUG : CopyDest/three: md5 = 400c0b5c4117e394dcdb0079ec2c18f0 OK 2025/01/31 03:20:55 DEBUG : three: Need to transfer - File not found at Destination 2025/01/31 03:20:56 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/01/31 03:20:56 DEBUG : three: Destination not found in --copy-dest 2025/01/31 03:20:57 DEBUG : three: md5 = 34a356e0c0f293d65f46ddf2935b0cb9 OK 2025/01/31 03:20:57 INFO : three: Copied (new) 2025/01/31 03:21:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/31 03:21:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/31 03:21:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:21:03 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/31 03:21:03 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/31 03:21:03 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:21:04 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (39.60s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:21:06 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/01/31 03:21:09 DEBUG : TestCopyFileMaxTransfer/file1: md5 = b9e6bd4212f224f73a7969d851d4bfda OK 2025/01/31 03:21:09 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/01/31 03:21:10 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/01/31 03:21:10 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/01/31 03:21:10 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/01/31 03:21:11 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/01/31 03:21:13 DEBUG : TestCopyFileMaxTransfer/file4: md5 = b6e6ede1474b51f86537c6b8fee51ec6 OK 2025/01/31 03:21:13 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/01/31 03:21:16 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/01/31 03:21:16 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.65s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:21:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Looking for duplicate names using skip mode. 2025/01/31 03:21:21 NOTICE: one: Found 2 files with duplicate names 2025/01/31 03:21:21 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.67s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:21:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Looking for duplicate names using skip mode. 2025/01/31 03:21:28 NOTICE: one: Found 3 files with duplicate names 2025/01/31 03:21:28 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/01/31 03:21:29 INFO : one: Deleted 2025/01/31 03:21:29 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.72s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:21:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Looking for duplicate names using first mode. 2025/01/31 03:21:35 NOTICE: one: Found 3 files with duplicate names 2025/01/31 03:21:36 INFO : one: Deleted 2025/01/31 03:21:37 INFO : one: Deleted 2025/01/31 03:21:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.39s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:21:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Looking for duplicate names using newest mode. 2025/01/31 03:21:43 NOTICE: one: Found 3 files with duplicate names 2025/01/31 03:21:43 INFO : one: Deleted 2025/01/31 03:21:44 INFO : one: Deleted 2025/01/31 03:21:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.27s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:21:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Looking for duplicate names using oldest mode. 2025/01/31 03:21:51 NOTICE: one: Found 3 files with duplicate names 2025/01/31 03:21:51 INFO : one: Deleted 2025/01/31 03:21:52 INFO : one: Deleted 2025/01/31 03:21:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.68s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:21:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Looking for duplicate names using largest mode. 2025/01/31 03:21:58 NOTICE: one: Found 3 files with duplicate names 2025/01/31 03:21:59 INFO : one: Deleted 2025/01/31 03:22:00 INFO : one: Deleted 2025/01/31 03:22:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.64s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:22:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Looking for duplicate names using smallest mode. 2025/01/31 03:22:06 NOTICE: one: Found 3 files with duplicate names 2025/01/31 03:22:06 INFO : one: Deleted 2025/01/31 03:22:07 INFO : one: Deleted 2025/01/31 03:22:07 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.08s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:22:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Looking for duplicate names using rename mode. 2025/01/31 03:22:14 NOTICE: one.txt: Found 3 files with duplicate names 2025/01/31 03:22:16 INFO : one-2.txt: renamed from: one.txt 2025/01/31 03:22:17 INFO : one-3.txt: renamed from: one.txt 2025/01/31 03:22:18 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.42s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:22:24 DEBUG : dupe1/one.txt: md5 = 931d5b18ca41486126e295291c85114e OK 2025/01/31 03:22:27 DEBUG : dupe2/two.txt: md5 = 042115e5d6161bf0aeb693a98585eef5 OK 2025/01/31 03:22:29 DEBUG : dupe3/three.txt: md5 = 43072cd367dc145099937026d33cf6b5 OK 2025/01/31 03:22:30 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/01/31 03:22:31 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/01/31 03:22:32 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/01/31 03:22:33 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/01/31 03:22:37 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/01/31 03:22:37 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/01/31 03:22:37 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.25s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:22:39 DEBUG : a.txt: md5 = 7efd9dd1b52bb9961fb6add427c37310 OK 2025/01/31 03:22:41 DEBUG : zend.txt: md5 = b78bbcabd39759572c2cdc555aaa5b9c OK 2025/01/31 03:22:44 DEBUG : sub dir/hello world: md5 = 0737836488104a8e41a62480817b7a80 OK 2025/01/31 03:22:46 DEBUG : sub dir/hello world2: md5 = f62edd58a05c5d230d408eb8ed4d9bf4 OK 2025/01/31 03:22:48 DEBUG : sub dir/ignore dir/.ignore: md5 = 441f92feda59dbab67b3603be4e4be6a OK 2025/01/31 03:22:50 DEBUG : sub dir/ignore dir/should be ignored: md5 = 24c87d9a045ccf9e84df533f96dbb8f6 OK 2025/01/31 03:22:53 DEBUG : sub dir/sub sub dir/hello world3: md5 = c6933fe4b8b1e030ef53effb173b8cea OK 2025/01/31 03:22:54 DEBUG : a.txt: Excluded (Size Filter) 2025/01/31 03:22:54 DEBUG : a.txt: Excluded 2025/01/31 03:22:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/31 03:22:54 DEBUG : sub dir/hello world: Excluded 2025/01/31 03:22:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/31 03:22:54 DEBUG : sub dir/hello world2: Excluded 2025/01/31 03:22:55 DEBUG : sub dir/ignore dir: Excluded 2025/01/31 03:22:55 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/31 03:22:55 DEBUG : sub dir/hello world: Excluded 2025/01/31 03:22:55 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/31 03:22:55 DEBUG : sub dir/hello world2: Excluded 2025/01/31 03:22:55 DEBUG : sub dir/ignore dir: Excluded 2025/01/31 03:23:01 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/01/31 03:23:02 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/01/31 03:23:02 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/01/31 03:23:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/01/31 03:23:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/01/31 03:23:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/01/31 03:23:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (25.88s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:23:05 DEBUG : file1: md5 = 15397f0a80445c9ef32455c02716b1dc OK 2025/01/31 03:23:08 DEBUG : sub/file2: md5 = e083b0c1968f0e4899ad24b4263c2aca 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/01/31 03:23:11 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/01/31 03:23:11 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/01/31 03:23:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/01/31 03:23:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.67s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.29s) --- PASS: TestListJSON/Recurse (0.51s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.26s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.74s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:23:16 DEBUG : file1: md5 = a7deadc864bcee6a0bb962fdb37a7143 OK 2025/01/31 03:23:19 DEBUG : sub/file2: md5 = 33a3621ecdcba68f5f15bc40211b9901 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/01/31 03:23:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqivet3soju/notfound" 2025/01/31 03:23:23 DEBUG : Config file has changed externally - reloading 2025/01/31 03:23:23 DEBUG : Creating backend with remote "TestDrive:crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990/qe0i31qdkoejk60elps0ni5sqk" 2025/01/31 03:23:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.93s) --- PASS: TestStatJSON/Root (0.22s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.22s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.22s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.78s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:23:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Making directory 2025/01/31 03:23:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:23:31 DEBUG : sub dir/hello world: md5 = 7ed03cd586f694b5d6d0553e08ba57e6 OK 2025/01/31 03:23:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.48s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:23:35 DEBUG : potato2: md5 = ff2f5a15bfb5d5564a786b8c8588e97d OK 2025/01/31 03:23:37 DEBUG : empty space: md5 = 4ce12c9a9dcc86c2134bf582ea9c1890 OK --- PASS: TestLs (5.99s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:23:41 DEBUG : potato2: md5 = 83cf4d4e39b4cce43af38eed335da21e OK 2025/01/31 03:23:43 DEBUG : empty space: md5 = e85f961423f69db5538e66169ed3a863 OK 2025/01/31 03:23:43 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/01/31 03:23:43 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.76s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:23:47 DEBUG : potato2: md5 = 45e05173e6d7e349916b1ffe28193943 OK 2025/01/31 03:23:48 DEBUG : empty space: md5 = 0c5cc0432acb0a562ccd79908a24e964 OK --- PASS: TestLsLong (5.48s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:23:52 DEBUG : potato2: md5 = 709fccf614be2de215b35ddd3c7dbf39 OK 2025/01/31 03:23:54 DEBUG : empty space: md5 = 2b2e91e768224e9fdcc0d72394799b06 OK --- PASS: TestHashSums (5.40s) === RUN TestHashSumsWithErrors 2025/01/31 03:23:56 DEBUG : Creating backend with remote ":memory:" 2025/01/31 03:23:56 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/01/31 03:23:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/31 03:23:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/31 03:23:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/31 03:23:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/31 03:23:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/31 03:23:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/31 03:23:56 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/01/31 03:23:56 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-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:23:58 DEBUG : potato2: md5 = dcd91b8518036c00040c670aad72c645 OK 2025/01/31 03:23:59 DEBUG : empty space: md5 = 9289c29b32642ca0833260ee2e0356f0 OK 2025/01/31 03:24:02 DEBUG : sub dir/potato3: md5 = b39cda89d7b7211d5c41235fb137dc09 OK 2025/01/31 03:24:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.20s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:24:08 DEBUG : small: md5 = e78fe361fd8d7a96b78f3e4d4f6a368e OK 2025/01/31 03:24:09 DEBUG : medium: md5 = 2b76138e7add0f4bb52eb402161fb7b1 OK 2025/01/31 03:24:11 DEBUG : large: md5 = d602aa0688562ee908a85213a34ecd21 OK 2025/01/31 03:24:11 DEBUG : Waiting for deletions to finish 2025/01/31 03:24:12 DEBUG : large: Excluded (Size Filter) 2025/01/31 03:24:12 INFO : medium: Deleted 2025/01/31 03:24:12 INFO : small: Deleted --- PASS: TestDelete (7.26s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:24:15 DEBUG : small: md5 = c1a486aef385d863d4c31012dfb86b64 OK 2025/01/31 03:24:17 DEBUG : medium: md5 = 74af6ea1248c2b25fe42d390786ee8a1 OK 2025/01/31 03:24:18 DEBUG : large: md5 = 0de9401cd07c91e5b452a0adabea4cd1 OK 2025/01/31 03:24:19 DEBUG : Waiting for deletions to finish 2025/01/31 03:24:19 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/01/31 03:24:19 INFO : small: Deleted 2025/01/31 03:24:20 INFO : medium: Deleted --- PASS: TestMaxDelete (7.92s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:24:23 DEBUG : small: md5 = 4d0639c60ecbb31202f6bb5ad22a9d36 OK 2025/01/31 03:24:24 DEBUG : medium: md5 = 6c8e57044cfc41766fd91a155b290d45 OK 2025/01/31 03:24:26 DEBUG : large: md5 = bf74edb390fd25b2b9475fd606f13d3e OK 2025/01/31 03:24:26 DEBUG : Waiting for deletions to finish 2025/01/31 03:24:27 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/01/31 03:24:27 INFO : medium: Deleted 2025/01/31 03:24:27 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.66s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:24:31 DEBUG : small: md5 = b34565a48266db2bf5dcb0224b4709c7 OK 2025/01/31 03:24:32 DEBUG : medium: md5 = 22ab02f7fe1a7195bbb0896152954906 OK 2025/01/31 03:24:34 DEBUG : large: md5 = 5e9edd772726e46d1771a017d14fd6cb OK 2025/01/31 03:24:34 DEBUG : Waiting for deletions to finish 2025/01/31 03:24:34 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/01/31 03:24:35 INFO : small: Deleted 2025/01/31 03:24:35 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.71s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:24:38 DEBUG : ReadFile: md5 = 36d6f1d47f06bb717280da14d04055ac OK --- PASS: TestReadFile (4.48s) === RUN TestRetry 2025/01/31 03:24:41 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/01/31 03:24:41 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/01/31 03:24:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/31 03:24:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/31 03:24:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/31 03:24:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/31 03:24:41 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-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:24:43 DEBUG : file1: md5 = 34c7bd2b6ed30a0efee2de55bbaa45a8 OK 2025/01/31 03:24:45 DEBUG : file2: md5 = 9b86b9254790d5a9ec12061ba998a8dd OK --- PASS: TestCat (18.23s) === RUN TestPurge 2025/01/31 03:25:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wameped9zuti" 2025/01/31 03:25:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/31 03:25:00 DEBUG : Creating backend with remote "TestDrive:crypt/gpd56n1hcutt6lk8154ri3n4ndigrrmdkba81ih1rptqurkptbq0" 2025/01/31 03:25:01 DEBUG : Creating backend with remote "/tmp/rclone3115620629" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wameped9zuti'", Local "Local file system at /tmp/rclone3115620629", Modify Window "1ms" 2025/01/31 03:25:07 DEBUG : A1/B1/C1/one: md5 = 33019d0b7a6e5295b734ccd8a8c2addf OK 2025/01/31 03:25:07 INFO : A2: Making directory 2025/01/31 03:25:08 INFO : A1/B2: Making directory 2025/01/31 03:25:09 INFO : A1/B2/C2: Making directory 2025/01/31 03:25:10 INFO : A1/B1/C3: Making directory 2025/01/31 03:25:11 INFO : A3: Making directory 2025/01/31 03:25:12 INFO : A3/B3: Making directory 2025/01/31 03:25:13 INFO : A3/B3/C4: Making directory 2025/01/31 03:25:16 DEBUG : A1/two: md5 = e7ea2d62c31a6627bed2a0d0dac414c2 OK 2025/01/31 03:25:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wameped9zuti': Purge remote 2025/01/31 03:25:20 NOTICE: purge failed: directory not found --- PASS: TestPurge (20.31s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:25:25 DEBUG : A1/B1/C1/one: md5 = 1b0687a40a4f933ae8a1d473fdff5dc1 OK 2025/01/31 03:25:25 INFO : A2: Making directory 2025/01/31 03:25:26 INFO : A1/B2: Making directory 2025/01/31 03:25:27 INFO : A1/B2/C2: Making directory 2025/01/31 03:25:28 INFO : A1/B1/C3: Making directory 2025/01/31 03:25:29 INFO : A3: Making directory 2025/01/31 03:25:29 INFO : A3/B3: Making directory 2025/01/31 03:25:31 INFO : A3/B3/C4: Making directory 2025/01/31 03:25:33 DEBUG : A1/two: md5 = d4d9075fc112e79eb0499d9664c3ea84 OK 2025/01/31 03:25:34 DEBUG : removing 1 level 3 directories 2025/01/31 03:25:34 INFO : A3/B3/C4: Removing directory 2025/01/31 03:25:37 DEBUG : removing 2 level 3 directories 2025/01/31 03:25:37 INFO : A1/B2/C2: Removing directory 2025/01/31 03:25:37 INFO : A1/B1/C3: Removing directory 2025/01/31 03:25:38 DEBUG : removing 2 level 2 directories 2025/01/31 03:25:38 INFO : A3/B3: Removing directory 2025/01/31 03:25:38 INFO : A1/B2: Removing directory 2025/01/31 03:25:38 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/01/31 03:25:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/31 03:25:39 DEBUG : removing 2 level 1 directories 2025/01/31 03:25:39 INFO : A3: Removing directory 2025/01/31 03:25:39 INFO : A2: Removing directory 2025/01/31 03:25:39 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/01/31 03:25:43 DEBUG : removing 1 level 3 directories 2025/01/31 03:25:43 INFO : A1/B1/C1: Removing directory 2025/01/31 03:25:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:44 DEBUG : removing 1 level 2 directories 2025/01/31 03:25:44 INFO : A1/B1: Removing directory 2025/01/31 03:25:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/31 03:25:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/31 03:25:45 DEBUG : removing 1 level 1 directories 2025/01/31 03:25:45 INFO : A1: Removing directory 2025/01/31 03:25:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/31 03:25:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/31 03:25:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/31 03:25:46 DEBUG : removing 1 level 0 directories 2025/01/31 03:25:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Removing directory 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/01/31 03:25:46 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (28.04s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:25:49 INFO : A1: Making directory 2025/01/31 03:25:50 INFO : A1/B1: Making directory 2025/01/31 03:25:51 INFO : A1/B1/C1: Making directory 2025/01/31 03:25:54 DEBUG : removing 1 level 3 directories 2025/01/31 03:25:54 INFO : A1/B1/C1: Removing directory 2025/01/31 03:25:54 DEBUG : removing 1 level 2 directories 2025/01/31 03:25:54 INFO : A1/B1: Removing directory 2025/01/31 03:25:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/31 03:25:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.63s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:25:58 INFO : A1: Making directory 2025/01/31 03:25:58 INFO : A1/B1: Making directory 2025/01/31 03:25:59 INFO : A1/B1/C1: Making directory 2025/01/31 03:26:02 DEBUG : removing 1 level 3 directories 2025/01/31 03:26:02 INFO : A1/B1/C1: Removing directory 2025/01/31 03:26:03 DEBUG : removing 1 level 2 directories 2025/01/31 03:26:03 INFO : A1/B1: Removing directory 2025/01/31 03:26:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/31 03:26:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.86s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:26:08 DEBUG : file1: md5 = 6455511a629d7aea16062215b6cec2ca OK 2025/01/31 03:26:09 DEBUG : filename.txt: File name found in url 2025/01/31 03:26:11 DEBUG : filename.txt: md5 = 18390d61f97ee803a18e912968ccda52 OK 2025/01/31 03:26:11 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/01/31 03:26:12 DEBUG : headerfilename.txt: md5 = bb97fa34943fe4b644120f589045baff OK 2025/01/31 03:26:14 DEBUG : file2: md5 = b222b8f92e803e2ffc8dfec86507f05f OK --- PASS: TestCopyURL (10.48s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:26:17 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/31 03:26:20 DEBUG : sub/file2: md5 = ab8c6bea2ad0dcbb7088d4c8673053b1 OK 2025/01/31 03:26:20 INFO : file1: Copied (new) to: sub/file2 2025/01/31 03:26:20 INFO : file1: Deleted 2025/01/31 03:26:20 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/31 03:26:20 DEBUG : file1: Unchanged skipping 2025/01/31 03:26:20 INFO : file1: Deleted 2025/01/31 03:26:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': don't need to copy/move sub/file2, it is already at target location 2025/01/31 03:26:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.82s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:26:24 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/31 03:26:25 DEBUG : file1: md5 = f42050387a6f9bfef3f3b03e40d393c2 OK 2025/01/31 03:26:25 INFO : file1: Copied (new) 2025/01/31 03:26:25 INFO : file1: Deleted 2025/01/31 03:26:26 DEBUG : file1: Destination exists, skipping 2025/01/31 03:26:26 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.59s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.42s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.43s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:26:31 DEBUG : dst/file1: md5 = 0f3e8a487533208d94bb2c615e8b80ef OK 2025/01/31 03:26:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-geqivet3soju/backup" 2025/01/31 03:26:31 DEBUG : Creating backend with remote "TestDrive:crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990/1nrff024r7pq65ecp72fc28jb0" 2025/01/31 03:26:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/31 03:26:36 INFO : dst/file1: Moved (server-side) 2025/01/31 03:26:38 DEBUG : dst/file1: md5 = 2c1e3a074b90656c1bdf8580902e2412 OK 2025/01/31 03:26:38 INFO : dst/file1: Copied (new) 2025/01/31 03:26:38 INFO : dst/file1: Deleted 2025/01/31 03:26:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/31 03:26:41 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/31 03:26:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.15s) === 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-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:26:46 DEBUG : A1/one: md5 = 7dae3043d64d2f0a81642095e1876252 OK 2025/01/31 03:26:48 DEBUG : A1/two: md5 = 2cd42bded4efe07688843d52ca8e8b5e OK 2025/01/31 03:26:50 DEBUG : A1/B1/three: md5 = 623ee5895a05aadc1fa918730ff56998 OK 2025/01/31 03:26:53 DEBUG : A1/B1/C1/four: md5 = 3b183af0b83ca392123ed8f6c372f49e OK 2025/01/31 03:26:56 DEBUG : A1/B1/C2/five: md5 = df046f7537f2df9baba1431894defb77 OK 2025/01/31 03:26:56 INFO : A1/B2: Making directory 2025/01/31 03:26:57 INFO : A1/B1/C3: Making directory 2025/01/31 03:27:09 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/01/31 03:27:09 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/01/31 03:27:09 INFO : A2/one: Moved (server-side) to: A3/one 2025/01/31 03:27:09 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/01/31 03:27:09 INFO : A2/two: Moved (server-side) to: A3/two 2025/01/31 03:27:13 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/31 03:27:13 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/31 03:27:13 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/31 03:27:14 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/31 03:27:14 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/31 03:27:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/01/31 03:27:23 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/01/31 03:27:23 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/01/31 03:27:23 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/01/31 03:27:23 INFO : A3/two: Moved (server-side) to: A4/two 2025/01/31 03:27:23 INFO : A3/one: Moved (server-side) to: A4/one 2025/01/31 03:27:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/31 03:27:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/31 03:27:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/31 03:27:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/31 03:27:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/31 03:27:36 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/01/31 03:27:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/01/31 03:27:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/31 03:27:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/31 03:27:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/31 03:27:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/31 03:27:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/31 03:27:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/31 03:27:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/31 03:27:38 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (56.17s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:27:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': File to upload is small (34 bytes), uploading instead of streaming 2025/01/31 03:27:42 DEBUG : no_checksum_small_file_from_pipe: md5 = 4dfdeef3866c95da6afd53ed5da30438 OK 2025/01/31 03:27:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/01/31 03:27:42 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/31 03:27:42 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/01/31 03:27:44 DEBUG : no_checksum_big_file_from_pipe: md5 = 1dd712587e8de60503cb7d3e1cadbb55 OK 2025/01/31 03:27:44 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:27:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': File to upload is small (34 bytes), uploading instead of streaming 2025/01/31 03:27:48 DEBUG : with_checksum_small_file_from_pipe: md5 = 5c7a28d066b0b93e0247676c1aae5262 OK 2025/01/31 03:27:48 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/31 03:27:49 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/01/31 03:27:50 DEBUG : with_checksum_big_file_from_pipe: md5 = dbcf2a162bf65efc1bb1878e3c33530c OK 2025/01/31 03:27:50 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-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:27:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': File to upload is small (34 bytes), uploading instead of streaming 2025/01/31 03:27:54 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/31 03:27:55 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/31 03:27:56 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-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:27:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': File to upload is small (34 bytes), uploading instead of streaming 2025/01/31 03:28:00 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/31 03:28:00 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/31 03:28:02 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (24.07s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.62s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.63s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.78s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.04s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/01/31 03:28:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': File to upload is small (48 bytes), uploading instead of streaming 2025/01/31 03:28:06 DEBUG : rcat_metadata: md5 = 7f7aaf72eb221a33799d9de5c408e56f OK 2025/01/31 03:28:06 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/01/31 03:28:08 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/01/31 03:28:09 DEBUG : rcat_metadata_uploadcutoff0: md5 = d0c066aaf7d14299b3aaa0007d011cf1 OK 2025/01/31 03:28:09 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.39s) --- PASS: TestRcatMetadata/Normal (2.73s) --- PASS: TestRcatMetadata/ViaDisk (3.19s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:28:12 DEBUG : potato1: md5 = 4a028ff0c393df379520e6683e77378f OK 2025/01/31 03:28:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': File to upload is small (60 bytes), uploading instead of streaming 2025/01/31 03:28:14 DEBUG : potato2: md5 = 86fee4ff33ee2cc41dfca3da4eba3673 OK 2025/01/31 03:28:14 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.83s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:28:18 DEBUG : potato1: md5 = 40c3156bff8e450e00a7efd621cada43 OK 2025/01/31 03:28:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': File to upload is small (60 bytes), uploading instead of streaming 2025/01/31 03:28:20 DEBUG : potato2: md5 = 78b389c7f515f201e7c16baa4c4439fa OK 2025/01/31 03:28:20 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.80s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:28:25 DEBUG : potato2: md5 = 81841088e5c801e63e624076a5aa0977 OK 2025/01/31 03:28:26 DEBUG : empty space: md5 = 0fcb577bdb56c721eb59817845fbd902 OK 2025/01/31 03:28:29 DEBUG : sub dir/potato3: md5 = 2fc7028d5f37728d31cf7f5b68b96dc1 OK 2025/01/31 03:28:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Touching "empty space" 2025/01/31 03:28:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Touching "potato2" 2025/01/31 03:28:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Touching "sub dir/potato3" 2025/01/31 03:28:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.26s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:28:36 DEBUG : dir with metadata: Making directory with metadata 2025/01/31 03:28:37 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.61s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:28:39 DEBUG : directory with modtime: Making directory with metadata 2025/01/31 03:28:40 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.88s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:28:42 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/31 03:28:42 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/31 03:28:42 DEBUG : Google drive root 'crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990': Skipping btime metadata as can't update it on an existing file: 2025-01-31T03:28:42.199966289Z 2025/01/31 03:28:43 INFO : non existent directory: Updated directory metadata 2025/01/31 03:28:45 DEBUG : Google drive root 'crypt/v5jp90cs4bvqe7q3816j64c6deoa9objbpusbdnp743v447jk990': Skipping btime metadata as can't update it on an existing file: 2025-01-31T03:28:42.199966289Z 2025/01/31 03:28:46 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.77s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:28:47 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/01/31 03:28:50 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/01/31 03:28:51 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.96s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:28:52 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/31 03:28:52 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/31 03:28:52 DEBUG : dst: Making directory with metadata 2025/01/31 03:28:53 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/31 03:28:53 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/31 03:28:54 INFO : dst: Set directory modification time (using SetModTime) 2025/01/31 03:28:55 INFO : dst: Set directory modification time (using SetModTime) 2025/01/31 03:28:55 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/01/31 03:28:56 INFO : dst: Set directory modification time (using SetModTime) 2025/01/31 03:28:56 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.32s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju'", Local "Local file system at /tmp/rclone2418929056", Modify Window "1ms" 2025/01/31 03:29:00 DEBUG : sub dir/test remove existing: md5 = fe1b45a734a3ae8a3e23ff076fe02487 OK 2025/01/31 03:29:02 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 2b6ac281138f75ee3b56325d87a46ea0 OK 2025/01/31 03:29:04 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.nodetup4" before starting 2025/01/31 03:29:05 DEBUG : sub dir/test remove existing.nodetup4: TEST: removing renamed existing file after operation 2025/01/31 03:29:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bakakig4" before starting 2025/01/31 03:29:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bakakig4: TEST: renaming existing back after failed operation 2025/01/31 03:29:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zonufac2" before starting 2025/01/31 03:29:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zonufac2: TEST: removing renamed existing file after operation 2025/01/31 03:29:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "co6q0qj0ea0a7a96t4r2p43kkbfd7vt87ijs7umfj2moh0fat0fj5iesp6dp9jahkcm168d1dmbji9pupdutihom8j33vge7rufqbprehsm2bqu1kou75s9d49pi0c0qfot9khf68dubdf8a388cs2sm85r5c1ucghhcmkuit7qlcqi2v4bg" 2025/01/31 03:29:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mh2gqbtqqgdms0rqrk7hte97nine3dtng5bvsc82ieri0kdch3l0" --- PASS: TestRemoveExisting (14.64s) === 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/01/31 03:29:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-geqivet3soju': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m16.852327021s (try 1/5)