"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/10/05 04:30:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hucivum8guvu" 2024/10/05 04:30:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:30:55 DEBUG : Creating backend with remote "TestDrive:crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg" 2024/10/05 04:30:56 DEBUG : Creating backend with remote "/tmp/rclone3403060630" === 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-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.27s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.27s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/10/05 04:30:57 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/05 04:30:57 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/10/05 04:30:57 DEBUG : potato: Seek from 10 to 0 2024/10/05 04:30:57 DEBUG : potato: Seek from 10 to 0 2024/10/05 04:30:57 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/10/05 04:30:57 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/05 04:30:57 DEBUG : potato: Seek from 5 to 2 2024/10/05 04:30:57 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/10/05 04:30:57 DEBUG : potato: Seek from 7 to 0 2024/10/05 04:30:57 DEBUG : potato: Seek from 7 to 0 2024/10/05 04:30:57 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/10/05 04:30:57 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/05 04:30:57 DEBUG : potato: Seek from 5 to 2 2024/10/05 04:30:57 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/10/05 04:30:57 DEBUG : potato: Seek from 8 to 0 2024/10/05 04:30:57 DEBUG : potato: Seek from 8 to 0 2024/10/05 04:30:57 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/10/05 04:30:57 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/05 04:30:57 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/05 04:30:57 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/05 04:30:57 DEBUG : potato: Seek from 5 to 2 2024/10/05 04:30:57 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/10/05 04:30:57 DEBUG : potato: Seek from 9 to 0 2024/10/05 04:30:57 DEBUG : potato: Seek from 9 to 0 2024/10/05 04:30:57 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:30:59 DEBUG : rutabaga: md5 = 8954094300032cd7225c6faee51476dd OK === RUN TestCheck/1 === RUN TestCheck/2 2024/10/05 04:31:02 DEBUG : empty space: md5 = 4c980e23746f267c1b698b37d22baac5 OK === RUN TestCheck/3 2024/10/05 04:31:04 DEBUG : potato2: md5 = ce68c9db08fca5a31cef5a4907271552 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/10/05 04:31:07 DEBUG : remotepotato: md5 = 9e7d9f9280cc39bda7c2c65fb431a7e0 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.16s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2024/10/05 04:31:10 DEBUG : Creating backend with remote "nonexistent" 2024/10/05 04:31:10 DEBUG : Creating backend with remote "nonexistent" 2024/10/05 04:31:10 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/10/05 04:31:10 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/10/05 04:31:10 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/10/05 04:31:10 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-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:31:12 DEBUG : rutabaga: md5 = 6970285a3bcd7bac761ffa49be75db24 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/10/05 04:31:17 DEBUG : empty space: md5 = 22c58b08449e12357803b5ac65cce20a OK === RUN TestCheckDownload/3 2024/10/05 04:31:19 DEBUG : potato2: md5 = 37ea61315c7741333f2892deb4c194bb OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/10/05 04:31:24 DEBUG : remotepotato: md5 = 36d4deff28cb6265b304198d583f5238 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.04s) --- PASS: TestCheckDownload/1 (1.21s) --- PASS: TestCheckDownload/2 (1.69s) --- PASS: TestCheckDownload/3 (0.98s) --- PASS: TestCheckDownload/4 (1.35s) --- PASS: TestCheckDownload/5 (1.33s) --- PASS: TestCheckDownload/6 (1.03s) --- PASS: TestCheckDownload/7 (1.24s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:31:31 DEBUG : rutabaga: md5 = 3d456e9f241d0e76ed813f6db6085ff5 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/10/05 04:31:33 DEBUG : empty space: md5 = c2ae82c166e291d4859d6cc3c76738c4 OK === RUN TestCheckSizeOnly/3 2024/10/05 04:31:35 DEBUG : potato2: md5 = fc893887d2925fd92b49e9fbf566821b OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/10/05 04:31:38 DEBUG : remotepotato: md5 = ab523b097bcdd50b36660f1ae8ce5612 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.91s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.34s) --- PASS: TestCheckSizeOnly/5 (0.29s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:31:43 DEBUG : test.sum: md5 = 3c3a243a6afc8d448e3f84d36686acbe OK 2024/10/05 04:31:44 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/05 04:31:44 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/05 04:31:44 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/05 04:31:44 NOTICE: test.sum: 2 warning(s) suppressed... 2024/10/05 04:31:46 DEBUG : test.sum: md5 = 1f6def235f0b349b4f49229a43b91e95 OK 2024/10/05 04:31:47 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/05 04:31:47 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/05 04:31:47 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/05 04:31:47 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.15s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:31:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hucivum8guvu/data" 2024/10/05 04:31:48 DEBUG : Creating backend with remote "TestDrive:crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.04s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:31:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hucivum8guvu/data" 2024/10/05 04:31:50 DEBUG : Creating backend with remote "TestDrive:crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg/vjrnln8ratgmqakfosrqe8espk" 2024/10/05 04:31:54 DEBUG : data/banana: md5 = 25caa76cb81427e7ffc3183eefd59d60 OK 2024/10/05 04:31:56 DEBUG : test.sum: md5 = 544d7a2c493f1154baba110d096fc92f OK === RUN TestCheckSumDownload/subtest1 2024/10/05 04:32:01 DEBUG : data/potato: md5 = 8b3c3009987e077e537c97a384bf34fb OK 2024/10/05 04:32:03 DEBUG : test.sum: md5 = 6f8537892a2c2e9086f7c3a8c650ccd1 OK === RUN TestCheckSumDownload/subtest2 2024/10/05 04:32:08 DEBUG : test.sum: md5 = 046e44395761d13ab9acfde1dd5179c6 OK === RUN TestCheckSumDownload/subtest3 2024/10/05 04:32:14 DEBUG : test.sum: md5 = 7ac8163464478377018b509099a218d4 OK === RUN TestCheckSumDownload/subtest4 2024/10/05 04:32:18 DEBUG : test.sum: md5 = 7039382b539cac3ef73aac6adf8b1bc9 OK === RUN TestCheckSumDownload/subtest5 2024/10/05 04:32:23 DEBUG : test.sum: md5 = 356df9af54feff7419e9ab304a74ea89 OK === RUN TestCheckSumDownload/subtest6 2024/10/05 04:32:28 DEBUG : data/banana: md5 = 15a22ad58ce04bb4bfd70c92a62cbd77 OK 2024/10/05 04:32:30 DEBUG : data/potato: md5 = 16ada2a1d73ef92b308a3e60b16d94a9 OK 2024/10/05 04:32:32 DEBUG : test.sum: md5 = c07b42d9c5753dea73eeeca1ec693ec4 OK === RUN TestCheckSumDownload/subtest7 2024/10/05 04:32:38 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/10/05 04:32:38 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (48.32s) --- PASS: TestCheckSumDownload/subtest1 (3.20s) --- PASS: TestCheckSumDownload/subtest2 (2.54s) --- PASS: TestCheckSumDownload/subtest3 (3.79s) --- PASS: TestCheckSumDownload/subtest4 (2.43s) --- PASS: TestCheckSumDownload/subtest5 (2.81s) --- PASS: TestCheckSumDownload/subtest6 (2.55s) --- PASS: TestCheckSumDownload/subtest7 (2.85s) === RUN TestApplyTransforms 2024/10/05 04:32:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-samireh8jasa" 2024/10/05 04:32:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:32:39 DEBUG : Creating backend with remote "TestDrive:crypt/j3jbmoheh0jp00601u25ik54r2idbltud4loln1kaou07ivrgku0" 2024/10/05 04:32:40 DEBUG : Creating backend with remote "/tmp/rclone1254135247" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-samireh8jasa'", Local "Local file system at /tmp/rclone1254135247", Modify Window "1ms" 2024/10/05 04:32:42 DEBUG : hello, world!: md5 = ff2a4c1f62115a4a0684481668c2d552 OK upper checkfile vs. lower remote (without normalization) 2024/10/05 04:32:43 ERROR : hello, world!: sum not found 2024/10/05 04:32:43 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-samireh8jasa' 2024/10/05 04:32:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-samireh8jasa': 1 files missing 2024/10/05 04:32:43 NOTICE: 1 hashes missing 2024/10/05 04:32:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-samireh8jasa': 2 differences found 2024/10/05 04:32:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-samireh8jasa': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/10/05 04:32:44 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/05 04:32:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-samireh8jasa': 0 differences found 2024/10/05 04:32:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-samireh8jasa': 1 matching files 2024/10/05 04:32:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zixeloj3mibe" 2024/10/05 04:32:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:32:44 DEBUG : Creating backend with remote "TestDrive:crypt/gdqsouu9ssgh2km8ulpd3daqv8mov2hva2v55kapmu08nqdad2m0" 2024/10/05 04:32:45 DEBUG : Creating backend with remote "/tmp/rclone3315080671" 2024/10/05 04:32:45 DEBUG : Config file has changed externally - reloading run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zixeloj3mibe'", Local "Local file system at /tmp/rclone3315080671", Modify Window "1ms" 2024/10/05 04:32:48 DEBUG : HELLO, WORLD!: md5 = 615ef83a95545d92f42ff6dc70876c71 OK lower checkfile vs. upper remote (without normalization) 2024/10/05 04:32:48 ERROR : HELLO, WORLD!: sum not found 2024/10/05 04:32:48 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zixeloj3mibe' 2024/10/05 04:32:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zixeloj3mibe': 1 files missing 2024/10/05 04:32:48 NOTICE: 1 hashes missing 2024/10/05 04:32:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zixeloj3mibe': 2 differences found 2024/10/05 04:32:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zixeloj3mibe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/10/05 04:32:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/05 04:32:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zixeloj3mibe': 0 differences found 2024/10/05 04:32:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zixeloj3mibe': 1 matching files 2024/10/05 04:32:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuxalib6fise" 2024/10/05 04:32:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:32:50 DEBUG : Creating backend with remote "TestDrive:crypt/tmc4k69pqnrle518t2jubdv2dh12kd6dberqatprgfj0nrbnjf4g" 2024/10/05 04:32:51 DEBUG : Creating backend with remote "/tmp/rclone1755350155" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuxalib6fise'", Local "Local file system at /tmp/rclone1755350155", Modify Window "1ms" 2024/10/05 04:32:53 DEBUG : HeLlO, wOrLd!: md5 = a801b86091d0385b58e40a0557abafc3 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/10/05 04:32:54 ERROR : HeLlO, wOrLd!: sum not found 2024/10/05 04:32:54 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fuxalib6fise' 2024/10/05 04:32:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxalib6fise': 1 files missing 2024/10/05 04:32:54 NOTICE: 1 hashes missing 2024/10/05 04:32:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxalib6fise': 2 differences found 2024/10/05 04:32:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxalib6fise': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/10/05 04:32:55 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/05 04:32:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxalib6fise': 0 differences found 2024/10/05 04:32:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxalib6fise': 1 matching files 2024/10/05 04:32:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lulunes3qadi" 2024/10/05 04:32:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:32:55 DEBUG : Creating backend with remote "TestDrive:crypt/mf8424e5drvjfvsstlhfcsrps8m5kp4tnipaqkpe79so7iqks530" 2024/10/05 04:32:56 DEBUG : Creating backend with remote "/tmp/rclone792744536" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lulunes3qadi'", Local "Local file system at /tmp/rclone792744536", Modify Window "1ms" 2024/10/05 04:32:59 DEBUG : HELLO, WORLD!: md5 = 57206a6017b3e2e6dd3cd9746c58a920 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/10/05 04:32:59 ERROR : HELLO, WORLD!: sum not found 2024/10/05 04:32:59 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lulunes3qadi' 2024/10/05 04:32:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lulunes3qadi': 1 files missing 2024/10/05 04:32:59 NOTICE: 1 hashes missing 2024/10/05 04:32:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lulunes3qadi': 2 differences found 2024/10/05 04:32:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lulunes3qadi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/10/05 04:33:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/05 04:33:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lulunes3qadi': 0 differences found 2024/10/05 04:33:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lulunes3qadi': 1 matching files 2024/10/05 04:33:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bofisud1demo" 2024/10/05 04:33:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:33:01 DEBUG : Creating backend with remote "TestDrive:crypt/rmeujuc0n1tdk1s08j56brhq3cht6eikvqv6l37a0t50k0uqs9rg" 2024/10/05 04:33:02 DEBUG : Creating backend with remote "/tmp/rclone4190682153" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bofisud1demo'", Local "Local file system at /tmp/rclone4190682153", Modify Window "1ms" 2024/10/05 04:33:05 DEBUG : 測試_Русский___ě_áñ: md5 = a6e5e8da5e96ddad232d41fe2f8c3586 OK NFD checkfile vs. NFC remote (without normalization) 2024/10/05 04:33:06 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/05 04:33:06 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bofisud1demo' 2024/10/05 04:33:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bofisud1demo': 1 files missing 2024/10/05 04:33:06 NOTICE: 1 hashes missing 2024/10/05 04:33:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bofisud1demo': 2 differences found 2024/10/05 04:33:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bofisud1demo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/10/05 04:33:08 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/05 04:33:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bofisud1demo': 0 differences found 2024/10/05 04:33:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bofisud1demo': 1 matching files 2024/10/05 04:33:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qowodey7mogi" 2024/10/05 04:33:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:33:08 DEBUG : Creating backend with remote "TestDrive:crypt/2fs8ji91qk8agqpv2jc24ordmomhhf8d3kqlv9vdjl24kpej85a0" 2024/10/05 04:33:09 DEBUG : Creating backend with remote "/tmp/rclone3317765997" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qowodey7mogi'", Local "Local file system at /tmp/rclone3317765997", Modify Window "1ms" 2024/10/05 04:33:11 DEBUG : 測試_Русский___ě_áñ: md5 = 44b7d07b66caf4a4ba281b21f78d22f0 OK NFC checkfile vs. NFD remote (without normalization) 2024/10/05 04:33:12 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/05 04:33:12 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qowodey7mogi' 2024/10/05 04:33:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qowodey7mogi': 1 files missing 2024/10/05 04:33:12 NOTICE: 1 hashes missing 2024/10/05 04:33:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qowodey7mogi': 2 differences found 2024/10/05 04:33:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qowodey7mogi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/10/05 04:33:13 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/05 04:33:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qowodey7mogi': 0 differences found 2024/10/05 04:33:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qowodey7mogi': 1 matching files 2024/10/05 04:33:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gudoxij2monu" 2024/10/05 04:33:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:33:13 DEBUG : Creating backend with remote "TestDrive:crypt/icru21ng9kpr9tl2kf9ps7v4a30rskg3vp9sa3nttjlr15jd3ie0" 2024/10/05 04:33:14 DEBUG : Creating backend with remote "/tmp/rclone848799846" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gudoxij2monu'", Local "Local file system at /tmp/rclone848799846", Modify Window "1ms" 2024/10/05 04:33:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d9d808881c076388bf5091d6c4a7d497 OK NFDx2 checkfile vs. both remote (without normalization) 2024/10/05 04:33:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/05 04:33:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gudoxij2monu' 2024/10/05 04:33:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gudoxij2monu': 1 files missing 2024/10/05 04:33:17 NOTICE: 1 hashes missing 2024/10/05 04:33:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gudoxij2monu': 2 differences found 2024/10/05 04:33:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gudoxij2monu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/10/05 04:33:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/05 04:33:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gudoxij2monu': 0 differences found 2024/10/05 04:33:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gudoxij2monu': 1 matching files 2024/10/05 04:33:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tesusoc7geto" 2024/10/05 04:33:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:33:19 DEBUG : Creating backend with remote "TestDrive:crypt/akcv1quta12dn2ik9i11hfbej9eolb7q6gel3tmjv80u35p6hkug" 2024/10/05 04:33:20 DEBUG : Creating backend with remote "/tmp/rclone3553149522" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tesusoc7geto'", Local "Local file system at /tmp/rclone3553149522", Modify Window "1ms" 2024/10/05 04:33:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = eb35a48f253482a1f4838d4bbcf2eda8 OK NFCx2 checkfile vs. both remote (without normalization) 2024/10/05 04:33:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/05 04:33:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tesusoc7geto' 2024/10/05 04:33:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tesusoc7geto': 1 files missing 2024/10/05 04:33:22 NOTICE: 1 hashes missing 2024/10/05 04:33:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tesusoc7geto': 2 differences found 2024/10/05 04:33:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tesusoc7geto': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/10/05 04:33:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/05 04:33:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tesusoc7geto': 0 differences found 2024/10/05 04:33:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tesusoc7geto': 1 matching files 2024/10/05 04:33:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lewabeg5begi" 2024/10/05 04:33:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:33:24 DEBUG : Creating backend with remote "TestDrive:crypt/p90eecabh3hgsobir8cga8reu9scq9co0q685sl0sj25ul4i0d3g" 2024/10/05 04:33:25 DEBUG : Creating backend with remote "/tmp/rclone2451503934" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lewabeg5begi'", Local "Local file system at /tmp/rclone2451503934", Modify Window "1ms" 2024/10/05 04:33:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0c92214285c1ddd37bba50b7682437f9 OK both checkfile vs. NFDx2 remote (without normalization) 2024/10/05 04:33:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/05 04:33:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lewabeg5begi' 2024/10/05 04:33:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lewabeg5begi': 1 files missing 2024/10/05 04:33:29 NOTICE: 1 hashes missing 2024/10/05 04:33:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lewabeg5begi': 2 differences found 2024/10/05 04:33:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lewabeg5begi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/10/05 04:33:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/05 04:33:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lewabeg5begi': 0 differences found 2024/10/05 04:33:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lewabeg5begi': 1 matching files 2024/10/05 04:33:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jogefos8zuba" 2024/10/05 04:33:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:33:30 DEBUG : Creating backend with remote "TestDrive:crypt/v8qig02aerifmrko6n3fr7gct5fb60dg241pp0m2v75gjvpsvio0" 2024/10/05 04:33:31 DEBUG : Creating backend with remote "/tmp/rclone2590131259" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jogefos8zuba'", Local "Local file system at /tmp/rclone2590131259", Modify Window "1ms" 2024/10/05 04:33:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3fe2cc6f6cc2d409d9ada5cba7fcaa14 OK both checkfile vs. NFCx2 remote (without normalization) 2024/10/05 04:33:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/05 04:33:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jogefos8zuba' 2024/10/05 04:33:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jogefos8zuba': 1 files missing 2024/10/05 04:33:34 NOTICE: 1 hashes missing 2024/10/05 04:33:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jogefos8zuba': 2 differences found 2024/10/05 04:33:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jogefos8zuba': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/10/05 04:33:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/05 04:33:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jogefos8zuba': 0 differences found 2024/10/05 04:33:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jogefos8zuba': 1 matching files 2024/10/05 04:33:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jogefos8zuba': Purge remote 2024/10/05 04:33:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lewabeg5begi': Purge remote 2024/10/05 04:33:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tesusoc7geto': Purge remote 2024/10/05 04:33:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gudoxij2monu': Purge remote 2024/10/05 04:33:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qowodey7mogi': Purge remote 2024/10/05 04:33:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bofisud1demo': Purge remote 2024/10/05 04:33:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lulunes3qadi': Purge remote 2024/10/05 04:33:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuxalib6fise': Purge remote 2024/10/05 04:33:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zixeloj3mibe': Purge remote 2024/10/05 04:33:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-samireh8jasa': Purge remote --- PASS: TestApplyTransforms (62.29s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:33:41 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/05 04:33:44 DEBUG : sub/file2: md5 = 55ab7b079c2ea275fc2a814702e3fc77 OK 2024/10/05 04:33:44 INFO : file1: Copied (new) to: sub/file2 2024/10/05 04:33:45 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/05 04:33:45 DEBUG : file1: Unchanged skipping 2024/10/05 04:33:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': don't need to copy/move sub/file2, it is already at target location 2024/10/05 04:33:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.06s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:33:51 DEBUG : dst/file1: md5 = d465fdbb1a7dacb0d15e61c902f740c2 OK 2024/10/05 04:33:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hucivum8guvu/backup" 2024/10/05 04:33:52 DEBUG : Creating backend with remote "TestDrive:crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg/1nrff024r7pq65ecp72fc28jb0" 2024/10/05 04:33:53 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/05 04:33:56 INFO : dst/file1: Moved (server-side) 2024/10/05 04:33:58 DEBUG : dst/file1: md5 = cf38ecb9bcb49e53e5e727c3d1385d91 OK 2024/10/05 04:33:58 INFO : dst/file1: Copied (new) 2024/10/05 04:34:01 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/05 04:34:02 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/05 04:34:03 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.10s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:34:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hucivum8guvu/dst" 2024/10/05 04:34:04 DEBUG : Creating backend with remote "TestDrive:crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/05 04:34:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hucivum8guvu/CompareDest" 2024/10/05 04:34:05 DEBUG : Creating backend with remote "TestDrive:crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg/gveqi14airsml4bgu7krj116o8" 2024/10/05 04:34:07 DEBUG : one: Need to transfer - File not found at Destination 2024/10/05 04:34:10 DEBUG : one: md5 = a2c7f4ae9ab0b422edd418aa790e6375 OK 2024/10/05 04:34:10 INFO : one: Copied (new) 2024/10/05 04:34:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/05 04:34:13 DEBUG : one: md5 = 8b3ee48fb631ebfb9bb990b0d687c8a7 OK 2024/10/05 04:34:13 INFO : one: Copied (replaced existing) 2024/10/05 04:34:15 DEBUG : dst/one: md5 = 1075bf53f694c5f43663f1422fb34033 OK 2024/10/05 04:34:18 DEBUG : CompareDest/one: md5 = d1940a0d78181125ec7a569ca055acd5 OK 2024/10/05 04:34:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/05 04:34:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/05 04:34:19 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/05 04:34:21 DEBUG : CompareDest/two: md5 = 106782d90e3e4844cbb86d4938afb902 OK 2024/10/05 04:34:22 DEBUG : two: Need to transfer - File not found at Destination 2024/10/05 04:34:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/05 04:34:22 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/05 04:34:23 DEBUG : two: Need to transfer - File not found at Destination 2024/10/05 04:34:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/05 04:34:23 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/05 04:34:25 DEBUG : two: Need to transfer - File not found at Destination 2024/10/05 04:34:25 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/10/05 04:34:26 DEBUG : two: md5 = 118fd6005c84f6d78a697f7feb785b40 OK 2024/10/05 04:34:26 INFO : two: Copied (new) 2024/10/05 04:34:30 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/05 04:34:30 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:34:31 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:34:31 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.27s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:34:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hucivum8guvu/dst" 2024/10/05 04:34:32 DEBUG : Creating backend with remote "TestDrive:crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/05 04:34:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hucivum8guvu/CopyDest" 2024/10/05 04:34:34 DEBUG : Creating backend with remote "TestDrive:crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg/d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/05 04:34:36 DEBUG : one: Need to transfer - File not found at Destination 2024/10/05 04:34:39 DEBUG : one: md5 = 784e2382387cac66d0e3a6ad066f5cad OK 2024/10/05 04:34:39 INFO : one: Copied (new) 2024/10/05 04:34:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/05 04:34:42 DEBUG : one: md5 = 9328008b88f2a236cf29ec2215a87d62 OK 2024/10/05 04:34:42 INFO : one: Copied (replaced existing) 2024/10/05 04:34:44 DEBUG : dst/one: md5 = db670a61afef9d84a9c561d4d30bf0d9 OK 2024/10/05 04:34:47 DEBUG : CopyDest/one: md5 = ae4e68eaac989a783c7ae7a5710f2bc2 OK 2024/10/05 04:34:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hucivum8guvu/BackupDir" 2024/10/05 04:34:48 DEBUG : Creating backend with remote "TestDrive:crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/05 04:34:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/05 04:34:50 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/05 04:34:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/05 04:34:52 INFO : one: Moved (server-side) 2024/10/05 04:34:53 INFO : one: Copied (server-side copy) 2024/10/05 04:34:53 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/10/05 04:34:56 DEBUG : CopyDest/two: md5 = 95a6b0ffa480197293d81493923ab4a4 OK 2024/10/05 04:34:57 DEBUG : two: Need to transfer - File not found at Destination 2024/10/05 04:34:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/05 04:34:58 INFO : two: Copied (server-side copy) 2024/10/05 04:34:58 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/10/05 04:34:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/05 04:34:59 DEBUG : two: Unchanged skipping 2024/10/05 04:35:01 DEBUG : CopyDest/three: md5 = 81986dbc22e8de4e867ed9e02c757e60 OK 2024/10/05 04:35:02 DEBUG : three: Need to transfer - File not found at Destination 2024/10/05 04:35:02 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/10/05 04:35:02 DEBUG : three: Destination not found in --copy-dest 2024/10/05 04:35:04 DEBUG : three: md5 = 23a0649ce54375e2f2a2b14dd22f49cf OK 2024/10/05 04:35:04 INFO : three: Copied (new) 2024/10/05 04:35:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/05 04:35:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:35:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/05 04:35:10 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/05 04:35:10 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:35:10 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/05 04:35:11 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (40.10s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", 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-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:35:13 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/10/05 04:35:15 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 94bf977889a535fb55491b302e7c10aa OK 2024/10/05 04:35:15 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/10/05 04:35:16 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/10/05 04:35:16 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 2024/10/05 04:35:17 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/10/05 04:35:18 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/10/05 04:35:20 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 275614263e3730d43355c67bfa23f52d OK 2024/10/05 04:35:20 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/10/05 04:35:22 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/10/05 04:35:22 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.16s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", 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-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:35:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Looking for duplicate names using skip mode. 2024/10/05 04:35:27 NOTICE: one: Found 2 files with duplicate names 2024/10/05 04:35:27 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.32s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:35:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Looking for duplicate names using skip mode. 2024/10/05 04:35:34 NOTICE: one: Found 3 files with duplicate names 2024/10/05 04:35:34 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/10/05 04:35:34 INFO : one: Deleted 2024/10/05 04:35:34 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.13s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:35:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Looking for duplicate names using first mode. 2024/10/05 04:35:41 NOTICE: one: Found 3 files with duplicate names 2024/10/05 04:35:41 INFO : one: Deleted 2024/10/05 04:35:42 INFO : one: Deleted 2024/10/05 04:35:42 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.07s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:35:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Looking for duplicate names using newest mode. 2024/10/05 04:35:48 NOTICE: one: Found 3 files with duplicate names 2024/10/05 04:35:48 INFO : one: Deleted 2024/10/05 04:35:49 INFO : one: Deleted 2024/10/05 04:35:49 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.31s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:35:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Looking for duplicate names using oldest mode. 2024/10/05 04:35:56 NOTICE: one: Found 3 files with duplicate names 2024/10/05 04:35:56 INFO : one: Deleted 2024/10/05 04:35:57 INFO : one: Deleted 2024/10/05 04:35:57 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.10s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:36:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Looking for duplicate names using largest mode. 2024/10/05 04:36:03 NOTICE: one: Found 3 files with duplicate names 2024/10/05 04:36:03 INFO : one: Deleted 2024/10/05 04:36:04 INFO : one: Deleted 2024/10/05 04:36:04 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.07s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:36:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Looking for duplicate names using smallest mode. 2024/10/05 04:36:10 NOTICE: one: Found 3 files with duplicate names 2024/10/05 04:36:10 INFO : one: Deleted 2024/10/05 04:36:11 INFO : one: Deleted 2024/10/05 04:36:11 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.10s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:36:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Looking for duplicate names using rename mode. 2024/10/05 04:36:18 NOTICE: one.txt: Found 3 files with duplicate names 2024/10/05 04:36:20 INFO : one-2.txt: renamed from: one.txt 2024/10/05 04:36:21 INFO : one-3.txt: renamed from: one.txt 2024/10/05 04:36:22 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.17s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:36:28 DEBUG : dupe1/one.txt: md5 = dde71bfdc7d8b6d766905f8fe389111e OK 2024/10/05 04:36:30 DEBUG : dupe2/two.txt: md5 = e63ba4f6327c0bbad0b9fdfd1a618daa OK 2024/10/05 04:36:33 DEBUG : dupe3/three.txt: md5 = d03d5c74ead5d1073627d92888e744a6 OK 2024/10/05 04:36:33 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/10/05 04:36:34 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/10/05 04:36:35 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/10/05 04:36:36 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/10/05 04:36:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/10/05 04:36:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/10/05 04:36:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (15.08s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:36:42 DEBUG : a.txt: md5 = 609592ec027290c2105aa96f269ae6b2 OK 2024/10/05 04:36:43 DEBUG : zend.txt: md5 = 31feb165f81ff21c196928d75c9f5ad0 OK 2024/10/05 04:36:46 DEBUG : sub dir/hello world: md5 = 771c3f19e2fbb66f9115b5459ac80b60 OK 2024/10/05 04:36:48 DEBUG : sub dir/hello world2: md5 = 3fc17aa765efe5c9811154f0c6cd131e OK 2024/10/05 04:36:50 DEBUG : sub dir/ignore dir/.ignore: md5 = 00ea392de2d3f346de4cda700572863d OK 2024/10/05 04:36:52 DEBUG : sub dir/ignore dir/should be ignored: md5 = f1ccc9d5b14ccda04e350c4179e4659e OK 2024/10/05 04:36:54 DEBUG : sub dir/sub sub dir/hello world3: md5 = e05b6276db7643e64ce95faa5ea67109 OK 2024/10/05 04:36:56 DEBUG : a.txt: Excluded (Size Filter) 2024/10/05 04:36:56 DEBUG : a.txt: Excluded 2024/10/05 04:36:56 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/05 04:36:56 DEBUG : sub dir/hello world2: Excluded 2024/10/05 04:36:56 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/05 04:36:56 DEBUG : sub dir/hello world: Excluded 2024/10/05 04:36:57 DEBUG : sub dir/ignore dir: Excluded 2024/10/05 04:36:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/05 04:36:57 DEBUG : sub dir/hello world2: Excluded 2024/10/05 04:36:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/05 04:36:57 DEBUG : sub dir/hello world: Excluded 2024/10/05 04:36:57 DEBUG : sub dir/ignore dir: Excluded 2024/10/05 04:37:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/10/05 04:37:04 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/10/05 04:37:04 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/10/05 04:37:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/10/05 04:37:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/10/05 04:37:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/10/05 04:37:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (24.99s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:37:07 DEBUG : file1: md5 = 61e32286066d978993565cba1b237f8c OK 2024/10/05 04:37:09 DEBUG : sub/file2: md5 = 824d0564def7379c00fb75c1568ea6a0 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 2024/10/05 04:37:13 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/10/05 04:37:13 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/10/05 04:37:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/10/05 04:37:15 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.87s) --- PASS: TestListJSON/Default (0.30s) --- PASS: TestListJSON/FilesOnly (0.30s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.54s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.29s) --- PASS: TestListJSON/ShowHash (0.26s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.70s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:37:18 DEBUG : file1: md5 = f108d37dc891a32ce4d44273db3a50b3 OK 2024/10/05 04:37:20 DEBUG : sub/file2: md5 = 747e639316edcf3f1c4e0335fb5561e8 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 2024/10/05 04:37:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hucivum8guvu/notfound" 2024/10/05 04:37:24 DEBUG : Creating backend with remote "TestDrive:crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg/qe0i31qdkoejk60elps0ni5sqk" 2024/10/05 04:37:28 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.84s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.53s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.28s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.29s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.29s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.30s) --- PASS: TestStatJSON/RootNotFound (1.81s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:37:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Making directory 2024/10/05 04:37:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Making directory --- PASS: TestMkdir (0.72s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:37:32 DEBUG : sub dir/hello world: md5 = ba91f20c5d11942092fd148b4089644c OK 2024/10/05 04:37:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.28s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:37:37 DEBUG : potato2: md5 = 1ffe92854c9e7a4aaf7bd6731b3a077f OK 2024/10/05 04:37:38 DEBUG : empty space: md5 = 55e8d836246f960a596501953f6284f8 OK --- PASS: TestLs (5.14s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:37:42 DEBUG : potato2: md5 = 5bb8214f85ba39cbc22fd7b657d16f15 OK 2024/10/05 04:37:43 DEBUG : empty space: md5 = 7f4bda6fa27a82f30b64d24ff9953378 OK 2024/10/05 04:37:44 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/10/05 04:37:44 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.49s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:37:47 DEBUG : potato2: md5 = e86da769e33ec4ff81d0a351b8b474aa OK 2024/10/05 04:37:49 DEBUG : empty space: md5 = be5a701970408d172184d89e69a67ac7 OK --- PASS: TestLsLong (5.88s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:37:53 DEBUG : potato2: md5 = 251b06f60f11d67064ba2de301bc8317 OK 2024/10/05 04:37:55 DEBUG : empty space: md5 = c5231dbabd17fccd55ce927748ef394a OK --- PASS: TestHashSums (5.07s) === RUN TestHashSumsWithErrors 2024/10/05 04:37:57 DEBUG : Creating backend with remote ":memory:" 2024/10/05 04:37:57 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/10/05 04:37:57 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/05 04:37:57 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/05 04:37:57 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/05 04:37:57 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/05 04:37:57 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/05 04:37:57 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/05 04:37:57 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/10/05 04:37:57 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:37:58 DEBUG : potato2: md5 = 98521c86fde6bcadb36a40589ecdd476 OK 2024/10/05 04:38:00 DEBUG : empty space: md5 = 258a973c5264563a75d9141717e63a84 OK 2024/10/05 04:38:02 DEBUG : sub dir/potato3: md5 = 6f732f7f449703c0e1254ecb19b52701 OK 2024/10/05 04:38:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.52s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:38:08 DEBUG : small: md5 = 3b82770f172425588b35d6eb7372c8bb OK 2024/10/05 04:38:09 DEBUG : medium: md5 = 48053ba3395822780ec3bc3a3a7c20f0 OK 2024/10/05 04:38:11 DEBUG : large: md5 = ed6328540e7e7448cdbb7433f68e5199 OK 2024/10/05 04:38:11 DEBUG : Waiting for deletions to finish 2024/10/05 04:38:12 DEBUG : large: Excluded (Size Filter) 2024/10/05 04:38:12 INFO : medium: Deleted 2024/10/05 04:38:12 INFO : small: Deleted --- PASS: TestDelete (7.49s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:38:15 DEBUG : small: md5 = 3f511b0e419ba2a1253e07a06cdf982c OK 2024/10/05 04:38:17 DEBUG : medium: md5 = 0f3875857fe4b7a965533b72bf0ce56f OK 2024/10/05 04:38:18 DEBUG : large: md5 = 8aa0f7a86faf4ff9cd0defb332c25c83 OK 2024/10/05 04:38:18 DEBUG : Waiting for deletions to finish 2024/10/05 04:38:19 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/10/05 04:38:19 INFO : medium: Deleted 2024/10/05 04:38:19 INFO : small: Deleted --- PASS: TestMaxDelete (7.68s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:38:23 DEBUG : small: md5 = f62c3099c70dc93dc9acdee4cba768a2 OK 2024/10/05 04:38:24 DEBUG : medium: md5 = e9f5478d8ab00f8ba3301d483b8dc943 OK 2024/10/05 04:38:26 DEBUG : large: md5 = 4dc9fdfa6872df50209ae476c7495460 OK 2024/10/05 04:38:26 DEBUG : Waiting for deletions to finish 2024/10/05 04:38:26 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/10/05 04:38:27 INFO : medium: Deleted 2024/10/05 04:38:27 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.65s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:38:30 DEBUG : small: md5 = 036c34e72a2026c130f7ffe0c86d01fb OK 2024/10/05 04:38:32 DEBUG : medium: md5 = 94649e614dda89e2e4a58f9774e5884f OK 2024/10/05 04:38:34 DEBUG : large: md5 = 1ad09bea3bee54d826c1e8c8f7efe2ad OK 2024/10/05 04:38:34 DEBUG : Waiting for deletions to finish 2024/10/05 04:38:35 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/10/05 04:38:35 INFO : small: Deleted 2024/10/05 04:38:35 INFO : large: Deleted --- PASS: TestMaxDeleteSize (8.19s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:38:39 DEBUG : ReadFile: md5 = 295b3cf453e9d5a77472f67afb881462 OK --- PASS: TestReadFile (4.60s) === RUN TestRetry 2024/10/05 04:38:42 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/10/05 04:38:42 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/10/05 04:38:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/05 04:38:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/05 04:38:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/05 04:38:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/05 04:38:42 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-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:38:43 DEBUG : file1: md5 = 90c4be521d5bbcb79967efd79b9b0a99 OK 2024/10/05 04:38:45 DEBUG : file2: md5 = 1ee746e341e74be603a0ff3942410c78 OK --- PASS: TestCat (19.60s) === RUN TestPurge 2024/10/05 04:39:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sevivek1jago" 2024/10/05 04:39:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/05 04:39:01 DEBUG : Creating backend with remote "TestDrive:crypt/p6hqoudhlvb9lb8ichqhb5ckq4nv444qtb4crf6hscr0gldsnmvg" 2024/10/05 04:39:02 DEBUG : Creating backend with remote "/tmp/rclone243387497" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sevivek1jago'", Local "Local file system at /tmp/rclone243387497", Modify Window "1ms" 2024/10/05 04:39:08 DEBUG : A1/B1/C1/one: md5 = f3e723f3f0b7bada114d92b165cf4e87 OK 2024/10/05 04:39:08 DEBUG : A2: Making directory 2024/10/05 04:39:09 DEBUG : A1/B2: Making directory 2024/10/05 04:39:10 DEBUG : A1/B2/C2: Making directory 2024/10/05 04:39:10 DEBUG : A1/B1/C3: Making directory 2024/10/05 04:39:11 DEBUG : A3: Making directory 2024/10/05 04:39:12 DEBUG : A3/B3: Making directory 2024/10/05 04:39:13 DEBUG : A3/B3/C4: Making directory 2024/10/05 04:39:16 DEBUG : A1/two: md5 = fb52340db8bb4317ad6357a45bbc765c OK 2024/10/05 04:39:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sevivek1jago': Purge remote 2024/10/05 04:39:20 NOTICE: purge failed: directory not found --- PASS: TestPurge (18.57s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:39:25 DEBUG : A1/B1/C1/one: md5 = 786bab931a715018688b12fc5fecc73f OK 2024/10/05 04:39:25 DEBUG : A2: Making directory 2024/10/05 04:39:26 DEBUG : A1/B2: Making directory 2024/10/05 04:39:27 DEBUG : A1/B2/C2: Making directory 2024/10/05 04:39:28 DEBUG : A1/B1/C3: Making directory 2024/10/05 04:39:29 DEBUG : A3: Making directory 2024/10/05 04:39:30 DEBUG : A3/B3: Making directory 2024/10/05 04:39:31 DEBUG : A3/B3/C4: Making directory 2024/10/05 04:39:34 DEBUG : A1/two: md5 = fafb72bf6d126527414896335d4567d1 OK 2024/10/05 04:39:35 DEBUG : removing 1 level 3 directories 2024/10/05 04:39:35 INFO : A3/B3/C4: Removing directory 2024/10/05 04:39:39 DEBUG : removing 2 level 3 directories 2024/10/05 04:39:39 INFO : A1/B2/C2: Removing directory 2024/10/05 04:39:39 INFO : A1/B1/C3: Removing directory 2024/10/05 04:39:39 DEBUG : removing 2 level 2 directories 2024/10/05 04:39:39 INFO : A3/B3: Removing directory 2024/10/05 04:39:39 INFO : A1/B2: Removing directory 2024/10/05 04:39:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/05 04:39:40 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/10/05 04:39:40 DEBUG : removing 2 level 1 directories 2024/10/05 04:39:40 INFO : A3: Removing directory 2024/10/05 04:39:40 INFO : A2: Removing directory 2024/10/05 04:39:41 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/10/05 04:39:45 DEBUG : removing 1 level 3 directories 2024/10/05 04:39:45 INFO : A1/B1/C1: Removing directory 2024/10/05 04:39:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:46 DEBUG : removing 1 level 2 directories 2024/10/05 04:39:46 INFO : A1/B1: Removing directory 2024/10/05 04:39:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/05 04:39:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/05 04:39:47 DEBUG : removing 1 level 1 directories 2024/10/05 04:39:47 INFO : A1: Removing directory 2024/10/05 04:39:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/05 04:39:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/05 04:39:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/05 04:39:48 DEBUG : removing 1 level 0 directories 2024/10/05 04:39:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Removing directory 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/05 04:39:48 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (29.53s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:39:50 DEBUG : A1: Making directory 2024/10/05 04:39:51 DEBUG : A1/B1: Making directory 2024/10/05 04:39:52 DEBUG : A1/B1/C1: Making directory 2024/10/05 04:39:55 DEBUG : removing 1 level 3 directories 2024/10/05 04:39:55 INFO : A1/B1/C1: Removing directory 2024/10/05 04:39:56 DEBUG : removing 1 level 2 directories 2024/10/05 04:39:56 INFO : A1/B1: Removing directory 2024/10/05 04:39:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/05 04:39:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.27s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:39:59 DEBUG : A1: Making directory 2024/10/05 04:39:59 DEBUG : A1/B1: Making directory 2024/10/05 04:40:00 DEBUG : A1/B1/C1: Making directory 2024/10/05 04:40:03 DEBUG : removing 1 level 3 directories 2024/10/05 04:40:03 INFO : A1/B1/C1: Removing directory 2024/10/05 04:40:04 DEBUG : removing 1 level 2 directories 2024/10/05 04:40:04 INFO : A1/B1: Removing directory 2024/10/05 04:40:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/05 04:40:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.41s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:40:09 DEBUG : file1: md5 = 804868653c8aa574c1e0fc4b9392fa3e OK 2024/10/05 04:40:10 DEBUG : filename.txt: File name found in url 2024/10/05 04:40:11 DEBUG : filename.txt: md5 = a740e47e8baedde83259214466aaf30e OK 2024/10/05 04:40:11 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/10/05 04:40:13 DEBUG : headerfilename.txt: md5 = afbcedd5f2ace9160236cf811f84b7cb OK 2024/10/05 04:40:14 DEBUG : file2: md5 = 6891a7faabc36bc8b74bf52f6d7e1ab3 OK --- PASS: TestCopyURL (10.18s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:40:17 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/05 04:40:20 DEBUG : sub/file2: md5 = be5a61081b130dbb37f020cb79278934 OK 2024/10/05 04:40:20 INFO : file1: Copied (new) to: sub/file2 2024/10/05 04:40:20 INFO : file1: Deleted 2024/10/05 04:40:21 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/05 04:40:21 DEBUG : file1: Unchanged skipping 2024/10/05 04:40:21 INFO : file1: Deleted 2024/10/05 04:40:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': don't need to copy/move sub/file2, it is already at target location 2024/10/05 04:40:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.60s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:40:24 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/05 04:40:26 DEBUG : file1: md5 = 1dc60cfa2377792d841b8a2d328ff2c5 OK 2024/10/05 04:40:26 INFO : file1: Copied (new) 2024/10/05 04:40:26 INFO : file1: Deleted 2024/10/05 04:40:26 DEBUG : file1: Destination exists, skipping 2024/10/05 04:40:26 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.72s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.50s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:40:31 DEBUG : dst/file1: md5 = e24fe7da4e8e8bc1188f25873b900e9c OK 2024/10/05 04:40:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hucivum8guvu/backup" 2024/10/05 04:40:32 DEBUG : Config file has changed externally - reloading 2024/10/05 04:40:32 DEBUG : Creating backend with remote "TestDrive:crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg/1nrff024r7pq65ecp72fc28jb0" 2024/10/05 04:40:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/05 04:40:36 INFO : dst/file1: Moved (server-side) 2024/10/05 04:40:38 DEBUG : dst/file1: md5 = 1bc79662a9a888ff6ee76b113285febe OK 2024/10/05 04:40:38 INFO : dst/file1: Copied (new) 2024/10/05 04:40:38 INFO : dst/file1: Deleted 2024/10/05 04:40:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/05 04:40:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/05 04:40:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.14s) === 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-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:40:46 DEBUG : A1/one: md5 = d4122ba2b3f93c6bb2a9ef1ac0afda49 OK 2024/10/05 04:40:48 DEBUG : A1/two: md5 = 1f56f7c0618695f381d4b734fee0897f OK 2024/10/05 04:40:51 DEBUG : A1/B1/three: md5 = dd02f1dadc9f5be4d13d37000ac1dd71 OK 2024/10/05 04:40:53 DEBUG : A1/B1/C1/four: md5 = e1d3b62b0b8950171e9d78dc4dece6f3 OK 2024/10/05 04:40:56 DEBUG : A1/B1/C2/five: md5 = 43d6446cd3bcad15fb7b9287fa649d78 OK 2024/10/05 04:40:56 DEBUG : A1/B2: Making directory 2024/10/05 04:40:56 DEBUG : A1/B1/C3: Making directory 2024/10/05 04:41:08 INFO : A2/one: Moved (server-side) to: A3/one 2024/10/05 04:41:08 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/10/05 04:41:08 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/10/05 04:41:08 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/10/05 04:41:08 INFO : A2/two: Moved (server-side) to: A3/two 2024/10/05 04:41:12 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/05 04:41:12 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/05 04:41:12 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/05 04:41:13 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/05 04:41:13 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/05 04:41:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/10/05 04:41:22 INFO : A3/one: Moved (server-side) to: A4/one 2024/10/05 04:41:22 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/10/05 04:41:22 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/10/05 04:41:22 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/10/05 04:41:22 INFO : A3/two: Moved (server-side) to: A4/two 2024/10/05 04:41:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/05 04:41:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/05 04:41:26 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/05 04:41:26 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/05 04:41:26 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/05 04:41:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/10/05 04:41:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/10/05 04:41:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/05 04:41:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/05 04:41:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/05 04:41:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/05 04:41:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/05 04:41:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/05 04:41:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/05 04:41:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (53.53s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:41:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': File to upload is small (34 bytes), uploading instead of streaming 2024/10/05 04:41:39 DEBUG : no_checksum_small_file_from_pipe: md5 = e1b72e537f73c9d11810e19f270e56f0 OK 2024/10/05 04:41:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/10/05 04:41:39 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/05 04:41:40 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/10/05 04:41:41 DEBUG : no_checksum_big_file_from_pipe: md5 = 30e8f770a421f1de1bdd7a5729c33fa5 OK 2024/10/05 04:41:41 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-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:41:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': File to upload is small (34 bytes), uploading instead of streaming 2024/10/05 04:41:45 DEBUG : with_checksum_small_file_from_pipe: md5 = b0ea8a89d9fe6c371f47fb7766f0a850 OK 2024/10/05 04:41:45 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/05 04:41:46 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/10/05 04:41:47 DEBUG : with_checksum_big_file_from_pipe: md5 = cbaa6cc44f71a29fe46d76b8c51175a1 OK 2024/10/05 04:41:47 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-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:41:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': File to upload is small (34 bytes), uploading instead of streaming 2024/10/05 04:41:52 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/05 04:41:53 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/05 04:41:54 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-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:41:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': File to upload is small (34 bytes), uploading instead of streaming 2024/10/05 04:41:58 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/05 04:41:58 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/05 04:42:00 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.75s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.49s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.10s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.38s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.78s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/10/05 04:42:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': File to upload is small (48 bytes), uploading instead of streaming 2024/10/05 04:42:03 DEBUG : rcat_metadata: md5 = 39911e795b997b97326c6cb33f17062d OK 2024/10/05 04:42:03 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/10/05 04:42:05 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/10/05 04:42:06 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9dfed95c261a67558d1b902806612d85 OK 2024/10/05 04:42:06 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.70s) --- PASS: TestRcatMetadata/Normal (3.01s) --- PASS: TestRcatMetadata/ViaDisk (3.20s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:42:10 DEBUG : potato1: md5 = 6c08ef70af75ef79e10cbce8340b6dd8 OK 2024/10/05 04:42:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': File to upload is small (60 bytes), uploading instead of streaming 2024/10/05 04:42:11 DEBUG : potato2: md5 = 43a02b86b2db1a3278b378d4f14b3e5b OK 2024/10/05 04:42:11 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.26s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:42:15 DEBUG : potato1: md5 = 5dbcad759970da697eda16e1ec23794f OK 2024/10/05 04:42:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': File to upload is small (60 bytes), uploading instead of streaming 2024/10/05 04:42:17 DEBUG : potato2: md5 = 951959c4dd90c56d8f4b6f33b0d20837 OK 2024/10/05 04:42:17 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.75s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:42:21 DEBUG : potato2: md5 = 8f723ed617820547b1a9abb79805d183 OK 2024/10/05 04:42:23 DEBUG : empty space: md5 = a03b91b6504fa79724db852f29dfc8ae OK 2024/10/05 04:42:25 DEBUG : sub dir/potato3: md5 = 69e6f45ecd8daf7d4da59d872e83bed6 OK 2024/10/05 04:42:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Touching "empty space" 2024/10/05 04:42:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Touching "potato2" 2024/10/05 04:42:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Touching "sub dir/potato3" 2024/10/05 04:42:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.52s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:42:32 DEBUG : dir with metadata: Making directory with metadata 2024/10/05 04:42:32 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.73s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:42:34 DEBUG : directory with modtime: Making directory with metadata 2024/10/05 04:42:35 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.86s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:42:37 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/05 04:42:37 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/05 04:42:37 DEBUG : Google drive root 'crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg': Skipping btime metadata as can't update it on an existing file: 2024-10-05T04:42:37.722551213Z 2024/10/05 04:42:38 INFO : non existent directory: Updated directory metadata 2024/10/05 04:42:41 DEBUG : Google drive root 'crypt/mq5k5umg6snr0dsj8lkidiv2avg18cbbfeq7jhvhcrilf92ihphg': Skipping btime metadata as can't update it on an existing file: 2024-10-05T04:42:37.722551213Z 2024/10/05 04:42:41 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.65s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:42:43 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/10/05 04:42:45 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/10/05 04:42:46 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.59s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu'", Local "Local file system at /tmp/rclone3403060630", Modify Window "1ms" 2024/10/05 04:42:47 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/05 04:42:47 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/05 04:42:47 DEBUG : dst: Making directory with metadata 2024/10/05 04:42:49 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/05 04:42:49 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/05 04:42:49 INFO : dst: Set directory modification time (using SetModTime) 2024/10/05 04:42:50 INFO : dst: Set directory modification time (using SetModTime) 2024/10/05 04:42:50 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/10/05 04:42:50 INFO : dst: Set directory modification time (using SetModTime) 2024/10/05 04:42:50 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.60s) === 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 2024/10/05 04:42:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hucivum8guvu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m57.319425081s (try 1/5)