"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/05/06 03:37:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faluxas9joca" 2025/05/06 03:37:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:37:44 DEBUG : Creating backend with remote "TestDrive:crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350" 2025/05/06 03:37:45 DEBUG : Creating backend with remote "/tmp/rclone2866442561" === 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-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/06 03:37:46 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 03:37:46 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/06 03:37:46 DEBUG : potato: Seek from 10 to 0 2025/05/06 03:37:46 DEBUG : potato: Seek from 10 to 0 2025/05/06 03:37:46 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/06 03:37:46 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 03:37:46 DEBUG : potato: Seek from 5 to 2 2025/05/06 03:37:46 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/06 03:37:46 DEBUG : potato: Seek from 7 to 0 2025/05/06 03:37:46 DEBUG : potato: Seek from 7 to 0 2025/05/06 03:37:46 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/06 03:37:46 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 03:37:46 DEBUG : potato: Seek from 5 to 2 2025/05/06 03:37:46 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/06 03:37:46 DEBUG : potato: Seek from 8 to 0 2025/05/06 03:37:46 DEBUG : potato: Seek from 8 to 0 2025/05/06 03:37:46 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/06 03:37:46 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/06 03:37:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/06 03:37:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/06 03:37:46 DEBUG : potato: Seek from 5 to 2 2025/05/06 03:37:46 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/06 03:37:46 DEBUG : potato: Seek from 9 to 0 2025/05/06 03:37:46 DEBUG : potato: Seek from 9 to 0 2025/05/06 03:37:46 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-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:37:48 DEBUG : rutabaga: md5 = d0b18a476a15ddb906d41a5792b1e343 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/05/06 03:37:50 DEBUG : empty space: md5 = 9aa72a284b0e7cbc922c3e9018ae0117 OK === RUN TestCheck/3 2025/05/06 03:37:51 DEBUG : potato2: md5 = fe7ba2283128bfcf711d6c3fe2c8ea55 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/05/06 03:37:53 DEBUG : remotepotato: md5 = 08b3a089d7c125373f21462ff3ee8f3c OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.66s) --- PASS: TestCheck/1 (0.21s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.23s) --- PASS: TestCheck/7 (0.22s) === RUN TestCheckFsError 2025/05/06 03:37:56 DEBUG : Creating backend with remote "nonexistent" 2025/05/06 03:37:56 DEBUG : Creating backend with remote "nonexistent" 2025/05/06 03:37:56 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/06 03:37:56 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/05/06 03:37:56 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/06 03:37:56 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-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:37:58 DEBUG : rutabaga: md5 = ad1cc7a11fdb89847bd8aed10548a791 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/05/06 03:38:02 DEBUG : empty space: md5 = 612bff6eaefd88403db73fb451118071 OK === RUN TestCheckDownload/3 2025/05/06 03:38:04 DEBUG : potato2: md5 = e47633e44af69f30ae19ae71ffaed2a6 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/05/06 03:38:08 DEBUG : remotepotato: md5 = 6c6280a51f832de39f4031d2b00b8eac OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.63s) --- PASS: TestCheckDownload/1 (1.45s) --- PASS: TestCheckDownload/2 (0.98s) --- PASS: TestCheckDownload/3 (0.89s) --- PASS: TestCheckDownload/4 (1.34s) --- PASS: TestCheckDownload/5 (1.32s) --- PASS: TestCheckDownload/6 (0.99s) --- PASS: TestCheckDownload/7 (1.29s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:38:14 DEBUG : rutabaga: md5 = 356a63a8e6027893cae310bb25b5e910 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/05/06 03:38:16 DEBUG : empty space: md5 = ddd49afcb3626ae1a9c3a4938d5e042c OK === RUN TestCheckSizeOnly/3 2025/05/06 03:38:18 DEBUG : potato2: md5 = d7de3988311c525875450a25b046cc23 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/05/06 03:38:20 DEBUG : remotepotato: md5 = f00410f8a837e41ffd602192d4c10634 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (9.89s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.22s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.21s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.23s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:38:24 DEBUG : test.sum: md5 = 41a0af1b2cd42196920955e705d30b38 OK 2025/05/06 03:38:25 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/06 03:38:25 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/06 03:38:25 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/06 03:38:25 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/06 03:38:26 DEBUG : test.sum: md5 = 15cb67d60c7fab81aee7c04ee71e2262 OK 2025/05/06 03:38:27 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/06 03:38:27 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/06 03:38:27 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/06 03:38:27 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.34s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:38:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faluxas9joca/data" 2025/05/06 03:38:28 DEBUG : Creating backend with remote "TestDrive:crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca/data' lacks md5, skipping --- SKIP: TestCheckSum (1.87s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:38:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faluxas9joca/data" 2025/05/06 03:38:30 DEBUG : Creating backend with remote "TestDrive:crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350/vjrnln8ratgmqakfosrqe8espk" 2025/05/06 03:38:33 DEBUG : data/banana: md5 = 4f1c82e5a0d7ae44067259de39a6a115 OK 2025/05/06 03:38:35 DEBUG : test.sum: md5 = 06fa050e96af742279cd0ef9d78a9079 OK === RUN TestCheckSumDownload/subtest1 2025/05/06 03:38:39 DEBUG : data/potato: md5 = 9b6e0555b175a7bee260c6733aa3a0a5 OK 2025/05/06 03:38:40 DEBUG : test.sum: md5 = 78bad130175a4ebcd28e25ad50a85479 OK === RUN TestCheckSumDownload/subtest2 2025/05/06 03:38:44 DEBUG : test.sum: md5 = a7b74cd8923b02a82c7b2f86f7496af1 OK === RUN TestCheckSumDownload/subtest3 2025/05/06 03:38:48 DEBUG : test.sum: md5 = a653aa0597a7477f399c8d637b2b817f OK === RUN TestCheckSumDownload/subtest4 2025/05/06 03:38:52 DEBUG : test.sum: md5 = f370ca912b51339b082946a64bd0b820 OK === RUN TestCheckSumDownload/subtest5 2025/05/06 03:38:55 DEBUG : test.sum: md5 = 0596472ee3de7e84820ff6e51be6370f OK === RUN TestCheckSumDownload/subtest6 2025/05/06 03:38:59 DEBUG : data/banana: md5 = 4af4a0e23482c66d5385fbfcfae59c33 OK 2025/05/06 03:39:01 DEBUG : data/potato: md5 = f0f5c94229f9043c50ac1a7ad977866f OK 2025/05/06 03:39:02 DEBUG : test.sum: md5 = 48099118076e5cbfc43eba653bc4f5db OK === RUN TestCheckSumDownload/subtest7 2025/05/06 03:39:07 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/05/06 03:39:07 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (37.48s) --- PASS: TestCheckSumDownload/subtest1 (2.21s) --- PASS: TestCheckSumDownload/subtest2 (2.32s) --- PASS: TestCheckSumDownload/subtest3 (2.38s) --- PASS: TestCheckSumDownload/subtest4 (2.04s) --- PASS: TestCheckSumDownload/subtest5 (2.07s) --- PASS: TestCheckSumDownload/subtest6 (2.33s) --- PASS: TestCheckSumDownload/subtest7 (2.49s) === RUN TestApplyTransforms 2025/05/06 03:39:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tegoluf9kixo" 2025/05/06 03:39:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:39:08 DEBUG : Creating backend with remote "TestDrive:crypt/tpeu6tualu3srf6dq875kdnftvnv2eo3ju3c1bhpi6qeig0a6o10" 2025/05/06 03:39:08 DEBUG : Creating backend with remote "/tmp/rclone2796234887" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tegoluf9kixo'", Local "Local file system at /tmp/rclone2796234887", Modify Window "1ms" 2025/05/06 03:39:10 DEBUG : hello, world!: md5 = 0d43136611d0d5319be8e92803ffc9bc OK upper checkfile vs. lower remote (without normalization) 2025/05/06 03:39:11 ERROR : hello, world!: sum not found 2025/05/06 03:39:11 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tegoluf9kixo' 2025/05/06 03:39:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tegoluf9kixo': 1 files missing 2025/05/06 03:39:11 NOTICE: 1 hashes missing 2025/05/06 03:39:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tegoluf9kixo': 2 differences found 2025/05/06 03:39:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tegoluf9kixo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/06 03:39:12 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 03:39:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tegoluf9kixo': 0 differences found 2025/05/06 03:39:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tegoluf9kixo': 1 matching files 2025/05/06 03:39:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nusimif4yuru" 2025/05/06 03:39:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:39:12 DEBUG : Creating backend with remote "TestDrive:crypt/o3pn3vftldrgu7hjtl1glcl3seia4q9a2jr6p1neussh77bsdbi0" 2025/05/06 03:39:13 DEBUG : Creating backend with remote "/tmp/rclone1364401104" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nusimif4yuru'", Local "Local file system at /tmp/rclone1364401104", Modify Window "1ms" 2025/05/06 03:39:15 DEBUG : HELLO, WORLD!: md5 = eed45b6a3d4cd4706fd4cba98710131a OK lower checkfile vs. upper remote (without normalization) 2025/05/06 03:39:15 ERROR : HELLO, WORLD!: sum not found 2025/05/06 03:39:15 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nusimif4yuru' 2025/05/06 03:39:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nusimif4yuru': 1 files missing 2025/05/06 03:39:15 NOTICE: 1 hashes missing 2025/05/06 03:39:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nusimif4yuru': 2 differences found 2025/05/06 03:39:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nusimif4yuru': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/06 03:39:16 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 03:39:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nusimif4yuru': 0 differences found 2025/05/06 03:39:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nusimif4yuru': 1 matching files 2025/05/06 03:39:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hifoquc0nino" 2025/05/06 03:39:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:39:17 DEBUG : Creating backend with remote "TestDrive:crypt/0emknjmsr5v5kbmfgft21ahcbfudncjgrida43277ctr2an4mamg" 2025/05/06 03:39:17 DEBUG : Creating backend with remote "/tmp/rclone1983556864" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hifoquc0nino'", Local "Local file system at /tmp/rclone1983556864", Modify Window "1ms" 2025/05/06 03:39:19 DEBUG : HeLlO, wOrLd!: md5 = eb5900a40110d955f5ff05392a9726d6 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/06 03:39:20 ERROR : HeLlO, wOrLd!: sum not found 2025/05/06 03:39:20 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hifoquc0nino' 2025/05/06 03:39:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hifoquc0nino': 1 files missing 2025/05/06 03:39:20 NOTICE: 1 hashes missing 2025/05/06 03:39:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hifoquc0nino': 2 differences found 2025/05/06 03:39:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hifoquc0nino': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/06 03:39:21 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 03:39:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hifoquc0nino': 0 differences found 2025/05/06 03:39:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hifoquc0nino': 1 matching files 2025/05/06 03:39:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-celiqon8rege" 2025/05/06 03:39:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:39:21 DEBUG : Creating backend with remote "TestDrive:crypt/or1or1bp06och5udaf0nuhe27aqgm3c9elcugjli9iadhhekfbu0" 2025/05/06 03:39:22 DEBUG : Creating backend with remote "/tmp/rclone179121826" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-celiqon8rege'", Local "Local file system at /tmp/rclone179121826", Modify Window "1ms" 2025/05/06 03:39:24 DEBUG : HELLO, WORLD!: md5 = 9bb0712b96ca5d250ea44bf7bfa5b647 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/06 03:39:24 ERROR : HELLO, WORLD!: sum not found 2025/05/06 03:39:24 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-celiqon8rege' 2025/05/06 03:39:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-celiqon8rege': 1 files missing 2025/05/06 03:39:24 NOTICE: 1 hashes missing 2025/05/06 03:39:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-celiqon8rege': 2 differences found 2025/05/06 03:39:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-celiqon8rege': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/06 03:39:26 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 03:39:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-celiqon8rege': 0 differences found 2025/05/06 03:39:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-celiqon8rege': 1 matching files 2025/05/06 03:39:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fagozok0juge" 2025/05/06 03:39:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:39:26 DEBUG : Creating backend with remote "TestDrive:crypt/gta2pq97prjbo28lgiqquc2gouttk58sdmnvsm52col78jkops1g" 2025/05/06 03:39:27 DEBUG : Creating backend with remote "/tmp/rclone3290494272" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fagozok0juge'", Local "Local file system at /tmp/rclone3290494272", Modify Window "1ms" 2025/05/06 03:39:29 DEBUG : 測試_Русский___ě_áñ: md5 = 887c29162616caacc02d81b863e92dd2 OK NFD checkfile vs. NFC remote (without normalization) 2025/05/06 03:39:29 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/06 03:39:29 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fagozok0juge' 2025/05/06 03:39:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fagozok0juge': 1 files missing 2025/05/06 03:39:29 NOTICE: 1 hashes missing 2025/05/06 03:39:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fagozok0juge': 2 differences found 2025/05/06 03:39:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fagozok0juge': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/06 03:39:30 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 03:39:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fagozok0juge': 0 differences found 2025/05/06 03:39:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fagozok0juge': 1 matching files 2025/05/06 03:39:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tawiroc5sika" 2025/05/06 03:39:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:39:30 DEBUG : Creating backend with remote "TestDrive:crypt/6r3ajsgc2is6f43h7qegrk9rellq0mq86e4m4stjmg195650shn0" 2025/05/06 03:39:31 DEBUG : Creating backend with remote "/tmp/rclone1397489894" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tawiroc5sika'", Local "Local file system at /tmp/rclone1397489894", Modify Window "1ms" 2025/05/06 03:39:33 DEBUG : 測試_Русский___ě_áñ: md5 = 4493d49bbf407e390ace0cc3a15582a9 OK NFC checkfile vs. NFD remote (without normalization) 2025/05/06 03:39:34 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/06 03:39:34 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tawiroc5sika' 2025/05/06 03:39:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tawiroc5sika': 1 files missing 2025/05/06 03:39:34 NOTICE: 1 hashes missing 2025/05/06 03:39:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tawiroc5sika': 2 differences found 2025/05/06 03:39:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tawiroc5sika': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/06 03:39:35 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 03:39:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tawiroc5sika': 0 differences found 2025/05/06 03:39:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tawiroc5sika': 1 matching files 2025/05/06 03:39:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bamomul2xeta" 2025/05/06 03:39:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:39:35 DEBUG : Creating backend with remote "TestDrive:crypt/9btdiamvksp1hifa2as61v133q8d7kikuvnp4e8igkgltirme0r0" 2025/05/06 03:39:36 DEBUG : Creating backend with remote "/tmp/rclone1213672204" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bamomul2xeta'", Local "Local file system at /tmp/rclone1213672204", Modify Window "1ms" 2025/05/06 03:39:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = bdd8faf49bf231318987d3eb9f6965a3 OK NFDx2 checkfile vs. both remote (without normalization) 2025/05/06 03:39:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 03:39:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bamomul2xeta' 2025/05/06 03:39:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamomul2xeta': 1 files missing 2025/05/06 03:39:38 NOTICE: 1 hashes missing 2025/05/06 03:39:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamomul2xeta': 2 differences found 2025/05/06 03:39:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamomul2xeta': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/06 03:39:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 03:39:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamomul2xeta': 0 differences found 2025/05/06 03:39:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamomul2xeta': 1 matching files 2025/05/06 03:39:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kosoqew9teqo" 2025/05/06 03:39:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:39:39 DEBUG : Creating backend with remote "TestDrive:crypt/nm3n1p2ndubd1u0flbaftcf7ouojufgg2um86f5dajhm0urn2oig" 2025/05/06 03:39:40 DEBUG : Creating backend with remote "/tmp/rclone276276163" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kosoqew9teqo'", Local "Local file system at /tmp/rclone276276163", Modify Window "1ms" 2025/05/06 03:39:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 89464b31ec34fbe4d4c89670ce4ce71f OK NFCx2 checkfile vs. both remote (without normalization) 2025/05/06 03:39:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 03:39:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kosoqew9teqo' 2025/05/06 03:39:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kosoqew9teqo': 1 files missing 2025/05/06 03:39:42 NOTICE: 1 hashes missing 2025/05/06 03:39:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kosoqew9teqo': 2 differences found 2025/05/06 03:39:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kosoqew9teqo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/06 03:39:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 03:39:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kosoqew9teqo': 0 differences found 2025/05/06 03:39:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kosoqew9teqo': 1 matching files 2025/05/06 03:39:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xowewaw7doye" 2025/05/06 03:39:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:39:43 DEBUG : Creating backend with remote "TestDrive:crypt/da686t8583pkil21s828t1aduh3d3cqvoe3q19gm9dm2falc2v70" 2025/05/06 03:39:44 DEBUG : Creating backend with remote "/tmp/rclone1806040008" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xowewaw7doye'", Local "Local file system at /tmp/rclone1806040008", Modify Window "1ms" 2025/05/06 03:39:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 19d95508cc7daea52989d1cfe34bb4de OK both checkfile vs. NFDx2 remote (without normalization) 2025/05/06 03:39:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 03:39:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xowewaw7doye' 2025/05/06 03:39:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xowewaw7doye': 1 files missing 2025/05/06 03:39:47 NOTICE: 1 hashes missing 2025/05/06 03:39:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xowewaw7doye': 2 differences found 2025/05/06 03:39:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xowewaw7doye': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/06 03:39:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 03:39:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xowewaw7doye': 0 differences found 2025/05/06 03:39:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xowewaw7doye': 1 matching files 2025/05/06 03:39:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sacepip3gobo" 2025/05/06 03:39:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:39:48 DEBUG : Creating backend with remote "TestDrive:crypt/qmb3r7bjds5b0bumpkvimcl7v642e4mvhf8q9qiufdunrs2vcevg" 2025/05/06 03:39:49 DEBUG : Creating backend with remote "/tmp/rclone3318056912" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sacepip3gobo'", Local "Local file system at /tmp/rclone3318056912", Modify Window "1ms" 2025/05/06 03:39:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6d71bf78e327f1ff3bf9e9239faff58a OK both checkfile vs. NFCx2 remote (without normalization) 2025/05/06 03:39:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/06 03:39:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sacepip3gobo' 2025/05/06 03:39:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sacepip3gobo': 1 files missing 2025/05/06 03:39:51 NOTICE: 1 hashes missing 2025/05/06 03:39:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sacepip3gobo': 2 differences found 2025/05/06 03:39:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sacepip3gobo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/06 03:39:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/06 03:39:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sacepip3gobo': 0 differences found 2025/05/06 03:39:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sacepip3gobo': 1 matching files 2025/05/06 03:39:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sacepip3gobo': Purge remote 2025/05/06 03:39:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xowewaw7doye': Purge remote 2025/05/06 03:39:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kosoqew9teqo': Purge remote 2025/05/06 03:39:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bamomul2xeta': Purge remote 2025/05/06 03:39:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tawiroc5sika': Purge remote 2025/05/06 03:39:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fagozok0juge': Purge remote 2025/05/06 03:39:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-celiqon8rege': Purge remote 2025/05/06 03:39:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hifoquc0nino': Purge remote 2025/05/06 03:39:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nusimif4yuru': Purge remote 2025/05/06 03:39:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tegoluf9kixo': Purge remote --- PASS: TestApplyTransforms (49.29s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:39:57 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/06 03:39:59 DEBUG : sub/file2: md5 = 6e3368be63d566c89ed69207e7ce5416 OK 2025/05/06 03:39:59 INFO : file1: Copied (new) to: sub/file2 2025/05/06 03:40:00 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/06 03:40:00 DEBUG : file1: Unchanged skipping 2025/05/06 03:40:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': don't need to copy/move sub/file2, it is already at target location 2025/05/06 03:40:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.66s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.41s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:40:05 DEBUG : dst/file1: md5 = 6ba6882b2c728f5d62079a6ff9ee61e0 OK 2025/05/06 03:40:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faluxas9joca/backup" 2025/05/06 03:40:06 DEBUG : Creating backend with remote "TestDrive:crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350/1nrff024r7pq65ecp72fc28jb0" 2025/05/06 03:40:07 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/06 03:40:09 INFO : dst/file1: Moved (server-side) 2025/05/06 03:40:10 DEBUG : dst/file1: md5 = 47ea0d2a43e56df048840bbd663a1d57 OK 2025/05/06 03:40:10 INFO : dst/file1: Copied (new) 2025/05/06 03:40:13 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/06 03:40:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/06 03:40:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.19s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:40:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faluxas9joca/dst" 2025/05/06 03:40:15 DEBUG : Creating backend with remote "TestDrive:crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/06 03:40:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faluxas9joca/CompareDest" 2025/05/06 03:40:17 DEBUG : Creating backend with remote "TestDrive:crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350/gveqi14airsml4bgu7krj116o8" 2025/05/06 03:40:18 DEBUG : one: Need to transfer - File not found at Destination 2025/05/06 03:40:20 DEBUG : one: md5 = 6cf1fffac1e272b3adfb9f1f09cbf965 OK 2025/05/06 03:40:20 INFO : one: Copied (new) 2025/05/06 03:40:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 03:40:23 DEBUG : one: md5 = 0101effc54bf6dea10075624b537cec3 OK 2025/05/06 03:40:23 INFO : one: Copied (replaced existing) 2025/05/06 03:40:25 DEBUG : dst/one: md5 = 3a869ae9dc8f12fc148ae3001ac8a9c7 OK 2025/05/06 03:40:27 DEBUG : CompareDest/one: md5 = 93fecb327e2b6d1d6966501931adbc7f OK 2025/05/06 03:40:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 03:40:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/06 03:40:28 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/06 03:40:29 DEBUG : CompareDest/two: md5 = 91098f3cc2b64969c7ef151f7fea1ce4 OK 2025/05/06 03:40:30 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 03:40:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/06 03:40:30 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/06 03:40:31 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 03:40:31 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/06 03:40:31 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/06 03:40:32 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 03:40:33 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/06 03:40:34 DEBUG : two: md5 = 70ceb19c7d76f1697f2e1fe7b26190b5 OK 2025/05/06 03:40:34 INFO : two: Copied (new) 2025/05/06 03:40:37 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/06 03:40:37 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:40:38 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/06 03:40:38 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (23.18s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:40:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faluxas9joca/dst" 2025/05/06 03:40:38 DEBUG : Creating backend with remote "TestDrive:crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/06 03:40:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faluxas9joca/CopyDest" 2025/05/06 03:40:40 DEBUG : Creating backend with remote "TestDrive:crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350/d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/06 03:40:41 DEBUG : one: Need to transfer - File not found at Destination 2025/05/06 03:40:44 DEBUG : one: md5 = f9f26f6919da1a6eb0c805f0d8ddb1ef OK 2025/05/06 03:40:44 INFO : one: Copied (new) 2025/05/06 03:40:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 03:40:46 DEBUG : one: md5 = 036204a2d3b5689c13c1cc1273bd43bd OK 2025/05/06 03:40:46 INFO : one: Copied (replaced existing) 2025/05/06 03:40:48 DEBUG : dst/one: md5 = ddc3a0a513cb961aade964dc244dee1e OK 2025/05/06 03:40:50 DEBUG : CopyDest/one: md5 = 77f7d61dee65cc7fa48f343fa5f4d22e OK 2025/05/06 03:40:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faluxas9joca/BackupDir" 2025/05/06 03:40:51 DEBUG : Creating backend with remote "TestDrive:crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/06 03:40:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 03:40:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/06 03:40:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/06 03:40:54 INFO : one: Moved (server-side) 2025/05/06 03:40:55 INFO : one: Copied (server-side copy) 2025/05/06 03:40:55 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/06 03:40:56 DEBUG : CopyDest/two: md5 = 0b9484d24e573508c9495b4d1acbabfd OK 2025/05/06 03:40:57 DEBUG : two: Need to transfer - File not found at Destination 2025/05/06 03:40:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/06 03:40:58 INFO : two: Copied (server-side copy) 2025/05/06 03:40:58 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/06 03:40:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/06 03:40:59 DEBUG : two: Unchanged skipping 2025/05/06 03:41:01 DEBUG : CopyDest/three: md5 = f6cc6c903d501bc9d31e4826e887b225 OK 2025/05/06 03:41:01 DEBUG : three: Need to transfer - File not found at Destination 2025/05/06 03:41:02 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/06 03:41:02 DEBUG : three: Destination not found in --copy-dest 2025/05/06 03:41:03 DEBUG : three: md5 = f0520eb55afbf37347ad9fcee73f3cad OK 2025/05/06 03:41:03 INFO : three: Copied (new) 2025/05/06 03:41:07 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/06 03:41:07 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/06 03:41:07 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:41:08 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/06 03:41:08 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/06 03:41:08 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:41:08 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (30.65s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.39s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:41:10 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/06 03:41:12 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 1273662cb7632548d819dd0b20bc52f2 OK 2025/05/06 03:41:12 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/06 03:41:13 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/06 03:41:13 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/05/06 03:41:13 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/06 03:41:14 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/06 03:41:15 DEBUG : TestCopyFileMaxTransfer/file4: md5 = b511415e634cbb39803d784a19e88182 OK 2025/05/06 03:41:15 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/05/06 03:41:17 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/05/06 03:41:17 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.22s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.39s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:41:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Looking for duplicate names using skip mode. 2025/05/06 03:41:21 NOTICE: one: Found 2 files with duplicate names 2025/05/06 03:41:21 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.64s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:41:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Looking for duplicate names using skip mode. 2025/05/06 03:41:27 NOTICE: one: Found 3 files with duplicate names 2025/05/06 03:41:27 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/05/06 03:41:27 INFO : one: Deleted 2025/05/06 03:41:27 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (5.88s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:41:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Looking for duplicate names using first mode. 2025/05/06 03:41:33 NOTICE: one: Found 3 files with duplicate names 2025/05/06 03:41:33 INFO : one: Deleted 2025/05/06 03:41:34 INFO : one: Deleted 2025/05/06 03:41:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.84s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:41:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Looking for duplicate names using newest mode. 2025/05/06 03:41:39 NOTICE: one: Found 3 files with duplicate names 2025/05/06 03:41:39 INFO : one: Deleted 2025/05/06 03:41:40 INFO : one: Deleted 2025/05/06 03:41:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.22s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.43s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:41:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Looking for duplicate names using oldest mode. 2025/05/06 03:41:45 NOTICE: one: Found 3 files with duplicate names 2025/05/06 03:41:46 INFO : one: Deleted 2025/05/06 03:41:46 INFO : one: Deleted 2025/05/06 03:41:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.06s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:41:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Looking for duplicate names using largest mode. 2025/05/06 03:41:51 NOTICE: one: Found 3 files with duplicate names 2025/05/06 03:41:51 INFO : one: Deleted 2025/05/06 03:41:52 INFO : one: Deleted 2025/05/06 03:41:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (5.70s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:41:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Looking for duplicate names using smallest mode. 2025/05/06 03:41:57 NOTICE: one: Found 3 files with duplicate names 2025/05/06 03:41:57 INFO : one: Deleted 2025/05/06 03:41:58 INFO : one: Deleted 2025/05/06 03:41:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (5.91s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:42:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Looking for duplicate names using rename mode. 2025/05/06 03:42:04 NOTICE: one.txt: Found 3 files with duplicate names 2025/05/06 03:42:05 INFO : one-2.txt: renamed from: one.txt 2025/05/06 03:42:06 INFO : one-3.txt: renamed from: one.txt 2025/05/06 03:42:07 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (10.78s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:42:12 DEBUG : dupe1/one.txt: md5 = 66c21cc18a694e92b15a0315c1c11f3c OK 2025/05/06 03:42:14 DEBUG : dupe2/two.txt: md5 = 9a2d00135143bda90ec8e376885ee369 OK 2025/05/06 03:42:16 DEBUG : dupe3/three.txt: md5 = 9f26de6f3530c4612d27b237c326bcba OK 2025/05/06 03:42:16 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/05/06 03:42:17 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/05/06 03:42:17 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/05/06 03:42:18 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/05/06 03:42:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/05/06 03:42:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/05/06 03:42:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (11.90s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:42:23 DEBUG : a.txt: md5 = 2c87926a9184fbe6626412c1ccae3f6d OK 2025/05/06 03:42:24 DEBUG : zend.txt: md5 = 6c816c2c11a6d357527c181825a79670 OK 2025/05/06 03:42:26 DEBUG : sub dir/hello world: md5 = b30944eadf716822afcae3a71ce4a562 OK 2025/05/06 03:42:27 DEBUG : sub dir/hello world2: md5 = d3f343b35da789ad3283e621636bb716 OK 2025/05/06 03:42:29 DEBUG : sub dir/ignore dir/.ignore: md5 = 06ccc879b988c76688c2e8a7fb4ed609 OK 2025/05/06 03:42:30 DEBUG : sub dir/ignore dir/should be ignored: md5 = fde252ccd0ac55d10334e99d59c5fee4 OK 2025/05/06 03:42:32 DEBUG : sub dir/sub sub dir/hello world3: md5 = 6565312fb6aaff36c621c7c249492ea6 OK 2025/05/06 03:42:34 DEBUG : a.txt: Excluded (Size Filter) 2025/05/06 03:42:34 DEBUG : a.txt: Excluded 2025/05/06 03:42:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 03:42:34 DEBUG : sub dir/hello world2: Excluded 2025/05/06 03:42:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 03:42:34 DEBUG : sub dir/hello world: Excluded 2025/05/06 03:42:35 DEBUG : sub dir/ignore dir: Excluded 2025/05/06 03:42:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 03:42:35 DEBUG : sub dir/hello world2: Excluded 2025/05/06 03:42:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 03:42:35 DEBUG : sub dir/hello world: Excluded 2025/05/06 03:42:35 DEBUG : sub dir/ignore dir: Excluded 2025/05/06 03:42:39 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/06 03:42:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/06 03:42:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/06 03:42:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/06 03:42:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/06 03:42:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/05/06 03:42:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (19.64s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:42:42 DEBUG : a.txt: md5 = f8520c68af614f728d9cfe3e386f9b80 OK 2025/05/06 03:42:44 DEBUG : zend.txt: md5 = 6c83fe10a0fb65f5f6a3bf733039a02a OK 2025/05/06 03:42:46 DEBUG : sub dir/hello world: md5 = 78499eab6f7ce47190f913d8635408c2 OK 2025/05/06 03:42:47 DEBUG : sub dir/hello world2: md5 = 0172a2ab8add8b0cd2784af3f788776a OK 2025/05/06 03:42:49 DEBUG : sub dir/ignore dir/.ignore: md5 = ab6ba3db33dde65089c0ba2f2cb52ca9 OK 2025/05/06 03:42:50 DEBUG : sub dir/ignore dir/should be ignored: md5 = 5c7412259044fdacba0be0b858e3e511 OK 2025/05/06 03:42:52 DEBUG : sub dir/sub sub dir/hello world3: md5 = 095ddc1b6e6e52ffa0bc162195562515 OK 2025/05/06 03:42:53 DEBUG : a.txt: Excluded (Size Filter) 2025/05/06 03:42:53 DEBUG : a.txt: Excluded 2025/05/06 03:42:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 03:42:54 DEBUG : sub dir/hello world2: Excluded 2025/05/06 03:42:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 03:42:54 DEBUG : sub dir/hello world: Excluded 2025/05/06 03:42:54 DEBUG : sub dir/ignore dir: Excluded 2025/05/06 03:42:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/06 03:42:54 DEBUG : sub dir/hello world2: Excluded 2025/05/06 03:42:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/06 03:42:54 DEBUG : sub dir/hello world: Excluded 2025/05/06 03:42:55 DEBUG : sub dir/ignore dir: Excluded 2025/05/06 03:42:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/06 03:43:00 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/06 03:43:00 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/06 03:43:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/06 03:43:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/06 03:43:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/05/06 03:43:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (19.58s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:43:02 DEBUG : file1: md5 = 85058c543b431c217fe57db3a2e34b7c OK 2025/05/06 03:43:04 DEBUG : sub/file2: md5 = 5ba678f852d5b887adeb4c85e998be78 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/05/06 03:43:07 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/05/06 03:43:07 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/05/06 03:43:07 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/05/06 03:43:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (8.56s) --- PASS: TestListJSON/Default (0.22s) --- PASS: TestListJSON/FilesOnly (0.21s) --- PASS: TestListJSON/DirsOnly (0.22s) --- PASS: TestListJSON/Recurse (0.42s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.21s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.62s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:43:11 DEBUG : file1: md5 = 54632637b77a10d9a1fc8cb4c3e0ff75 OK 2025/05/06 03:43:12 DEBUG : sub/file2: md5 = 9179ec76c12c1ce4f10672247a1bbe80 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/05/06 03:43:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faluxas9joca/notfound" 2025/05/06 03:43:16 DEBUG : Config file has changed externally - reloading 2025/05/06 03:43:16 DEBUG : Creating backend with remote "TestDrive:crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350/qe0i31qdkoejk60elps0ni5sqk" 2025/05/06 03:43:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (10.49s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.44s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.43s) --- PASS: TestStatJSON/DirFilesOnly (0.20s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.20s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.22s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.58s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:43:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Making directory 2025/05/06 03:43:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Making directory --- PASS: TestMkdir (0.61s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:43:22 DEBUG : sub dir/hello world: md5 = 866df6a4f5927f4bf5ee4d16206f9b56 OK 2025/05/06 03:43:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.25s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:43:26 DEBUG : potato2: md5 = bd13f1fed5e3cc20a2d12c6bb57c9375 OK 2025/05/06 03:43:27 DEBUG : empty space: md5 = eb3b505320766ba6ca3071c0e42901de OK --- PASS: TestLs (4.23s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:43:30 DEBUG : potato2: md5 = 257d1d60c4dde081ef61344923ff8088 OK 2025/05/06 03:43:32 DEBUG : empty space: md5 = 24c418612931633fb0e26c1f33ca4fb4 OK 2025/05/06 03:43:32 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.72s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:43:35 DEBUG : potato2: md5 = 900f0fdcfc98e73493f7f7fda0671544 OK 2025/05/06 03:43:36 DEBUG : empty space: md5 = fb5fb53e45e49b917233a64d851feeee OK --- PASS: TestLsLong (4.17s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:43:39 DEBUG : potato2: md5 = bcdf1cdf49bf7ee75b779150e3cf9dc5 OK 2025/05/06 03:43:40 DEBUG : empty space: md5 = 20fff09784987372c01cb57841f0f522 OK --- PASS: TestHashSums (3.95s) === RUN TestHashSumsWithErrors 2025/05/06 03:43:42 DEBUG : Creating backend with remote ":memory:" 2025/05/06 03:43:42 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/06 03:43:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/06 03:43:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/06 03:43:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/06 03:43:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/06 03:43:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/06 03:43:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/06 03:43:42 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/06 03:43:42 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-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:43:43 DEBUG : potato2: md5 = bc52cc5858450ea59125e7b7268bb191 OK 2025/05/06 03:43:45 DEBUG : empty space: md5 = 617b2bf118ad0db328e8776fbb193c7f OK 2025/05/06 03:43:47 DEBUG : sub dir/potato3: md5 = 16e30bbbd56225df473e1e64bbc08cc6 OK 2025/05/06 03:43:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.07s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:43:51 DEBUG : small: md5 = e50d9f1d57d2e3488d821049fb58bf52 OK 2025/05/06 03:43:53 DEBUG : medium: md5 = 450cec24d07a66c04c8310f398d7275c OK 2025/05/06 03:43:54 DEBUG : large: md5 = 6a29b381efc19d392dbaaf2f44ceec79 OK 2025/05/06 03:43:54 DEBUG : Waiting for deletions to finish 2025/05/06 03:43:54 DEBUG : large: Excluded (Size Filter) 2025/05/06 03:43:55 INFO : medium: Deleted 2025/05/06 03:43:55 INFO : small: Deleted --- PASS: TestDelete (6.05s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:43:57 DEBUG : small: md5 = cc19cc6ced26acc3e7ea8201954aa744 OK 2025/05/06 03:43:58 DEBUG : medium: md5 = ab57f5810af05fca54cd80268dbb6eca OK 2025/05/06 03:44:00 DEBUG : large: md5 = f267f48428dbf31efb9a0cea1ac8284f OK 2025/05/06 03:44:00 DEBUG : Waiting for deletions to finish 2025/05/06 03:44:00 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/05/06 03:44:01 INFO : large: Deleted 2025/05/06 03:44:01 INFO : small: Deleted --- PASS: TestMaxDelete (6.10s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:44:03 DEBUG : small: md5 = 3c12a4185782f5058cddffffedaa8f26 OK 2025/05/06 03:44:05 DEBUG : medium: md5 = 234b8eddf3fd559619c9e4a4ae2e7978 OK 2025/05/06 03:44:06 DEBUG : large: md5 = addc58fdb7921e8f1b9d97badece4bd9 OK 2025/05/06 03:44:06 DEBUG : Waiting for deletions to finish 2025/05/06 03:44:06 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/06 03:44:07 INFO : small: Deleted 2025/05/06 03:44:07 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.27s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:44:09 DEBUG : small: md5 = cc098338bf0cf9cac62b224d35554f75 OK 2025/05/06 03:44:11 DEBUG : medium: md5 = 6db72dbf76ec52dc2ccbdbee106d66cc OK 2025/05/06 03:44:12 DEBUG : large: md5 = bd1c6b2021ba458c686b88cda24ae51a OK 2025/05/06 03:44:12 DEBUG : Waiting for deletions to finish 2025/05/06 03:44:13 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/06 03:44:13 INFO : medium: Deleted 2025/05/06 03:44:13 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.21s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:44:16 DEBUG : ReadFile: md5 = 43fdda7fc0f476d3c6125868c21613f3 OK --- PASS: TestReadFile (3.95s) === RUN TestRetry 2025/05/06 03:44:18 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/06 03:44:18 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/06 03:44:18 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/06 03:44:18 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/06 03:44:18 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/06 03:44:18 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/06 03:44:18 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.06s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:44:20 DEBUG : file1: md5 = 913083a398ca4453d0cdfdb328051dfd OK 2025/05/06 03:44:21 DEBUG : file2: md5 = 1ee35006162435883cf123bac5eb37af OK --- PASS: TestCat (15.75s) === RUN TestPurge 2025/05/06 03:44:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jufoxen0faxo" 2025/05/06 03:44:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/06 03:44:34 DEBUG : Creating backend with remote "TestDrive:crypt/brgmlecnqda72su09c0ea6r9ju7eo41tg44nb4m9262dlalcj1gg" 2025/05/06 03:44:35 DEBUG : Creating backend with remote "/tmp/rclone1147083778" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jufoxen0faxo'", Local "Local file system at /tmp/rclone1147083778", Modify Window "1ms" 2025/05/06 03:44:39 DEBUG : A1/B1/C1/one: md5 = 9ba6d5988fb59c4a41ef23802802f1a3 OK 2025/05/06 03:44:39 INFO : A2: Making directory 2025/05/06 03:44:40 INFO : A1/B2: Making directory 2025/05/06 03:44:41 INFO : A1/B2/C2: Making directory 2025/05/06 03:44:41 INFO : A1/B1/C3: Making directory 2025/05/06 03:44:42 INFO : A3: Making directory 2025/05/06 03:44:43 INFO : A3/B3: Making directory 2025/05/06 03:44:43 INFO : A3/B3/C4: Making directory 2025/05/06 03:44:46 DEBUG : A1/two: md5 = d573f093955baef24967551a5a1f8d7d OK 2025/05/06 03:44:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jufoxen0faxo': Purge remote 2025/05/06 03:44:49 NOTICE: purge failed: directory not found --- PASS: TestPurge (14.61s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:44:52 DEBUG : A1/B1/C1/one: md5 = 2c4d796c05bf44663b5af1f2d5c61fbd OK 2025/05/06 03:44:52 INFO : A2: Making directory 2025/05/06 03:44:53 INFO : A1/B2: Making directory 2025/05/06 03:44:54 INFO : A1/B2/C2: Making directory 2025/05/06 03:44:54 INFO : A1/B1/C3: Making directory 2025/05/06 03:44:55 INFO : A3: Making directory 2025/05/06 03:44:56 INFO : A3/B3: Making directory 2025/05/06 03:44:57 INFO : A3/B3/C4: Making directory 2025/05/06 03:44:59 DEBUG : A1/two: md5 = d9b870b660cac35328427f870cf6b9e9 OK 2025/05/06 03:44:59 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/05/06 03:44:59 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/05/06 03:44:59 DEBUG : TestDrive: Saved new token in config file 2025/05/06 03:45:00 DEBUG : removing 1 level 3 directories 2025/05/06 03:45:00 INFO : A3/B3/C4: Removing directory 2025/05/06 03:45:02 DEBUG : removing 2 level 3 directories 2025/05/06 03:45:02 INFO : A1/B2/C2: Removing directory 2025/05/06 03:45:02 INFO : A1/B1/C3: Removing directory 2025/05/06 03:45:03 DEBUG : removing 2 level 2 directories 2025/05/06 03:45:03 INFO : A3/B3: Removing directory 2025/05/06 03:45:03 INFO : A1/B2: Removing directory 2025/05/06 03:45:03 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/05/06 03:45:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/06 03:45:04 DEBUG : removing 2 level 1 directories 2025/05/06 03:45:04 INFO : A3: Removing directory 2025/05/06 03:45:04 INFO : A2: Removing directory 2025/05/06 03:45:04 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/05/06 03:45:07 DEBUG : removing 1 level 3 directories 2025/05/06 03:45:07 INFO : A1/B1/C1: Removing directory 2025/05/06 03:45:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:08 DEBUG : removing 1 level 2 directories 2025/05/06 03:45:08 INFO : A1/B1: Removing directory 2025/05/06 03:45:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/06 03:45:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/06 03:45:09 DEBUG : removing 1 level 1 directories 2025/05/06 03:45:09 INFO : A1: Removing directory 2025/05/06 03:45:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/06 03:45:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/06 03:45:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/06 03:45:09 DEBUG : removing 1 level 0 directories 2025/05/06 03:45:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Removing directory 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/06 03:45:10 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestRmdirsNoLeaveRoot (22.00s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:45:12 INFO : A1: Making directory 2025/05/06 03:45:12 INFO : A1/B1: Making directory 2025/05/06 03:45:13 INFO : A1/B1/C1: Making directory 2025/05/06 03:45:15 DEBUG : removing 1 level 3 directories 2025/05/06 03:45:15 INFO : A1/B1/C1: Removing directory 2025/05/06 03:45:16 DEBUG : removing 1 level 2 directories 2025/05/06 03:45:16 INFO : A1/B1: Removing directory 2025/05/06 03:45:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/06 03:45:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.41s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:45:18 INFO : A1: Making directory 2025/05/06 03:45:19 INFO : A1/B1: Making directory 2025/05/06 03:45:20 INFO : A1/B1/C1: Making directory 2025/05/06 03:45:22 DEBUG : removing 1 level 3 directories 2025/05/06 03:45:22 INFO : A1/B1/C1: Removing directory 2025/05/06 03:45:23 DEBUG : removing 1 level 2 directories 2025/05/06 03:45:23 INFO : A1/B1: Removing directory 2025/05/06 03:45:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/06 03:45:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (6.83s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:45:27 DEBUG : file1: md5 = 63e0080528aee8efdf6f70f24f623090 OK 2025/05/06 03:45:27 DEBUG : filename.txt: File name found in url 2025/05/06 03:45:28 DEBUG : filename.txt: md5 = d891d491e0dc6dadfa8517c2617547ca OK 2025/05/06 03:45:28 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/05/06 03:45:30 DEBUG : headerfilename.txt: md5 = 332c768fe1c46f83d16616eb703b54ef OK 2025/05/06 03:45:31 DEBUG : file2: md5 = 30d92ef7f1ea7e01b00a540aee8b7a90 OK --- PASS: TestCopyURL (8.04s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:45:33 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/06 03:45:35 DEBUG : sub/file2: md5 = dd96dcf1252cc8648010c167397c0534 OK 2025/05/06 03:45:35 INFO : file1: Copied (new) to: sub/file2 2025/05/06 03:45:35 INFO : file1: Deleted 2025/05/06 03:45:36 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/06 03:45:36 DEBUG : file1: Unchanged skipping 2025/05/06 03:45:36 INFO : file1: Deleted 2025/05/06 03:45:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': don't need to copy/move sub/file2, it is already at target location 2025/05/06 03:45:38 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.35s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:45:39 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/06 03:45:40 DEBUG : file1: md5 = 81a884a7e4689935ca07b3bb83cfd827 OK 2025/05/06 03:45:40 INFO : file1: Copied (new) 2025/05/06 03:45:40 INFO : file1: Deleted 2025/05/06 03:45:41 DEBUG : file1: Destination exists, skipping 2025/05/06 03:45:41 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.42s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.41s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.41s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:45:45 DEBUG : dst/file1: md5 = d9e8cb72b00fef25cd803b31811cb7bf OK 2025/05/06 03:45:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faluxas9joca/backup" 2025/05/06 03:45:46 DEBUG : Creating backend with remote "TestDrive:crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350/1nrff024r7pq65ecp72fc28jb0" 2025/05/06 03:45:47 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/06 03:45:49 INFO : dst/file1: Moved (server-side) 2025/05/06 03:45:50 DEBUG : dst/file1: md5 = d50456c2267d06ff7949d14b19d5ef21 OK 2025/05/06 03:45:50 INFO : dst/file1: Copied (new) 2025/05/06 03:45:50 INFO : dst/file1: Deleted 2025/05/06 03:45:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/06 03:45:54 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/06 03:45:54 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.21s) === 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-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:45:57 DEBUG : A1/one: md5 = 1f64b0bf56f792a0a65793966100df32 OK 2025/05/06 03:45:58 DEBUG : A1/two: md5 = 66cd88293527aea644e0265631c1d794 OK 2025/05/06 03:46:00 DEBUG : A1/B1/three: md5 = 2e2dccef9d766e7e807e9817500b2b8a OK 2025/05/06 03:46:02 DEBUG : A1/B1/C1/four: md5 = 41e1cd0090b778100d3d873ef78825d0 OK 2025/05/06 03:46:04 DEBUG : A1/B1/C2/five: md5 = 5bbf0f1311202104abcf27069ff0f617 OK 2025/05/06 03:46:04 INFO : A1/B2: Making directory 2025/05/06 03:46:05 INFO : A1/B1/C3: Making directory 2025/05/06 03:46:14 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/05/06 03:46:14 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/05/06 03:46:14 INFO : A2/one: Moved (server-side) to: A3/one 2025/05/06 03:46:14 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/05/06 03:46:14 INFO : A2/two: Moved (server-side) to: A3/two 2025/05/06 03:46:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/06 03:46:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/06 03:46:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/06 03:46:18 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/06 03:46:18 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/06 03:46:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/05/06 03:46:25 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/05/06 03:46:25 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/05/06 03:46:25 INFO : A3/two: Moved (server-side) to: A4/two 2025/05/06 03:46:25 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/05/06 03:46:25 INFO : A3/one: Moved (server-side) to: A4/one 2025/05/06 03:46:28 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/06 03:46:28 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/06 03:46:28 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/06 03:46:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/06 03:46:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/06 03:46:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/05/06 03:46:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/05/06 03:46:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/06 03:46:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/06 03:46:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/06 03:46:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/06 03:46:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/06 03:46:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/06 03:46:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/06 03:46:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (41.75s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" --- PASS: TestGetFsInfo (0.40s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:46:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': File to upload is small (34 bytes), uploading instead of streaming 2025/05/06 03:46:39 DEBUG : no_checksum_small_file_from_pipe: md5 = d9d42341e2c16453d68458bc09e022b4 OK 2025/05/06 03:46:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/05/06 03:46:39 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/06 03:46:39 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/05/06 03:46:40 DEBUG : no_checksum_big_file_from_pipe: md5 = 8c661af21bf232672ebc15e2a916875a OK 2025/05/06 03:46:40 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-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:46:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': File to upload is small (34 bytes), uploading instead of streaming 2025/05/06 03:46:43 DEBUG : with_checksum_small_file_from_pipe: md5 = 9b98d8626999b55ed0b2c22aaa842b82 OK 2025/05/06 03:46:43 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/06 03:46:44 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/05/06 03:46:45 DEBUG : with_checksum_big_file_from_pipe: md5 = 018d31d99f5bfd52034b4c22943f144e OK 2025/05/06 03:46:45 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-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:46:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': File to upload is small (34 bytes), uploading instead of streaming 2025/05/06 03:46:47 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/06 03:46:48 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/06 03:46:49 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-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:46:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': File to upload is small (34 bytes), uploading instead of streaming 2025/05/06 03:46:52 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/06 03:46:53 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/06 03:46:53 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (17.65s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.58s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.40s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.41s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.26s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/05/06 03:46:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': File to upload is small (48 bytes), uploading instead of streaming 2025/05/06 03:46:56 DEBUG : rcat_metadata: md5 = 167102d22e782ce3ff20137e501fb25b OK 2025/05/06 03:46:56 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/05/06 03:46:58 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/05/06 03:46:59 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9ffa06b3755da60ffd3a5145f4bdf6b4 OK 2025/05/06 03:46:59 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.58s) --- PASS: TestRcatMetadata/Normal (2.50s) --- PASS: TestRcatMetadata/ViaDisk (2.67s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:47:02 DEBUG : potato1: md5 = 05650186b3e18978a8a408edbc684df3 OK 2025/05/06 03:47:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': File to upload is small (60 bytes), uploading instead of streaming 2025/05/06 03:47:03 DEBUG : potato2: md5 = 21f5b7b4ef2fbe8c48f2ac47c4f27bc9 OK 2025/05/06 03:47:03 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.08s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:47:06 DEBUG : potato1: md5 = 99b661a3b699afef0f567f936b0ea0c7 OK 2025/05/06 03:47:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': File to upload is small (60 bytes), uploading instead of streaming 2025/05/06 03:47:07 DEBUG : potato2: md5 = c72c8c67f821e6420edb3de096f58ccc OK 2025/05/06 03:47:07 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.55s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:47:10 DEBUG : potato2: md5 = 5c2e1ae9f01e2fc15a6dbc5aa7491dfa OK 2025/05/06 03:47:12 DEBUG : empty space: md5 = ce9784dc884178af8c230b2d5922f21f OK 2025/05/06 03:47:14 DEBUG : sub dir/potato3: md5 = cc353865c99a5a3f3932bd88977f0b8e OK 2025/05/06 03:47:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Touching "sub dir/potato3" 2025/05/06 03:47:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Touching "empty space" 2025/05/06 03:47:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Touching "potato2" 2025/05/06 03:47:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.13s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:47:19 DEBUG : dir with metadata: Making directory with metadata 2025/05/06 03:47:20 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.31s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:47:21 DEBUG : directory with modtime: Making directory with metadata 2025/05/06 03:47:22 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.25s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:47:24 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/06 03:47:24 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/06 03:47:24 DEBUG : Google drive root 'crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350': Skipping btime metadata as can't update it on an existing file: 2025-05-06T03:47:24.135027955Z 2025/05/06 03:47:24 INFO : non existent directory: Updated directory metadata 2025/05/06 03:47:26 DEBUG : Google drive root 'crypt/sb5t1r6p224at630h7s3sr5s10s9nmp1b3maf5dkkn9c8e9s4350': Skipping btime metadata as can't update it on an existing file: 2025-05-06T03:47:24.135027955Z 2025/05/06 03:47:27 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.53s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:47:28 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/05/06 03:47:30 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/05/06 03:47:30 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.71s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:47:32 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/06 03:47:32 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/06 03:47:32 DEBUG : dst: Making directory with metadata 2025/05/06 03:47:33 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/06 03:47:33 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/06 03:47:33 INFO : dst: Set directory modification time (using SetModTime) 2025/05/06 03:47:33 INFO : dst: Set directory modification time (using SetModTime) 2025/05/06 03:47:33 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/05/06 03:47:34 INFO : dst: Set directory modification time (using SetModTime) 2025/05/06 03:47:34 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.26s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca'", Local "Local file system at /tmp/rclone2866442561", Modify Window "1ms" 2025/05/06 03:47:37 DEBUG : sub dir/test remove existing: md5 = 9296d016f71a33e5f526c9e1a40ba75f OK 2025/05/06 03:47:38 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = cc31041c54869485a898081f50639021 OK 2025/05/06 03:47:40 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.serosig1" before starting 2025/05/06 03:47:41 DEBUG : sub dir/test remove existing.serosig1: TEST: removing renamed existing file after operation 2025/05/06 03:47:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ricabam5" before starting 2025/05/06 03:47:43 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ricabam5: TEST: renaming existing back after failed operation 2025/05/06 03:47:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.horicit8" before starting 2025/05/06 03:47:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.horicit8: TEST: removing renamed existing file after operation 2025/05/06 03:47:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "h76aji8polu02novgo667fhrdvpho3b5s7k3r8s8dk9nmb35jr64un3lgjhokhdjhrbrjkn7c6ae46ta67j62jhf1933l9o0i7b9g41gmhu88ftfo4i1sdui260m67f90goqkgnbonl8pfhhfdfsl73ne5kp01ee795m39m4j9sotr4cfhr0" 2025/05/06 03:47:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ghkcgd6fhrcc5m0mina2p96isokkabijne3dgc42eppehl14n7j0" --- PASS: TestRemoveExisting (12.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 2025/05/06 03:47:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faluxas9joca': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m3.702192654s (try 1/5)