"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/01/21 01:00:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jacivoy8biba" 2025/01/21 01:00:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:00:35 DEBUG : Creating backend with remote "TestDrive:crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0" 2025/01/21 01:00:36 DEBUG : Creating backend with remote "/tmp/rclone3822443308" === 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-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", 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-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/01/21 01:00:36 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/21 01:00:36 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/01/21 01:00:36 DEBUG : potato: Seek from 10 to 0 2025/01/21 01:00:36 DEBUG : potato: Seek from 10 to 0 2025/01/21 01:00:36 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/01/21 01:00:36 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/21 01:00:36 DEBUG : potato: Seek from 5 to 2 2025/01/21 01:00:36 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/01/21 01:00:36 DEBUG : potato: Seek from 7 to 0 2025/01/21 01:00:36 DEBUG : potato: Seek from 7 to 0 2025/01/21 01:00:36 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/01/21 01:00:36 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/21 01:00:36 DEBUG : potato: Seek from 5 to 2 2025/01/21 01:00:36 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/01/21 01:00:36 DEBUG : potato: Seek from 8 to 0 2025/01/21 01:00:36 DEBUG : potato: Seek from 8 to 0 2025/01/21 01:00:36 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/01/21 01:00:36 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/21 01:00:36 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/21 01:00:36 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/21 01:00:36 DEBUG : potato: Seek from 5 to 2 2025/01/21 01:00:36 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/01/21 01:00:36 DEBUG : potato: Seek from 9 to 0 2025/01/21 01:00:36 DEBUG : potato: Seek from 9 to 0 2025/01/21 01:00:36 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-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:00:40 DEBUG : rutabaga: md5 = a8d2154d4b4ae95e7b831a1b3515a0dd OK === RUN TestCheck/1 === RUN TestCheck/2 2025/01/21 01:00:42 DEBUG : empty space: md5 = 91fbfcdfb8b8a98478b8496f8b3b24c5 OK === RUN TestCheck/3 2025/01/21 01:00:45 DEBUG : potato2: md5 = c10ef7b64cc1fa430390ddf3d8fe117d OK === RUN TestCheck/4 === RUN TestCheck/5 2025/01/21 01:00:47 DEBUG : remotepotato: md5 = b53e82f990634a1d78bb008954a16a35 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (15.05s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.30s) === RUN TestCheckFsError 2025/01/21 01:00:51 DEBUG : Creating backend with remote "nonexistent" 2025/01/21 01:00:51 DEBUG : Creating backend with remote "nonexistent" 2025/01/21 01:00:51 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/01/21 01:00:51 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/01/21 01:00:51 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/01/21 01:00:51 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-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:00:54 DEBUG : rutabaga: md5 = dc01877f587e1ec622cb681a42a5821d OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/01/21 01:00:58 DEBUG : empty space: md5 = a1548f06fe9123e458b4f6e1750c4a26 OK === RUN TestCheckDownload/3 2025/01/21 01:01:01 DEBUG : potato2: md5 = b33b0a7478d5d3368669ff0eec404b89 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/01/21 01:01:07 DEBUG : remotepotato: md5 = 6a6b21c377fc6299eab793bfec0c89d9 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (22.39s) --- PASS: TestCheckDownload/1 (1.23s) --- PASS: TestCheckDownload/2 (1.18s) --- PASS: TestCheckDownload/3 (1.00s) --- PASS: TestCheckDownload/4 (1.99s) --- PASS: TestCheckDownload/5 (1.00s) --- PASS: TestCheckDownload/6 (1.53s) --- PASS: TestCheckDownload/7 (2.09s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:01:16 DEBUG : rutabaga: md5 = 33a6fa99dd347cb35f612a5adebe6f9d OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/01/21 01:01:18 DEBUG : empty space: md5 = 15d7ad8aa38d5b4be4e0247e925b526e OK === RUN TestCheckSizeOnly/3 2025/01/21 01:01:21 DEBUG : potato2: md5 = eafe8d5c8431ab06923df6c8fb9d31c9 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/01/21 01:01:23 DEBUG : remotepotato: md5 = 2642cd4cffd33568afb833ee8b686250 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.24s) --- PASS: TestCheckSizeOnly/1 (0.29s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.30s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:01:29 DEBUG : test.sum: md5 = 5eaa8869898eb02a312d9cc7318cdc6c OK 2025/01/21 01:01:30 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/21 01:01:30 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/21 01:01:30 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/21 01:01:30 NOTICE: test.sum: 2 warning(s) suppressed... 2025/01/21 01:01:32 DEBUG : test.sum: md5 = 49761e4ddfb989287627756871b4934e OK 2025/01/21 01:01:33 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/21 01:01:33 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/21 01:01:33 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/21 01:01:33 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.18s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:01:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jacivoy8biba/data" 2025/01/21 01:01:34 DEBUG : Config file has changed externally - reloading 2025/01/21 01:01:34 DEBUG : Creating backend with remote "TestDrive:crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba/data' lacks md5, skipping --- SKIP: TestCheckSum (2.37s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:01:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jacivoy8biba/data" 2025/01/21 01:01:37 DEBUG : Creating backend with remote "TestDrive:crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0/vjrnln8ratgmqakfosrqe8espk" 2025/01/21 01:01:41 DEBUG : data/banana: md5 = 9e75acceb7f1d6e06408965893694305 OK 2025/01/21 01:01:43 DEBUG : test.sum: md5 = 2be068950cb64dc609f648ea5cc7c3cf OK === RUN TestCheckSumDownload/subtest1 2025/01/21 01:01:48 DEBUG : data/potato: md5 = 642647da465c3eb80180289a976c325f OK 2025/01/21 01:01:50 DEBUG : test.sum: md5 = 80120150fe7a26973cc98f122dae4ac0 OK === RUN TestCheckSumDownload/subtest2 2025/01/21 01:01:54 DEBUG : test.sum: md5 = c133531c01c8c9f7d8afdeb753b541dd OK === RUN TestCheckSumDownload/subtest3 2025/01/21 01:02:00 DEBUG : test.sum: md5 = 5ea775344c01698743a913e975833a3d OK === RUN TestCheckSumDownload/subtest4 2025/01/21 01:02:04 DEBUG : test.sum: md5 = 9fca33a96cbf04555d07b5d777896d0b OK === RUN TestCheckSumDownload/subtest5 2025/01/21 01:02:09 DEBUG : test.sum: md5 = d74b0987036dea39cd550e7b0be431bb OK === RUN TestCheckSumDownload/subtest6 2025/01/21 01:02:13 DEBUG : data/banana: md5 = 3edab508725a8bab94fe9fa65d5a2584 OK 2025/01/21 01:02:15 DEBUG : data/potato: md5 = bee12a3584c8dea795878547cb61fd51 OK 2025/01/21 01:02:16 DEBUG : test.sum: md5 = fd18c9a3dc8d09bfc356a502fff0ac76 OK === RUN TestCheckSumDownload/subtest7 2025/01/21 01:02:22 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/01/21 01:02:22 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (46.61s) --- PASS: TestCheckSumDownload/subtest1 (2.78s) --- PASS: TestCheckSumDownload/subtest2 (2.61s) --- PASS: TestCheckSumDownload/subtest3 (3.29s) --- PASS: TestCheckSumDownload/subtest4 (2.64s) --- PASS: TestCheckSumDownload/subtest5 (2.40s) --- PASS: TestCheckSumDownload/subtest6 (2.56s) --- PASS: TestCheckSumDownload/subtest7 (2.57s) === RUN TestApplyTransforms 2025/01/21 01:02:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duvefur4kuyu" 2025/01/21 01:02:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:02:23 DEBUG : Creating backend with remote "TestDrive:crypt/j5ecqc9ludohl5f4p81se3p0tbo4uheuut860l0jhf4ujtg4ds10" 2025/01/21 01:02:24 DEBUG : Creating backend with remote "/tmp/rclone382087687" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duvefur4kuyu'", Local "Local file system at /tmp/rclone382087687", Modify Window "1ms" 2025/01/21 01:02:27 DEBUG : hello, world!: md5 = 655c999309a2ff3d548f7257b745dc79 OK upper checkfile vs. lower remote (without normalization) 2025/01/21 01:02:28 ERROR : hello, world!: sum not found 2025/01/21 01:02:28 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-duvefur4kuyu' 2025/01/21 01:02:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duvefur4kuyu': 1 files missing 2025/01/21 01:02:28 NOTICE: 1 hashes missing 2025/01/21 01:02:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duvefur4kuyu': 2 differences found 2025/01/21 01:02:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duvefur4kuyu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/01/21 01:02:29 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/21 01:02:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duvefur4kuyu': 0 differences found 2025/01/21 01:02:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duvefur4kuyu': 1 matching files 2025/01/21 01:02:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yipimes9vife" 2025/01/21 01:02:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:02:29 DEBUG : Creating backend with remote "TestDrive:crypt/602fvh22jvp9bfsp29i4gt88569tv40n2l4pe0et4dv5uad2il0g" 2025/01/21 01:02:30 DEBUG : Creating backend with remote "/tmp/rclone2635769830" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yipimes9vife'", Local "Local file system at /tmp/rclone2635769830", Modify Window "1ms" 2025/01/21 01:02:33 DEBUG : HELLO, WORLD!: md5 = fb4cb3b93ace2632f166978058397236 OK lower checkfile vs. upper remote (without normalization) 2025/01/21 01:02:34 ERROR : HELLO, WORLD!: sum not found 2025/01/21 01:02:34 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yipimes9vife' 2025/01/21 01:02:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipimes9vife': 1 files missing 2025/01/21 01:02:34 NOTICE: 1 hashes missing 2025/01/21 01:02:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipimes9vife': 2 differences found 2025/01/21 01:02:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipimes9vife': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/01/21 01:02:35 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/21 01:02:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipimes9vife': 0 differences found 2025/01/21 01:02:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipimes9vife': 1 matching files 2025/01/21 01:02:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keligez4sexu" 2025/01/21 01:02:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:02:35 DEBUG : Creating backend with remote "TestDrive:crypt/egi0ika8c8ic2q2jf7mbk00uffd8blk87tn0ripva0c6dnp697h0" 2025/01/21 01:02:36 DEBUG : Creating backend with remote "/tmp/rclone2529586127" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keligez4sexu'", Local "Local file system at /tmp/rclone2529586127", Modify Window "1ms" 2025/01/21 01:02:39 DEBUG : HeLlO, wOrLd!: md5 = 0be7b1847a26e8dc47fef6382f5b66f6 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/01/21 01:02:39 ERROR : HeLlO, wOrLd!: sum not found 2025/01/21 01:02:39 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-keligez4sexu' 2025/01/21 01:02:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keligez4sexu': 1 files missing 2025/01/21 01:02:39 NOTICE: 1 hashes missing 2025/01/21 01:02:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keligez4sexu': 2 differences found 2025/01/21 01:02:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keligez4sexu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/01/21 01:02:41 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/21 01:02:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keligez4sexu': 0 differences found 2025/01/21 01:02:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keligez4sexu': 1 matching files 2025/01/21 01:02:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zulihox6fube" 2025/01/21 01:02:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:02:41 DEBUG : Creating backend with remote "TestDrive:crypt/jtlodbd1rct43vdndji9p84ch7mrg5cvf3caivi3fma9epgco7c0" 2025/01/21 01:02:42 DEBUG : Creating backend with remote "/tmp/rclone1326362797" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zulihox6fube'", Local "Local file system at /tmp/rclone1326362797", Modify Window "1ms" 2025/01/21 01:02:45 DEBUG : HELLO, WORLD!: md5 = 36fd0c54fad7f962fe6cd7d91a622eb0 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/01/21 01:02:45 ERROR : HELLO, WORLD!: sum not found 2025/01/21 01:02:45 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zulihox6fube' 2025/01/21 01:02:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulihox6fube': 1 files missing 2025/01/21 01:02:45 NOTICE: 1 hashes missing 2025/01/21 01:02:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulihox6fube': 2 differences found 2025/01/21 01:02:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulihox6fube': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/01/21 01:02:46 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/21 01:02:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulihox6fube': 0 differences found 2025/01/21 01:02:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zulihox6fube': 1 matching files 2025/01/21 01:02:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fenurib2vuzi" 2025/01/21 01:02:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:02:47 DEBUG : Creating backend with remote "TestDrive:crypt/4pdh2729aj5k9l6e4bna2sihpbvfa6tirnv39ffeq9berpga25g0" 2025/01/21 01:02:47 DEBUG : Creating backend with remote "/tmp/rclone1994393184" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fenurib2vuzi'", Local "Local file system at /tmp/rclone1994393184", Modify Window "1ms" 2025/01/21 01:02:50 DEBUG : 測試_Русский___ě_áñ: md5 = 31905a647561052d774d636bcf4bc79b OK NFD checkfile vs. NFC remote (without normalization) 2025/01/21 01:02:51 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/21 01:02:51 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fenurib2vuzi' 2025/01/21 01:02:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fenurib2vuzi': 1 files missing 2025/01/21 01:02:51 NOTICE: 1 hashes missing 2025/01/21 01:02:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fenurib2vuzi': 2 differences found 2025/01/21 01:02:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fenurib2vuzi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/01/21 01:02:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/21 01:02:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fenurib2vuzi': 0 differences found 2025/01/21 01:02:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fenurib2vuzi': 1 matching files 2025/01/21 01:02:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xedijox0hawi" 2025/01/21 01:02:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:02:52 DEBUG : Creating backend with remote "TestDrive:crypt/v156dqhi5904p5d8ipr0pu710hgmsqjrr0ctkacn26egu9oserb0" 2025/01/21 01:02:53 DEBUG : Creating backend with remote "/tmp/rclone674289075" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xedijox0hawi'", Local "Local file system at /tmp/rclone674289075", Modify Window "1ms" 2025/01/21 01:02:56 DEBUG : 測試_Русский___ě_áñ: md5 = 28955bf1da0c3117595eb47605cff169 OK NFC checkfile vs. NFD remote (without normalization) 2025/01/21 01:02:56 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/21 01:02:56 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xedijox0hawi' 2025/01/21 01:02:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xedijox0hawi': 1 files missing 2025/01/21 01:02:56 NOTICE: 1 hashes missing 2025/01/21 01:02:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xedijox0hawi': 2 differences found 2025/01/21 01:02:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xedijox0hawi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/01/21 01:02:58 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/21 01:02:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xedijox0hawi': 0 differences found 2025/01/21 01:02:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xedijox0hawi': 1 matching files 2025/01/21 01:02:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-neliduy4hace" 2025/01/21 01:02:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:02:58 DEBUG : Creating backend with remote "TestDrive:crypt/liioo124jhmv9o98o9atr0kqpe1nk41hr00qp5hep8klotfgsing" 2025/01/21 01:02:59 DEBUG : Creating backend with remote "/tmp/rclone236187908" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-neliduy4hace'", Local "Local file system at /tmp/rclone236187908", Modify Window "1ms" 2025/01/21 01:03:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e5e28c7fead82c0a6b8fd334470cf192 OK NFDx2 checkfile vs. both remote (without normalization) 2025/01/21 01:03:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/21 01:03:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-neliduy4hace' 2025/01/21 01:03:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neliduy4hace': 1 files missing 2025/01/21 01:03:02 NOTICE: 1 hashes missing 2025/01/21 01:03:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neliduy4hace': 2 differences found 2025/01/21 01:03:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neliduy4hace': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/01/21 01:03:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/21 01:03:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neliduy4hace': 0 differences found 2025/01/21 01:03:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-neliduy4hace': 1 matching files 2025/01/21 01:03:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qepezih2gimo" 2025/01/21 01:03:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:03:03 DEBUG : Creating backend with remote "TestDrive:crypt/f1phhlij2k2cpum8bnngpgcu3q46gfock8jbl63hsenanl1vcp50" 2025/01/21 01:03:04 DEBUG : Creating backend with remote "/tmp/rclone1149823764" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qepezih2gimo'", Local "Local file system at /tmp/rclone1149823764", Modify Window "1ms" 2025/01/21 01:03:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 74d57af90a736fa26e8e8c25e8b17466 OK NFCx2 checkfile vs. both remote (without normalization) 2025/01/21 01:03:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/21 01:03:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qepezih2gimo' 2025/01/21 01:03:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qepezih2gimo': 1 files missing 2025/01/21 01:03:08 NOTICE: 1 hashes missing 2025/01/21 01:03:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qepezih2gimo': 2 differences found 2025/01/21 01:03:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qepezih2gimo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/01/21 01:03:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/21 01:03:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qepezih2gimo': 0 differences found 2025/01/21 01:03:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qepezih2gimo': 1 matching files 2025/01/21 01:03:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hanugab5doyu" 2025/01/21 01:03:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:03:09 DEBUG : Creating backend with remote "TestDrive:crypt/qd3q81o7m56gluavf74q6881o0o8mejgmggbpks6euk1qn9u749g" 2025/01/21 01:03:10 DEBUG : Creating backend with remote "/tmp/rclone150159005" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hanugab5doyu'", Local "Local file system at /tmp/rclone150159005", Modify Window "1ms" 2025/01/21 01:03:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 53dea85262a1c264db41cb067d06cd32 OK both checkfile vs. NFDx2 remote (without normalization) 2025/01/21 01:03:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/21 01:03:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hanugab5doyu' 2025/01/21 01:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanugab5doyu': 1 files missing 2025/01/21 01:03:13 NOTICE: 1 hashes missing 2025/01/21 01:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanugab5doyu': 2 differences found 2025/01/21 01:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanugab5doyu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/01/21 01:03:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/21 01:03:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanugab5doyu': 0 differences found 2025/01/21 01:03:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanugab5doyu': 1 matching files 2025/01/21 01:03:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bigiqaq3taxe" 2025/01/21 01:03:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:03:15 DEBUG : Creating backend with remote "TestDrive:crypt/3as9958g3vmr89fk64c3vq1anenjhns9tpngaofdugnbkarb2ong" 2025/01/21 01:03:16 DEBUG : Creating backend with remote "/tmp/rclone842583323" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bigiqaq3taxe'", Local "Local file system at /tmp/rclone842583323", Modify Window "1ms" 2025/01/21 01:03:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = dc2cc66c4f6776333d34d910bcad0ac2 OK both checkfile vs. NFCx2 remote (without normalization) 2025/01/21 01:03:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/21 01:03:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bigiqaq3taxe' 2025/01/21 01:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bigiqaq3taxe': 1 files missing 2025/01/21 01:03:19 NOTICE: 1 hashes missing 2025/01/21 01:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bigiqaq3taxe': 2 differences found 2025/01/21 01:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bigiqaq3taxe': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/01/21 01:03:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/21 01:03:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bigiqaq3taxe': 0 differences found 2025/01/21 01:03:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bigiqaq3taxe': 1 matching files 2025/01/21 01:03:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bigiqaq3taxe': Purge remote 2025/01/21 01:03:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hanugab5doyu': Purge remote 2025/01/21 01:03:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qepezih2gimo': Purge remote 2025/01/21 01:03:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-neliduy4hace': Purge remote 2025/01/21 01:03:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xedijox0hawi': Purge remote 2025/01/21 01:03:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fenurib2vuzi': Purge remote 2025/01/21 01:03:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zulihox6fube': Purge remote 2025/01/21 01:03:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keligez4sexu': Purge remote 2025/01/21 01:03:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yipimes9vife': Purge remote 2025/01/21 01:03:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duvefur4kuyu': Purge remote --- PASS: TestApplyTransforms (63.88s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:03:27 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/21 01:03:30 DEBUG : sub/file2: md5 = d48a246abd19207f6999bccbc7daff4b OK 2025/01/21 01:03:30 INFO : file1: Copied (new) to: sub/file2 2025/01/21 01:03:31 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/21 01:03:31 DEBUG : file1: Unchanged skipping 2025/01/21 01:03:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': don't need to copy/move sub/file2, it is already at target location 2025/01/21 01:03:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.71s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:03:37 DEBUG : dst/file1: md5 = 78e27c144cd58bf5d4bf8c431c78a3f7 OK 2025/01/21 01:03:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jacivoy8biba/backup" 2025/01/21 01:03:38 DEBUG : Creating backend with remote "TestDrive:crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0/1nrff024r7pq65ecp72fc28jb0" 2025/01/21 01:03:39 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/21 01:03:43 INFO : dst/file1: Moved (server-side) 2025/01/21 01:03:45 DEBUG : dst/file1: md5 = 00cb7b19568287b0d6fc6be963ef2d15 OK 2025/01/21 01:03:45 INFO : dst/file1: Copied (new) 2025/01/21 01:03:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/21 01:03:49 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/21 01:03:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (16.25s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:03:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jacivoy8biba/dst" 2025/01/21 01:03:51 DEBUG : Creating backend with remote "TestDrive:crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/21 01:03:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jacivoy8biba/CompareDest" 2025/01/21 01:03:52 DEBUG : Creating backend with remote "TestDrive:crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0/gveqi14airsml4bgu7krj116o8" 2025/01/21 01:03:54 DEBUG : one: Need to transfer - File not found at Destination 2025/01/21 01:03:57 DEBUG : one: md5 = ffedf091f301b157d5a3c29404baa7b6 OK 2025/01/21 01:03:57 INFO : one: Copied (new) 2025/01/21 01:03:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/21 01:04:00 DEBUG : one: md5 = f580c4d5cb4b73dbdc07da5ffbc4837d OK 2025/01/21 01:04:00 INFO : one: Copied (replaced existing) 2025/01/21 01:04:02 DEBUG : dst/one: md5 = 4e073045028d7075dadfab531f7e185e OK 2025/01/21 01:04:05 DEBUG : CompareDest/one: md5 = 1584d9cd1e3f7ad222e067811c5578de OK 2025/01/21 01:04:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/21 01:04:06 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/21 01:04:06 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/21 01:04:08 DEBUG : CompareDest/two: md5 = bfb285a7f1a7a49315dd683b4c1b17e7 OK 2025/01/21 01:04:09 DEBUG : two: Need to transfer - File not found at Destination 2025/01/21 01:04:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/21 01:04:09 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/21 01:04:10 DEBUG : two: Need to transfer - File not found at Destination 2025/01/21 01:04:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/21 01:04:10 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/21 01:04:11 DEBUG : two: Need to transfer - File not found at Destination 2025/01/21 01:04:12 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/01/21 01:04:13 DEBUG : two: md5 = ee174a32e4b1f40d0a65f25920e2dcae OK 2025/01/21 01:04:13 INFO : two: Copied (new) 2025/01/21 01:04:17 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/21 01:04:17 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:04:18 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:04:18 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.30s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:04:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jacivoy8biba/dst" 2025/01/21 01:04:19 DEBUG : Creating backend with remote "TestDrive:crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/21 01:04:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jacivoy8biba/CopyDest" 2025/01/21 01:04:21 DEBUG : Creating backend with remote "TestDrive:crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/21 01:04:22 DEBUG : one: Need to transfer - File not found at Destination 2025/01/21 01:04:25 DEBUG : one: md5 = 69fcae042fc9141c915b66a24d48a271 OK 2025/01/21 01:04:25 INFO : one: Copied (new) 2025/01/21 01:04:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/21 01:04:28 DEBUG : one: md5 = 56b2aacf7008ac45499d98d94eb6ccd2 OK 2025/01/21 01:04:28 INFO : one: Copied (replaced existing) 2025/01/21 01:04:30 DEBUG : dst/one: md5 = ee68cd5a2953f6d498e5cfcfa4e3a32c OK 2025/01/21 01:04:32 DEBUG : CopyDest/one: md5 = 5494d345774facb5cb40ba45ebc39222 OK 2025/01/21 01:04:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jacivoy8biba/BackupDir" 2025/01/21 01:04:33 DEBUG : Creating backend with remote "TestDrive:crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/21 01:04:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/21 01:04:35 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/21 01:04:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/21 01:04:38 INFO : one: Moved (server-side) 2025/01/21 01:04:39 INFO : one: Copied (server-side copy) 2025/01/21 01:04:39 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/01/21 01:04:41 DEBUG : CopyDest/two: md5 = 3014493e3d440cecd7f7721c931f3fcd OK 2025/01/21 01:04:42 DEBUG : two: Need to transfer - File not found at Destination 2025/01/21 01:04:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/21 01:04:44 INFO : two: Copied (server-side copy) 2025/01/21 01:04:44 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/01/21 01:04:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/21 01:04:45 DEBUG : two: Unchanged skipping 2025/01/21 01:04:47 DEBUG : CopyDest/three: md5 = 38b899d4d5d49db7cb0c16e3291c93ca OK 2025/01/21 01:04:48 DEBUG : three: Need to transfer - File not found at Destination 2025/01/21 01:04:48 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/01/21 01:04:48 DEBUG : three: Destination not found in --copy-dest 2025/01/21 01:04:50 DEBUG : three: md5 = 7155a8d637a66db48a360d595df6db3d OK 2025/01/21 01:04:50 INFO : three: Copied (new) 2025/01/21 01:04:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/21 01:04:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/21 01:04:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:04:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:04:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/21 01:04:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/21 01:04:58 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (39.93s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.56s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:05:00 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/01/21 01:05:03 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 4fa78e42b04b8e7965c0773c2fad5e21 OK 2025/01/21 01:05:03 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/01/21 01:05:03 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/01/21 01:05:04 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/01/21 01:05:04 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/01/21 01:05:05 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/01/21 01:05:07 DEBUG : TestCopyFileMaxTransfer/file4: md5 = ad9a040687385cbc9cc3a1fc75e81d9b OK 2025/01/21 01:05:07 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/01/21 01:05:09 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/01/21 01:05:09 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.42s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:05:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Looking for duplicate names using skip mode. 2025/01/21 01:05:14 NOTICE: one: Found 2 files with duplicate names 2025/01/21 01:05:14 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.56s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:05:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Looking for duplicate names using skip mode. 2025/01/21 01:05:22 NOTICE: one: Found 3 files with duplicate names 2025/01/21 01:05:22 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/01/21 01:05:22 INFO : one: Deleted 2025/01/21 01:05:22 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.12s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:05:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Looking for duplicate names using first mode. 2025/01/21 01:05:29 NOTICE: one: Found 3 files with duplicate names 2025/01/21 01:05:30 INFO : one: Deleted 2025/01/21 01:05:31 INFO : one: Deleted 2025/01/21 01:05:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.69s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:05:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Looking for duplicate names using newest mode. 2025/01/21 01:05:37 NOTICE: one: Found 3 files with duplicate names 2025/01/21 01:05:38 INFO : one: Deleted 2025/01/21 01:05:38 INFO : one: Deleted 2025/01/21 01:05:38 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.66s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.49s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:05:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Looking for duplicate names using oldest mode. 2025/01/21 01:05:45 NOTICE: one: Found 3 files with duplicate names 2025/01/21 01:05:46 INFO : one: Deleted 2025/01/21 01:05:46 INFO : one: Deleted 2025/01/21 01:05:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.72s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:05:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Looking for duplicate names using largest mode. 2025/01/21 01:05:53 NOTICE: one: Found 3 files with duplicate names 2025/01/21 01:05:54 INFO : one: Deleted 2025/01/21 01:05:54 INFO : one: Deleted 2025/01/21 01:05:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.92s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:06:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Looking for duplicate names using smallest mode. 2025/01/21 01:06:01 NOTICE: one: Found 3 files with duplicate names 2025/01/21 01:06:02 INFO : one: Deleted 2025/01/21 01:06:02 INFO : one: Deleted 2025/01/21 01:06:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.18s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:06:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Looking for duplicate names using rename mode. 2025/01/21 01:06:11 NOTICE: one.txt: Found 3 files with duplicate names 2025/01/21 01:06:12 INFO : one-2.txt: renamed from: one.txt 2025/01/21 01:06:13 INFO : one-3.txt: renamed from: one.txt 2025/01/21 01:06:15 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.17s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:06:21 DEBUG : dupe1/one.txt: md5 = 6613435fce36ccb52fa6f266750e1f35 OK 2025/01/21 01:06:24 DEBUG : dupe2/two.txt: md5 = 05bf9d04c5de841a22c12ef782f132fb OK 2025/01/21 01:06:26 DEBUG : dupe3/three.txt: md5 = 56a12463c74f8e49c68cbd2b557fed30 OK 2025/01/21 01:06:27 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/01/21 01:06:28 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/01/21 01:06:29 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/01/21 01:06:30 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/01/21 01:06:33 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/01/21 01:06:33 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/01/21 01:06:33 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.32s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:06:36 DEBUG : a.txt: md5 = 69bd62033b19afa42933662b74ee5ce4 OK 2025/01/21 01:06:38 DEBUG : zend.txt: md5 = e43289f59bf9d6df14f3146234fda887 OK 2025/01/21 01:06:40 DEBUG : sub dir/hello world: md5 = c5176d6eae442eb485e823240b6f4054 OK 2025/01/21 01:06:42 DEBUG : sub dir/hello world2: md5 = f112156d77f0b922689dd2e4a0d9d885 OK 2025/01/21 01:06:45 DEBUG : sub dir/ignore dir/.ignore: md5 = 4d0e0b4f5d287cd03116683b3c7763f7 OK 2025/01/21 01:06:47 DEBUG : sub dir/ignore dir/should be ignored: md5 = b329d50f80334b087707f406b6f02d11 OK 2025/01/21 01:06:50 DEBUG : sub dir/sub sub dir/hello world3: md5 = b6b01b4da3bb5f4508c3162bfdfd6a3b OK 2025/01/21 01:06:51 DEBUG : a.txt: Excluded (Size Filter) 2025/01/21 01:06:51 DEBUG : a.txt: Excluded 2025/01/21 01:06:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/21 01:06:52 DEBUG : sub dir/hello world: Excluded 2025/01/21 01:06:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/21 01:06:52 DEBUG : sub dir/hello world2: Excluded 2025/01/21 01:06:52 DEBUG : sub dir/ignore dir: Excluded 2025/01/21 01:06:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/21 01:06:52 DEBUG : sub dir/hello world: Excluded 2025/01/21 01:06:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/21 01:06:52 DEBUG : sub dir/hello world2: Excluded 2025/01/21 01:06:53 DEBUG : sub dir/ignore dir: Excluded 2025/01/21 01:06:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/01/21 01:06:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/01/21 01:06:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/01/21 01:07:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/01/21 01:07:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/01/21 01:07:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/01/21 01:07:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (26.51s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:07:02 DEBUG : file1: md5 = 0d6fe62579d6f1eae145556395421614 OK 2025/01/21 01:07:05 DEBUG : sub/file2: md5 = a8f1b439a41678605ecb1815b1b11035 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/01/21 01:07:08 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/01/21 01:07:09 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/01/21 01:07:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/01/21 01:07:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.77s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.51s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.32s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:07:13 DEBUG : file1: md5 = 657ce2e7f555775ac03efd7fc43e8065 OK 2025/01/21 01:07:16 DEBUG : sub/file2: md5 = 403cb4bc766be552e04575321d8824c0 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/01/21 01:07:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jacivoy8biba/notfound" 2025/01/21 01:07:20 DEBUG : Config file has changed externally - reloading 2025/01/21 01:07:20 DEBUG : Creating backend with remote "TestDrive:crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0/qe0i31qdkoejk60elps0ni5sqk" 2025/01/21 01:07:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.86s) --- PASS: TestStatJSON/Root (0.22s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.81s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:07:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Making directory 2025/01/21 01:07:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:07:29 DEBUG : sub dir/hello world: md5 = c6f91a4565f3bad5e9e56bed53801082 OK 2025/01/21 01:07:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.52s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:07:33 DEBUG : potato2: md5 = cf08b6bc0c197c4761c779ab9fde989a OK 2025/01/21 01:07:35 DEBUG : empty space: md5 = bf77ceb0385c3f5280930ed3a225fce8 OK --- PASS: TestLs (5.60s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:07:39 DEBUG : potato2: md5 = 4f35c9cec21af66cdc3525e79d2d44cf OK 2025/01/21 01:07:41 DEBUG : empty space: md5 = 14efb1c19f04b447aa916c3c37963b00 OK 2025/01/21 01:07:41 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/01/21 01:07:41 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.84s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:07:45 DEBUG : potato2: md5 = e05453f84dd2e549d545b294cb2ff2fc OK 2025/01/21 01:07:46 DEBUG : empty space: md5 = 20dcfe0dd7ff06ae3ae40e6c8eaf01d6 OK --- PASS: TestLsLong (5.71s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:07:51 DEBUG : potato2: md5 = 43599e6372550805ac022f70f59f073f OK 2025/01/21 01:07:52 DEBUG : empty space: md5 = a078f511a1303cd89344caf7ef4a8d44 OK --- PASS: TestHashSums (5.21s) === RUN TestHashSumsWithErrors 2025/01/21 01:07:54 DEBUG : Creating backend with remote ":memory:" 2025/01/21 01:07:54 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/01/21 01:07:54 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/21 01:07:54 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/21 01:07:54 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/21 01:07:54 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/21 01:07:54 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/21 01:07:54 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/21 01:07:54 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/01/21 01:07:54 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-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:07:56 DEBUG : potato2: md5 = 26a57e21a1387f49eb22c284985aa402 OK 2025/01/21 01:07:57 DEBUG : empty space: md5 = 3f7231a9d2c1a70f26aa40814070a5ce OK 2025/01/21 01:08:00 DEBUG : sub dir/potato3: md5 = 707dfc031adbb1dc11eef9c438afd737 OK 2025/01/21 01:08:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.64s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:08:07 DEBUG : small: md5 = 1fa3575c14830089623904da918521b9 OK 2025/01/21 01:08:09 DEBUG : medium: md5 = 87a5718373bdde31e8cdd7774067cfa5 OK 2025/01/21 01:08:11 DEBUG : large: md5 = 4d6aac14f377d0f464e38f08b97273fd OK 2025/01/21 01:08:11 DEBUG : Waiting for deletions to finish 2025/01/21 01:08:12 DEBUG : large: Excluded (Size Filter) 2025/01/21 01:08:12 INFO : medium: Deleted 2025/01/21 01:08:12 INFO : small: Deleted --- PASS: TestDelete (8.92s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:08:15 DEBUG : small: md5 = 5f98d02cc7e89089304c00dc0f3fb41d OK 2025/01/21 01:08:17 DEBUG : medium: md5 = 133e719a09919ba1efd94f37f86cdd45 OK 2025/01/21 01:08:19 DEBUG : large: md5 = 71dc9ea1fc75499105235819d95a7028 OK 2025/01/21 01:08:19 DEBUG : Waiting for deletions to finish 2025/01/21 01:08:20 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/01/21 01:08:20 INFO : small: Deleted 2025/01/21 01:08:21 INFO : large: Deleted --- PASS: TestMaxDelete (8.93s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:08:25 DEBUG : small: md5 = abc65d6148f9dee79a2697c5ae281b1b OK 2025/01/21 01:08:26 DEBUG : medium: md5 = f3a6d9379977112cf297d1487dfdacea OK 2025/01/21 01:08:28 DEBUG : large: md5 = 4184b465bdfef0eeab4a12227eec964f OK 2025/01/21 01:08:28 DEBUG : Waiting for deletions to finish 2025/01/21 01:08:28 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/01/21 01:08:29 INFO : small: Deleted 2025/01/21 01:08:29 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.18s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:08:32 DEBUG : small: md5 = 221d234bbc3c82f07692aad3353df44d OK 2025/01/21 01:08:34 DEBUG : medium: md5 = 016a6b5d76fec92eaf5508bbe8c7776d OK 2025/01/21 01:08:36 DEBUG : large: md5 = a7b88b2ac71eaac38551d3db8916aa9e OK 2025/01/21 01:08:36 DEBUG : Waiting for deletions to finish 2025/01/21 01:08:36 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/01/21 01:08:37 INFO : large: Deleted 2025/01/21 01:08:37 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.88s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:08:40 DEBUG : ReadFile: md5 = ef5ca1a1ab4be3ca220d9712a483c146 OK --- PASS: TestReadFile (4.70s) === RUN TestRetry 2025/01/21 01:08:43 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/01/21 01:08:43 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/01/21 01:08:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/21 01:08:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/21 01:08:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/21 01:08:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/21 01:08:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:08:45 DEBUG : file1: md5 = 66312fe1a1f53c1a63062194f2930030 OK 2025/01/21 01:08:47 DEBUG : file2: md5 = 99b13de0977c065995f59907b6c584c0 OK --- PASS: TestCat (19.82s) === RUN TestPurge 2025/01/21 01:09:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yogalos1bofa" 2025/01/21 01:09:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/21 01:09:03 DEBUG : Creating backend with remote "TestDrive:crypt/2n79jseuuuneahbtl4v5skn35tok4qat7248u4kspa7c6pndju7g" 2025/01/21 01:09:04 DEBUG : Creating backend with remote "/tmp/rclone3409116780" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yogalos1bofa'", Local "Local file system at /tmp/rclone3409116780", Modify Window "1ms" 2025/01/21 01:09:10 DEBUG : A1/B1/C1/one: md5 = 9db30e8eafe9a48d0b5a56f3bf2c2ebc OK 2025/01/21 01:09:10 INFO : A2: Making directory 2025/01/21 01:09:12 INFO : A1/B2: Making directory 2025/01/21 01:09:13 INFO : A1/B2/C2: Making directory 2025/01/21 01:09:14 INFO : A1/B1/C3: Making directory 2025/01/21 01:09:15 INFO : A3: Making directory 2025/01/21 01:09:16 INFO : A3/B3: Making directory 2025/01/21 01:09:17 INFO : A3/B3/C4: Making directory 2025/01/21 01:09:20 DEBUG : A1/two: md5 = 8eb44c5c268b38b96692447b7c990209 OK 2025/01/21 01:09:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yogalos1bofa': Purge remote 2025/01/21 01:09:24 NOTICE: purge failed: directory not found --- PASS: TestPurge (20.48s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:09:28 DEBUG : A1/B1/C1/one: md5 = 1954fc2780d4517c788a331ceb988fcd OK 2025/01/21 01:09:28 INFO : A2: Making directory 2025/01/21 01:09:29 INFO : A1/B2: Making directory 2025/01/21 01:09:30 INFO : A1/B2/C2: Making directory 2025/01/21 01:09:31 INFO : A1/B1/C3: Making directory 2025/01/21 01:09:32 INFO : A3: Making directory 2025/01/21 01:09:33 INFO : A3/B3: Making directory 2025/01/21 01:09:34 INFO : A3/B3/C4: Making directory 2025/01/21 01:09:37 DEBUG : A1/two: md5 = 2c90a2cdfedb86b616c0c61fe504705f OK 2025/01/21 01:09:39 DEBUG : removing 1 level 3 directories 2025/01/21 01:09:39 INFO : A3/B3/C4: Removing directory 2025/01/21 01:09:41 DEBUG : removing 2 level 3 directories 2025/01/21 01:09:41 INFO : A1/B2/C2: Removing directory 2025/01/21 01:09:41 INFO : A1/B1/C3: Removing directory 2025/01/21 01:09:42 DEBUG : removing 2 level 2 directories 2025/01/21 01:09:42 INFO : A3/B3: Removing directory 2025/01/21 01:09:42 INFO : A1/B2: Removing directory 2025/01/21 01:09:42 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/01/21 01:09:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/21 01:09:43 DEBUG : removing 2 level 1 directories 2025/01/21 01:09:43 INFO : A3: Removing directory 2025/01/21 01:09:43 INFO : A2: Removing directory 2025/01/21 01:09:43 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/01/21 01:09:48 DEBUG : removing 1 level 3 directories 2025/01/21 01:09:48 INFO : A1/B1/C1: Removing directory 2025/01/21 01:09:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:49 DEBUG : removing 1 level 2 directories 2025/01/21 01:09:49 INFO : A1/B1: Removing directory 2025/01/21 01:09:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/21 01:09:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/21 01:09:49 DEBUG : removing 1 level 1 directories 2025/01/21 01:09:49 INFO : A1: Removing directory 2025/01/21 01:09:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/21 01:09:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/21 01:09:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/21 01:09:50 DEBUG : removing 1 level 0 directories 2025/01/21 01:09:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Removing directory 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/21 01:09:51 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestRmdirsNoLeaveRoot (28.08s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:09:53 INFO : A1: Making directory 2025/01/21 01:09:54 INFO : A1/B1: Making directory 2025/01/21 01:09:55 INFO : A1/B1/C1: Making directory 2025/01/21 01:09:58 DEBUG : removing 1 level 3 directories 2025/01/21 01:09:58 INFO : A1/B1/C1: Removing directory 2025/01/21 01:09:59 DEBUG : removing 1 level 2 directories 2025/01/21 01:09:59 INFO : A1/B1: Removing directory 2025/01/21 01:09:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/21 01:10:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.60s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:10:01 INFO : A1: Making directory 2025/01/21 01:10:02 INFO : A1/B1: Making directory 2025/01/21 01:10:05 INFO : A1/B1/C1: Making directory 2025/01/21 01:10:08 DEBUG : removing 1 level 3 directories 2025/01/21 01:10:08 INFO : A1/B1/C1: Removing directory 2025/01/21 01:10:09 DEBUG : removing 1 level 2 directories 2025/01/21 01:10:09 INFO : A1/B1: Removing directory 2025/01/21 01:10:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/21 01:10:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.96s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:10:13 DEBUG : file1: md5 = 65b6cfd451c169c05f8be7d53c41c321 OK 2025/01/21 01:10:14 DEBUG : filename.txt: File name found in url 2025/01/21 01:10:15 DEBUG : filename.txt: md5 = 231439d400dab1cbcdbb87f5f9029ec1 OK 2025/01/21 01:10:15 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/01/21 01:10:17 DEBUG : headerfilename.txt: md5 = 3d6a8026799015c1f25f21e841531edd OK 2025/01/21 01:10:18 DEBUG : file2: md5 = 7627415ddc0ad73a6fb4a2bac0a79f6e OK --- PASS: TestCopyURL (10.04s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:10:22 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/21 01:10:24 DEBUG : sub/file2: md5 = 558c5caf6d806cfc2fcb5fa276474f5b OK 2025/01/21 01:10:24 INFO : file1: Copied (new) to: sub/file2 2025/01/21 01:10:24 INFO : file1: Deleted 2025/01/21 01:10:25 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/21 01:10:25 DEBUG : file1: Unchanged skipping 2025/01/21 01:10:25 INFO : file1: Deleted 2025/01/21 01:10:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': don't need to copy/move sub/file2, it is already at target location 2025/01/21 01:10:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.69s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:10:28 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/21 01:10:30 DEBUG : file1: md5 = ad3d83904ec0551e3c7a46f75b467947 OK 2025/01/21 01:10:30 INFO : file1: Copied (new) 2025/01/21 01:10:30 INFO : file1: Deleted 2025/01/21 01:10:30 DEBUG : file1: Destination exists, skipping 2025/01/21 01:10:30 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (5.09s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.42s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:10:37 DEBUG : dst/file1: md5 = c4b829400ffa6a22a478bedb5e3277f1 OK 2025/01/21 01:10:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jacivoy8biba/backup" 2025/01/21 01:10:38 DEBUG : Creating backend with remote "TestDrive:crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0/1nrff024r7pq65ecp72fc28jb0" 2025/01/21 01:10:39 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/21 01:10:42 INFO : dst/file1: Moved (server-side) 2025/01/21 01:10:44 DEBUG : dst/file1: md5 = 3ac839d4110707f085adbd5f16682af0 OK 2025/01/21 01:10:44 INFO : dst/file1: Copied (new) 2025/01/21 01:10:44 INFO : dst/file1: Deleted 2025/01/21 01:10:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/21 01:10:48 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/21 01:10:49 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.31s) === 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-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:10:52 DEBUG : A1/one: md5 = 6a86d2c258f49a1d062ee2859406d5eb OK 2025/01/21 01:10:54 DEBUG : A1/two: md5 = 76c0749d0c397a223a0aa000d082ee18 OK 2025/01/21 01:10:57 DEBUG : A1/B1/three: md5 = d5773dadb156e2d2b16ceb4b4d827962 OK 2025/01/21 01:10:59 DEBUG : A1/B1/C1/four: md5 = 89b2c33e668d20e19c6873e5d8e0abdf OK 2025/01/21 01:11:02 DEBUG : A1/B1/C2/five: md5 = 080fa76cc0998a57d9c035ab0b5f7573 OK 2025/01/21 01:11:02 INFO : A1/B2: Making directory 2025/01/21 01:11:03 INFO : A1/B1/C3: Making directory 2025/01/21 01:11:16 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/01/21 01:11:16 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/01/21 01:11:16 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/01/21 01:11:16 INFO : A2/two: Moved (server-side) to: A3/two 2025/01/21 01:11:16 INFO : A2/one: Moved (server-side) to: A3/one 2025/01/21 01:11:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/21 01:11:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/21 01:11:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/21 01:11:21 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/21 01:11:21 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/21 01:11:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/01/21 01:11:31 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/01/21 01:11:31 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/01/21 01:11:31 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/01/21 01:11:31 INFO : A3/one: Moved (server-side) to: A4/one 2025/01/21 01:11:32 INFO : A3/two: Moved (server-side) to: A4/two 2025/01/21 01:11:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/21 01:11:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/21 01:11:35 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/21 01:11:36 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/21 01:11:36 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/21 01:11:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/01/21 01:11:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/01/21 01:11:45 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/21 01:11:45 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/21 01:11:45 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/21 01:11:45 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/21 01:11:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/21 01:11:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/21 01:11:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/21 01:11:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (57.24s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:11:47 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:11:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': File to upload is small (34 bytes), uploading instead of streaming 2025/01/21 01:11:49 DEBUG : no_checksum_small_file_from_pipe: md5 = 0f54174c242f35bcfd52dc0d3b8ffc03 OK 2025/01/21 01:11:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/01/21 01:11:49 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/21 01:11:50 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/01/21 01:11:51 DEBUG : no_checksum_big_file_from_pipe: md5 = bffa68cbba01033a608f51541bb3f0fd OK 2025/01/21 01:11:51 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-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:11:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': File to upload is small (34 bytes), uploading instead of streaming 2025/01/21 01:11:55 DEBUG : with_checksum_small_file_from_pipe: md5 = 8138bc5c9b2f1d401c54509f52b67044 OK 2025/01/21 01:11:55 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/21 01:11:56 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/01/21 01:11:57 DEBUG : with_checksum_big_file_from_pipe: md5 = 66ba79ec385f9e40c7d5d81ece3467d7 OK 2025/01/21 01:11:57 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-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:11:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': File to upload is small (34 bytes), uploading instead of streaming 2025/01/21 01:12:01 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/21 01:12:01 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/21 01:12:03 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-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:12:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': File to upload is small (34 bytes), uploading instead of streaming 2025/01/21 01:12:06 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/21 01:12:07 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/21 01:12:08 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.99s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.94s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.62s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.70s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.74s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/01/21 01:12:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': File to upload is small (48 bytes), uploading instead of streaming 2025/01/21 01:12:12 DEBUG : rcat_metadata: md5 = 021488e4dd028d90f798dd55524554b3 OK 2025/01/21 01:12:12 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/01/21 01:12:14 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/01/21 01:12:16 DEBUG : rcat_metadata_uploadcutoff0: md5 = 413e15e609be16077f8c807c8e84a832 OK 2025/01/21 01:12:16 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.98s) --- PASS: TestRcatMetadata/Normal (3.06s) --- PASS: TestRcatMetadata/ViaDisk (3.47s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:12:19 DEBUG : potato1: md5 = 0687d80147d118d9a5d551171ba0057f OK 2025/01/21 01:12:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': File to upload is small (60 bytes), uploading instead of streaming 2025/01/21 01:12:20 DEBUG : potato2: md5 = 2073fa86d05d8d881cbfc2f19abd92a8 OK 2025/01/21 01:12:20 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.26s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:12:24 DEBUG : potato1: md5 = 467449020b3d9c1b0aef11412dae892a OK 2025/01/21 01:12:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': File to upload is small (60 bytes), uploading instead of streaming 2025/01/21 01:12:25 DEBUG : potato2: md5 = 83a4ce146ee786ff325c8367b68a3e12 OK 2025/01/21 01:12:25 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.51s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:12:29 DEBUG : potato2: md5 = b04e280119cb62314b8948295290aad0 OK 2025/01/21 01:12:31 DEBUG : empty space: md5 = 9229f3089bcc3bbf00c64897bb342284 OK 2025/01/21 01:12:34 DEBUG : sub dir/potato3: md5 = a983bcfd94d831eb6dfd93ff718bb318 OK 2025/01/21 01:12:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Touching "empty space" 2025/01/21 01:12:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Touching "potato2" 2025/01/21 01:12:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Touching "sub dir/potato3" 2025/01/21 01:12:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.48s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:12:40 DEBUG : dir with metadata: Making directory with metadata 2025/01/21 01:12:41 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.69s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:12:43 DEBUG : directory with modtime: Making directory with metadata 2025/01/21 01:12:44 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (4.38s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:12:47 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/21 01:12:47 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/21 01:12:48 DEBUG : Google drive root 'crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0': Skipping btime metadata as can't update it on an existing file: 2025-01-21T01:12:47.885906077Z 2025/01/21 01:12:48 INFO : non existent directory: Updated directory metadata 2025/01/21 01:12:51 DEBUG : Google drive root 'crypt/aatmu0e09qe6q2e0663aje0515kktq0fmaeok0bq06kdtrk3m9e0': Skipping btime metadata as can't update it on an existing file: 2025-01-21T01:12:47.885906077Z 2025/01/21 01:12:52 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.03s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:12:53 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/01/21 01:12:56 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/01/21 01:12:57 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.48s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:12:59 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/21 01:12:59 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/21 01:12:59 DEBUG : dst: Making directory with metadata 2025/01/21 01:13:00 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/21 01:13:00 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/21 01:13:00 INFO : dst: Set directory modification time (using SetModTime) 2025/01/21 01:13:01 INFO : dst: Set directory modification time (using SetModTime) 2025/01/21 01:13:01 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/01/21 01:13:02 INFO : dst: Set directory modification time (using SetModTime) 2025/01/21 01:13:02 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.89s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba'", Local "Local file system at /tmp/rclone3822443308", Modify Window "1ms" 2025/01/21 01:13:08 DEBUG : sub dir/test remove existing: md5 = 54e92e3a8d12244c1f0cff04123688ba OK 2025/01/21 01:13:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 9670771f358f475998cdcdde08fac2ed OK 2025/01/21 01:13:11 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.litisop1" before starting 2025/01/21 01:13:12 DEBUG : sub dir/test remove existing.litisop1: TEST: removing renamed existing file after operation 2025/01/21 01:13:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.juquwow4" before starting 2025/01/21 01:13:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.juquwow4: TEST: renaming existing back after failed operation 2025/01/21 01:13:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dugokag9" before starting 2025/01/21 01:13:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dugokag9: TEST: removing renamed existing file after operation 2025/01/21 01:13:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "p0p4ck0vv3ga63do0evrnuij3cnlt53kba46i3mp6ikvbg9mnuh0" 2025/01/21 01:13:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "fl8vke2oev8rrbnmen6s7uaa0bugnjrl798dos4nlk6om444hsc5brf85uiceik2t4i40d9tbr7ibqrtehj1rd24kcfhanm3gvd1dkq5kbvi4v2hqe91fg8k00lbljhc3s7iahil0se91m9ktb225m4ljj64dlllemkqalapm93kc3tkt2sg" --- PASS: TestRemoveExisting (14.97s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/01/21 01:13:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jacivoy8biba': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m46.234830933s (try 1/5)