"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/11/09 02:29:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pirudox8soxe" 2024/11/09 02:29:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:29:22 DEBUG : Creating backend with remote "TestDrive:crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0" 2024/11/09 02:29:23 DEBUG : Creating backend with remote "/tmp/rclone4025643183" === 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-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.28s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.26s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/09 02:29:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/09 02:29:23 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/09 02:29:23 DEBUG : potato: Seek from 10 to 0 2024/11/09 02:29:23 DEBUG : potato: Seek from 10 to 0 2024/11/09 02:29:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/09 02:29:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/09 02:29:23 DEBUG : potato: Seek from 5 to 2 2024/11/09 02:29:23 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/09 02:29:23 DEBUG : potato: Seek from 7 to 0 2024/11/09 02:29:23 DEBUG : potato: Seek from 7 to 0 2024/11/09 02:29:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/09 02:29:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/09 02:29:23 DEBUG : potato: Seek from 5 to 2 2024/11/09 02:29:23 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/09 02:29:23 DEBUG : potato: Seek from 8 to 0 2024/11/09 02:29:23 DEBUG : potato: Seek from 8 to 0 2024/11/09 02:29:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/09 02:29:23 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/09 02:29:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/09 02:29:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/09 02:29:23 DEBUG : potato: Seek from 5 to 2 2024/11/09 02:29:23 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/09 02:29:23 DEBUG : potato: Seek from 9 to 0 2024/11/09 02:29:23 DEBUG : potato: Seek from 9 to 0 2024/11/09 02:29:23 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-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:29:26 DEBUG : rutabaga: md5 = 695b1987973c363d08acca95b557c2f3 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/09 02:29:29 DEBUG : empty space: md5 = 499429745b726d59aa6994cce1a85248 OK === RUN TestCheck/3 2024/11/09 02:29:31 DEBUG : potato2: md5 = 090c96ce65b32250ce133cec9d1ce95e OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/09 02:29:34 DEBUG : remotepotato: md5 = 67ee80223b013ac63a79ea096083bfbe OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (15.16s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.30s) --- PASS: TestCheck/6 (0.29s) --- PASS: TestCheck/7 (0.32s) === RUN TestCheckFsError 2024/11/09 02:29:38 DEBUG : Creating backend with remote "nonexistent" 2024/11/09 02:29:38 DEBUG : Creating backend with remote "nonexistent" 2024/11/09 02:29:38 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/09 02:29:38 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/11/09 02:29:38 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/09 02:29:38 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:29:40 DEBUG : rutabaga: md5 = 5827d0833b429e5d78e08b5e2d50a064 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/09 02:29:45 DEBUG : empty space: md5 = 9019989d998485a2f0bd28f0380c0573 OK === RUN TestCheckDownload/3 2024/11/09 02:29:49 DEBUG : potato2: md5 = a9206a21e80dea33e0a296ed74f6408d OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/09 02:29:53 DEBUG : remotepotato: md5 = 4e22b8b571d25bd419b04cfb524a20d0 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (21.14s) --- PASS: TestCheckDownload/1 (1.29s) --- PASS: TestCheckDownload/2 (1.14s) --- PASS: TestCheckDownload/3 (1.41s) --- PASS: TestCheckDownload/4 (1.24s) --- PASS: TestCheckDownload/5 (1.16s) --- PASS: TestCheckDownload/6 (1.44s) --- PASS: TestCheckDownload/7 (1.40s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:30:01 DEBUG : rutabaga: md5 = 923750bb56e383369d4a587f007c549d OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/09 02:30:04 DEBUG : empty space: md5 = efdabed5464fa5c89e79111bcd2bfaf5 OK === RUN TestCheckSizeOnly/3 2024/11/09 02:30:06 DEBUG : potato2: md5 = 06a12c8c0be68fa25bea2263ab25d36b OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/09 02:30:09 DEBUG : remotepotato: md5 = eeb106e8fd412001b27943ea4bcfa7ed OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.59s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.32s) --- PASS: TestCheckSizeOnly/5 (0.30s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:30:15 DEBUG : test.sum: md5 = 0be28f4910d8f6b48f088a9cc7c47237 OK 2024/11/09 02:30:16 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/09 02:30:16 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/09 02:30:16 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/09 02:30:16 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/09 02:30:18 DEBUG : test.sum: md5 = ec42db42680817a03b22d3a0f6a8d968 OK 2024/11/09 02:30:20 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/09 02:30:20 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/09 02:30:20 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/09 02:30:20 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.92s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:30:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pirudox8soxe/data" 2024/11/09 02:30:21 DEBUG : Config file has changed externally - reloading 2024/11/09 02:30:21 DEBUG : Creating backend with remote "TestDrive:crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe/data' lacks md5, skipping --- SKIP: TestCheckSum (2.22s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:30:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pirudox8soxe/data" 2024/11/09 02:30:23 DEBUG : Creating backend with remote "TestDrive:crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0/vjrnln8ratgmqakfosrqe8espk" 2024/11/09 02:30:28 DEBUG : data/banana: md5 = f036d0ffe306ab1292acb804c323692e OK 2024/11/09 02:30:30 DEBUG : test.sum: md5 = 25fb01451ee6d1cac5b76a5eb8925fcc OK === RUN TestCheckSumDownload/subtest1 2024/11/09 02:30:35 DEBUG : data/potato: md5 = 9e6d8588ea052582338faa76698ea4ad OK 2024/11/09 02:30:37 DEBUG : test.sum: md5 = 3715cb5727d85a2c65097fe067b9c4a2 OK === RUN TestCheckSumDownload/subtest2 2024/11/09 02:30:42 DEBUG : test.sum: md5 = 9db09ab2f97c2876290326b1d443271e OK === RUN TestCheckSumDownload/subtest3 2024/11/09 02:30:47 DEBUG : test.sum: md5 = bde7dfa0f6e694159e6bf8988305a3d4 OK === RUN TestCheckSumDownload/subtest4 2024/11/09 02:30:52 DEBUG : test.sum: md5 = 5ce9c487c7c2bad4f7f2b9aea8612efc OK === RUN TestCheckSumDownload/subtest5 2024/11/09 02:30:57 DEBUG : test.sum: md5 = 7a25b5c4bd89b069ed1ded8063d9ca58 OK === RUN TestCheckSumDownload/subtest6 2024/11/09 02:31:02 DEBUG : data/banana: md5 = 275bed48e2932430a2ea72703b22f09c OK 2024/11/09 02:31:03 DEBUG : data/potato: md5 = 3cf89503bbb59ac474b7533c9d07c9c0 OK 2024/11/09 02:31:05 DEBUG : test.sum: md5 = 2a3b3333871169ef19e182e2445e1508 OK === RUN TestCheckSumDownload/subtest7 2024/11/09 02:31:11 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/11/09 02:31:11 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (48.70s) --- PASS: TestCheckSumDownload/subtest1 (3.01s) --- PASS: TestCheckSumDownload/subtest2 (2.61s) --- PASS: TestCheckSumDownload/subtest3 (2.76s) --- PASS: TestCheckSumDownload/subtest4 (2.39s) --- PASS: TestCheckSumDownload/subtest5 (3.11s) --- PASS: TestCheckSumDownload/subtest6 (2.26s) --- PASS: TestCheckSumDownload/subtest7 (2.70s) === RUN TestApplyTransforms 2024/11/09 02:31:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kinadod8weco" 2024/11/09 02:31:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:31:12 DEBUG : Creating backend with remote "TestDrive:crypt/nmikfslqq6vmrddkkj5mr7hcrmvt07c4pqemip7i0a5cokvs6tkg" 2024/11/09 02:31:13 DEBUG : Creating backend with remote "/tmp/rclone1235244174" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kinadod8weco'", Local "Local file system at /tmp/rclone1235244174", Modify Window "1ms" 2024/11/09 02:31:16 DEBUG : hello, world!: md5 = 2d782add2b85f88711266178f6d62cac OK upper checkfile vs. lower remote (without normalization) 2024/11/09 02:31:16 ERROR : hello, world!: sum not found 2024/11/09 02:31:16 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kinadod8weco' 2024/11/09 02:31:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kinadod8weco': 1 files missing 2024/11/09 02:31:16 NOTICE: 1 hashes missing 2024/11/09 02:31:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kinadod8weco': 2 differences found 2024/11/09 02:31:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kinadod8weco': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/09 02:31:18 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/09 02:31:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kinadod8weco': 0 differences found 2024/11/09 02:31:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kinadod8weco': 1 matching files 2024/11/09 02:31:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuzivaf2libu" 2024/11/09 02:31:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:31:18 DEBUG : Creating backend with remote "TestDrive:crypt/5m32bjobs1qmu45nbub9clen052immrcr5lsfp1c4u43d70i34dg" 2024/11/09 02:31:19 DEBUG : Creating backend with remote "/tmp/rclone16479288" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuzivaf2libu'", Local "Local file system at /tmp/rclone16479288", Modify Window "1ms" 2024/11/09 02:31:22 DEBUG : HELLO, WORLD!: md5 = 2571253a4961c03b13dc627a467f7caf OK lower checkfile vs. upper remote (without normalization) 2024/11/09 02:31:23 ERROR : HELLO, WORLD!: sum not found 2024/11/09 02:31:23 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wuzivaf2libu' 2024/11/09 02:31:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuzivaf2libu': 1 files missing 2024/11/09 02:31:23 NOTICE: 1 hashes missing 2024/11/09 02:31:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuzivaf2libu': 2 differences found 2024/11/09 02:31:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuzivaf2libu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/09 02:31:25 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/09 02:31:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuzivaf2libu': 0 differences found 2024/11/09 02:31:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuzivaf2libu': 1 matching files 2024/11/09 02:31:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lobutum3widu" 2024/11/09 02:31:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:31:25 DEBUG : Creating backend with remote "TestDrive:crypt/2t82705nee47oujqo4tc3r144a0umbn1m7fiopt7ebr09ki4dhq0" 2024/11/09 02:31:26 DEBUG : Creating backend with remote "/tmp/rclone3359146886" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lobutum3widu'", Local "Local file system at /tmp/rclone3359146886", Modify Window "1ms" 2024/11/09 02:31:29 DEBUG : HeLlO, wOrLd!: md5 = d8d62e263eab561df403231baf1e83c4 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/09 02:31:29 ERROR : HeLlO, wOrLd!: sum not found 2024/11/09 02:31:29 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lobutum3widu' 2024/11/09 02:31:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lobutum3widu': 1 files missing 2024/11/09 02:31:29 NOTICE: 1 hashes missing 2024/11/09 02:31:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lobutum3widu': 2 differences found 2024/11/09 02:31:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lobutum3widu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/09 02:31:31 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/09 02:31:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lobutum3widu': 0 differences found 2024/11/09 02:31:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lobutum3widu': 1 matching files 2024/11/09 02:31:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sevezih5feqi" 2024/11/09 02:31:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:31:31 DEBUG : Creating backend with remote "TestDrive:crypt/7rj5qaug833csf6a0v1bajk4tv1lf4j3tlt6i621762ns881fcu0" 2024/11/09 02:31:32 DEBUG : Creating backend with remote "/tmp/rclone3160668995" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sevezih5feqi'", Local "Local file system at /tmp/rclone3160668995", Modify Window "1ms" 2024/11/09 02:31:35 DEBUG : HELLO, WORLD!: md5 = 6c02438355b41fb9881b770e8236a6ef OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/09 02:31:36 ERROR : HELLO, WORLD!: sum not found 2024/11/09 02:31:36 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sevezih5feqi' 2024/11/09 02:31:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sevezih5feqi': 1 files missing 2024/11/09 02:31:36 NOTICE: 1 hashes missing 2024/11/09 02:31:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sevezih5feqi': 2 differences found 2024/11/09 02:31:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sevezih5feqi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/09 02:31:37 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/09 02:31:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sevezih5feqi': 0 differences found 2024/11/09 02:31:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sevezih5feqi': 1 matching files 2024/11/09 02:31:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muyideh8sabu" 2024/11/09 02:31:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:31:37 DEBUG : Creating backend with remote "TestDrive:crypt/qnjkqvqk72png7qidq8i203puk5954gu2dq2b2orq2k680nocpk0" 2024/11/09 02:31:38 DEBUG : Creating backend with remote "/tmp/rclone497571170" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-muyideh8sabu'", Local "Local file system at /tmp/rclone497571170", Modify Window "1ms" 2024/11/09 02:31:41 DEBUG : 測試_Русский___ě_áñ: md5 = a0c81d182cb582701a0d70bda0b08fc6 OK NFD checkfile vs. NFC remote (without normalization) 2024/11/09 02:31:42 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/09 02:31:42 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-muyideh8sabu' 2024/11/09 02:31:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyideh8sabu': 1 files missing 2024/11/09 02:31:42 NOTICE: 1 hashes missing 2024/11/09 02:31:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyideh8sabu': 2 differences found 2024/11/09 02:31:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyideh8sabu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/09 02:31:43 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/09 02:31:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyideh8sabu': 0 differences found 2024/11/09 02:31:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muyideh8sabu': 1 matching files 2024/11/09 02:31:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riworoh3xici" 2024/11/09 02:31:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:31:43 DEBUG : Creating backend with remote "TestDrive:crypt/fee77inqfj099v6dk7nmhlb70otcm37r9ig99acnpmhngbae2kvg" 2024/11/09 02:31:45 DEBUG : Creating backend with remote "/tmp/rclone3046633221" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riworoh3xici'", Local "Local file system at /tmp/rclone3046633221", Modify Window "1ms" 2024/11/09 02:31:48 DEBUG : 測試_Русский___ě_áñ: md5 = faeb419e5bc15163bf168e6f96b70708 OK NFC checkfile vs. NFD remote (without normalization) 2024/11/09 02:31:48 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/09 02:31:48 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-riworoh3xici' 2024/11/09 02:31:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riworoh3xici': 1 files missing 2024/11/09 02:31:48 NOTICE: 1 hashes missing 2024/11/09 02:31:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riworoh3xici': 2 differences found 2024/11/09 02:31:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riworoh3xici': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/09 02:31:49 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/09 02:31:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riworoh3xici': 0 differences found 2024/11/09 02:31:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riworoh3xici': 1 matching files 2024/11/09 02:31:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pisagef8xugu" 2024/11/09 02:31:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:31:50 DEBUG : Creating backend with remote "TestDrive:crypt/mcf2vubgq31h2dsvnk6bnvr7383b888348v343c2oahgaiclltcg" 2024/11/09 02:31:51 DEBUG : Creating backend with remote "/tmp/rclone1253235249" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pisagef8xugu'", Local "Local file system at /tmp/rclone1253235249", Modify Window "1ms" 2024/11/09 02:31:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0234f7cafecde128bc2155915d47c571 OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/09 02:31:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/09 02:31:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pisagef8xugu' 2024/11/09 02:31:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pisagef8xugu': 1 files missing 2024/11/09 02:31:54 NOTICE: 1 hashes missing 2024/11/09 02:31:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pisagef8xugu': 2 differences found 2024/11/09 02:31:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pisagef8xugu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/09 02:31:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/09 02:31:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pisagef8xugu': 0 differences found 2024/11/09 02:31:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pisagef8xugu': 1 matching files 2024/11/09 02:31:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jatuniv0niqe" 2024/11/09 02:31:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:31:55 DEBUG : Creating backend with remote "TestDrive:crypt/5rq1okgtklqb5rbsuk730h0jj1chat1ddbs9g2rc1hml8inii7ug" 2024/11/09 02:31:56 DEBUG : Creating backend with remote "/tmp/rclone2454871338" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jatuniv0niqe'", Local "Local file system at /tmp/rclone2454871338", Modify Window "1ms" 2024/11/09 02:31:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b32883b8397793d613ed3fcadbf1ce78 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/09 02:32:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/09 02:32:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jatuniv0niqe' 2024/11/09 02:32:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jatuniv0niqe': 1 files missing 2024/11/09 02:32:00 NOTICE: 1 hashes missing 2024/11/09 02:32:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jatuniv0niqe': 2 differences found 2024/11/09 02:32:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jatuniv0niqe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/09 02:32:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/09 02:32:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jatuniv0niqe': 0 differences found 2024/11/09 02:32:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jatuniv0niqe': 1 matching files 2024/11/09 02:32:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecogah1sozi" 2024/11/09 02:32:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:32:01 DEBUG : Creating backend with remote "TestDrive:crypt/pr3ei0k13t1damf8tc2141hju9qnnlukv8nkpi86b7r1cflu36k0" 2024/11/09 02:32:02 DEBUG : Creating backend with remote "/tmp/rclone673800483" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecogah1sozi'", Local "Local file system at /tmp/rclone673800483", Modify Window "1ms" 2024/11/09 02:32:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 44ff348c06df1211ff7859859ad77fff OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/09 02:32:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/09 02:32:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yecogah1sozi' 2024/11/09 02:32:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yecogah1sozi': 1 files missing 2024/11/09 02:32:06 NOTICE: 1 hashes missing 2024/11/09 02:32:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yecogah1sozi': 2 differences found 2024/11/09 02:32:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yecogah1sozi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/09 02:32:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/09 02:32:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yecogah1sozi': 0 differences found 2024/11/09 02:32:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yecogah1sozi': 1 matching files 2024/11/09 02:32:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poxaluw5zafu" 2024/11/09 02:32:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:32:07 DEBUG : Creating backend with remote "TestDrive:crypt/aasrjc646opqdrmbqq8up615c4tgp29e6olj13u3s0einvibdtn0" 2024/11/09 02:32:08 DEBUG : Creating backend with remote "/tmp/rclone3177961027" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poxaluw5zafu'", Local "Local file system at /tmp/rclone3177961027", Modify Window "1ms" 2024/11/09 02:32:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 61d8ac178963b387375e735b70a53d01 OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/09 02:32:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/09 02:32:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-poxaluw5zafu' 2024/11/09 02:32:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-poxaluw5zafu': 1 files missing 2024/11/09 02:32:12 NOTICE: 1 hashes missing 2024/11/09 02:32:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-poxaluw5zafu': 2 differences found 2024/11/09 02:32:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-poxaluw5zafu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/09 02:32:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/09 02:32:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-poxaluw5zafu': 0 differences found 2024/11/09 02:32:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-poxaluw5zafu': 1 matching files 2024/11/09 02:32:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poxaluw5zafu': Purge remote 2024/11/09 02:32:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecogah1sozi': Purge remote 2024/11/09 02:32:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jatuniv0niqe': Purge remote 2024/11/09 02:32:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pisagef8xugu': Purge remote 2024/11/09 02:32:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riworoh3xici': Purge remote 2024/11/09 02:32:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muyideh8sabu': Purge remote 2024/11/09 02:32:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sevezih5feqi': Purge remote 2024/11/09 02:32:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lobutum3widu': Purge remote 2024/11/09 02:32:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuzivaf2libu': Purge remote 2024/11/09 02:32:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kinadod8weco': Purge remote --- PASS: TestApplyTransforms (68.23s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:32:21 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/09 02:32:24 DEBUG : sub/file2: md5 = 8c80c245ea33a147fae9580ca577ce1f OK 2024/11/09 02:32:24 INFO : file1: Copied (new) to: sub/file2 2024/11/09 02:32:24 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/09 02:32:24 DEBUG : file1: Unchanged skipping 2024/11/09 02:32:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': don't need to copy/move sub/file2, it is already at target location 2024/11/09 02:32:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.70s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.51s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:32:32 DEBUG : dst/file1: md5 = 00ad660d9bd4453940104d313a07c3fc OK 2024/11/09 02:32:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pirudox8soxe/backup" 2024/11/09 02:32:33 DEBUG : Config file has changed externally - reloading 2024/11/09 02:32:33 DEBUG : Creating backend with remote "TestDrive:crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0/1nrff024r7pq65ecp72fc28jb0" 2024/11/09 02:32:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/09 02:32:38 INFO : dst/file1: Moved (server-side) 2024/11/09 02:32:40 DEBUG : dst/file1: md5 = b5d39e8f4d92e7848399a0b77b493e42 OK 2024/11/09 02:32:40 INFO : dst/file1: Copied (new) 2024/11/09 02:32:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/09 02:32:44 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/09 02:32:45 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (17.16s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:32:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pirudox8soxe/dst" 2024/11/09 02:32:46 DEBUG : Config file has changed externally - reloading 2024/11/09 02:32:46 DEBUG : Creating backend with remote "TestDrive:crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/09 02:32:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pirudox8soxe/CompareDest" 2024/11/09 02:32:48 DEBUG : Creating backend with remote "TestDrive:crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0/gveqi14airsml4bgu7krj116o8" 2024/11/09 02:32:49 DEBUG : one: Need to transfer - File not found at Destination 2024/11/09 02:32:53 DEBUG : one: md5 = 6cdb36c0901edf4f6c0636e7713aab0a OK 2024/11/09 02:32:53 INFO : one: Copied (new) 2024/11/09 02:32:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/09 02:32:56 DEBUG : one: md5 = d6fb3bed05778998d611942d8cf87c81 OK 2024/11/09 02:32:56 INFO : one: Copied (replaced existing) 2024/11/09 02:32:58 DEBUG : dst/one: md5 = bfc54b1850233aae8c5646810ed755a8 OK 2024/11/09 02:33:01 DEBUG : CompareDest/one: md5 = 543f4c96c09fe82523518f767d18a620 OK 2024/11/09 02:33:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/09 02:33:03 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/09 02:33:03 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/09 02:33:05 DEBUG : CompareDest/two: md5 = 058bf2e7c0e63a535ad36f88e4f2c5a6 OK 2024/11/09 02:33:06 DEBUG : two: Need to transfer - File not found at Destination 2024/11/09 02:33:06 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/09 02:33:06 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/09 02:33:07 DEBUG : two: Need to transfer - File not found at Destination 2024/11/09 02:33:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/09 02:33:07 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/09 02:33:09 DEBUG : two: Need to transfer - File not found at Destination 2024/11/09 02:33:09 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/09 02:33:11 DEBUG : two: md5 = 6c0fbc956cf3375ca8104f6d9a922fe5 OK 2024/11/09 02:33:11 INFO : two: Copied (new) 2024/11/09 02:33:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/09 02:33:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:33:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:33:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (31.49s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:33:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pirudox8soxe/dst" 2024/11/09 02:33:17 DEBUG : Config file has changed externally - reloading 2024/11/09 02:33:17 DEBUG : Creating backend with remote "TestDrive:crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/09 02:33:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pirudox8soxe/CopyDest" 2024/11/09 02:33:19 DEBUG : Creating backend with remote "TestDrive:crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/09 02:33:19 DEBUG : Config file has changed externally - reloading 2024/11/09 02:33:21 DEBUG : one: Need to transfer - File not found at Destination 2024/11/09 02:33:24 DEBUG : one: md5 = 41048f3591fcec4e5a17421eae54c108 OK 2024/11/09 02:33:24 INFO : one: Copied (new) 2024/11/09 02:33:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/09 02:33:27 DEBUG : one: md5 = 9f19fa41cfa17012e568a4c2abdae6cf OK 2024/11/09 02:33:27 INFO : one: Copied (replaced existing) 2024/11/09 02:33:29 DEBUG : dst/one: md5 = afa949d545c3cfc28ef3c355aeb08deb OK 2024/11/09 02:33:32 DEBUG : CopyDest/one: md5 = 0ef780c3d1bd8fc872329b8313507a6e OK 2024/11/09 02:33:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pirudox8soxe/BackupDir" 2024/11/09 02:33:33 DEBUG : Config file has changed externally - reloading 2024/11/09 02:33:33 DEBUG : Creating backend with remote "TestDrive:crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/09 02:33:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/09 02:33:35 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/09 02:33:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/09 02:33:38 INFO : one: Moved (server-side) 2024/11/09 02:33:39 INFO : one: Copied (server-side copy) 2024/11/09 02:33:39 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/09 02:33:42 DEBUG : CopyDest/two: md5 = b62b6017e054d5a0239db3a28f812ee8 OK 2024/11/09 02:33:42 DEBUG : two: Need to transfer - File not found at Destination 2024/11/09 02:33:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/09 02:33:44 INFO : two: Copied (server-side copy) 2024/11/09 02:33:44 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/09 02:33:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/09 02:33:45 DEBUG : two: Unchanged skipping 2024/11/09 02:33:47 DEBUG : CopyDest/three: md5 = aadbf73a8099445a9a918bbbc0909b39 OK 2024/11/09 02:33:48 DEBUG : three: Need to transfer - File not found at Destination 2024/11/09 02:33:48 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/09 02:33:48 DEBUG : three: Destination not found in --copy-dest 2024/11/09 02:33:50 DEBUG : three: md5 = 556da53655c3be4d3c77917234e7003e OK 2024/11/09 02:33:50 INFO : three: Copied (new) 2024/11/09 02:33:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/09 02:33:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:33:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/09 02:33:57 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:33:57 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/09 02:33:57 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/09 02:33:58 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (42.18s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.50s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.50s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:34:01 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/09 02:34:04 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 49c1c6e7b74e35eb17eb9d8d33c14b72 OK 2024/11/09 02:34:04 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/09 02:34:04 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/09 02:34:05 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/11/09 02:34:05 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/09 02:34:06 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/09 02:34:08 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 035cd3fc4612d7515f05085e97f6eaa2 OK 2024/11/09 02:34:08 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/09 02:34:11 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/09 02:34:11 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.66s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.53s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:34:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Looking for duplicate names using skip mode. 2024/11/09 02:34:17 NOTICE: one: Found 2 files with duplicate names 2024/11/09 02:34:17 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.11s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:34:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Looking for duplicate names using skip mode. 2024/11/09 02:34:24 NOTICE: one: Found 3 files with duplicate names 2024/11/09 02:34:24 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/09 02:34:25 INFO : one: Deleted 2024/11/09 02:34:25 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.45s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:34:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Looking for duplicate names using first mode. 2024/11/09 02:34:33 NOTICE: one: Found 3 files with duplicate names 2024/11/09 02:34:34 INFO : one: Deleted 2024/11/09 02:34:35 INFO : one: Deleted 2024/11/09 02:34:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (9.00s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:34:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Looking for duplicate names using newest mode. 2024/11/09 02:34:41 NOTICE: one: Found 3 files with duplicate names 2024/11/09 02:34:42 INFO : one: Deleted 2024/11/09 02:34:43 INFO : one: Deleted 2024/11/09 02:34:43 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.24s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.54s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:34:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Looking for duplicate names using oldest mode. 2024/11/09 02:34:50 NOTICE: one: Found 3 files with duplicate names 2024/11/09 02:34:51 INFO : one: Deleted 2024/11/09 02:34:52 INFO : one: Deleted 2024/11/09 02:34:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.66s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:34:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Looking for duplicate names using largest mode. 2024/11/09 02:34:59 NOTICE: one: Found 3 files with duplicate names 2024/11/09 02:35:00 INFO : one: Deleted 2024/11/09 02:35:00 INFO : one: Deleted 2024/11/09 02:35:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.37s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:35:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Looking for duplicate names using smallest mode. 2024/11/09 02:35:08 NOTICE: one: Found 3 files with duplicate names 2024/11/09 02:35:08 INFO : one: Deleted 2024/11/09 02:35:09 INFO : one: Deleted 2024/11/09 02:35:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.53s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:35:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Looking for duplicate names using rename mode. 2024/11/09 02:35:18 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/09 02:35:19 INFO : one-2.txt: renamed from: one.txt 2024/11/09 02:35:21 INFO : one-3.txt: renamed from: one.txt 2024/11/09 02:35:22 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (15.74s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:35:29 DEBUG : dupe1/one.txt: md5 = 14238ef008d95396fe9040ee2f3e904e OK 2024/11/09 02:35:32 DEBUG : dupe2/two.txt: md5 = 274d6c81a4cb8073d061b5bda0bbd484 OK 2024/11/09 02:35:35 DEBUG : dupe3/three.txt: md5 = 05bac6fb8d52c3b923666f2ab2120bf2 OK 2024/11/09 02:35:36 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/09 02:35:37 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/09 02:35:38 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/09 02:35:39 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/09 02:35:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/09 02:35:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/09 02:35:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (17.74s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:35:46 DEBUG : a.txt: md5 = 4c6d30ff9ddc70b395106feae3e9998c OK 2024/11/09 02:35:48 DEBUG : zend.txt: md5 = f4c93f23fee376fd8099410386a84fd4 OK 2024/11/09 02:35:51 DEBUG : sub dir/hello world: md5 = 4fa40194c8e7612c5955c5b5b79efa59 OK 2024/11/09 02:35:52 DEBUG : sub dir/hello world2: md5 = 1853d2509b87284ead00026657983502 OK 2024/11/09 02:35:55 DEBUG : sub dir/ignore dir/.ignore: md5 = 64b5a98b4a629c8319dee9bc7dbd4a93 OK 2024/11/09 02:35:57 DEBUG : sub dir/ignore dir/should be ignored: md5 = b7955fe6afde238546a864f290ee2abe OK 2024/11/09 02:36:00 DEBUG : sub dir/sub sub dir/hello world3: md5 = 41fb1fc231dc0858bf68ef624c40c1dd OK 2024/11/09 02:36:02 DEBUG : a.txt: Excluded (Size Filter) 2024/11/09 02:36:02 DEBUG : a.txt: Excluded 2024/11/09 02:36:02 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/09 02:36:02 DEBUG : sub dir/hello world: Excluded 2024/11/09 02:36:02 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/09 02:36:02 DEBUG : sub dir/hello world2: Excluded 2024/11/09 02:36:03 DEBUG : sub dir/ignore dir: Excluded 2024/11/09 02:36:03 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/09 02:36:03 DEBUG : sub dir/hello world: Excluded 2024/11/09 02:36:03 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/09 02:36:03 DEBUG : sub dir/hello world2: Excluded 2024/11/09 02:36:03 DEBUG : sub dir/ignore dir: Excluded 2024/11/09 02:36:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/09 02:36:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/09 02:36:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/09 02:36:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/09 02:36:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/09 02:36:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/11/09 02:36:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (28.69s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:36:15 DEBUG : file1: md5 = 7b928770d038968adb658212cee4bf64 OK 2024/11/09 02:36:18 DEBUG : sub/file2: md5 = a2f661593a6573ed042461308fd00c5d 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/11/09 02:36:21 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/09 02:36:22 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/09 02:36:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/09 02:36:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (12.88s) --- PASS: TestListJSON/Default (0.30s) --- PASS: TestListJSON/FilesOnly (0.28s) --- PASS: TestListJSON/DirsOnly (0.32s) --- PASS: TestListJSON/Recurse (0.56s) --- PASS: TestListJSON/SubDir (0.29s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.29s) --- PASS: TestListJSON/ShowHash (0.30s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.78s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:36:27 DEBUG : file1: md5 = b7decb727b8a1e4a0d5cfef46376e672 OK 2024/11/09 02:36:30 DEBUG : sub/file2: md5 = 529e0706f49612381b82f338a716906c 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/11/09 02:36:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pirudox8soxe/notfound" 2024/11/09 02:36:35 DEBUG : Config file has changed externally - reloading 2024/11/09 02:36:35 DEBUG : Creating backend with remote "TestDrive:crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0/qe0i31qdkoejk60elps0ni5sqk" 2024/11/09 02:36:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.23s) --- PASS: TestStatJSON/Root (0.29s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.57s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.29s) --- PASS: TestStatJSON/File (0.29s) --- PASS: TestStatJSON/NotFound (0.54s) --- PASS: TestStatJSON/DirFilesOnly (0.28s) --- PASS: TestStatJSON/FileFilesOnly (0.30s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.29s) --- PASS: TestStatJSON/FileDirsOnly (0.30s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.30s) --- PASS: TestStatJSON/RootNotFound (1.92s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:36:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Making directory 2024/11/09 02:36:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Making directory --- PASS: TestMkdir (0.77s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:36:44 DEBUG : sub dir/hello world: md5 = 41a0b5af1a2c2359dd6a909454bf8832 OK 2024/11/09 02:36:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.14s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:36:49 DEBUG : potato2: md5 = ce9bc75559be11780bcf6bb4675c179a OK 2024/11/09 02:36:51 DEBUG : empty space: md5 = 5c58e0c2b3376fd8df426c2e8be99c53 OK --- PASS: TestLs (6.32s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:36:55 DEBUG : potato2: md5 = 2d8959cd7c2d163577165ba461a6266d OK 2024/11/09 02:36:57 DEBUG : empty space: md5 = 0571b252a1d7ab8573bc24ad772e72dd OK 2024/11/09 02:36:57 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (6.55s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:37:01 DEBUG : potato2: md5 = 5f936f1afd5bbf8162c4bdc54b8c8f4e OK 2024/11/09 02:37:03 DEBUG : empty space: md5 = 0dfdf14295dc6cb71721a8a85c1ccaf8 OK --- PASS: TestLsLong (6.02s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:37:07 DEBUG : potato2: md5 = 43ba87ba071641eac2e7ac7199484bd6 OK 2024/11/09 02:37:09 DEBUG : empty space: md5 = 1af98680ca087ea411cb545d200bdfc2 OK --- PASS: TestHashSums (5.85s) === RUN TestHashSumsWithErrors 2024/11/09 02:37:11 DEBUG : Creating backend with remote ":memory:" 2024/11/09 02:37:11 DEBUG : Config file has changed externally - reloading 2024/11/09 02:37:11 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/09 02:37:11 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/09 02:37:11 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/09 02:37:11 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/09 02:37:11 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/09 02:37:11 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/09 02:37:11 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/09 02:37:11 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/09 02:37:11 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-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:37:13 DEBUG : potato2: md5 = 1d973814e7c8245b5214231dac027a77 OK 2024/11/09 02:37:15 DEBUG : empty space: md5 = daafa3213585eb9b77e2c7b59cffe6f9 OK 2024/11/09 02:37:18 DEBUG : sub dir/potato3: md5 = 154e6ea8a3682e928894bb29464d28d2 OK 2024/11/09 02:37:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.40s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:37:25 DEBUG : small: md5 = c000e131b428a9b3f73783f5e24210c2 OK 2024/11/09 02:37:27 DEBUG : medium: md5 = 8c84f8171edf7ac1d3f3376215c7fc4d OK 2024/11/09 02:37:29 DEBUG : large: md5 = 7eea8ef3fdfd0b85dc39a98b78330dfa OK 2024/11/09 02:37:29 DEBUG : Waiting for deletions to finish 2024/11/09 02:37:29 DEBUG : large: Excluded (Size Filter) 2024/11/09 02:37:30 INFO : medium: Deleted 2024/11/09 02:37:30 INFO : small: Deleted --- PASS: TestDelete (8.78s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:37:33 DEBUG : small: md5 = 33d4f642051de7ca4f6a43053f87e1de OK 2024/11/09 02:37:35 DEBUG : medium: md5 = 6b0c854c7710623fbd84e4ad3dba81b8 OK 2024/11/09 02:37:37 DEBUG : large: md5 = 142e1d1f0cc2989ee75bf14df028680d OK 2024/11/09 02:37:37 DEBUG : Waiting for deletions to finish 2024/11/09 02:37:38 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/11/09 02:37:38 INFO : small: Deleted 2024/11/09 02:37:38 INFO : large: Deleted --- PASS: TestMaxDelete (8.63s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:37:42 DEBUG : small: md5 = 8f7375621b1b83b50c7b8fccbe27ef92 OK 2024/11/09 02:37:44 DEBUG : medium: md5 = 8013e7aeb0ae3363a743e83907ebe0d0 OK 2024/11/09 02:37:46 DEBUG : large: md5 = 47b90653cffb6ca34cc035341ad05c3d OK 2024/11/09 02:37:46 DEBUG : Waiting for deletions to finish 2024/11/09 02:37:47 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/09 02:37:47 INFO : medium: Deleted 2024/11/09 02:37:47 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (9.20s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:37:51 DEBUG : small: md5 = d80a3f71a5408e0d7a851eb6647a7c4c OK 2024/11/09 02:37:53 DEBUG : medium: md5 = 1b7a2f7f6c5f945772fcfb3e09f7c8de OK 2024/11/09 02:37:55 DEBUG : large: md5 = c75474a4f82b639feb10a65a54aef0dc OK 2024/11/09 02:37:55 DEBUG : Waiting for deletions to finish 2024/11/09 02:37:56 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/09 02:37:56 INFO : small: Deleted 2024/11/09 02:37:56 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (9.05s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:38:00 DEBUG : ReadFile: md5 = 4ec3fbae08c08eb98cd1d47ccb18583d OK --- PASS: TestReadFile (5.14s) === RUN TestRetry 2024/11/09 02:38:04 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/09 02:38:04 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/09 02:38:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/09 02:38:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/09 02:38:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/09 02:38:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/09 02:38:04 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-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:38:05 DEBUG : file1: md5 = 5c674c8a503d42805411c0bfbcce5a2c OK 2024/11/09 02:38:07 DEBUG : file2: md5 = b20fa585e25b27daee31cbea3bdf82a1 OK --- PASS: TestCat (19.76s) === RUN TestPurge 2024/11/09 02:38:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nubuzac5jixu" 2024/11/09 02:38:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/09 02:38:23 DEBUG : Creating backend with remote "TestDrive:crypt/heo827fh57e80fbk9avsoctukbblfu0dp4v47577gqf79s7h0v90" 2024/11/09 02:38:24 DEBUG : Creating backend with remote "/tmp/rclone1666292819" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nubuzac5jixu'", Local "Local file system at /tmp/rclone1666292819", Modify Window "1ms" 2024/11/09 02:38:31 DEBUG : A1/B1/C1/one: md5 = d22002d394ee9984c0d79b6f94fe2144 OK 2024/11/09 02:38:31 DEBUG : A2: Making directory 2024/11/09 02:38:32 DEBUG : A1/B2: Making directory 2024/11/09 02:38:33 DEBUG : A1/B2/C2: Making directory 2024/11/09 02:38:34 DEBUG : A1/B1/C3: Making directory 2024/11/09 02:38:35 DEBUG : A3: Making directory 2024/11/09 02:38:36 DEBUG : A3/B3: Making directory 2024/11/09 02:38:37 DEBUG : A3/B3/C4: Making directory 2024/11/09 02:38:41 DEBUG : A1/two: md5 = c88011e61f258db7e9ebe009c6be4c86 OK 2024/11/09 02:38:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nubuzac5jixu': Purge remote 2024/11/09 02:38:45 NOTICE: purge failed: directory not found --- PASS: TestPurge (21.34s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:38:50 DEBUG : A1/B1/C1/one: md5 = 65a1e7e5e8926517c257b6e8d337d7c7 OK 2024/11/09 02:38:50 DEBUG : A2: Making directory 2024/11/09 02:38:51 DEBUG : A1/B2: Making directory 2024/11/09 02:38:52 DEBUG : A1/B2/C2: Making directory 2024/11/09 02:38:53 DEBUG : A1/B1/C3: Making directory 2024/11/09 02:38:55 DEBUG : A3: Making directory 2024/11/09 02:38:56 DEBUG : A3/B3: Making directory 2024/11/09 02:38:57 DEBUG : A3/B3/C4: Making directory 2024/11/09 02:39:00 DEBUG : A1/two: md5 = 314d2ecd3f0886df5bb6bf6864a87068 OK 2024/11/09 02:39:01 DEBUG : removing 1 level 3 directories 2024/11/09 02:39:01 INFO : A3/B3/C4: Removing directory 2024/11/09 02:39:04 DEBUG : removing 2 level 3 directories 2024/11/09 02:39:04 INFO : A1/B2/C2: Removing directory 2024/11/09 02:39:04 INFO : A1/B1/C3: Removing directory 2024/11/09 02:39:05 DEBUG : removing 2 level 2 directories 2024/11/09 02:39:05 INFO : A3/B3: Removing directory 2024/11/09 02:39:05 INFO : A1/B2: Removing directory 2024/11/09 02:39:06 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/09 02:39:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/09 02:39:06 DEBUG : removing 2 level 1 directories 2024/11/09 02:39:06 INFO : A3: Removing directory 2024/11/09 02:39:06 INFO : A2: Removing directory 2024/11/09 02:39:07 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/09 02:39:11 DEBUG : removing 1 level 3 directories 2024/11/09 02:39:11 INFO : A1/B1/C1: Removing directory 2024/11/09 02:39:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:12 DEBUG : removing 1 level 2 directories 2024/11/09 02:39:12 INFO : A1/B1: Removing directory 2024/11/09 02:39:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/09 02:39:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/09 02:39:13 DEBUG : removing 1 level 1 directories 2024/11/09 02:39:13 INFO : A1: Removing directory 2024/11/09 02:39:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/09 02:39:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/09 02:39:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/09 02:39:14 DEBUG : removing 1 level 0 directories 2024/11/09 02:39:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Removing directory 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/09 02:39:15 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (31.57s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:39:17 DEBUG : A1: Making directory 2024/11/09 02:39:19 DEBUG : A1/B1: Making directory 2024/11/09 02:39:20 DEBUG : A1/B1/C1: Making directory 2024/11/09 02:39:24 DEBUG : removing 1 level 3 directories 2024/11/09 02:39:24 INFO : A1/B1/C1: Removing directory 2024/11/09 02:39:25 DEBUG : removing 1 level 2 directories 2024/11/09 02:39:25 INFO : A1/B1: Removing directory 2024/11/09 02:39:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/09 02:39:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (11.99s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:39:28 DEBUG : A1: Making directory 2024/11/09 02:39:29 DEBUG : A1/B1: Making directory 2024/11/09 02:39:31 DEBUG : A1/B1/C1: Making directory 2024/11/09 02:39:34 DEBUG : removing 1 level 3 directories 2024/11/09 02:39:34 INFO : A1/B1/C1: Removing directory 2024/11/09 02:39:35 DEBUG : removing 1 level 2 directories 2024/11/09 02:39:35 INFO : A1/B1: Removing directory 2024/11/09 02:39:35 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/09 02:39:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.62s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:39:40 DEBUG : file1: md5 = 7d044cb4bc6ca10bfe6abeb63c7b36be OK 2024/11/09 02:39:41 DEBUG : filename.txt: File name found in url 2024/11/09 02:39:43 DEBUG : filename.txt: md5 = a3be5526d1c82fa613338b539a7d0ea1 OK 2024/11/09 02:39:43 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/09 02:39:44 DEBUG : headerfilename.txt: md5 = db7a3a7a92cfa166a8eac89938f3db67 OK 2024/11/09 02:39:46 DEBUG : file2: md5 = bc64e6921a458c7ce1e95dc68aeecdb8 OK --- PASS: TestCopyURL (11.81s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:39:50 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/09 02:39:53 DEBUG : sub/file2: md5 = ed9cce0bb00693d6319f13e438381bec OK 2024/11/09 02:39:53 INFO : file1: Copied (new) to: sub/file2 2024/11/09 02:39:53 INFO : file1: Deleted 2024/11/09 02:39:54 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/09 02:39:54 DEBUG : file1: Unchanged skipping 2024/11/09 02:39:54 INFO : file1: Deleted 2024/11/09 02:39:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': don't need to copy/move sub/file2, it is already at target location 2024/11/09 02:39:56 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.69s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:39:58 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/09 02:40:00 DEBUG : file1: md5 = 0e56425bff8b7127e70649f6664e561d OK 2024/11/09 02:40:00 INFO : file1: Copied (new) 2024/11/09 02:40:00 INFO : file1: Deleted 2024/11/09 02:40:00 DEBUG : file1: Destination exists, skipping 2024/11/09 02:40:00 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.17s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.52s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.50s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:40:06 DEBUG : dst/file1: md5 = 9c40ff7e01a703adb0f9f00d20723bc0 OK 2024/11/09 02:40:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pirudox8soxe/backup" 2024/11/09 02:40:06 DEBUG : Config file has changed externally - reloading 2024/11/09 02:40:06 DEBUG : Creating backend with remote "TestDrive:crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0/1nrff024r7pq65ecp72fc28jb0" 2024/11/09 02:40:08 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/09 02:40:12 INFO : dst/file1: Moved (server-side) 2024/11/09 02:40:14 DEBUG : dst/file1: md5 = de3fd5ed0039181507fad8ccbb46d770 OK 2024/11/09 02:40:14 INFO : dst/file1: Copied (new) 2024/11/09 02:40:14 INFO : dst/file1: Deleted 2024/11/09 02:40:17 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/09 02:40:18 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/09 02:40:19 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.56s) === 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-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:40:23 DEBUG : A1/one: md5 = 73a448ce7961b9e4072cab6f81bd0436 OK 2024/11/09 02:40:25 DEBUG : A1/two: md5 = 91e5188af23e07c3fe49a53a3b8bad0d OK 2024/11/09 02:40:28 DEBUG : A1/B1/three: md5 = 785ab1dfc41964ebf22a2d70aea98689 OK 2024/11/09 02:40:31 DEBUG : A1/B1/C1/four: md5 = c5297a00b550ed8f2c464eadb2290a7c OK 2024/11/09 02:40:33 DEBUG : A1/B1/C2/five: md5 = 249fda01b24b72af554619b40aefdf99 OK 2024/11/09 02:40:33 DEBUG : A1/B2: Making directory 2024/11/09 02:40:35 DEBUG : A1/B1/C3: Making directory 2024/11/09 02:40:49 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/09 02:40:49 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/09 02:40:49 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/09 02:40:49 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/09 02:40:49 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/09 02:40:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/09 02:40:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/09 02:40:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/09 02:40:54 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/09 02:40:54 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/09 02:40:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/09 02:41:05 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/09 02:41:05 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/09 02:41:05 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/09 02:41:05 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/09 02:41:06 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/09 02:41:10 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/09 02:41:10 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/09 02:41:10 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/09 02:41:11 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/09 02:41:11 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/09 02:41:19 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/09 02:41:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/09 02:41:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/09 02:41:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/09 02:41:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/09 02:41:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/09 02:41:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/09 02:41:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/09 02:41:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/09 02:41:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (62.97s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:41:23 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:41:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': File to upload is small (34 bytes), uploading instead of streaming 2024/11/09 02:41:26 DEBUG : no_checksum_small_file_from_pipe: md5 = 518df0d0c56c115391002f4e8c7e5440 OK 2024/11/09 02:41:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/09 02:41:26 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/09 02:41:27 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/09 02:41:28 DEBUG : no_checksum_big_file_from_pipe: md5 = e505c8e33c2cb884ed433095e94104dc OK 2024/11/09 02:41:28 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-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:41:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': File to upload is small (34 bytes), uploading instead of streaming 2024/11/09 02:41:32 DEBUG : with_checksum_small_file_from_pipe: md5 = 83b31ab77b9667ef490550c135bf447b OK 2024/11/09 02:41:32 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/09 02:41:33 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/09 02:41:34 DEBUG : with_checksum_big_file_from_pipe: md5 = 5fc66fde67e3409eb0aeb24d965abd13 OK 2024/11/09 02:41:34 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-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:41:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': File to upload is small (34 bytes), uploading instead of streaming 2024/11/09 02:41:38 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/09 02:41:39 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/09 02:41:40 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-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:41:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': File to upload is small (34 bytes), uploading instead of streaming 2024/11/09 02:41:45 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/09 02:41:45 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/09 02:41:47 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (25.31s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.24s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.24s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.43s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.41s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/09 02:41:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': File to upload is small (48 bytes), uploading instead of streaming 2024/11/09 02:41:51 DEBUG : rcat_metadata: md5 = 42cf36e4e68d36651cec1cc7c4651747 OK 2024/11/09 02:41:51 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/09 02:41:54 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/09 02:41:56 DEBUG : rcat_metadata_uploadcutoff0: md5 = 28ef4ca02d498bc09978d1b9c0815105 OK 2024/11/09 02:41:56 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (8.71s) --- PASS: TestRcatMetadata/Normal (4.23s) --- PASS: TestRcatMetadata/ViaDisk (3.97s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:42:00 DEBUG : potato1: md5 = 8cf63e3aaa6e3bc0007f70005c98a8cd OK 2024/11/09 02:42:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': File to upload is small (60 bytes), uploading instead of streaming 2024/11/09 02:42:01 DEBUG : potato2: md5 = 96cf6e1ce2d00f8407c4c5e8b403077c OK 2024/11/09 02:42:01 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (6.15s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:42:06 DEBUG : potato1: md5 = 29120cea11926a17096dd0c6734d0f06 OK 2024/11/09 02:42:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': File to upload is small (60 bytes), uploading instead of streaming 2024/11/09 02:42:07 DEBUG : potato2: md5 = d5283f4aba5aee58a086b144bc723c16 OK 2024/11/09 02:42:07 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.30s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:42:12 DEBUG : potato2: md5 = ae5091fc19c574bc509e9666b6470be4 OK 2024/11/09 02:42:14 DEBUG : empty space: md5 = bbeab469faa453cbe43f459c816be556 OK 2024/11/09 02:42:17 DEBUG : sub dir/potato3: md5 = d152c0a75717f4181eabd32a8521dcb9 OK 2024/11/09 02:42:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Touching "empty space" 2024/11/09 02:42:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Touching "potato2" 2024/11/09 02:42:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Touching "sub dir/potato3" 2024/11/09 02:42:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (14.65s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:42:25 DEBUG : dir with metadata: Making directory with metadata 2024/11/09 02:42:26 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (4.47s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:42:29 DEBUG : directory with modtime: Making directory with metadata 2024/11/09 02:42:30 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.11s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:42:32 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/09 02:42:32 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/09 02:42:33 DEBUG : Google drive root 'crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0': Skipping btime metadata as can't update it on an existing file: 2024-11-09T02:42:32.747882358Z 2024/11/09 02:42:33 INFO : non existent directory: Updated directory metadata 2024/11/09 02:42:36 DEBUG : Google drive root 'crypt/hblg4vl517662upe3rrfm50g6rirckskscfkdorqlatt9rjs9cg0': Skipping btime metadata as can't update it on an existing file: 2024-11-09T02:42:32.747882358Z 2024/11/09 02:42:37 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.63s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:42:39 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/09 02:42:41 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/09 02:42:42 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.44s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:42:44 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/09 02:42:44 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/09 02:42:44 DEBUG : dst: Making directory with metadata 2024/11/09 02:42:45 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/09 02:42:45 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/09 02:42:46 INFO : dst: Set directory modification time (using SetModTime) 2024/11/09 02:42:47 INFO : dst: Set directory modification time (using SetModTime) 2024/11/09 02:42:47 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/09 02:42:48 INFO : dst: Set directory modification time (using SetModTime) 2024/11/09 02:42:48 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.12s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe'", Local "Local file system at /tmp/rclone4025643183", Modify Window "1ms" 2024/11/09 02:42:52 DEBUG : sub dir/test remove existing: md5 = b3ff0f8d622a1ebc2ce81ff544d780fa OK 2024/11/09 02:42:54 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890: md5 = 6e876a1398bc51d43c3f85e308dd9d8f OK 2024/11/09 02:42:57 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.cerulug3" before starting 2024/11/09 02:42:58 DEBUG : sub dir/test remove existing.cerulug3: TEST: removing renamed existing file after operation 2024/11/09 02:42:59 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890: TEST: renaming existing object to "sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.zohojey2" before starting 2024/11/09 02:43:01 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.zohojey2: TEST: renaming existing back after failed operation 2024/11/09 02:43:02 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890: TEST: renaming existing object to "sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.suwasom2" before starting 2024/11/09 02:43:03 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.suwasom2: TEST: removing renamed existing file after operation 2024/11/09 02:43:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "e1gbkj7s3g9er6m5v466q05jsr9jdqbh0bu6nirlaoeve4piv0qhbt6mmehdknn4d3rif59ted6lnkb6s5su78oaa6b63ppu1d8r4lqh8q4q5bgj818ehgisshpofruoaeff9rn619g64v2tuds2qu5bnvkq83ul2crc396j9rdv1aml7clkjjo0vigtp04skcup5thb4445m3vqoj93g3ebv7k95hnfj9er8mg" 2024/11/09 02:43:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "4de6bcl1ig1m9r6m7v17ue4alsq2u5s6r7hkkrsfca53ontgl1mg" --- PASS: TestRemoveExisting (17.08s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2024/11/09 02:43:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pirudox8soxe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 13m45.645581846s (try 1/5)