"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/01/20 01:58:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bafuvuk0xede" 2025/01/20 01:58:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 01:58:48 DEBUG : Creating backend with remote "TestDrive:crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g" 2025/01/20 01:58:49 DEBUG : Creating backend with remote "/tmp/rclone3872961968" === 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-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/01/20 01:58:49 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/20 01:58:49 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/01/20 01:58:49 DEBUG : potato: Seek from 10 to 0 2025/01/20 01:58:49 DEBUG : potato: Seek from 10 to 0 2025/01/20 01:58:49 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/01/20 01:58:49 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/20 01:58:49 DEBUG : potato: Seek from 5 to 2 2025/01/20 01:58:49 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/01/20 01:58:49 DEBUG : potato: Seek from 7 to 0 2025/01/20 01:58:49 DEBUG : potato: Seek from 7 to 0 2025/01/20 01:58:49 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/01/20 01:58:49 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/20 01:58:49 DEBUG : potato: Seek from 5 to 2 2025/01/20 01:58:49 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/01/20 01:58:49 DEBUG : potato: Seek from 8 to 0 2025/01/20 01:58:49 DEBUG : potato: Seek from 8 to 0 2025/01/20 01:58:49 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/01/20 01:58:49 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/20 01:58:49 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/20 01:58:49 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/20 01:58:49 DEBUG : potato: Seek from 5 to 2 2025/01/20 01:58:49 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/01/20 01:58:49 DEBUG : potato: Seek from 9 to 0 2025/01/20 01:58:49 DEBUG : potato: Seek from 9 to 0 2025/01/20 01:58:49 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-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 01:58:52 DEBUG : rutabaga: md5 = 9dd2f23f7b9ee24b88b98bc0856dc0c5 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/01/20 01:58:54 DEBUG : empty space: md5 = adcf7d13eb126ebdbf3741b1a6eb427d OK === RUN TestCheck/3 2025/01/20 01:58:56 DEBUG : potato2: md5 = 105312aae50f3886058d1bc865cc6061 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/01/20 01:58:59 DEBUG : remotepotato: md5 = ee3bb2ca2e8e7f92b00432c4f93ae5a4 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.16s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/01/20 01:59:03 DEBUG : Creating backend with remote "nonexistent" 2025/01/20 01:59:03 DEBUG : Creating backend with remote "nonexistent" 2025/01/20 01:59:03 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/01/20 01:59:03 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/20 01:59:03 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/01/20 01:59:03 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-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 01:59:04 DEBUG : rutabaga: md5 = 6a80a809a463ad4d0cb04d5477ffad3f OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/01/20 01:59:09 DEBUG : empty space: md5 = e5e6540951b50168859473d90baeb519 OK === RUN TestCheckDownload/3 2025/01/20 01:59:12 DEBUG : potato2: md5 = d8435e618563cb5a46465ee996ff6c5e OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/01/20 01:59:17 DEBUG : remotepotato: md5 = 05be78e9c5dd3c077e81035dec77abf4 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.78s) --- PASS: TestCheckDownload/1 (1.21s) --- PASS: TestCheckDownload/2 (1.02s) --- PASS: TestCheckDownload/3 (1.00s) --- PASS: TestCheckDownload/4 (1.63s) --- PASS: TestCheckDownload/5 (1.31s) --- PASS: TestCheckDownload/6 (1.38s) --- PASS: TestCheckDownload/7 (1.24s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 01:59:24 DEBUG : rutabaga: md5 = b33f1525691211744097e1510ef7d155 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/01/20 01:59:26 DEBUG : empty space: md5 = e475b72d4c6e500cda6b7e86f3fddf6b OK === RUN TestCheckSizeOnly/3 2025/01/20 01:59:29 DEBUG : potato2: md5 = aaa6f4f4ac8b69b2aa87a6f3d35b8346 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/01/20 01:59:31 DEBUG : remotepotato: md5 = 20d0dd92beca9e8a9f84d517c5e12e71 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.75s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.30s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 01:59:37 DEBUG : test.sum: md5 = 50ffd7ee8b08384b1934ab9765c9bffd OK 2025/01/20 01:59:38 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/20 01:59:38 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/20 01:59:38 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/20 01:59:38 NOTICE: test.sum: 2 warning(s) suppressed... 2025/01/20 01:59:40 DEBUG : test.sum: md5 = 573af13763836780e9dda8a3a5bfb037 OK 2025/01/20 01:59:42 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/20 01:59:42 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/20 01:59:42 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/20 01:59:42 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.82s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 01:59:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bafuvuk0xede/data" 2025/01/20 01:59:43 DEBUG : Creating backend with remote "TestDrive:crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede/data' lacks md5, skipping --- SKIP: TestCheckSum (1.96s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 01:59:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bafuvuk0xede/data" 2025/01/20 01:59:45 DEBUG : Creating backend with remote "TestDrive:crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g/vjrnln8ratgmqakfosrqe8espk" 2025/01/20 01:59:49 DEBUG : data/banana: md5 = 48c138397bd5ca65e6f971c18ade2165 OK 2025/01/20 01:59:51 DEBUG : test.sum: md5 = 82457c8a5681e2f0318aa483faa0a1a6 OK === RUN TestCheckSumDownload/subtest1 2025/01/20 01:59:56 DEBUG : data/potato: md5 = 9da5c376d895380109fdb65cee3e96db OK 2025/01/20 01:59:57 DEBUG : test.sum: md5 = e46a1034a66ff8341cb1fab0df57e925 OK === RUN TestCheckSumDownload/subtest2 2025/01/20 02:00:02 DEBUG : test.sum: md5 = eeb763259fee131be1167b1f44cd1294 OK === RUN TestCheckSumDownload/subtest3 2025/01/20 02:00:07 DEBUG : test.sum: md5 = 0e207984e2161066a5b0094a003db852 OK === RUN TestCheckSumDownload/subtest4 2025/01/20 02:00:12 DEBUG : test.sum: md5 = 9762fa9d08ad188c561212dd02b79584 OK === RUN TestCheckSumDownload/subtest5 2025/01/20 02:00:16 DEBUG : test.sum: md5 = 31d8935c1b7fd4df17d46fae3558cce2 OK === RUN TestCheckSumDownload/subtest6 2025/01/20 02:00:21 DEBUG : data/banana: md5 = ea2fa2956ca081efc91a0e0563b490d3 OK 2025/01/20 02:00:23 DEBUG : data/potato: md5 = 43cf374b06b5b0e4a15eb87e9ba88c1c OK 2025/01/20 02:00:25 DEBUG : test.sum: md5 = 1cf01c95aab95e2cc1670a99a9b8b41b OK === RUN TestCheckSumDownload/subtest7 2025/01/20 02:00:30 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/01/20 02:00:30 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (46.40s) --- PASS: TestCheckSumDownload/subtest1 (2.67s) --- PASS: TestCheckSumDownload/subtest2 (2.79s) --- PASS: TestCheckSumDownload/subtest3 (2.63s) --- PASS: TestCheckSumDownload/subtest4 (2.50s) --- PASS: TestCheckSumDownload/subtest5 (2.67s) --- PASS: TestCheckSumDownload/subtest6 (2.71s) --- PASS: TestCheckSumDownload/subtest7 (2.64s) === RUN TestApplyTransforms 2025/01/20 02:00:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qanagup6guwo" 2025/01/20 02:00:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 02:00:31 DEBUG : Creating backend with remote "TestDrive:crypt/aajitrt82p6ubf628g8pp2vfveodqf5nlvtvkv0r7c535v0n3ahg" 2025/01/20 02:00:32 DEBUG : Creating backend with remote "/tmp/rclone185185798" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qanagup6guwo'", Local "Local file system at /tmp/rclone185185798", Modify Window "1ms" 2025/01/20 02:00:35 DEBUG : hello, world!: md5 = 58d7956ce22d8e129d683833a999cbd5 OK upper checkfile vs. lower remote (without normalization) 2025/01/20 02:00:35 ERROR : hello, world!: sum not found 2025/01/20 02:00:35 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qanagup6guwo' 2025/01/20 02:00:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qanagup6guwo': 1 files missing 2025/01/20 02:00:35 NOTICE: 1 hashes missing 2025/01/20 02:00:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qanagup6guwo': 2 differences found 2025/01/20 02:00:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qanagup6guwo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/01/20 02:00:37 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/20 02:00:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qanagup6guwo': 0 differences found 2025/01/20 02:00:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qanagup6guwo': 1 matching files 2025/01/20 02:00:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kovabas5memu" 2025/01/20 02:00:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 02:00:37 DEBUG : Creating backend with remote "TestDrive:crypt/o301qsnbobip8mdvfiuj59q2vol62unvvtpp5eq92vh43rq2q590" 2025/01/20 02:00:38 DEBUG : Creating backend with remote "/tmp/rclone658484966" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kovabas5memu'", Local "Local file system at /tmp/rclone658484966", Modify Window "1ms" 2025/01/20 02:00:41 DEBUG : HELLO, WORLD!: md5 = f8bce172adc1de149e5e98a49ef1b284 OK lower checkfile vs. upper remote (without normalization) 2025/01/20 02:00:42 ERROR : HELLO, WORLD!: sum not found 2025/01/20 02:00:42 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kovabas5memu' 2025/01/20 02:00:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kovabas5memu': 1 files missing 2025/01/20 02:00:42 NOTICE: 1 hashes missing 2025/01/20 02:00:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kovabas5memu': 2 differences found 2025/01/20 02:00:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kovabas5memu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/01/20 02:00:43 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/20 02:00:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kovabas5memu': 0 differences found 2025/01/20 02:00:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kovabas5memu': 1 matching files 2025/01/20 02:00:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zivusad3doki" 2025/01/20 02:00:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 02:00:43 DEBUG : Creating backend with remote "TestDrive:crypt/dk6dbnglgm92egtml2vm77elqhaca42cp93t8t9rj11dkcdln8cg" 2025/01/20 02:00:44 DEBUG : Creating backend with remote "/tmp/rclone3432659027" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zivusad3doki'", Local "Local file system at /tmp/rclone3432659027", Modify Window "1ms" 2025/01/20 02:00:47 DEBUG : HeLlO, wOrLd!: md5 = 200ef1bde454a73da42d888257e939bf OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/01/20 02:00:47 ERROR : HeLlO, wOrLd!: sum not found 2025/01/20 02:00:47 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zivusad3doki' 2025/01/20 02:00:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zivusad3doki': 1 files missing 2025/01/20 02:00:47 NOTICE: 1 hashes missing 2025/01/20 02:00:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zivusad3doki': 2 differences found 2025/01/20 02:00:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zivusad3doki': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/01/20 02:00:49 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/20 02:00:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zivusad3doki': 0 differences found 2025/01/20 02:00:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zivusad3doki': 1 matching files 2025/01/20 02:00:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qotawof6yiri" 2025/01/20 02:00:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 02:00:49 DEBUG : Creating backend with remote "TestDrive:crypt/mmu1gpaerm16b4n7p203khvjpod7aga5s2h1oc084shi6nide7dg" 2025/01/20 02:00:50 DEBUG : Creating backend with remote "/tmp/rclone364837375" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qotawof6yiri'", Local "Local file system at /tmp/rclone364837375", Modify Window "1ms" 2025/01/20 02:00:53 DEBUG : HELLO, WORLD!: md5 = e98933ac89b61c79b4bca3586a6332ba OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/01/20 02:00:53 ERROR : HELLO, WORLD!: sum not found 2025/01/20 02:00:53 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qotawof6yiri' 2025/01/20 02:00:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qotawof6yiri': 1 files missing 2025/01/20 02:00:53 NOTICE: 1 hashes missing 2025/01/20 02:00:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qotawof6yiri': 2 differences found 2025/01/20 02:00:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qotawof6yiri': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/01/20 02:00:55 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/20 02:00:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qotawof6yiri': 0 differences found 2025/01/20 02:00:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qotawof6yiri': 1 matching files 2025/01/20 02:00:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vatoqem7tuwu" 2025/01/20 02:00:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 02:00:55 DEBUG : Creating backend with remote "TestDrive:crypt/9h9uge1cqt5ejo011ugd2ltj13n7ur0tdoefbeetqlc5ckq5o1e0" 2025/01/20 02:00:56 DEBUG : Creating backend with remote "/tmp/rclone2080242233" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vatoqem7tuwu'", Local "Local file system at /tmp/rclone2080242233", Modify Window "1ms" 2025/01/20 02:00:58 DEBUG : 測試_Русский___ě_áñ: md5 = 0ea8b658cea05798e94c94da8a61f845 OK NFD checkfile vs. NFC remote (without normalization) 2025/01/20 02:00:59 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/20 02:00:59 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vatoqem7tuwu' 2025/01/20 02:00:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vatoqem7tuwu': 1 files missing 2025/01/20 02:00:59 NOTICE: 1 hashes missing 2025/01/20 02:00:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vatoqem7tuwu': 2 differences found 2025/01/20 02:00:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vatoqem7tuwu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/01/20 02:01:01 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/20 02:01:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vatoqem7tuwu': 0 differences found 2025/01/20 02:01:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vatoqem7tuwu': 1 matching files 2025/01/20 02:01:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guporuk7lovu" 2025/01/20 02:01:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 02:01:01 DEBUG : Creating backend with remote "TestDrive:crypt/5425pkr4go3j63be60mkb279tee242779ui94l2c3ag9vam319fg" 2025/01/20 02:01:02 DEBUG : Creating backend with remote "/tmp/rclone1638783796" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guporuk7lovu'", Local "Local file system at /tmp/rclone1638783796", Modify Window "1ms" 2025/01/20 02:01:05 DEBUG : 測試_Русский___ě_áñ: md5 = 797273a7ae8c995b0ae67a230bf6c694 OK NFC checkfile vs. NFD remote (without normalization) 2025/01/20 02:01:05 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/20 02:01:05 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-guporuk7lovu' 2025/01/20 02:01:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guporuk7lovu': 1 files missing 2025/01/20 02:01:05 NOTICE: 1 hashes missing 2025/01/20 02:01:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guporuk7lovu': 2 differences found 2025/01/20 02:01:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guporuk7lovu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/01/20 02:01:07 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/20 02:01:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guporuk7lovu': 0 differences found 2025/01/20 02:01:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guporuk7lovu': 1 matching files 2025/01/20 02:01:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qizewiy5vomo" 2025/01/20 02:01:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 02:01:07 DEBUG : Creating backend with remote "TestDrive:crypt/ec2ipjcqt0httg9q7i4kf3abi2fu464cc4jdqkqj6k9nqi9urmdg" 2025/01/20 02:01:08 DEBUG : Creating backend with remote "/tmp/rclone1143098085" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qizewiy5vomo'", Local "Local file system at /tmp/rclone1143098085", Modify Window "1ms" 2025/01/20 02:01:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 19cf6910eb89f89eeb04cbb1e3eb5543 OK NFDx2 checkfile vs. both remote (without normalization) 2025/01/20 02:01:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/20 02:01:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qizewiy5vomo' 2025/01/20 02:01:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qizewiy5vomo': 1 files missing 2025/01/20 02:01:11 NOTICE: 1 hashes missing 2025/01/20 02:01:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qizewiy5vomo': 2 differences found 2025/01/20 02:01:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qizewiy5vomo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/01/20 02:01:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/20 02:01:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qizewiy5vomo': 0 differences found 2025/01/20 02:01:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qizewiy5vomo': 1 matching files 2025/01/20 02:01:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biziyux6lado" 2025/01/20 02:01:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 02:01:13 DEBUG : Creating backend with remote "TestDrive:crypt/4jct440km302unan94ogp3jj4utdk2lfp0ghjp3irkktl1rsig9g" 2025/01/20 02:01:14 DEBUG : Creating backend with remote "/tmp/rclone1464460056" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biziyux6lado'", Local "Local file system at /tmp/rclone1464460056", Modify Window "1ms" 2025/01/20 02:01:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8dc02876e362b3a6eabafb7ea7584dd2 OK NFCx2 checkfile vs. both remote (without normalization) 2025/01/20 02:01:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/20 02:01:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-biziyux6lado' 2025/01/20 02:01:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biziyux6lado': 1 files missing 2025/01/20 02:01:17 NOTICE: 1 hashes missing 2025/01/20 02:01:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biziyux6lado': 2 differences found 2025/01/20 02:01:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biziyux6lado': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/01/20 02:01:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/20 02:01:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biziyux6lado': 0 differences found 2025/01/20 02:01:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biziyux6lado': 1 matching files 2025/01/20 02:01:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xesifiq3mava" 2025/01/20 02:01:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 02:01:18 DEBUG : Creating backend with remote "TestDrive:crypt/shhomtg6p00fsi3ir25re1ts08ammooirtqm0417btnitp4p5ls0" 2025/01/20 02:01:19 DEBUG : Creating backend with remote "/tmp/rclone915700894" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xesifiq3mava'", Local "Local file system at /tmp/rclone915700894", Modify Window "1ms" 2025/01/20 02:01:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c3a7e976ded0283a2ceb0b1ccf1a4e96 OK both checkfile vs. NFDx2 remote (without normalization) 2025/01/20 02:01:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/20 02:01:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xesifiq3mava' 2025/01/20 02:01:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xesifiq3mava': 1 files missing 2025/01/20 02:01:23 NOTICE: 1 hashes missing 2025/01/20 02:01:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xesifiq3mava': 2 differences found 2025/01/20 02:01:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xesifiq3mava': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/01/20 02:01:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/20 02:01:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xesifiq3mava': 0 differences found 2025/01/20 02:01:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xesifiq3mava': 1 matching files 2025/01/20 02:01:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tufucel8kuni" 2025/01/20 02:01:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 02:01:25 DEBUG : Creating backend with remote "TestDrive:crypt/huqs0mj6ldk2ugui2h9mg7qhd2d1n9finqsnf0c7bfpoatvklsf0" 2025/01/20 02:01:26 DEBUG : Creating backend with remote "/tmp/rclone4181951004" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tufucel8kuni'", Local "Local file system at /tmp/rclone4181951004", Modify Window "1ms" 2025/01/20 02:01:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = dceb9cf2244656232376dadac2af3f1f OK both checkfile vs. NFCx2 remote (without normalization) 2025/01/20 02:01:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/20 02:01:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tufucel8kuni' 2025/01/20 02:01:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tufucel8kuni': 1 files missing 2025/01/20 02:01:29 NOTICE: 1 hashes missing 2025/01/20 02:01:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tufucel8kuni': 2 differences found 2025/01/20 02:01:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tufucel8kuni': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/01/20 02:01:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/20 02:01:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tufucel8kuni': 0 differences found 2025/01/20 02:01:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tufucel8kuni': 1 matching files 2025/01/20 02:01:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tufucel8kuni': Purge remote 2025/01/20 02:01:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xesifiq3mava': Purge remote 2025/01/20 02:01:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biziyux6lado': Purge remote 2025/01/20 02:01:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qizewiy5vomo': Purge remote 2025/01/20 02:01:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guporuk7lovu': Purge remote 2025/01/20 02:01:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vatoqem7tuwu': Purge remote 2025/01/20 02:01:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qotawof6yiri': Purge remote 2025/01/20 02:01:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zivusad3doki': Purge remote 2025/01/20 02:01:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kovabas5memu': Purge remote 2025/01/20 02:01:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qanagup6guwo': Purge remote --- PASS: TestApplyTransforms (65.89s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:01:37 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/20 02:01:40 DEBUG : sub/file2: md5 = 2f3415007dca26eac24b57b688d00060 OK 2025/01/20 02:01:40 INFO : file1: Copied (new) to: sub/file2 2025/01/20 02:01:41 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/20 02:01:41 DEBUG : file1: Unchanged skipping 2025/01/20 02:01:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': don't need to copy/move sub/file2, it is already at target location 2025/01/20 02:01:43 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.13s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:01:48 DEBUG : dst/file1: md5 = dbdc210d3cdd287af17cbe6e047581e7 OK 2025/01/20 02:01:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bafuvuk0xede/backup" 2025/01/20 02:01:49 DEBUG : Creating backend with remote "TestDrive:crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g/1nrff024r7pq65ecp72fc28jb0" 2025/01/20 02:01:50 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/20 02:01:54 INFO : dst/file1: Moved (server-side) 2025/01/20 02:01:55 DEBUG : dst/file1: md5 = a7ccb9ca3ebe541d84117f7f863df505 OK 2025/01/20 02:01:55 INFO : dst/file1: Copied (new) 2025/01/20 02:01:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/20 02:01:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/20 02:02:00 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (16.09s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:02:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bafuvuk0xede/dst" 2025/01/20 02:02:01 DEBUG : Creating backend with remote "TestDrive:crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/20 02:02:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bafuvuk0xede/CompareDest" 2025/01/20 02:02:03 DEBUG : Creating backend with remote "TestDrive:crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g/gveqi14airsml4bgu7krj116o8" 2025/01/20 02:02:04 DEBUG : one: Need to transfer - File not found at Destination 2025/01/20 02:02:07 DEBUG : one: md5 = 32f370a0c7e0bb570833e9dae32f1ed3 OK 2025/01/20 02:02:07 INFO : one: Copied (new) 2025/01/20 02:02:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/20 02:02:10 DEBUG : one: md5 = 17963809a2d756867aa40c181903e9fc OK 2025/01/20 02:02:10 INFO : one: Copied (replaced existing) 2025/01/20 02:02:12 DEBUG : dst/one: md5 = 8b0e3abe32a9ec3c67d8fd2479c86fec OK 2025/01/20 02:02:15 DEBUG : CompareDest/one: md5 = e305e1c5ad3002073c4c5e1f3e014919 OK 2025/01/20 02:02:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/20 02:02:16 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/20 02:02:16 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/20 02:02:18 DEBUG : CompareDest/two: md5 = dc93acd5e9e0b841291cb05bc8056c69 OK 2025/01/20 02:02:19 DEBUG : two: Need to transfer - File not found at Destination 2025/01/20 02:02:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/20 02:02:19 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/20 02:02:20 DEBUG : two: Need to transfer - File not found at Destination 2025/01/20 02:02:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/20 02:02:20 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/20 02:02:22 DEBUG : two: Need to transfer - File not found at Destination 2025/01/20 02:02:22 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/01/20 02:02:24 DEBUG : two: md5 = a99e6c1f90dccc45dca76cd4c49bf369 OK 2025/01/20 02:02:24 INFO : two: Copied (new) 2025/01/20 02:02:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/20 02:02:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:02:28 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/20 02:02:28 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (28.51s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:02:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bafuvuk0xede/dst" 2025/01/20 02:02:29 DEBUG : Creating backend with remote "TestDrive:crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/20 02:02:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bafuvuk0xede/CopyDest" 2025/01/20 02:02:31 DEBUG : Creating backend with remote "TestDrive:crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/20 02:02:33 DEBUG : one: Need to transfer - File not found at Destination 2025/01/20 02:02:35 DEBUG : one: md5 = 0651cbe667c1682eb988a39f1cf19bb0 OK 2025/01/20 02:02:35 INFO : one: Copied (new) 2025/01/20 02:02:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/20 02:02:38 DEBUG : one: md5 = 77debbd55fb74b8a691d14ad9c0600fc OK 2025/01/20 02:02:38 INFO : one: Copied (replaced existing) 2025/01/20 02:02:40 DEBUG : dst/one: md5 = 0438781ce170897c2c490f680c2862cb OK 2025/01/20 02:02:43 DEBUG : CopyDest/one: md5 = 4e8c4a153ed4efb691dc51097cbdc9f8 OK 2025/01/20 02:02:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bafuvuk0xede/BackupDir" 2025/01/20 02:02:44 DEBUG : Creating backend with remote "TestDrive:crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/20 02:02:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/20 02:02:46 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/20 02:02:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/20 02:02:48 INFO : one: Moved (server-side) 2025/01/20 02:02:50 INFO : one: Copied (server-side copy) 2025/01/20 02:02:50 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/01/20 02:02:52 DEBUG : CopyDest/two: md5 = f29771e6424f805de040143f6e327fd0 OK 2025/01/20 02:02:53 DEBUG : two: Need to transfer - File not found at Destination 2025/01/20 02:02:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/20 02:02:54 INFO : two: Copied (server-side copy) 2025/01/20 02:02:54 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/01/20 02:02:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/20 02:02:55 DEBUG : two: Unchanged skipping 2025/01/20 02:02:57 DEBUG : CopyDest/three: md5 = 837defc8c4f95a06b2418be1ba2f7427 OK 2025/01/20 02:02:58 DEBUG : three: Need to transfer - File not found at Destination 2025/01/20 02:02:58 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/01/20 02:02:58 DEBUG : three: Destination not found in --copy-dest 2025/01/20 02:03:00 DEBUG : three: md5 = 08c1be53673e1599749ecc63a3b6ddcb OK 2025/01/20 02:03:00 INFO : three: Copied (new) 2025/01/20 02:03:05 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/20 02:03:05 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/20 02:03:05 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:03:06 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/20 02:03:06 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:03:06 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/20 02:03:07 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (38.67s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:03:09 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/01/20 02:03:12 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 69317d711bfb5a5bf1a986d5fd7643d4 OK 2025/01/20 02:03:12 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/01/20 02:03:13 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/01/20 02:03:13 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/01/20 02:03:13 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/01/20 02:03:14 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/01/20 02:03:16 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 6207aba4a9146aeaa0ee292eebd92e87 OK 2025/01/20 02:03:16 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/01/20 02:03:20 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/01/20 02:03:20 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.53s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.65s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:03:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Looking for duplicate names using skip mode. 2025/01/20 02:03:25 NOTICE: one: Found 2 files with duplicate names 2025/01/20 02:03:25 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.64s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:03:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Looking for duplicate names using skip mode. 2025/01/20 02:03:32 NOTICE: one: Found 3 files with duplicate names 2025/01/20 02:03:32 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/01/20 02:03:33 INFO : one: Deleted 2025/01/20 02:03:33 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.61s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:03:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Looking for duplicate names using first mode. 2025/01/20 02:03:40 NOTICE: one: Found 3 files with duplicate names 2025/01/20 02:03:40 INFO : one: Deleted 2025/01/20 02:03:41 INFO : one: Deleted 2025/01/20 02:03:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.95s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:03:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Looking for duplicate names using newest mode. 2025/01/20 02:03:48 NOTICE: one: Found 3 files with duplicate names 2025/01/20 02:03:48 INFO : one: Deleted 2025/01/20 02:03:49 INFO : one: Deleted 2025/01/20 02:03:49 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.77s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:03:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Looking for duplicate names using oldest mode. 2025/01/20 02:03:56 NOTICE: one: Found 3 files with duplicate names 2025/01/20 02:03:56 INFO : one: Deleted 2025/01/20 02:03:57 INFO : one: Deleted 2025/01/20 02:03:57 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.67s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:04:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Looking for duplicate names using largest mode. 2025/01/20 02:04:03 NOTICE: one: Found 3 files with duplicate names 2025/01/20 02:04:04 INFO : one: Deleted 2025/01/20 02:04:05 INFO : one: Deleted 2025/01/20 02:04:05 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.69s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:04:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Looking for duplicate names using smallest mode. 2025/01/20 02:04:11 NOTICE: one: Found 3 files with duplicate names 2025/01/20 02:04:12 INFO : one: Deleted 2025/01/20 02:04:12 INFO : one: Deleted 2025/01/20 02:04:12 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.54s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:04:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Looking for duplicate names using rename mode. 2025/01/20 02:04:20 NOTICE: one.txt: Found 3 files with duplicate names 2025/01/20 02:04:21 INFO : one-2.txt: renamed from: one.txt 2025/01/20 02:04:23 INFO : one-3.txt: renamed from: one.txt 2025/01/20 02:04:24 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.42s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:04:30 DEBUG : dupe1/one.txt: md5 = 3ceaf6ce7549af645a15e5649d53f878 OK 2025/01/20 02:04:33 DEBUG : dupe2/two.txt: md5 = 9deaaf43a415ab8fe55610f9c8fdef67 OK 2025/01/20 02:04:35 DEBUG : dupe3/three.txt: md5 = 02b98f485a49e86f8b5afb80e95f6f5a OK 2025/01/20 02:04:36 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/01/20 02:04:37 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/01/20 02:04:38 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/01/20 02:04:39 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/01/20 02:04:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/01/20 02:04:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/01/20 02:04:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.64s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:04:45 DEBUG : a.txt: md5 = 3b1d5d771b8e69aea94cfb778dbe349f OK 2025/01/20 02:04:47 DEBUG : zend.txt: md5 = d7ddc012d1060b94c53815bb94f91420 OK 2025/01/20 02:04:50 DEBUG : sub dir/hello world: md5 = bb31b2f1aa08bb637bb081672354f331 OK 2025/01/20 02:04:51 DEBUG : sub dir/hello world2: md5 = c06322160c38ce06cd5ec9d52b1260e6 OK 2025/01/20 02:04:54 DEBUG : sub dir/ignore dir/.ignore: md5 = 0f8a9631dda0437f24f14849d0b05e2b OK 2025/01/20 02:04:56 DEBUG : sub dir/ignore dir/should be ignored: md5 = c18f9ac5181b24d5f1e4c044f62009d4 OK 2025/01/20 02:04:59 DEBUG : sub dir/sub sub dir/hello world3: md5 = 317c63e5851906568225adab7ae0b6a6 OK 2025/01/20 02:05:00 DEBUG : a.txt: Excluded (Size Filter) 2025/01/20 02:05:00 DEBUG : a.txt: Excluded 2025/01/20 02:05:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/20 02:05:01 DEBUG : sub dir/hello world2: Excluded 2025/01/20 02:05:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/20 02:05:01 DEBUG : sub dir/hello world: Excluded 2025/01/20 02:05:01 DEBUG : sub dir/ignore dir: Excluded 2025/01/20 02:05:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/20 02:05:01 DEBUG : sub dir/hello world2: Excluded 2025/01/20 02:05:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/20 02:05:01 DEBUG : sub dir/hello world: Excluded 2025/01/20 02:05:02 DEBUG : sub dir/ignore dir: Excluded 2025/01/20 02:05:08 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/01/20 02:05:09 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/01/20 02:05:09 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/01/20 02:05:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/01/20 02:05:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/01/20 02:05:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/01/20 02:05:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (26.72s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:05:12 DEBUG : file1: md5 = d35b6b3aed0f742e2a44dad381e1814e OK 2025/01/20 02:05:15 DEBUG : sub/file2: md5 = 072d201f1dbd18d93c0494596cb3888b 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/20 02:05:18 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/01/20 02:05:18 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/01/20 02:05:18 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/01/20 02:05:20 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.14s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.52s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.31s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.68s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:05:23 DEBUG : file1: md5 = 486523b2f3ca8c506a1cfb6aa65ccfe1 OK 2025/01/20 02:05:26 DEBUG : sub/file2: md5 = ceed96baf5bc535a74b9ddc5212ae679 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/20 02:05:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bafuvuk0xede/notfound" 2025/01/20 02:05:30 DEBUG : Creating backend with remote "TestDrive:crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g/qe0i31qdkoejk60elps0ni5sqk" 2025/01/20 02:05:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.41s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.29s) --- PASS: TestStatJSON/Dir (0.53s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.77s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:05:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Making directory 2025/01/20 02:05:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:05:38 DEBUG : sub dir/hello world: md5 = 269f574ba30d65c336d022b71d30ac87 OK 2025/01/20 02:05:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.82s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:05:43 DEBUG : potato2: md5 = f77518157a8585ea58efd6c8f6dec9b8 OK 2025/01/20 02:05:45 DEBUG : empty space: md5 = 484e85a2bb2f57c714f309d0315e9a58 OK --- PASS: TestLs (5.49s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:05:49 DEBUG : potato2: md5 = a2202d4e68f107265f2cbb0d7ec43d13 OK 2025/01/20 02:05:50 DEBUG : empty space: md5 = d09b00cc647ffdd6aea092451d912c34 OK 2025/01/20 02:05:51 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/01/20 02:05:51 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.03s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:05:55 DEBUG : potato2: md5 = fce2260406fcccecab27cd2b56f74793 OK 2025/01/20 02:05:56 DEBUG : empty space: md5 = 53788715748de70f4ae613f548800406 OK --- PASS: TestLsLong (5.48s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:06:00 DEBUG : potato2: md5 = e4865002202ebd2dbdbf83c0db642bbd OK 2025/01/20 02:06:02 DEBUG : empty space: md5 = bd254371586322c52a807e11260426c0 OK --- PASS: TestHashSums (5.23s) === RUN TestHashSumsWithErrors 2025/01/20 02:06:04 DEBUG : Creating backend with remote ":memory:" 2025/01/20 02:06:04 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/01/20 02:06:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/20 02:06:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/20 02:06:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/20 02:06:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/20 02:06:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/20 02:06:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/20 02:06:04 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/01/20 02:06:04 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-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:06:05 DEBUG : potato2: md5 = 3579d6f490a54cfaf4f4fb08c1fdf911 OK 2025/01/20 02:06:07 DEBUG : empty space: md5 = 6b00372c756f24a06f3c4bd34535f59c OK 2025/01/20 02:06:09 DEBUG : sub dir/potato3: md5 = 86b87d85fc1dd7ff7bd753dbb2bc057d OK 2025/01/20 02:06:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.02s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:06:15 DEBUG : small: md5 = d7e32fc5f8be813f6b2b8e80b0faabac OK 2025/01/20 02:06:17 DEBUG : medium: md5 = c536987110d6438e92baee713a992d4d OK 2025/01/20 02:06:19 DEBUG : large: md5 = 79c98ba2236fd279d5d682c25c25c643 OK 2025/01/20 02:06:19 DEBUG : Waiting for deletions to finish 2025/01/20 02:06:19 DEBUG : large: Excluded (Size Filter) 2025/01/20 02:06:20 INFO : small: Deleted 2025/01/20 02:06:20 INFO : medium: Deleted --- PASS: TestDelete (7.73s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:06:23 DEBUG : small: md5 = b0cb0b2b6f264a1543389fc39ddd746f OK 2025/01/20 02:06:25 DEBUG : medium: md5 = e2241ebbcafa36395c60218d54a866ef OK 2025/01/20 02:06:27 DEBUG : large: md5 = d89976f3247d39f2988af3ac9e7e8e62 OK 2025/01/20 02:06:27 DEBUG : Waiting for deletions to finish 2025/01/20 02:06:27 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/01/20 02:06:28 INFO : small: Deleted 2025/01/20 02:06:28 INFO : large: Deleted --- PASS: TestMaxDelete (8.34s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:06:31 DEBUG : small: md5 = 7e61ff17af0163e176382c18f1fedb78 OK 2025/01/20 02:06:33 DEBUG : medium: md5 = 4fb19b816f75a94d445430ac17ec0953 OK 2025/01/20 02:06:35 DEBUG : large: md5 = 612f8fce161823075b40c1b480a59176 OK 2025/01/20 02:06:35 DEBUG : Waiting for deletions to finish 2025/01/20 02:06:35 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/01/20 02:06:36 INFO : small: Deleted 2025/01/20 02:06:36 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.04s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:06:39 DEBUG : small: md5 = cb3c67b033616feea758e97b9b6a73a3 OK 2025/01/20 02:06:41 DEBUG : medium: md5 = 4675708d78de8abb4acde68573f2ccde OK 2025/01/20 02:06:42 DEBUG : large: md5 = 30bf9c3881117b5dff7377ddbcc9158d OK 2025/01/20 02:06:43 DEBUG : Waiting for deletions to finish 2025/01/20 02:06:43 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/01/20 02:06:44 INFO : medium: Deleted 2025/01/20 02:06:44 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.81s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:06:47 DEBUG : ReadFile: md5 = 5f1726683c91fdea3f4d7027337a9cfd OK --- PASS: TestReadFile (4.74s) === RUN TestRetry 2025/01/20 02:06:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/01/20 02:06:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/01/20 02:06:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/20 02:06:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/20 02:06:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/20 02:06:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/20 02:06:50 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-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:06:52 DEBUG : file1: md5 = 206d663c1476800a5d2939c015e2e96d OK 2025/01/20 02:06:54 DEBUG : file2: md5 = deb60a6ee2c65b5e055d36c71ef6e876 OK --- PASS: TestCat (18.98s) === RUN TestPurge 2025/01/20 02:07:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fedacuv1tixe" 2025/01/20 02:07:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/20 02:07:09 DEBUG : Creating backend with remote "TestDrive:crypt/4ffnvl8uu7rbpmp3bsehv0p63q9gcdb9rtm4rcmimu99p602ill0" 2025/01/20 02:07:10 DEBUG : Creating backend with remote "/tmp/rclone2372835802" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fedacuv1tixe'", Local "Local file system at /tmp/rclone2372835802", Modify Window "1ms" 2025/01/20 02:07:16 DEBUG : A1/B1/C1/one: md5 = f36eee9cfc815483848549a66d28c62c OK 2025/01/20 02:07:16 INFO : A2: Making directory 2025/01/20 02:07:17 INFO : A1/B2: Making directory 2025/01/20 02:07:18 INFO : A1/B2/C2: Making directory 2025/01/20 02:07:19 INFO : A1/B1/C3: Making directory 2025/01/20 02:07:20 INFO : A3: Making directory 2025/01/20 02:07:21 INFO : A3/B3: Making directory 2025/01/20 02:07:22 INFO : A3/B3/C4: Making directory 2025/01/20 02:07:25 DEBUG : A1/two: md5 = eadaa1874d746d89c4bd30eae06a9a04 OK 2025/01/20 02:07:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fedacuv1tixe': Purge remote 2025/01/20 02:07:29 NOTICE: purge failed: directory not found --- PASS: TestPurge (19.86s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:07:34 DEBUG : A1/B1/C1/one: md5 = 0b3fbb54bf92493f72b4080a4c911b3d OK 2025/01/20 02:07:34 INFO : A2: Making directory 2025/01/20 02:07:35 INFO : A1/B2: Making directory 2025/01/20 02:07:36 INFO : A1/B2/C2: Making directory 2025/01/20 02:07:37 INFO : A1/B1/C3: Making directory 2025/01/20 02:07:39 INFO : A3: Making directory 2025/01/20 02:07:40 INFO : A3/B3: Making directory 2025/01/20 02:07:41 INFO : A3/B3/C4: Making directory 2025/01/20 02:07:43 DEBUG : A1/two: md5 = 11524d01b1236902858ced77241b02d5 OK 2025/01/20 02:07:44 DEBUG : removing 1 level 3 directories 2025/01/20 02:07:44 INFO : A3/B3/C4: Removing directory 2025/01/20 02:07:47 DEBUG : removing 2 level 3 directories 2025/01/20 02:07:47 INFO : A1/B2/C2: Removing directory 2025/01/20 02:07:47 INFO : A1/B1/C3: Removing directory 2025/01/20 02:07:48 DEBUG : removing 2 level 2 directories 2025/01/20 02:07:48 INFO : A3/B3: Removing directory 2025/01/20 02:07:48 INFO : A1/B2: Removing directory 2025/01/20 02:07:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/20 02:07:48 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/01/20 02:07:49 DEBUG : removing 2 level 1 directories 2025/01/20 02:07:49 INFO : A3: Removing directory 2025/01/20 02:07:49 INFO : A2: Removing directory 2025/01/20 02:07:49 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/01/20 02:07:54 DEBUG : removing 1 level 3 directories 2025/01/20 02:07:54 INFO : A1/B1/C1: Removing directory 2025/01/20 02:07:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:54 DEBUG : removing 1 level 2 directories 2025/01/20 02:07:54 INFO : A1/B1: Removing directory 2025/01/20 02:07:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/20 02:07:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/20 02:07:55 DEBUG : removing 1 level 1 directories 2025/01/20 02:07:55 INFO : A1: Removing directory 2025/01/20 02:07:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/20 02:07:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/20 02:07:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/20 02:07:56 DEBUG : removing 1 level 0 directories 2025/01/20 02:07:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Removing directory 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/20 02:07:57 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" --- PASS: TestRmdirsNoLeaveRoot (28.93s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:07:59 INFO : A1: Making directory 2025/01/20 02:08:00 INFO : A1/B1: Making directory 2025/01/20 02:08:01 INFO : A1/B1/C1: Making directory 2025/01/20 02:08:04 DEBUG : removing 1 level 3 directories 2025/01/20 02:08:04 INFO : A1/B1/C1: Removing directory 2025/01/20 02:08:04 DEBUG : removing 1 level 2 directories 2025/01/20 02:08:04 INFO : A1/B1: Removing directory 2025/01/20 02:08:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/20 02:08:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.33s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:08:07 INFO : A1: Making directory 2025/01/20 02:08:09 INFO : A1/B1: Making directory 2025/01/20 02:08:09 INFO : A1/B1/C1: Making directory 2025/01/20 02:08:13 DEBUG : removing 1 level 3 directories 2025/01/20 02:08:13 INFO : A1/B1/C1: Removing directory 2025/01/20 02:08:14 DEBUG : removing 1 level 2 directories 2025/01/20 02:08:14 INFO : A1/B1: Removing directory 2025/01/20 02:08:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/20 02:08:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.10s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:08:19 DEBUG : file1: md5 = 25db0243e1663e59569c2368700fe5b8 OK 2025/01/20 02:08:19 DEBUG : filename.txt: File name found in url 2025/01/20 02:08:21 DEBUG : filename.txt: md5 = 0b01bf6bdcb96b42653a641c5269338d OK 2025/01/20 02:08:21 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/01/20 02:08:23 DEBUG : headerfilename.txt: md5 = bd0de631f10a650fb9f08d084054aa3d OK 2025/01/20 02:08:24 DEBUG : file2: md5 = e74cf95b5b22a59bf68582fcf1dc34bb OK --- PASS: TestCopyURL (10.65s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:08:27 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/20 02:08:30 DEBUG : sub/file2: md5 = 309b5bda514e2babf17659f0b09382aa OK 2025/01/20 02:08:30 INFO : file1: Copied (new) to: sub/file2 2025/01/20 02:08:30 INFO : file1: Deleted 2025/01/20 02:08:31 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/20 02:08:31 DEBUG : file1: Unchanged skipping 2025/01/20 02:08:31 INFO : file1: Deleted 2025/01/20 02:08:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': don't need to copy/move sub/file2, it is already at target location 2025/01/20 02:08:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.90s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:08:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/20 02:08:36 DEBUG : file1: md5 = e0798f2a9f53636f617cab7fbb6bab03 OK 2025/01/20 02:08:36 INFO : file1: Copied (new) 2025/01/20 02:08:36 INFO : file1: Deleted 2025/01/20 02:08:36 DEBUG : file1: Destination exists, skipping 2025/01/20 02:08:36 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.66s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:08:41 DEBUG : dst/file1: md5 = 0672daf36a948ab8032ad9a84882d4ae OK 2025/01/20 02:08:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bafuvuk0xede/backup" 2025/01/20 02:08:42 DEBUG : Creating backend with remote "TestDrive:crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g/1nrff024r7pq65ecp72fc28jb0" 2025/01/20 02:08:44 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/20 02:08:47 INFO : dst/file1: Moved (server-side) 2025/01/20 02:08:48 DEBUG : dst/file1: md5 = facc1cbca12078734d4556d24662475e OK 2025/01/20 02:08:48 INFO : dst/file1: Copied (new) 2025/01/20 02:08:48 INFO : dst/file1: Deleted 2025/01/20 02:08:52 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/20 02:08:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/20 02:08:53 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.52s) === 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-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:08:57 DEBUG : A1/one: md5 = aa18ec28fd27c189f6857f0b5e14684c OK 2025/01/20 02:08:59 DEBUG : A1/two: md5 = 5d99d4a214c2e207d779f87e31d30adf OK 2025/01/20 02:09:01 DEBUG : A1/B1/three: md5 = f034f15529c2379564be50b9ce38a08a OK 2025/01/20 02:09:04 DEBUG : A1/B1/C1/four: md5 = cff5627b543c24e04addd0060ca66970 OK 2025/01/20 02:09:07 DEBUG : A1/B1/C2/five: md5 = 2b2307cacc155bc4f5ddc8e54277a168 OK 2025/01/20 02:09:07 INFO : A1/B2: Making directory 2025/01/20 02:09:08 INFO : A1/B1/C3: Making directory 2025/01/20 02:09:20 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/01/20 02:09:20 INFO : A2/two: Moved (server-side) to: A3/two 2025/01/20 02:09:20 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/01/20 02:09:20 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/01/20 02:09:20 INFO : A2/one: Moved (server-side) to: A3/one 2025/01/20 02:09:25 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/20 02:09:25 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/20 02:09:25 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/20 02:09:25 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/20 02:09:25 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/20 02:09:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/01/20 02:09:35 INFO : A3/two: Moved (server-side) to: A4/two 2025/01/20 02:09:35 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/01/20 02:09:35 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/01/20 02:09:35 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/01/20 02:09:35 INFO : A3/one: Moved (server-side) to: A4/one 2025/01/20 02:09:39 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/20 02:09:39 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/20 02:09:39 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/20 02:09:40 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/20 02:09:40 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/20 02:09:47 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/01/20 02:09:48 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/01/20 02:09:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/20 02:09:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/20 02:09:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/20 02:09:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/20 02:09:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/20 02:09:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/20 02:09:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/20 02:09:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (56.61s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:09:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': File to upload is small (34 bytes), uploading instead of streaming 2025/01/20 02:09:53 DEBUG : no_checksum_small_file_from_pipe: md5 = 2117cfaefd19fa1a3fd204fc46bf0683 OK 2025/01/20 02:09:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/01/20 02:09:53 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/20 02:09:54 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/01/20 02:09:55 DEBUG : no_checksum_big_file_from_pipe: md5 = 81c6499b7a04ad6f666b0da5c3c37581 OK 2025/01/20 02:09:55 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-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:09:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': File to upload is small (34 bytes), uploading instead of streaming 2025/01/20 02:09:59 DEBUG : with_checksum_small_file_from_pipe: md5 = 3d8ebbdb1469e827351f0718e855a2a1 OK 2025/01/20 02:09:59 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/20 02:10:00 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/01/20 02:10:01 DEBUG : with_checksum_big_file_from_pipe: md5 = 00cdd2acfd75ad83fd0df5388051d08a OK 2025/01/20 02:10:01 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-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:10:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': File to upload is small (34 bytes), uploading instead of streaming 2025/01/20 02:10:05 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/20 02:10:05 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/20 02:10:07 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-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:10:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': File to upload is small (34 bytes), uploading instead of streaming 2025/01/20 02:10:10 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/20 02:10:11 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/20 02:10:12 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.22s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.77s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.84s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.73s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.89s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/01/20 02:10:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': File to upload is small (48 bytes), uploading instead of streaming 2025/01/20 02:10:16 DEBUG : rcat_metadata: md5 = ca01cccbd1d907e63f87bd526b7f0f84 OK 2025/01/20 02:10:16 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/01/20 02:10:18 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/01/20 02:10:20 DEBUG : rcat_metadata_uploadcutoff0: md5 = b5c9772d59873dd12b2af7a74c885f6f OK 2025/01/20 02:10:20 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.84s) --- PASS: TestRcatMetadata/Normal (3.07s) --- PASS: TestRcatMetadata/ViaDisk (3.25s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:10:23 DEBUG : potato1: md5 = 61a6e0be62f1be74719da793bedd85a8 OK 2025/01/20 02:10:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': File to upload is small (60 bytes), uploading instead of streaming 2025/01/20 02:10:25 DEBUG : potato2: md5 = 921a2d3d6d582c6e2094e2851dd2e683 OK 2025/01/20 02:10:25 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.21s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:10:28 DEBUG : potato1: md5 = 904ad583bac93b8fee5d18356cd34c20 OK 2025/01/20 02:10:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': File to upload is small (60 bytes), uploading instead of streaming 2025/01/20 02:10:30 DEBUG : potato2: md5 = dccab0b9f90d99e2c6da697017a0bf1a OK 2025/01/20 02:10:30 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.78s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:10:34 DEBUG : potato2: md5 = 1a64f648251d9111649af721610d09d2 OK 2025/01/20 02:10:35 DEBUG : empty space: md5 = 58091245587544881845b2eecfe1c2c5 OK 2025/01/20 02:10:38 DEBUG : sub dir/potato3: md5 = 57d1ec216b49e4f1491fc6bbf5dbf8cb OK 2025/01/20 02:10:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Touching "empty space" 2025/01/20 02:10:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Touching "potato2" 2025/01/20 02:10:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Touching "sub dir/potato3" 2025/01/20 02:10:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.77s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:10:45 DEBUG : dir with metadata: Making directory with metadata 2025/01/20 02:10:46 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.90s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:10:48 DEBUG : directory with modtime: Making directory with metadata 2025/01/20 02:10:49 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.85s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:10:52 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/20 02:10:52 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/20 02:10:52 DEBUG : Google drive root 'crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g': Skipping btime metadata as can't update it on an existing file: 2025-01-20T02:10:52.262261255Z 2025/01/20 02:10:53 INFO : non existent directory: Updated directory metadata 2025/01/20 02:10:55 DEBUG : Google drive root 'crypt/okifqv1fcboitvv3bqt0v03f3g3ga553d4t4t549hqr2gcmm1v7g': Skipping btime metadata as can't update it on an existing file: 2025-01-20T02:10:52.262261255Z 2025/01/20 02:10:56 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.88s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:10:58 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/01/20 02:11:00 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/01/20 02:11:01 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.85s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:11:02 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/20 02:11:02 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/20 02:11:02 DEBUG : dst: Making directory with metadata 2025/01/20 02:11:03 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/20 02:11:03 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/20 02:11:04 INFO : dst: Set directory modification time (using SetModTime) 2025/01/20 02:11:05 INFO : dst: Set directory modification time (using SetModTime) 2025/01/20 02:11:05 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/01/20 02:11:06 INFO : dst: Set directory modification time (using SetModTime) 2025/01/20 02:11:06 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.54s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede'", Local "Local file system at /tmp/rclone3872961968", Modify Window "1ms" 2025/01/20 02:11:11 DEBUG : sub dir/test remove existing: md5 = c991893f5249f21bb81acb27d6ded3c8 OK 2025/01/20 02:11:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 9d957de8f22f2691df9312070f7593d1 OK 2025/01/20 02:11:16 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.sazajok8" before starting 2025/01/20 02:11:17 DEBUG : sub dir/test remove existing.sazajok8: TEST: removing renamed existing file after operation 2025/01/20 02:11:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gahelod8" before starting 2025/01/20 02:11:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gahelod8: TEST: renaming existing back after failed operation 2025/01/20 02:11:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rolotoq0" before starting 2025/01/20 02:11:22 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rolotoq0: TEST: removing renamed existing file after operation 2025/01/20 02:11:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3e912kf6s9btq4e0eb52qaacam6au9fslms3o7s9a1js023onp0r0r4aelcbneg4jjr7pjtfbr0lj3227b6qe965vq04vaue36k14hjbd7l3mudps3ptno0h5j8qr5p9l91t8vkvhehfdv16g50ecnfjo7f4hmoth3c4i1781au3luk7q5k0" 2025/01/20 02:11:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "kfgv47qthot2vf6e730ol3i9ko8ltt09d0nl945kmllk6pmpig00" --- PASS: TestRemoveExisting (16.14s) === 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/20 02:11:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bafuvuk0xede': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m37.057131442s (try 1/5)