"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/11/06 01:23:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-welunul4rufe" 2024/11/06 01:23:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:23:13 DEBUG : Creating backend with remote "TestDrive:crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0" 2024/11/06 01:23:14 DEBUG : Creating backend with remote "/tmp/rclone2393743606" === 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-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/06 01:23:14 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/06 01:23:14 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/06 01:23:14 DEBUG : potato: Seek from 10 to 0 2024/11/06 01:23:14 DEBUG : potato: Seek from 10 to 0 2024/11/06 01:23:14 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/06 01:23:14 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/06 01:23:14 DEBUG : potato: Seek from 5 to 2 2024/11/06 01:23:14 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/06 01:23:14 DEBUG : potato: Seek from 7 to 0 2024/11/06 01:23:14 DEBUG : potato: Seek from 7 to 0 2024/11/06 01:23:14 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/06 01:23:14 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/06 01:23:14 DEBUG : potato: Seek from 5 to 2 2024/11/06 01:23:14 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/06 01:23:14 DEBUG : potato: Seek from 8 to 0 2024/11/06 01:23:14 DEBUG : potato: Seek from 8 to 0 2024/11/06 01:23:14 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/06 01:23:14 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/06 01:23:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/06 01:23:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/06 01:23:14 DEBUG : potato: Seek from 5 to 2 2024/11/06 01:23:14 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/06 01:23:14 DEBUG : potato: Seek from 9 to 0 2024/11/06 01:23:14 DEBUG : potato: Seek from 9 to 0 2024/11/06 01:23:14 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-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:23:17 DEBUG : rutabaga: md5 = ca916f3464e714bfcc35da322278e5c0 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/06 01:23:20 DEBUG : empty space: md5 = ecb50ad1299dca98202d352643d9e8de OK === RUN TestCheck/3 2024/11/06 01:23:22 DEBUG : potato2: md5 = 146d500b12c14d67fba84cef9c06492b OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/06 01:23:25 DEBUG : remotepotato: md5 = aee03b21dfef91b7a65e13fa000815bf OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.55s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.29s) --- PASS: TestCheck/5 (0.30s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2024/11/06 01:23:29 DEBUG : Creating backend with remote "nonexistent" 2024/11/06 01:23:29 DEBUG : Creating backend with remote "nonexistent" 2024/11/06 01:23:29 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/06 01:23:29 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/06 01:23:29 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/06 01:23:29 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-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:23:31 DEBUG : rutabaga: md5 = 97ef08a43fbe2e6ee63ab801350c120b OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/06 01:23:36 DEBUG : empty space: md5 = da22dddf207837a8cf06b9b17f64c935 OK === RUN TestCheckDownload/3 2024/11/06 01:23:39 DEBUG : potato2: md5 = 164f6b7ed597af26d368117b0df7ccd1 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/06 01:23:45 DEBUG : remotepotato: md5 = a7ef61adf5eaf2d7ab05cc40d3d87504 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (21.25s) --- PASS: TestCheckDownload/1 (1.93s) --- PASS: TestCheckDownload/2 (1.21s) --- PASS: TestCheckDownload/3 (1.30s) --- PASS: TestCheckDownload/4 (1.45s) --- PASS: TestCheckDownload/5 (1.34s) --- PASS: TestCheckDownload/6 (1.10s) --- PASS: TestCheckDownload/7 (1.17s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:23:52 DEBUG : rutabaga: md5 = 671a3fb219d97993ccd48dccb54072f7 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/06 01:23:55 DEBUG : empty space: md5 = 145393861041e4412a3b5b978bbd0170 OK === RUN TestCheckSizeOnly/3 2024/11/06 01:23:57 DEBUG : potato2: md5 = 6bc7b60aec4cf464071f9462b286b703 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/06 01:24:00 DEBUG : remotepotato: md5 = 2456ce09963137f52ebdb46babdbe19f OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.77s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.29s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.28s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:24:06 DEBUG : test.sum: md5 = 6a9d0f873f6e381d00cde1f17c645b49 OK 2024/11/06 01:24:08 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/06 01:24:08 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/06 01:24:08 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/06 01:24:08 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/06 01:24:10 DEBUG : test.sum: md5 = 9e42faa25418e63a0afdc7ddb616f73e OK 2024/11/06 01:24:11 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/06 01:24:11 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/06 01:24:11 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/06 01:24:11 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.88s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:24:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-welunul4rufe/data" 2024/11/06 01:24:13 DEBUG : Config file has changed externally - reloading 2024/11/06 01:24:13 DEBUG : Creating backend with remote "TestDrive:crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe/data' lacks md5, skipping --- SKIP: TestCheckSum (2.22s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:24:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-welunul4rufe/data" 2024/11/06 01:24:15 DEBUG : Creating backend with remote "TestDrive:crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0/vjrnln8ratgmqakfosrqe8espk" 2024/11/06 01:24:19 DEBUG : data/banana: md5 = 2171fd935722c0c87cc3db6b2b3952dc OK 2024/11/06 01:24:21 DEBUG : test.sum: md5 = 7b0996d37c5f2f4a249d8a1ee5cddda1 OK === RUN TestCheckSumDownload/subtest1 2024/11/06 01:24:27 DEBUG : data/potato: md5 = e1516540edd7a351177473107c451911 OK 2024/11/06 01:24:28 DEBUG : test.sum: md5 = 9b2ffc34fd23fc28abdfaa888635faea OK === RUN TestCheckSumDownload/subtest2 2024/11/06 01:24:33 DEBUG : test.sum: md5 = ac754d61bb3631f702e75c5b360d6410 OK === RUN TestCheckSumDownload/subtest3 2024/11/06 01:24:38 DEBUG : test.sum: md5 = 3c1248cf85bfdaf8829788d6ba1688f0 OK === RUN TestCheckSumDownload/subtest4 2024/11/06 01:24:42 DEBUG : test.sum: md5 = 7183c73503fc8dd5781d9226c8f9d056 OK === RUN TestCheckSumDownload/subtest5 2024/11/06 01:24:47 DEBUG : test.sum: md5 = dc2dcf4273603a2ff9f2af5aeda33d7c OK === RUN TestCheckSumDownload/subtest6 2024/11/06 01:24:52 DEBUG : data/banana: md5 = 4714b7e58630b392481d2c8c440bd97f OK 2024/11/06 01:24:54 DEBUG : data/potato: md5 = 882b1e5eec351d61ff05641ad93cc1fd OK 2024/11/06 01:24:56 DEBUG : test.sum: md5 = ec7e91611f8a3c544907c068dc7c6bb3 OK === RUN TestCheckSumDownload/subtest7 2024/11/06 01:25:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/11/06 01:25:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (48.67s) --- PASS: TestCheckSumDownload/subtest1 (2.90s) --- PASS: TestCheckSumDownload/subtest2 (2.39s) --- PASS: TestCheckSumDownload/subtest3 (2.51s) --- PASS: TestCheckSumDownload/subtest4 (2.49s) --- PASS: TestCheckSumDownload/subtest5 (2.56s) --- PASS: TestCheckSumDownload/subtest6 (2.53s) --- PASS: TestCheckSumDownload/subtest7 (3.68s) === RUN TestApplyTransforms 2024/11/06 01:25:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xuyayip1gabo" 2024/11/06 01:25:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:25:04 DEBUG : Creating backend with remote "TestDrive:crypt/ldn52v0vls0oprf72df1kd93qd79j3a59gkafe55o3f1gr4qjplg" 2024/11/06 01:25:05 DEBUG : Creating backend with remote "/tmp/rclone3705371442" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xuyayip1gabo'", Local "Local file system at /tmp/rclone3705371442", Modify Window "1ms" 2024/11/06 01:25:08 DEBUG : hello, world!: md5 = 84c24f09b52375c3533402049d05e623 OK upper checkfile vs. lower remote (without normalization) 2024/11/06 01:25:08 ERROR : hello, world!: sum not found 2024/11/06 01:25:08 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xuyayip1gabo' 2024/11/06 01:25:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuyayip1gabo': 1 files missing 2024/11/06 01:25:08 NOTICE: 1 hashes missing 2024/11/06 01:25:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuyayip1gabo': 2 differences found 2024/11/06 01:25:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuyayip1gabo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/06 01:25:09 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 01:25:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuyayip1gabo': 0 differences found 2024/11/06 01:25:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xuyayip1gabo': 1 matching files 2024/11/06 01:25:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hixigiq1fuge" 2024/11/06 01:25:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:25:09 DEBUG : Creating backend with remote "TestDrive:crypt/71a2fnhlqthrlrbp3qnndoflno0q8a9j8hhtk06te95vb0qa7iv0" 2024/11/06 01:25:11 DEBUG : Creating backend with remote "/tmp/rclone95710409" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hixigiq1fuge'", Local "Local file system at /tmp/rclone95710409", Modify Window "1ms" 2024/11/06 01:25:14 DEBUG : HELLO, WORLD!: md5 = 61dc6b8178ee2411a1b2eb63b924af24 OK lower checkfile vs. upper remote (without normalization) 2024/11/06 01:25:14 ERROR : HELLO, WORLD!: sum not found 2024/11/06 01:25:14 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hixigiq1fuge' 2024/11/06 01:25:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hixigiq1fuge': 1 files missing 2024/11/06 01:25:14 NOTICE: 1 hashes missing 2024/11/06 01:25:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hixigiq1fuge': 2 differences found 2024/11/06 01:25:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hixigiq1fuge': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/06 01:25:16 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 01:25:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hixigiq1fuge': 0 differences found 2024/11/06 01:25:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hixigiq1fuge': 1 matching files 2024/11/06 01:25:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bufefig0voce" 2024/11/06 01:25:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:25:16 DEBUG : Creating backend with remote "TestDrive:crypt/1c1sm1r35rt5f3g9dpp0lo5v6ps5vqf0hroeecv3k70ch3k9blgg" 2024/11/06 01:25:17 DEBUG : Creating backend with remote "/tmp/rclone1086356512" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bufefig0voce'", Local "Local file system at /tmp/rclone1086356512", Modify Window "1ms" 2024/11/06 01:25:20 DEBUG : HeLlO, wOrLd!: md5 = e3bc1a256d94243302e818206a6b2c32 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/06 01:25:21 ERROR : HeLlO, wOrLd!: sum not found 2024/11/06 01:25:21 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bufefig0voce' 2024/11/06 01:25:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufefig0voce': 1 files missing 2024/11/06 01:25:21 NOTICE: 1 hashes missing 2024/11/06 01:25:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufefig0voce': 2 differences found 2024/11/06 01:25:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufefig0voce': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/06 01:25:22 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 01:25:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufefig0voce': 0 differences found 2024/11/06 01:25:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufefig0voce': 1 matching files 2024/11/06 01:25:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqital6cibu" 2024/11/06 01:25:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:25:22 DEBUG : Creating backend with remote "TestDrive:crypt/iq24q1hglmo32pne062ek5l4v7ti4d2362bed2qmg3bh3rujggr0" 2024/11/06 01:25:23 DEBUG : Creating backend with remote "/tmp/rclone3724059075" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqital6cibu'", Local "Local file system at /tmp/rclone3724059075", Modify Window "1ms" 2024/11/06 01:25:27 DEBUG : HELLO, WORLD!: md5 = 5d17f0445ff733ae78417e5e5b54c3a8 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/06 01:25:27 ERROR : HELLO, WORLD!: sum not found 2024/11/06 01:25:27 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-luqital6cibu' 2024/11/06 01:25:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luqital6cibu': 1 files missing 2024/11/06 01:25:27 NOTICE: 1 hashes missing 2024/11/06 01:25:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luqital6cibu': 2 differences found 2024/11/06 01:25:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luqital6cibu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/06 01:25:29 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 01:25:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luqital6cibu': 0 differences found 2024/11/06 01:25:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luqital6cibu': 1 matching files 2024/11/06 01:25:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-roqosay8vuyu" 2024/11/06 01:25:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:25:29 DEBUG : Creating backend with remote "TestDrive:crypt/rjufpsvdhc4n1hjbc680872aovdmf1t0l9flheiuslb2f6ct2r0g" 2024/11/06 01:25:30 DEBUG : Creating backend with remote "/tmp/rclone102909833" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-roqosay8vuyu'", Local "Local file system at /tmp/rclone102909833", Modify Window "1ms" 2024/11/06 01:25:33 DEBUG : 測試_Русский___ě_áñ: md5 = 86ce406521a10f4f895281c462eb95fb OK NFD checkfile vs. NFC remote (without normalization) 2024/11/06 01:25:33 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/06 01:25:33 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-roqosay8vuyu' 2024/11/06 01:25:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roqosay8vuyu': 1 files missing 2024/11/06 01:25:33 NOTICE: 1 hashes missing 2024/11/06 01:25:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roqosay8vuyu': 2 differences found 2024/11/06 01:25:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roqosay8vuyu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/06 01:25:35 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 01:25:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roqosay8vuyu': 0 differences found 2024/11/06 01:25:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roqosay8vuyu': 1 matching files 2024/11/06 01:25:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gamumon1hira" 2024/11/06 01:25:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:25:35 DEBUG : Creating backend with remote "TestDrive:crypt/npds2ivr8kbqaktrrtir34nt5iiudmhicqnbvn0m0chc9ode4tc0" 2024/11/06 01:25:36 DEBUG : Creating backend with remote "/tmp/rclone416890418" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gamumon1hira'", Local "Local file system at /tmp/rclone416890418", Modify Window "1ms" 2024/11/06 01:25:39 DEBUG : 測試_Русский___ě_áñ: md5 = 70bbbc426c7cd2325753a5711e6020a6 OK NFC checkfile vs. NFD remote (without normalization) 2024/11/06 01:25:40 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/06 01:25:40 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gamumon1hira' 2024/11/06 01:25:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gamumon1hira': 1 files missing 2024/11/06 01:25:40 NOTICE: 1 hashes missing 2024/11/06 01:25:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gamumon1hira': 2 differences found 2024/11/06 01:25:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gamumon1hira': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/06 01:25:41 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 01:25:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gamumon1hira': 0 differences found 2024/11/06 01:25:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gamumon1hira': 1 matching files 2024/11/06 01:25:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-maboyag2yuzo" 2024/11/06 01:25:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:25:41 DEBUG : Creating backend with remote "TestDrive:crypt/aasu9qo2dadptepc4r9cb0kn5pd8bpjl4qbh21l0kjjo2ohgugmg" 2024/11/06 01:25:42 DEBUG : Creating backend with remote "/tmp/rclone2959150769" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-maboyag2yuzo'", Local "Local file system at /tmp/rclone2959150769", Modify Window "1ms" 2024/11/06 01:25:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d9f9ee6c7548913029af6975783a66ce OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/06 01:25:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/06 01:25:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-maboyag2yuzo' 2024/11/06 01:25:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maboyag2yuzo': 1 files missing 2024/11/06 01:25:46 NOTICE: 1 hashes missing 2024/11/06 01:25:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maboyag2yuzo': 2 differences found 2024/11/06 01:25:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maboyag2yuzo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/06 01:25:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 01:25:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maboyag2yuzo': 0 differences found 2024/11/06 01:25:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-maboyag2yuzo': 1 matching files 2024/11/06 01:25:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kekavay6diyu" 2024/11/06 01:25:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:25:47 DEBUG : Creating backend with remote "TestDrive:crypt/juf9g837ll4cle3dmqar95hauggikfr1q1uhqil9oaue6p80r9m0" 2024/11/06 01:25:48 DEBUG : Creating backend with remote "/tmp/rclone3825013678" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kekavay6diyu'", Local "Local file system at /tmp/rclone3825013678", Modify Window "1ms" 2024/11/06 01:25:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5db8673c693d7e3334dc7df50e8dd904 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/06 01:25:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/06 01:25:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kekavay6diyu' 2024/11/06 01:25:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kekavay6diyu': 1 files missing 2024/11/06 01:25:52 NOTICE: 1 hashes missing 2024/11/06 01:25:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kekavay6diyu': 2 differences found 2024/11/06 01:25:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kekavay6diyu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/06 01:25:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 01:25:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kekavay6diyu': 0 differences found 2024/11/06 01:25:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kekavay6diyu': 1 matching files 2024/11/06 01:25:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tomipus3tuye" 2024/11/06 01:25:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:25:53 DEBUG : Creating backend with remote "TestDrive:crypt/hg81vp4j7lmbac6nudaag5ml9er0f2cp77ikg2c2uv64mpk2netg" 2024/11/06 01:25:55 DEBUG : Creating backend with remote "/tmp/rclone3825935469" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tomipus3tuye'", Local "Local file system at /tmp/rclone3825935469", Modify Window "1ms" 2024/11/06 01:25:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65410d051b2d58b51475d32a219a7f27 OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/06 01:25:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/06 01:25:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tomipus3tuye' 2024/11/06 01:25:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tomipus3tuye': 1 files missing 2024/11/06 01:25:58 NOTICE: 1 hashes missing 2024/11/06 01:25:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tomipus3tuye': 2 differences found 2024/11/06 01:25:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tomipus3tuye': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/06 01:26:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 01:26:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tomipus3tuye': 0 differences found 2024/11/06 01:26:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tomipus3tuye': 1 matching files 2024/11/06 01:26:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuwopix5koti" 2024/11/06 01:26:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:26:00 DEBUG : Creating backend with remote "TestDrive:crypt/v16due34cs1j4lkd6f6t66b5kako3ubd85rt4i9i6uuggl9ma090" 2024/11/06 01:26:01 DEBUG : Creating backend with remote "/tmp/rclone3605630382" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuwopix5koti'", Local "Local file system at /tmp/rclone3605630382", Modify Window "1ms" 2024/11/06 01:26:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e5e2b9276c59ca684e5630ff1e932077 OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/06 01:26:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/06 01:26:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wuwopix5koti' 2024/11/06 01:26:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuwopix5koti': 1 files missing 2024/11/06 01:26:04 NOTICE: 1 hashes missing 2024/11/06 01:26:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuwopix5koti': 2 differences found 2024/11/06 01:26:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuwopix5koti': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/06 01:26:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/06 01:26:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuwopix5koti': 0 differences found 2024/11/06 01:26:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuwopix5koti': 1 matching files 2024/11/06 01:26:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuwopix5koti': Purge remote 2024/11/06 01:26:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tomipus3tuye': Purge remote 2024/11/06 01:26:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kekavay6diyu': Purge remote 2024/11/06 01:26:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-maboyag2yuzo': Purge remote 2024/11/06 01:26:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gamumon1hira': Purge remote 2024/11/06 01:26:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-roqosay8vuyu': Purge remote 2024/11/06 01:26:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqital6cibu': Purge remote 2024/11/06 01:26:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bufefig0voce': Purge remote 2024/11/06 01:26:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hixigiq1fuge': Purge remote 2024/11/06 01:26:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xuyayip1gabo': Purge remote --- PASS: TestApplyTransforms (69.04s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:26:13 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/06 01:26:16 DEBUG : sub/file2: md5 = 6819a0fa078a83975d0864ec60946cd9 OK 2024/11/06 01:26:16 INFO : file1: Copied (new) to: sub/file2 2024/11/06 01:26:17 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/06 01:26:17 DEBUG : file1: Unchanged skipping 2024/11/06 01:26:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': don't need to copy/move sub/file2, it is already at target location 2024/11/06 01:26:20 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.91s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.52s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:26:24 DEBUG : dst/file1: md5 = a1a2ed112ef85028140c09d56790e1ee OK 2024/11/06 01:26:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-welunul4rufe/backup" 2024/11/06 01:26:25 DEBUG : Creating backend with remote "TestDrive:crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0/1nrff024r7pq65ecp72fc28jb0" 2024/11/06 01:26:26 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/06 01:26:30 INFO : dst/file1: Moved (server-side) 2024/11/06 01:26:32 DEBUG : dst/file1: md5 = e22516128cb1958a8309ac854b1e04fa OK 2024/11/06 01:26:32 INFO : dst/file1: Copied (new) 2024/11/06 01:26:35 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 01:26:36 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 01:26:37 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (16.64s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:26:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-welunul4rufe/dst" 2024/11/06 01:26:38 DEBUG : Config file has changed externally - reloading 2024/11/06 01:26:38 DEBUG : Creating backend with remote "TestDrive:crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/06 01:26:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-welunul4rufe/CompareDest" 2024/11/06 01:26:40 DEBUG : Creating backend with remote "TestDrive:crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0/gveqi14airsml4bgu7krj116o8" 2024/11/06 01:26:41 DEBUG : one: Need to transfer - File not found at Destination 2024/11/06 01:26:45 DEBUG : one: md5 = f5a3e5580c96a3f50300bd4deeeab594 OK 2024/11/06 01:26:45 INFO : one: Copied (new) 2024/11/06 01:26:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/06 01:26:48 DEBUG : one: md5 = 865c82c6897c7aea0940eb2fef768f60 OK 2024/11/06 01:26:48 INFO : one: Copied (replaced existing) 2024/11/06 01:26:50 DEBUG : dst/one: md5 = 356cf4e33b5bcdd745c82fe9f6f923a7 OK 2024/11/06 01:26:53 DEBUG : CompareDest/one: md5 = 0176c07038b34e17fc7baf89f38d243f OK 2024/11/06 01:26:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/06 01:26:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 01:26:55 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/06 01:26:57 DEBUG : CompareDest/two: md5 = b3efcad083d3c612cb213aec0c84bdb0 OK 2024/11/06 01:26:58 DEBUG : two: Need to transfer - File not found at Destination 2024/11/06 01:26:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 01:26:58 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/06 01:26:59 DEBUG : two: Need to transfer - File not found at Destination 2024/11/06 01:26:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 01:26:59 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/06 01:27:00 DEBUG : two: Need to transfer - File not found at Destination 2024/11/06 01:27:01 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/06 01:27:02 DEBUG : two: md5 = fcdb19e5a5e607a763a34c7cae3d6545 OK 2024/11/06 01:27:02 INFO : two: Copied (new) 2024/11/06 01:27:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/06 01:27:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:27:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/06 01:27:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (30.51s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:27:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-welunul4rufe/dst" 2024/11/06 01:27:08 DEBUG : Creating backend with remote "TestDrive:crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/06 01:27:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-welunul4rufe/CopyDest" 2024/11/06 01:27:10 DEBUG : Creating backend with remote "TestDrive:crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/06 01:27:12 DEBUG : one: Need to transfer - File not found at Destination 2024/11/06 01:27:15 DEBUG : one: md5 = 78d9ec99f22201f02b43b8078371a430 OK 2024/11/06 01:27:15 INFO : one: Copied (new) 2024/11/06 01:27:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/06 01:27:18 DEBUG : one: md5 = 58e3b1f97c0d00aadd922b0902555d74 OK 2024/11/06 01:27:18 INFO : one: Copied (replaced existing) 2024/11/06 01:27:20 DEBUG : dst/one: md5 = c71049d7eea361016b5c99cc4e5ba42b OK 2024/11/06 01:27:23 DEBUG : CopyDest/one: md5 = 999fa6083d1a440725bde77c6ece2cf6 OK 2024/11/06 01:27:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-welunul4rufe/BackupDir" 2024/11/06 01:27:24 DEBUG : Creating backend with remote "TestDrive:crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/06 01:27:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/06 01:27:26 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 01:27:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/06 01:27:29 INFO : one: Moved (server-side) 2024/11/06 01:27:30 INFO : one: Copied (server-side copy) 2024/11/06 01:27:30 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/06 01:27:32 DEBUG : CopyDest/two: md5 = 3e34020ca423e2e063776e48a119e0a4 OK 2024/11/06 01:27:33 DEBUG : two: Need to transfer - File not found at Destination 2024/11/06 01:27:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 01:27:35 INFO : two: Copied (server-side copy) 2024/11/06 01:27:35 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/06 01:27:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/06 01:27:36 DEBUG : two: Unchanged skipping 2024/11/06 01:27:39 DEBUG : CopyDest/three: md5 = 817524e92d9c3761e42b96fccbefa13f OK 2024/11/06 01:27:39 DEBUG : three: Need to transfer - File not found at Destination 2024/11/06 01:27:40 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/06 01:27:40 DEBUG : three: Destination not found in --copy-dest 2024/11/06 01:27:42 DEBUG : three: md5 = 15bbc74b7357e6dc39cbc6262721fd00 OK 2024/11/06 01:27:42 INFO : three: Copied (new) 2024/11/06 01:27:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/06 01:27:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:27:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/06 01:27:48 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/06 01:27:48 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/06 01:27:48 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:27:49 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (42.08s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.49s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:27:52 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/06 01:27:54 DEBUG : TestCopyFileMaxTransfer/file1: md5 = aacdc817dd306e6f40f1e3a6cfe7dcb6 OK 2024/11/06 01:27:54 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/06 01:27:55 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/06 01:27:55 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/06 01:27:56 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/06 01:27:57 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/06 01:27:59 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 239f3221946e6af12edf6fb681d11f7c OK 2024/11/06 01:27:59 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/06 01:28:01 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/06 01:28:01 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.87s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.49s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:28:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Looking for duplicate names using skip mode. 2024/11/06 01:28:07 NOTICE: one: Found 2 files with duplicate names 2024/11/06 01:28:07 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.98s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:28:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Looking for duplicate names using skip mode. 2024/11/06 01:28:14 NOTICE: one: Found 3 files with duplicate names 2024/11/06 01:28:14 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/06 01:28:15 INFO : one: Deleted 2024/11/06 01:28:15 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.50s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:28:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Looking for duplicate names using first mode. 2024/11/06 01:28:23 NOTICE: one: Found 3 files with duplicate names 2024/11/06 01:28:23 INFO : one: Deleted 2024/11/06 01:28:24 INFO : one: Deleted 2024/11/06 01:28:24 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.08s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:28:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Looking for duplicate names using newest mode. 2024/11/06 01:28:31 NOTICE: one: Found 3 files with duplicate names 2024/11/06 01:28:31 INFO : one: Deleted 2024/11/06 01:28:32 INFO : one: Deleted 2024/11/06 01:28:32 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.06s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:28:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Looking for duplicate names using oldest mode. 2024/11/06 01:28:40 NOTICE: one: Found 3 files with duplicate names 2024/11/06 01:28:40 INFO : one: Deleted 2024/11/06 01:28:41 INFO : one: Deleted 2024/11/06 01:28:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.38s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:28:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Looking for duplicate names using largest mode. 2024/11/06 01:28:48 NOTICE: one: Found 3 files with duplicate names 2024/11/06 01:28:48 INFO : one: Deleted 2024/11/06 01:28:49 INFO : one: Deleted 2024/11/06 01:28:49 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.28s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:28:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Looking for duplicate names using smallest mode. 2024/11/06 01:28:56 NOTICE: one: Found 3 files with duplicate names 2024/11/06 01:28:56 INFO : one: Deleted 2024/11/06 01:28:57 INFO : one: Deleted 2024/11/06 01:28:57 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.05s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:29:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Looking for duplicate names using rename mode. 2024/11/06 01:29:06 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/06 01:29:08 INFO : one-2.txt: renamed from: one.txt 2024/11/06 01:29:09 INFO : one-3.txt: renamed from: one.txt 2024/11/06 01:29:11 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (15.39s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:29:17 DEBUG : dupe1/one.txt: md5 = 45b57309ddee6d22941cc7585c853eee OK 2024/11/06 01:29:20 DEBUG : dupe2/two.txt: md5 = 8cfaf3c167e3a7d4d71102bd64b5690c OK 2024/11/06 01:29:23 DEBUG : dupe3/three.txt: md5 = 1de65550cf0465ae873b7e11c036232c OK 2024/11/06 01:29:23 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/06 01:29:24 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/06 01:29:25 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/06 01:29:27 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/06 01:29:31 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/06 01:29:31 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/06 01:29:31 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (18.02s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:29:34 DEBUG : a.txt: md5 = 5c33f5a601b8cc55005cc982f5524b2a OK 2024/11/06 01:29:35 DEBUG : zend.txt: md5 = 9f2cadc11eb2d9f9d1b115887ed7ed3d OK 2024/11/06 01:29:39 DEBUG : sub dir/hello world: md5 = 493503467350044a86b0b8b8c1601ddc OK 2024/11/06 01:29:40 DEBUG : sub dir/hello world2: md5 = 78d1f500a1c1c3194d5996b1bef97555 OK 2024/11/06 01:29:43 DEBUG : sub dir/ignore dir/.ignore: md5 = bdc6f42e3d1263b16de518dfe073914f OK 2024/11/06 01:29:45 DEBUG : sub dir/ignore dir/should be ignored: md5 = 293ac2d457973aae23998197de2e94a2 OK 2024/11/06 01:29:48 DEBUG : sub dir/sub sub dir/hello world3: md5 = 1dfbefbc87974bd7a43919d73cd143db OK 2024/11/06 01:29:50 DEBUG : a.txt: Excluded (Size Filter) 2024/11/06 01:29:50 DEBUG : a.txt: Excluded 2024/11/06 01:29:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/06 01:29:50 DEBUG : sub dir/hello world: Excluded 2024/11/06 01:29:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/06 01:29:50 DEBUG : sub dir/hello world2: Excluded 2024/11/06 01:29:51 DEBUG : sub dir/ignore dir: Excluded 2024/11/06 01:29:51 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/06 01:29:51 DEBUG : sub dir/hello world: Excluded 2024/11/06 01:29:51 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/06 01:29:51 DEBUG : sub dir/hello world2: Excluded 2024/11/06 01:29:51 DEBUG : sub dir/ignore dir: Excluded 2024/11/06 01:29:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/06 01:29:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/06 01:29:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/06 01:29:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/06 01:29:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/06 01:29:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/11/06 01:29:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (28.44s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:30:02 DEBUG : file1: md5 = 40ffa895357467dd492dc29456d6f49a OK 2024/11/06 01:30:05 DEBUG : sub/file2: md5 = 1e8f1a95730218a75f4eeace4ad60190 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/06 01:30:08 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/06 01:30:08 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/06 01:30:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/06 01:30:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.50s) --- PASS: TestListJSON/Default (0.28s) --- PASS: TestListJSON/FilesOnly (0.30s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.54s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.70s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:30:13 DEBUG : file1: md5 = 1251f376bbb09e937444c725d5d4ce9c OK 2024/11/06 01:30:17 DEBUG : sub/file2: md5 = 55e76473e42159daad48eb472ccac78f 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/06 01:30:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-welunul4rufe/notfound" 2024/11/06 01:30:21 DEBUG : Creating backend with remote "TestDrive:crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0/qe0i31qdkoejk60elps0ni5sqk" 2024/11/06 01:30:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.21s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.52s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.28s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.29s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.27s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.33s) --- PASS: TestStatJSON/RootNotFound (1.97s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:30:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Making directory 2024/11/06 01:30:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Making directory --- PASS: TestMkdir (0.78s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:30:30 DEBUG : sub dir/hello world: md5 = 8483fe3e28cdd4fdcd96d0f8cc36d539 OK 2024/11/06 01:30:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.24s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:30:35 DEBUG : potato2: md5 = 5f675f4c18b08d7934ad3b2677db4e44 OK 2024/11/06 01:30:37 DEBUG : empty space: md5 = 41f15de979868ac92feac1d7233604b2 OK --- PASS: TestLs (6.17s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:30:41 DEBUG : potato2: md5 = 9971ae2c93d56289872d3c3e61565d63 OK 2024/11/06 01:30:43 DEBUG : empty space: md5 = eed397aab6b42fd868fcb3dd096f6a79 OK 2024/11/06 01:30:44 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (6.51s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:30:47 DEBUG : potato2: md5 = 3c20d8c4d6b0d54fc8298b5e651ff057 OK 2024/11/06 01:30:49 DEBUG : empty space: md5 = 20085d8f06f57d4b8e3803c58a837c19 OK --- PASS: TestLsLong (6.46s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:30:54 DEBUG : potato2: md5 = 29bbb9e74361932804773179db70c002 OK 2024/11/06 01:30:56 DEBUG : empty space: md5 = 1cd65b4d445ef45cdd91b87246495c73 OK --- PASS: TestHashSums (5.59s) === RUN TestHashSumsWithErrors 2024/11/06 01:30:58 DEBUG : Creating backend with remote ":memory:" 2024/11/06 01:30:58 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/06 01:30:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/06 01:30:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/06 01:30:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/06 01:30:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/06 01:30:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/06 01:30:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/06 01:30:58 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/06 01:30:58 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-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:30:59 DEBUG : potato2: md5 = 46336e72ce015b90ff935bbaff12ff22 OK 2024/11/06 01:31:01 DEBUG : empty space: md5 = a1e9cc3927eeb3e6fd55fb0548f61b72 OK 2024/11/06 01:31:04 DEBUG : sub dir/potato3: md5 = 703e6046e69131f228404e0e085649e6 OK 2024/11/06 01:31:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.13s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:31:11 DEBUG : small: md5 = a2de21e8aba98ab65397ce65ecd400c3 OK 2024/11/06 01:31:13 DEBUG : medium: md5 = 163d6924c4ee26cedf768d979442526f OK 2024/11/06 01:31:15 DEBUG : large: md5 = 17c730ef0fb57001771643ec322998b4 OK 2024/11/06 01:31:15 DEBUG : Waiting for deletions to finish 2024/11/06 01:31:15 DEBUG : large: Excluded (Size Filter) 2024/11/06 01:31:16 INFO : medium: Deleted 2024/11/06 01:31:16 INFO : small: Deleted --- PASS: TestDelete (8.46s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:31:19 DEBUG : small: md5 = 7487395168667c3be4cb25ecd6a835a6 OK 2024/11/06 01:31:21 DEBUG : medium: md5 = 8d9e5c0197678f6aa8d1f01329e8c3d7 OK 2024/11/06 01:31:22 DEBUG : large: md5 = 2460d2565979ab39e756bdd5659bc5b6 OK 2024/11/06 01:31:23 DEBUG : Waiting for deletions to finish 2024/11/06 01:31:23 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/11/06 01:31:24 INFO : medium: Deleted 2024/11/06 01:31:24 INFO : small: Deleted --- PASS: TestMaxDelete (8.15s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:31:27 DEBUG : small: md5 = ee314ffb59816304a071832f7e6b365a OK 2024/11/06 01:31:29 DEBUG : medium: md5 = da9884bb2f589c9ae409a14532c5ac8b OK 2024/11/06 01:31:31 DEBUG : large: md5 = 7c219880a38ae394f41fe8b7e40d3533 OK 2024/11/06 01:31:31 DEBUG : Waiting for deletions to finish 2024/11/06 01:31:32 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/06 01:31:32 INFO : medium: Deleted 2024/11/06 01:31:32 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.78s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:31:36 DEBUG : small: md5 = 8445acb291d1f501940223bf8d688664 OK 2024/11/06 01:31:38 DEBUG : medium: md5 = cef0fe0c5bd2aa6660e381211c55f077 OK 2024/11/06 01:31:39 DEBUG : large: md5 = 6fcacba2ce7672e243d80fcf47203db0 OK 2024/11/06 01:31:40 DEBUG : Waiting for deletions to finish 2024/11/06 01:31:40 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2024/11/06 01:31:41 INFO : medium: Deleted 2024/11/06 01:31:41 INFO : large: Deleted --- PASS: TestMaxDeleteSize (8.33s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:31:44 DEBUG : ReadFile: md5 = c33fed5e11140c34a1fbdbf6a12a6b6f OK --- PASS: TestReadFile (4.89s) === RUN TestRetry 2024/11/06 01:31:47 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/06 01:31:47 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/06 01:31:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/06 01:31:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/06 01:31:48 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/06 01:31:48 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/06 01:31:48 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-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:31:49 DEBUG : file1: md5 = 0ebb29232a3a51ba8e8108995d88f77b OK 2024/11/06 01:31:51 DEBUG : file2: md5 = 69b548591262560c30cdae76590a8ee7 OK --- PASS: TestCat (18.50s) === RUN TestPurge 2024/11/06 01:32:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tovavut2maka" 2024/11/06 01:32:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/06 01:32:06 DEBUG : Creating backend with remote "TestDrive:crypt/72gi4jsuj6qt130o2vo62t5cmpcmn4nfom3js6pvpntbb2n2ijqg" 2024/11/06 01:32:07 DEBUG : Creating backend with remote "/tmp/rclone1240587551" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tovavut2maka'", Local "Local file system at /tmp/rclone1240587551", Modify Window "1ms" 2024/11/06 01:32:14 DEBUG : A1/B1/C1/one: md5 = 9f0edda1dc6a00f055cd3c77f4f06b79 OK 2024/11/06 01:32:14 DEBUG : A2: Making directory 2024/11/06 01:32:15 DEBUG : A1/B2: Making directory 2024/11/06 01:32:16 DEBUG : A1/B2/C2: Making directory 2024/11/06 01:32:17 DEBUG : A1/B1/C3: Making directory 2024/11/06 01:32:18 DEBUG : A3: Making directory 2024/11/06 01:32:20 DEBUG : A3/B3: Making directory 2024/11/06 01:32:21 DEBUG : A3/B3/C4: Making directory 2024/11/06 01:32:23 DEBUG : A1/two: md5 = a0633fa040ebaac8af414b235a9e104e OK 2024/11/06 01:32:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tovavut2maka': Purge remote 2024/11/06 01:32:28 NOTICE: purge failed: directory not found --- PASS: TestPurge (21.60s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:32:33 DEBUG : A1/B1/C1/one: md5 = 705c98d4b5b465965fefdc88e100c7a6 OK 2024/11/06 01:32:33 DEBUG : A2: Making directory 2024/11/06 01:32:34 DEBUG : A1/B2: Making directory 2024/11/06 01:32:35 DEBUG : A1/B2/C2: Making directory 2024/11/06 01:32:37 DEBUG : A1/B1/C3: Making directory 2024/11/06 01:32:38 DEBUG : A3: Making directory 2024/11/06 01:32:39 DEBUG : A3/B3: Making directory 2024/11/06 01:32:40 DEBUG : A3/B3/C4: Making directory 2024/11/06 01:32:43 DEBUG : A1/two: md5 = 4674ca5598e86317f0d78aac7b52829d OK 2024/11/06 01:32:44 DEBUG : removing 1 level 3 directories 2024/11/06 01:32:44 INFO : A3/B3/C4: Removing directory 2024/11/06 01:32:48 DEBUG : removing 2 level 3 directories 2024/11/06 01:32:48 INFO : A1/B2/C2: Removing directory 2024/11/06 01:32:48 INFO : A1/B1/C3: Removing directory 2024/11/06 01:32:49 DEBUG : removing 2 level 2 directories 2024/11/06 01:32:49 INFO : A3/B3: Removing directory 2024/11/06 01:32:49 INFO : A1/B2: Removing directory 2024/11/06 01:32:49 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/06 01:32:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/06 01:32:49 DEBUG : removing 2 level 1 directories 2024/11/06 01:32:49 INFO : A3: Removing directory 2024/11/06 01:32:49 INFO : A2: Removing directory 2024/11/06 01:32:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/06 01:32:54 DEBUG : removing 1 level 3 directories 2024/11/06 01:32:54 INFO : A1/B1/C1: Removing directory 2024/11/06 01:32:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:55 DEBUG : removing 1 level 2 directories 2024/11/06 01:32:55 INFO : A1/B1: Removing directory 2024/11/06 01:32:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/06 01:32:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 01:32:56 DEBUG : removing 1 level 1 directories 2024/11/06 01:32:56 INFO : A1: Removing directory 2024/11/06 01:32:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/06 01:32:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/06 01:32:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/06 01:32:57 DEBUG : removing 1 level 0 directories 2024/11/06 01:32:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Removing directory 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 01:32:58 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" --- PASS: TestRmdirsNoLeaveRoot (31.37s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:33:00 DEBUG : A1: Making directory 2024/11/06 01:33:01 DEBUG : A1/B1: Making directory 2024/11/06 01:33:02 DEBUG : A1/B1/C1: Making directory 2024/11/06 01:33:05 DEBUG : removing 1 level 3 directories 2024/11/06 01:33:05 INFO : A1/B1/C1: Removing directory 2024/11/06 01:33:06 DEBUG : removing 1 level 2 directories 2024/11/06 01:33:06 INFO : A1/B1: Removing directory 2024/11/06 01:33:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 01:33:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.54s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:33:10 DEBUG : A1: Making directory 2024/11/06 01:33:11 DEBUG : A1/B1: Making directory 2024/11/06 01:33:12 DEBUG : A1/B1/C1: Making directory 2024/11/06 01:33:15 DEBUG : removing 1 level 3 directories 2024/11/06 01:33:15 INFO : A1/B1/C1: Removing directory 2024/11/06 01:33:16 DEBUG : removing 1 level 2 directories 2024/11/06 01:33:16 INFO : A1/B1: Removing directory 2024/11/06 01:33:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 01:33:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.96s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:33:22 DEBUG : file1: md5 = b4e4de0f6ab76bfff719b4112d666d31 OK 2024/11/06 01:33:22 DEBUG : filename.txt: File name found in url 2024/11/06 01:33:24 DEBUG : filename.txt: md5 = ebd525a713688964a983430851c41af7 OK 2024/11/06 01:33:24 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/06 01:33:26 DEBUG : headerfilename.txt: md5 = 7bd81be9aec780a70ce8fbf6cff0f88f OK 2024/11/06 01:33:28 DEBUG : file2: md5 = 00319b6861af5b9d0db2eb0044ffa0e2 OK --- PASS: TestCopyURL (11.74s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:33:32 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/06 01:33:35 DEBUG : sub/file2: md5 = 9972f8b70b3eb7a57d598ae35c6fe0f8 OK 2024/11/06 01:33:35 INFO : file1: Copied (new) to: sub/file2 2024/11/06 01:33:35 INFO : file1: Deleted 2024/11/06 01:33:35 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/06 01:33:35 DEBUG : file1: Unchanged skipping 2024/11/06 01:33:35 INFO : file1: Deleted 2024/11/06 01:33:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': don't need to copy/move sub/file2, it is already at target location 2024/11/06 01:33:38 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.69s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:33:39 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/06 01:33:41 DEBUG : file1: md5 = 978ddf8e9e48b3a748c44c98fbfb2183 OK 2024/11/06 01:33:41 INFO : file1: Copied (new) 2024/11/06 01:33:41 INFO : file1: Deleted 2024/11/06 01:33:41 DEBUG : file1: Destination exists, skipping 2024/11/06 01:33:41 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.99s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.50s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:33:47 DEBUG : dst/file1: md5 = 87a73a5ab8e7d874f326c56339695c59 OK 2024/11/06 01:33:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-welunul4rufe/backup" 2024/11/06 01:33:48 DEBUG : Creating backend with remote "TestDrive:crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0/1nrff024r7pq65ecp72fc28jb0" 2024/11/06 01:33:49 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/06 01:33:53 INFO : dst/file1: Moved (server-side) 2024/11/06 01:33:55 DEBUG : dst/file1: md5 = 5a6f47214464d9a415619be516fc3dd0 OK 2024/11/06 01:33:55 INFO : dst/file1: Copied (new) 2024/11/06 01:33:55 INFO : dst/file1: Deleted 2024/11/06 01:33:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 01:33:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/06 01:34:00 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.16s) === 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-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:34:04 DEBUG : A1/one: md5 = 87a873790d1ae925c00c7c4b62402e81 OK 2024/11/06 01:34:06 DEBUG : A1/two: md5 = 0fe909356407a0949dc7fa1ea56ea5e6 OK 2024/11/06 01:34:09 DEBUG : A1/B1/three: md5 = 811860556a0d5d5982e9f69d148a9d74 OK 2024/11/06 01:34:12 DEBUG : A1/B1/C1/four: md5 = 9befdd1517de75b8b722a63df403fd48 OK 2024/11/06 01:34:15 DEBUG : A1/B1/C2/five: md5 = bfa04354a39cf0d3d0caa124f4a3f1cd OK 2024/11/06 01:34:15 DEBUG : A1/B2: Making directory 2024/11/06 01:34:16 DEBUG : A1/B1/C3: Making directory 2024/11/06 01:34:30 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/06 01:34:30 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/06 01:34:30 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/06 01:34:30 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/06 01:34:30 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/06 01:34:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/06 01:34:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/06 01:34:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 01:34:35 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/06 01:34:35 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/06 01:34:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/06 01:34:47 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/06 01:34:47 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/06 01:34:47 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/06 01:34:48 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/06 01:34:48 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/06 01:34:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/06 01:34:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/06 01:34:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 01:34:53 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/06 01:34:53 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/06 01:35:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/06 01:35:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/06 01:35:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/06 01:35:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/06 01:35:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/06 01:35:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/06 01:35:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/06 01:35:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/06 01:35:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/06 01:35:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (63.83s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:35:05 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.50s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:35:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': File to upload is small (34 bytes), uploading instead of streaming 2024/11/06 01:35:07 DEBUG : no_checksum_small_file_from_pipe: md5 = a2ee73ea2f7001379aefac82ad2689e4 OK 2024/11/06 01:35:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/06 01:35:07 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/06 01:35:08 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/06 01:35:09 DEBUG : no_checksum_big_file_from_pipe: md5 = 8435569f0b7f29bc153e837b368a4d2e OK 2024/11/06 01:35:09 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-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:35:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': File to upload is small (34 bytes), uploading instead of streaming 2024/11/06 01:35:14 DEBUG : with_checksum_small_file_from_pipe: md5 = 62b0e8c27a6c7df5e08a10b187e02b71 OK 2024/11/06 01:35:14 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/06 01:35:14 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/06 01:35:16 DEBUG : with_checksum_big_file_from_pipe: md5 = 665f07dd3160978abce2942df8f85cd6 OK 2024/11/06 01:35:16 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-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:35:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': File to upload is small (34 bytes), uploading instead of streaming 2024/11/06 01:35:20 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/06 01:35:21 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/06 01:35:22 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-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:35:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': File to upload is small (34 bytes), uploading instead of streaming 2024/11/06 01:35:27 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/06 01:35:27 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/06 01:35:29 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (25.36s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.24s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.26s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.60s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.26s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/06 01:35:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': File to upload is small (48 bytes), uploading instead of streaming 2024/11/06 01:35:33 DEBUG : rcat_metadata: md5 = c6bbc10128888e19c916e6d940169d93 OK 2024/11/06 01:35:33 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/06 01:35:35 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/06 01:35:36 DEBUG : rcat_metadata_uploadcutoff0: md5 = 570301fa092a60fcaedfd3aaffa8c2b5 OK 2024/11/06 01:35:36 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.11s) --- PASS: TestRcatMetadata/Normal (3.29s) --- PASS: TestRcatMetadata/ViaDisk (3.30s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:35:40 DEBUG : potato1: md5 = 070358bb92df494704f893cb71171c8e OK 2024/11/06 01:35:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': File to upload is small (60 bytes), uploading instead of streaming 2024/11/06 01:35:42 DEBUG : potato2: md5 = b2975dd75e81fdd3aa0b04b8738f1773 OK 2024/11/06 01:35:42 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (6.08s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:35:46 DEBUG : potato1: md5 = 14bc2841be6fc60c08bd0f2d639a3184 OK 2024/11/06 01:35:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': File to upload is small (60 bytes), uploading instead of streaming 2024/11/06 01:35:47 DEBUG : potato2: md5 = 61aea622871800bb110ec1da7db1d69d OK 2024/11/06 01:35:47 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.04s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:35:52 DEBUG : potato2: md5 = 46b81284854b183b9acc7ff7554e76a4 OK 2024/11/06 01:35:54 DEBUG : empty space: md5 = fee704d044ab46224cb80e20d15debe5 OK 2024/11/06 01:35:57 DEBUG : sub dir/potato3: md5 = b795baef6d624f91ce750a6ad598fd82 OK 2024/11/06 01:35:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Touching "empty space" 2024/11/06 01:35:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Touching "potato2" 2024/11/06 01:35:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Touching "sub dir/potato3" 2024/11/06 01:36:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (14.07s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:36:04 DEBUG : dir with metadata: Making directory with metadata 2024/11/06 01:36:05 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.25s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:36:07 DEBUG : directory with modtime: Making directory with metadata 2024/11/06 01:36:09 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.09s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:36:10 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/06 01:36:10 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/06 01:36:11 DEBUG : Google drive root 'crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0': Skipping btime metadata as can't update it on an existing file: 2024-11-06T01:36:10.897339526Z 2024/11/06 01:36:12 INFO : non existent directory: Updated directory metadata 2024/11/06 01:36:15 DEBUG : Google drive root 'crypt/1rrf4vh2ffrf15r9ejpste9vh9nn6v15hovo9hr21ce2b08c8hf0': Skipping btime metadata as can't update it on an existing file: 2024-11-06T01:36:10.897339526Z 2024/11/06 01:36:16 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (7.16s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:36:18 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/06 01:36:20 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/06 01:36:21 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.17s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe'", Local "Local file system at /tmp/rclone2393743606", Modify Window "1ms" 2024/11/06 01:36:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/06 01:36:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/06 01:36:23 DEBUG : dst: Making directory with metadata 2024/11/06 01:36:24 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/06 01:36:24 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/06 01:36:25 INFO : dst: Set directory modification time (using SetModTime) 2024/11/06 01:36:26 INFO : dst: Set directory modification time (using SetModTime) 2024/11/06 01:36:26 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/06 01:36:26 INFO : dst: Set directory modification time (using SetModTime) 2024/11/06 01:36:26 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.20s) === 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/06 01:36:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-welunul4rufe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 13m15.97933543s (try 1/5)