"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/02/15 02:16:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuduheq2xebe" 2025/02/15 02:16:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:16:53 DEBUG : Creating backend with remote "TestDrive:crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0" 2025/02/15 02:16:54 DEBUG : Creating backend with remote "/tmp/rclone1741214138" === 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-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", 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/02/15 02:16:55 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/15 02:16:55 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/02/15 02:16:55 DEBUG : potato: Seek from 10 to 0 2025/02/15 02:16:55 DEBUG : potato: Seek from 10 to 0 2025/02/15 02:16:55 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/02/15 02:16:55 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/15 02:16:55 DEBUG : potato: Seek from 5 to 2 2025/02/15 02:16:55 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/02/15 02:16:55 DEBUG : potato: Seek from 7 to 0 2025/02/15 02:16:55 DEBUG : potato: Seek from 7 to 0 2025/02/15 02:16:55 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/02/15 02:16:55 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/15 02:16:55 DEBUG : potato: Seek from 5 to 2 2025/02/15 02:16:55 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/02/15 02:16:55 DEBUG : potato: Seek from 8 to 0 2025/02/15 02:16:55 DEBUG : potato: Seek from 8 to 0 2025/02/15 02:16:55 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/02/15 02:16:55 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/15 02:16:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/15 02:16:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/15 02:16:55 DEBUG : potato: Seek from 5 to 2 2025/02/15 02:16:55 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/02/15 02:16:55 DEBUG : potato: Seek from 9 to 0 2025/02/15 02:16:55 DEBUG : potato: Seek from 9 to 0 2025/02/15 02:16:55 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-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:16:57 DEBUG : rutabaga: md5 = e1eddf47346535f62554e935b6c029f6 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/02/15 02:16:59 DEBUG : empty space: md5 = c1d7872e3ccb8ed3511cecfe2a914023 OK === RUN TestCheck/3 2025/02/15 02:17:01 DEBUG : potato2: md5 = 24c43f1e04724d88e478562579011b17 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/02/15 02:17:03 DEBUG : remotepotato: md5 = f57d364b2102134506b299f6edf1fac2 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.50s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.22s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/02/15 02:17:06 DEBUG : Creating backend with remote "nonexistent" 2025/02/15 02:17:06 DEBUG : Creating backend with remote "nonexistent" 2025/02/15 02:17:06 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/02/15 02:17:06 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/02/15 02:17:06 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/02/15 02:17:06 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-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:17:08 DEBUG : rutabaga: md5 = 42130312bad6fff3d30295291a0c9087 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/02/15 02:17:12 DEBUG : empty space: md5 = 2aea2f91b6e9301548c4ffb5223b4499 OK === RUN TestCheckDownload/3 2025/02/15 02:17:14 DEBUG : potato2: md5 = ee28b9991bbe8791a1f83cc7d7df84ca OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/02/15 02:17:18 DEBUG : remotepotato: md5 = 39d79fbc8a3a01654e2a0304fb8e200c OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.75s) --- PASS: TestCheckDownload/1 (1.30s) --- PASS: TestCheckDownload/2 (1.13s) --- PASS: TestCheckDownload/3 (1.01s) --- PASS: TestCheckDownload/4 (1.07s) --- PASS: TestCheckDownload/5 (1.03s) --- PASS: TestCheckDownload/6 (0.93s) --- PASS: TestCheckDownload/7 (1.35s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:17:25 DEBUG : rutabaga: md5 = 0c1c87772cfac3782e904c3c7e2cd8f1 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/02/15 02:17:27 DEBUG : empty space: md5 = 34d98da404529b3bcd421781cd79636f OK === RUN TestCheckSizeOnly/3 2025/02/15 02:17:28 DEBUG : potato2: md5 = dc07278fc1c8fa0aaf5fe119d4ceccab OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/02/15 02:17:30 DEBUG : remotepotato: md5 = 55fe00db742edce4e14a5fd130709562 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.49s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.22s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:17:35 DEBUG : test.sum: md5 = c0eb57aa676df8b5bac2f4b6419f3661 OK 2025/02/15 02:17:36 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/15 02:17:36 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/15 02:17:36 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/15 02:17:36 NOTICE: test.sum: 2 warning(s) suppressed... 2025/02/15 02:17:37 DEBUG : test.sum: md5 = 48491d9ed491798ccb417c4e52636e60 OK 2025/02/15 02:17:39 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/15 02:17:39 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/15 02:17:39 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/15 02:17:39 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.07s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:17:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuduheq2xebe/data" 2025/02/15 02:17:40 DEBUG : Creating backend with remote "TestDrive:crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe/data' lacks md5, skipping --- SKIP: TestCheckSum (2.40s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:17:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuduheq2xebe/data" 2025/02/15 02:17:42 DEBUG : Creating backend with remote "TestDrive:crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0/vjrnln8ratgmqakfosrqe8espk" 2025/02/15 02:17:46 DEBUG : data/banana: md5 = 903bdd814b560169c0f238c0b9aa2150 OK 2025/02/15 02:17:48 DEBUG : test.sum: md5 = dc9f5696940522134f23a782e3c1ab3e OK === RUN TestCheckSumDownload/subtest1 2025/02/15 02:17:52 DEBUG : data/potato: md5 = e952cfa86626af9aae35fdc3242aa011 OK 2025/02/15 02:17:54 DEBUG : test.sum: md5 = e3efb84b4dbe15cd64e8fb30f509f38d OK === RUN TestCheckSumDownload/subtest2 2025/02/15 02:17:57 DEBUG : test.sum: md5 = aa55f150a306d12d8386301d0dc202b6 OK === RUN TestCheckSumDownload/subtest3 2025/02/15 02:18:02 DEBUG : test.sum: md5 = 5d4ce82cf456cc8c2dca5929e2c4c663 OK === RUN TestCheckSumDownload/subtest4 2025/02/15 02:18:06 DEBUG : test.sum: md5 = f984ff00c158b5bd49c6f9261325fcec OK === RUN TestCheckSumDownload/subtest5 2025/02/15 02:18:11 DEBUG : test.sum: md5 = 9a20b34ea75e9cffa3e50c5d44845c27 OK === RUN TestCheckSumDownload/subtest6 2025/02/15 02:18:15 DEBUG : data/banana: md5 = 5e1ca139d734b49b6278cda74902b7bf OK 2025/02/15 02:18:16 DEBUG : data/potato: md5 = e795795713f2ee38a1de74ba9addf71e OK 2025/02/15 02:18:18 DEBUG : test.sum: md5 = 9c279db54cda09a1dc4b24342696592f OK === RUN TestCheckSumDownload/subtest7 2025/02/15 02:18:22 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/02/15 02:18:22 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (41.19s) --- PASS: TestCheckSumDownload/subtest1 (2.62s) --- PASS: TestCheckSumDownload/subtest2 (2.11s) --- PASS: TestCheckSumDownload/subtest3 (2.08s) --- PASS: TestCheckSumDownload/subtest4 (2.41s) --- PASS: TestCheckSumDownload/subtest5 (3.08s) --- PASS: TestCheckSumDownload/subtest6 (2.32s) --- PASS: TestCheckSumDownload/subtest7 (2.36s) === RUN TestApplyTransforms 2025/02/15 02:18:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-junujuq5wutu" 2025/02/15 02:18:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:18:23 DEBUG : Creating backend with remote "TestDrive:crypt/7o92fa4fob21e50e3n40vv26sgp4cctl9p79g6gsut93upaebigg" 2025/02/15 02:18:24 DEBUG : Creating backend with remote "/tmp/rclone3223490418" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-junujuq5wutu'", Local "Local file system at /tmp/rclone3223490418", Modify Window "1ms" 2025/02/15 02:18:26 DEBUG : hello, world!: md5 = 192014efcccda3314834847d773f7354 OK upper checkfile vs. lower remote (without normalization) 2025/02/15 02:18:27 ERROR : hello, world!: sum not found 2025/02/15 02:18:27 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-junujuq5wutu' 2025/02/15 02:18:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-junujuq5wutu': 1 files missing 2025/02/15 02:18:27 NOTICE: 1 hashes missing 2025/02/15 02:18:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-junujuq5wutu': 2 differences found 2025/02/15 02:18:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-junujuq5wutu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/02/15 02:18:28 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/15 02:18:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-junujuq5wutu': 0 differences found 2025/02/15 02:18:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-junujuq5wutu': 1 matching files 2025/02/15 02:18:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lezikan6xazo" 2025/02/15 02:18:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:18:28 DEBUG : Creating backend with remote "TestDrive:crypt/e94au6ispkqbgofrqlmp5oooq8kctltpc7d5jcef2i8qjoahb0sg" 2025/02/15 02:18:29 DEBUG : Creating backend with remote "/tmp/rclone1546086161" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lezikan6xazo'", Local "Local file system at /tmp/rclone1546086161", Modify Window "1ms" 2025/02/15 02:18:31 DEBUG : HELLO, WORLD!: md5 = 0547db22a7654033358188193554e850 OK lower checkfile vs. upper remote (without normalization) 2025/02/15 02:18:31 ERROR : HELLO, WORLD!: sum not found 2025/02/15 02:18:31 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lezikan6xazo' 2025/02/15 02:18:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lezikan6xazo': 1 files missing 2025/02/15 02:18:31 NOTICE: 1 hashes missing 2025/02/15 02:18:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lezikan6xazo': 2 differences found 2025/02/15 02:18:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lezikan6xazo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/02/15 02:18:32 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/15 02:18:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lezikan6xazo': 0 differences found 2025/02/15 02:18:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lezikan6xazo': 1 matching files 2025/02/15 02:18:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hitejug1zaye" 2025/02/15 02:18:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:18:33 DEBUG : Creating backend with remote "TestDrive:crypt/kkotpn5tk66h5a7et51tj2c32ittjh95ua6h9gfv5u5bo6s21br0" 2025/02/15 02:18:34 DEBUG : Creating backend with remote "/tmp/rclone2827825253" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hitejug1zaye'", Local "Local file system at /tmp/rclone2827825253", Modify Window "1ms" 2025/02/15 02:18:36 DEBUG : HeLlO, wOrLd!: md5 = 9f517544f4b340485198b261abc35cdb OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/02/15 02:18:36 ERROR : HeLlO, wOrLd!: sum not found 2025/02/15 02:18:36 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hitejug1zaye' 2025/02/15 02:18:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hitejug1zaye': 1 files missing 2025/02/15 02:18:36 NOTICE: 1 hashes missing 2025/02/15 02:18:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hitejug1zaye': 2 differences found 2025/02/15 02:18:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hitejug1zaye': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/02/15 02:18:37 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/15 02:18:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hitejug1zaye': 0 differences found 2025/02/15 02:18:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hitejug1zaye': 1 matching files 2025/02/15 02:18:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jefufol2culo" 2025/02/15 02:18:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:18:38 DEBUG : Creating backend with remote "TestDrive:crypt/vji2r0pst5agr0j9udpe2fknmtemv0corqnu7kaldo0i8jsngfjg" 2025/02/15 02:18:38 DEBUG : Creating backend with remote "/tmp/rclone565003864" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jefufol2culo'", Local "Local file system at /tmp/rclone565003864", Modify Window "1ms" 2025/02/15 02:18:41 DEBUG : HELLO, WORLD!: md5 = e2e4df3e5524014d10ff4d9752d3bbc6 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/02/15 02:18:41 ERROR : HELLO, WORLD!: sum not found 2025/02/15 02:18:41 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jefufol2culo' 2025/02/15 02:18:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jefufol2culo': 1 files missing 2025/02/15 02:18:41 NOTICE: 1 hashes missing 2025/02/15 02:18:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jefufol2culo': 2 differences found 2025/02/15 02:18:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jefufol2culo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/02/15 02:18:43 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/15 02:18:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jefufol2culo': 0 differences found 2025/02/15 02:18:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jefufol2culo': 1 matching files 2025/02/15 02:18:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-voligap9luku" 2025/02/15 02:18:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:18:43 DEBUG : Creating backend with remote "TestDrive:crypt/bf8vueqgrksshsae1llmpc12egrsagjkclecm9qvlk6gv2b7b9n0" 2025/02/15 02:18:44 DEBUG : Creating backend with remote "/tmp/rclone48351027" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-voligap9luku'", Local "Local file system at /tmp/rclone48351027", Modify Window "1ms" 2025/02/15 02:18:46 DEBUG : 測試_Русский___ě_áñ: md5 = 4581522ae5999358fae95d1f49ccb330 OK NFD checkfile vs. NFC remote (without normalization) 2025/02/15 02:18:46 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/15 02:18:46 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-voligap9luku' 2025/02/15 02:18:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-voligap9luku': 1 files missing 2025/02/15 02:18:46 NOTICE: 1 hashes missing 2025/02/15 02:18:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-voligap9luku': 2 differences found 2025/02/15 02:18:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-voligap9luku': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/02/15 02:18:47 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/15 02:18:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-voligap9luku': 0 differences found 2025/02/15 02:18:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-voligap9luku': 1 matching files 2025/02/15 02:18:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hudacut5peci" 2025/02/15 02:18:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:18:48 DEBUG : Creating backend with remote "TestDrive:crypt/p57laf0j65vq5rri5q0hj0fr5o4icf20cccatiblmahgu4bk1bdg" 2025/02/15 02:18:49 DEBUG : Creating backend with remote "/tmp/rclone2691953426" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hudacut5peci'", Local "Local file system at /tmp/rclone2691953426", Modify Window "1ms" 2025/02/15 02:18:51 DEBUG : 測試_Русский___ě_áñ: md5 = a747822d27c70bd56a1e0f19a38eb38b OK NFC checkfile vs. NFD remote (without normalization) 2025/02/15 02:18:51 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/15 02:18:51 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hudacut5peci' 2025/02/15 02:18:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hudacut5peci': 1 files missing 2025/02/15 02:18:51 NOTICE: 1 hashes missing 2025/02/15 02:18:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hudacut5peci': 2 differences found 2025/02/15 02:18:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hudacut5peci': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/02/15 02:18:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/15 02:18:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hudacut5peci': 0 differences found 2025/02/15 02:18:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hudacut5peci': 1 matching files 2025/02/15 02:18:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mumejag0fiju" 2025/02/15 02:18:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:18:52 DEBUG : Creating backend with remote "TestDrive:crypt/4t1bo7pd5mcnnrlns3ag7tt3mkhvebj6odoc6h8omau1gdjg6ld0" 2025/02/15 02:18:53 DEBUG : Creating backend with remote "/tmp/rclone4076601493" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mumejag0fiju'", Local "Local file system at /tmp/rclone4076601493", Modify Window "1ms" 2025/02/15 02:18:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = da0122e8d57b5b2bf9d101290380579a OK NFDx2 checkfile vs. both remote (without normalization) 2025/02/15 02:18:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/15 02:18:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mumejag0fiju' 2025/02/15 02:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mumejag0fiju': 1 files missing 2025/02/15 02:18:56 NOTICE: 1 hashes missing 2025/02/15 02:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mumejag0fiju': 2 differences found 2025/02/15 02:18:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mumejag0fiju': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/02/15 02:18:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/15 02:18:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mumejag0fiju': 0 differences found 2025/02/15 02:18:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mumejag0fiju': 1 matching files 2025/02/15 02:18:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-seloguw6yiwo" 2025/02/15 02:18:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:18:58 DEBUG : Creating backend with remote "TestDrive:crypt/tu9hus8s35gppa8pnm6lgaqv31i64j4hc0s8aov9cq1q4ucapqv0" 2025/02/15 02:18:59 DEBUG : Creating backend with remote "/tmp/rclone2890766316" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-seloguw6yiwo'", Local "Local file system at /tmp/rclone2890766316", Modify Window "1ms" 2025/02/15 02:19:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = fe250fa80723dba9ef9401f111486996 OK NFCx2 checkfile vs. both remote (without normalization) 2025/02/15 02:19:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/15 02:19:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-seloguw6yiwo' 2025/02/15 02:19:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seloguw6yiwo': 1 files missing 2025/02/15 02:19:01 NOTICE: 1 hashes missing 2025/02/15 02:19:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seloguw6yiwo': 2 differences found 2025/02/15 02:19:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seloguw6yiwo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/02/15 02:19:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/15 02:19:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seloguw6yiwo': 0 differences found 2025/02/15 02:19:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seloguw6yiwo': 1 matching files 2025/02/15 02:19:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puxejal6wube" 2025/02/15 02:19:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:19:02 DEBUG : Creating backend with remote "TestDrive:crypt/m198hfad9be5f0qrmvu0aho4b5rffek9t99avauen7u9jvh0ef50" 2025/02/15 02:19:03 DEBUG : Creating backend with remote "/tmp/rclone2884750699" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puxejal6wube'", Local "Local file system at /tmp/rclone2884750699", Modify Window "1ms" 2025/02/15 02:19:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2ef75b9c0bef191c0456cb71dea5daf4 OK both checkfile vs. NFDx2 remote (without normalization) 2025/02/15 02:19:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/15 02:19:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-puxejal6wube' 2025/02/15 02:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxejal6wube': 1 files missing 2025/02/15 02:19:06 NOTICE: 1 hashes missing 2025/02/15 02:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxejal6wube': 2 differences found 2025/02/15 02:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxejal6wube': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/02/15 02:19:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/15 02:19:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxejal6wube': 0 differences found 2025/02/15 02:19:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxejal6wube': 1 matching files 2025/02/15 02:19:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kamuqoy9zece" 2025/02/15 02:19:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:19:07 DEBUG : Creating backend with remote "TestDrive:crypt/3jq21uclm6bfrginj98gatgj8tnhtianhvo22vppr5df9h530ulg" 2025/02/15 02:19:08 DEBUG : Creating backend with remote "/tmp/rclone330514741" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kamuqoy9zece'", Local "Local file system at /tmp/rclone330514741", Modify Window "1ms" 2025/02/15 02:19:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1d01ac10c077c513d6468763ac21db63 OK both checkfile vs. NFCx2 remote (without normalization) 2025/02/15 02:19:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/15 02:19:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kamuqoy9zece' 2025/02/15 02:19:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kamuqoy9zece': 1 files missing 2025/02/15 02:19:11 NOTICE: 1 hashes missing 2025/02/15 02:19:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kamuqoy9zece': 2 differences found 2025/02/15 02:19:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kamuqoy9zece': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/02/15 02:19:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/15 02:19:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kamuqoy9zece': 0 differences found 2025/02/15 02:19:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kamuqoy9zece': 1 matching files 2025/02/15 02:19:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kamuqoy9zece': Purge remote 2025/02/15 02:19:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puxejal6wube': Purge remote 2025/02/15 02:19:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-seloguw6yiwo': Purge remote 2025/02/15 02:19:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mumejag0fiju': Purge remote 2025/02/15 02:19:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hudacut5peci': Purge remote 2025/02/15 02:19:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-voligap9luku': Purge remote 2025/02/15 02:19:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jefufol2culo': Purge remote 2025/02/15 02:19:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hitejug1zaye': Purge remote 2025/02/15 02:19:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lezikan6xazo': Purge remote 2025/02/15 02:19:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-junujuq5wutu': Purge remote --- PASS: TestApplyTransforms (52.94s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:19:16 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/15 02:19:19 DEBUG : sub/file2: md5 = addfe665f01055163c159d45c0b8b42c OK 2025/02/15 02:19:19 INFO : file1: Copied (new) to: sub/file2 2025/02/15 02:19:19 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 02:19:19 DEBUG : file1: Unchanged skipping 2025/02/15 02:19:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': don't need to copy/move sub/file2, it is already at target location 2025/02/15 02:19:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.08s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:19:25 DEBUG : dst/file1: md5 = 1038d043b51f6a880cfe316964d112a8 OK 2025/02/15 02:19:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuduheq2xebe/backup" 2025/02/15 02:19:26 DEBUG : Creating backend with remote "TestDrive:crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0/1nrff024r7pq65ecp72fc28jb0" 2025/02/15 02:19:27 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/15 02:19:29 INFO : dst/file1: Moved (server-side) 2025/02/15 02:19:30 DEBUG : dst/file1: md5 = 9caea05f50454d34e4395383d4b2395b OK 2025/02/15 02:19:30 INFO : dst/file1: Copied (new) 2025/02/15 02:19:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/15 02:19:34 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/15 02:19:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.48s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:19:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuduheq2xebe/dst" 2025/02/15 02:19:35 DEBUG : Creating backend with remote "TestDrive:crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/15 02:19:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuduheq2xebe/CompareDest" 2025/02/15 02:19:37 DEBUG : Creating backend with remote "TestDrive:crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0/gveqi14airsml4bgu7krj116o8" 2025/02/15 02:19:38 DEBUG : one: Need to transfer - File not found at Destination 2025/02/15 02:19:41 DEBUG : one: md5 = 03881d3e05e020a057aeee2027785ab3 OK 2025/02/15 02:19:41 INFO : one: Copied (new) 2025/02/15 02:19:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 02:19:44 DEBUG : one: md5 = 1118c4aa3d5b6ed56362204853ad6409 OK 2025/02/15 02:19:44 INFO : one: Copied (replaced existing) 2025/02/15 02:19:45 DEBUG : dst/one: md5 = 74c16afd94c24ca4009aa32d9f6b6d86 OK 2025/02/15 02:19:47 DEBUG : CompareDest/one: md5 = 849bd78e86c961cdfb411de0862ad7d5 OK 2025/02/15 02:19:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 02:19:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 02:19:49 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/15 02:19:50 DEBUG : CompareDest/two: md5 = 2cf75478359311a64d76cea59b5d0aff OK 2025/02/15 02:19:51 DEBUG : two: Need to transfer - File not found at Destination 2025/02/15 02:19:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 02:19:51 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/15 02:19:52 DEBUG : two: Need to transfer - File not found at Destination 2025/02/15 02:19:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 02:19:52 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/15 02:19:54 DEBUG : two: Need to transfer - File not found at Destination 2025/02/15 02:19:54 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/15 02:19:55 DEBUG : two: md5 = 8784c71545361d0acfa8b78d5cfd42ae OK 2025/02/15 02:19:55 INFO : two: Copied (new) 2025/02/15 02:19:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/15 02:19:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:19:59 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/15 02:19:59 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.63s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:20:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuduheq2xebe/dst" 2025/02/15 02:20:00 DEBUG : Creating backend with remote "TestDrive:crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/15 02:20:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuduheq2xebe/CopyDest" 2025/02/15 02:20:02 DEBUG : Creating backend with remote "TestDrive:crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/15 02:20:03 DEBUG : one: Need to transfer - File not found at Destination 2025/02/15 02:20:05 DEBUG : one: md5 = d9103c112f1885959692adaf07a5f6af OK 2025/02/15 02:20:05 INFO : one: Copied (new) 2025/02/15 02:20:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 02:20:08 DEBUG : one: md5 = a294cd8364cfddf18b483e7da0e373ee OK 2025/02/15 02:20:08 INFO : one: Copied (replaced existing) 2025/02/15 02:20:10 DEBUG : dst/one: md5 = eb292b2d730237eacf18584301ba3e72 OK 2025/02/15 02:20:12 DEBUG : CopyDest/one: md5 = 6c850bdeb70af6cdf439a2b478c8e70c OK 2025/02/15 02:20:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuduheq2xebe/BackupDir" 2025/02/15 02:20:13 DEBUG : Creating backend with remote "TestDrive:crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/15 02:20:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 02:20:15 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 02:20:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 02:20:16 INFO : one: Moved (server-side) 2025/02/15 02:20:17 INFO : one: Copied (server-side copy) 2025/02/15 02:20:17 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/15 02:20:19 DEBUG : CopyDest/two: md5 = d587722c1cf68cb3bf112360fd154c5c OK 2025/02/15 02:20:20 DEBUG : two: Need to transfer - File not found at Destination 2025/02/15 02:20:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 02:20:21 INFO : two: Copied (server-side copy) 2025/02/15 02:20:21 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/15 02:20:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 02:20:22 DEBUG : two: Unchanged skipping 2025/02/15 02:20:24 DEBUG : CopyDest/three: md5 = cda2df035f681f2689863f62524f5765 OK 2025/02/15 02:20:24 DEBUG : three: Need to transfer - File not found at Destination 2025/02/15 02:20:25 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/15 02:20:25 DEBUG : three: Destination not found in --copy-dest 2025/02/15 02:20:26 DEBUG : three: md5 = 416942e375c74dfbea68a1db92fe9be7 OK 2025/02/15 02:20:26 INFO : three: Copied (new) 2025/02/15 02:20:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/15 02:20:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/15 02:20:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:20:31 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:20:31 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/15 02:20:31 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/15 02:20:32 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.79s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.48s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", 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-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:20:34 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/02/15 02:20:36 DEBUG : TestCopyFileMaxTransfer/file1: md5 = ffa1fbc278eb09c4031613be281ee52c OK 2025/02/15 02:20:36 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/02/15 02:20:37 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/02/15 02:20:37 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/02/15 02:20:38 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/02/15 02:20:38 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/02/15 02:20:39 DEBUG : TestCopyFileMaxTransfer/file4: md5 = f341dfa808f13283c5c54a26199b78a8 OK 2025/02/15 02:20:39 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/02/15 02:20:42 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/02/15 02:20:42 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.75s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:20:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Looking for duplicate names using skip mode. 2025/02/15 02:20:46 NOTICE: one: Found 2 files with duplicate names 2025/02/15 02:20:46 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.60s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:20:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Looking for duplicate names using skip mode. 2025/02/15 02:20:52 NOTICE: one: Found 3 files with duplicate names 2025/02/15 02:20:52 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/02/15 02:20:52 INFO : one: Deleted 2025/02/15 02:20:52 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.74s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:20:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Looking for duplicate names using first mode. 2025/02/15 02:20:58 NOTICE: one: Found 3 files with duplicate names 2025/02/15 02:20:59 INFO : one: Deleted 2025/02/15 02:20:59 INFO : one: Deleted 2025/02/15 02:20:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.29s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:21:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Looking for duplicate names using newest mode. 2025/02/15 02:21:04 NOTICE: one: Found 3 files with duplicate names 2025/02/15 02:21:05 INFO : one: Deleted 2025/02/15 02:21:05 INFO : one: Deleted 2025/02/15 02:21:05 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.05s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:21:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Looking for duplicate names using oldest mode. 2025/02/15 02:21:11 NOTICE: one: Found 3 files with duplicate names 2025/02/15 02:21:13 INFO : one: Deleted 2025/02/15 02:21:13 INFO : one: Deleted 2025/02/15 02:21:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.56s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:21:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Looking for duplicate names using largest mode. 2025/02/15 02:21:19 NOTICE: one: Found 3 files with duplicate names 2025/02/15 02:21:19 INFO : one: Deleted 2025/02/15 02:21:20 INFO : one: Deleted 2025/02/15 02:21:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.32s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:21:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Looking for duplicate names using smallest mode. 2025/02/15 02:21:25 NOTICE: one: Found 3 files with duplicate names 2025/02/15 02:21:25 INFO : one: Deleted 2025/02/15 02:21:26 INFO : one: Deleted 2025/02/15 02:21:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.27s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:21:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Looking for duplicate names using rename mode. 2025/02/15 02:21:32 NOTICE: one.txt: Found 3 files with duplicate names 2025/02/15 02:21:34 INFO : one-2.txt: renamed from: one.txt 2025/02/15 02:21:35 INFO : one-3.txt: renamed from: one.txt 2025/02/15 02:21:36 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.53s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:21:41 DEBUG : dupe1/one.txt: md5 = 8f0f1244358cdf8652ee0a0e2f94244b OK 2025/02/15 02:21:42 DEBUG : Config file has changed externally - reloading 2025/02/15 02:21:42 DEBUG : TestDrive: Loaded fresh token from config file 2025/02/15 02:21:43 DEBUG : dupe2/two.txt: md5 = 191f4725c3ed73deda34b3b85ab25988 OK 2025/02/15 02:21:45 DEBUG : dupe3/three.txt: md5 = 66c1728db0da81a825367416da35ad19 OK 2025/02/15 02:21:45 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/02/15 02:21:46 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/02/15 02:21:47 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/02/15 02:21:47 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/02/15 02:21:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/02/15 02:21:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/02/15 02:21:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.54s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:21:52 DEBUG : a.txt: md5 = f11cf5b958877a059018a31a865d2ad5 OK 2025/02/15 02:21:54 DEBUG : zend.txt: md5 = 131497925e08296c6334da32f18eeec8 OK 2025/02/15 02:21:56 DEBUG : sub dir/hello world: md5 = 194a1b214117a8d237df68a47320bb9b OK 2025/02/15 02:21:57 DEBUG : sub dir/hello world2: md5 = fb7b1a0d760a99d917b082daaa9bfc69 OK 2025/02/15 02:22:00 DEBUG : sub dir/ignore dir/.ignore: md5 = 41e86aab874f9f0585c46c2cebbd8dc1 OK 2025/02/15 02:22:01 DEBUG : sub dir/ignore dir/should be ignored: md5 = 3835872bb40ea193c409324b850c2361 OK 2025/02/15 02:22:03 DEBUG : sub dir/sub sub dir/hello world3: md5 = 470a9a0a3e8ec5e37df48237cea3582a OK 2025/02/15 02:22:04 DEBUG : a.txt: Excluded (Size Filter) 2025/02/15 02:22:04 DEBUG : a.txt: Excluded 2025/02/15 02:22:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/15 02:22:05 DEBUG : sub dir/hello world: Excluded 2025/02/15 02:22:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/15 02:22:05 DEBUG : sub dir/hello world2: Excluded 2025/02/15 02:22:06 DEBUG : sub dir/ignore dir: Excluded 2025/02/15 02:22:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/15 02:22:06 DEBUG : sub dir/hello world: Excluded 2025/02/15 02:22:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/15 02:22:06 DEBUG : sub dir/hello world2: Excluded 2025/02/15 02:22:06 DEBUG : sub dir/ignore dir: Excluded 2025/02/15 02:22:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/02/15 02:22:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/02/15 02:22:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/02/15 02:22:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/02/15 02:22:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/02/15 02:22:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/02/15 02:22:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.25s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:22:14 DEBUG : file1: md5 = ee2096d925442dd280644362f568ce73 OK 2025/02/15 02:22:16 DEBUG : sub/file2: md5 = 4f7d1b68b6813906a8617f3f96171e2a 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/02/15 02:22:19 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/02/15 02:22:19 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/02/15 02:22:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/02/15 02:22:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.31s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.55s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.31s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.65s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:22:23 DEBUG : file1: md5 = dd64c757849c71b52a42c21e2ad9781e OK 2025/02/15 02:22:25 DEBUG : sub/file2: md5 = e7a18f5541528efed24a447fe020e4f5 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/02/15 02:22:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuduheq2xebe/notfound" 2025/02/15 02:22:29 DEBUG : Creating backend with remote "TestDrive:crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0/qe0i31qdkoejk60elps0ni5sqk" 2025/02/15 02:22:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.46s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.38s) --- PASS: TestStatJSON/RootNotFound (1.67s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:22:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Making directory 2025/02/15 02:22:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Making directory --- PASS: TestMkdir (0.65s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:22:36 DEBUG : sub dir/hello world: md5 = a927ca69944ac95505a78a0cbd3d8f56 OK 2025/02/15 02:22:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.91s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:22:40 DEBUG : potato2: md5 = 8b0fcdfbacb7a4bf5bed2facd0fa3865 OK 2025/02/15 02:22:41 DEBUG : empty space: md5 = 3ec9a30c816c7a728cefc149b1033e55 OK --- PASS: TestLs (4.58s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:22:45 DEBUG : potato2: md5 = 964a2036a2e21ccbb0673eede01e2d15 OK 2025/02/15 02:22:46 DEBUG : empty space: md5 = 80e4640a9917c3bd438c20ec645dbb64 OK 2025/02/15 02:22:46 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.78s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:22:50 DEBUG : potato2: md5 = 32095d3fd4ff900ed6ab94a048b631aa OK 2025/02/15 02:22:51 DEBUG : empty space: md5 = 12916599028b6dd766d0a329f0163f2d OK --- PASS: TestLsLong (4.69s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:22:54 DEBUG : potato2: md5 = 158941e7e67b97204dad0d758637e3b4 OK 2025/02/15 02:22:56 DEBUG : empty space: md5 = dad2eed3a62d4de4ce49b59172623b25 OK --- PASS: TestHashSums (4.75s) === RUN TestHashSumsWithErrors 2025/02/15 02:22:58 DEBUG : Creating backend with remote ":memory:" 2025/02/15 02:22:58 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/02/15 02:22:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/15 02:22:58 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/15 02:22:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/15 02:22:58 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/15 02:22:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/15 02:22:58 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/15 02:22:58 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/02/15 02:22:58 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:22:59 DEBUG : potato2: md5 = b800f595ceab48ff84e57ce205b49c97 OK 2025/02/15 02:23:00 DEBUG : empty space: md5 = ce9b6d1c42d3c8924a0431e0dae8048f OK 2025/02/15 02:23:02 DEBUG : sub dir/potato3: md5 = 2e6d2bd639c582c10bcd0eeec3d8ccf3 OK 2025/02/15 02:23:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.19s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:23:07 DEBUG : small: md5 = c0e674272149585c910f1eb1d47dc1e3 OK 2025/02/15 02:23:09 DEBUG : medium: md5 = 241a9816e683a2698e2e73b623882d7c OK 2025/02/15 02:23:10 DEBUG : large: md5 = 5cdb77069ae20d353e2de043c8cb8ee5 OK 2025/02/15 02:23:10 DEBUG : Waiting for deletions to finish 2025/02/15 02:23:10 DEBUG : large: Excluded (Size Filter) 2025/02/15 02:23:11 INFO : small: Deleted 2025/02/15 02:23:11 INFO : medium: Deleted --- PASS: TestDelete (6.14s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:23:13 DEBUG : small: md5 = 4cc2eb22e53dca55adb115a50bc9bde7 OK 2025/02/15 02:23:15 DEBUG : medium: md5 = dc1a8df6494cf122e961e179c17eed29 OK 2025/02/15 02:23:16 DEBUG : large: md5 = 1b69402f179a4ba51769a9669f78c06c OK 2025/02/15 02:23:16 DEBUG : Waiting for deletions to finish 2025/02/15 02:23:17 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/02/15 02:23:17 INFO : small: Deleted 2025/02/15 02:23:17 INFO : large: Deleted --- PASS: TestMaxDelete (6.82s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:23:20 DEBUG : small: md5 = a11ef829fb4b1aa48f55b0e54f56803f OK 2025/02/15 02:23:21 DEBUG : medium: md5 = 50b9f4f1668c90018d726d699f1af89a OK 2025/02/15 02:23:23 DEBUG : large: md5 = 40764570af8b0b67b86671441f9e4392 OK 2025/02/15 02:23:23 DEBUG : Waiting for deletions to finish 2025/02/15 02:23:23 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/15 02:23:24 INFO : medium: Deleted 2025/02/15 02:23:24 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.68s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:23:27 DEBUG : small: md5 = fafc9bec50749f749baf508aa0b76b09 OK 2025/02/15 02:23:28 DEBUG : medium: md5 = 23fa4cf8a2acace4f02346b873b923cb OK 2025/02/15 02:23:30 DEBUG : large: md5 = a632f4b382870e32877bf4b81c431b8b OK 2025/02/15 02:23:30 DEBUG : Waiting for deletions to finish 2025/02/15 02:23:30 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/15 02:23:30 INFO : small: Deleted 2025/02/15 02:23:30 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.67s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:23:33 DEBUG : ReadFile: md5 = e8270b931bbedd29ba3b7ec808d8046a OK --- PASS: TestReadFile (4.24s) === RUN TestRetry 2025/02/15 02:23:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/02/15 02:23:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/02/15 02:23:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/15 02:23:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/15 02:23:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/15 02:23:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/15 02:23:36 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-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:23:38 DEBUG : file1: md5 = 767a62c2cbcb5d5573d94967810f0db8 OK 2025/02/15 02:23:39 DEBUG : file2: md5 = c2e4b33bee1540e793d8bdf2ddd48c3f OK --- PASS: TestCat (17.58s) === RUN TestPurge 2025/02/15 02:23:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guyedix5gaza" 2025/02/15 02:23:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:23:54 DEBUG : Creating backend with remote "TestDrive:crypt/oksku0tqhkkgcgudifnoersd0gq8s77m4o98ver5mgf314q5f7rg" 2025/02/15 02:23:55 DEBUG : Creating backend with remote "/tmp/rclone797260352" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guyedix5gaza'", Local "Local file system at /tmp/rclone797260352", Modify Window "1ms" 2025/02/15 02:23:59 DEBUG : A1/B1/C1/one: md5 = fb73dd06a54a39edaa117217841133c3 OK 2025/02/15 02:23:59 INFO : A2: Making directory 2025/02/15 02:24:00 INFO : A1/B2: Making directory 2025/02/15 02:24:01 INFO : A1/B2/C2: Making directory 2025/02/15 02:24:02 INFO : A1/B1/C3: Making directory 2025/02/15 02:24:02 INFO : A3: Making directory 2025/02/15 02:24:03 INFO : A3/B3: Making directory 2025/02/15 02:24:04 INFO : A3/B3/C4: Making directory 2025/02/15 02:24:06 DEBUG : A1/two: md5 = 99963316ebb6566e787177e3a2fa2b94 OK 2025/02/15 02:24:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guyedix5gaza': Purge remote 2025/02/15 02:24:09 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.57s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:24:13 DEBUG : A1/B1/C1/one: md5 = 6a18f33003877357b26ac2e09a4e6433 OK 2025/02/15 02:24:13 INFO : A2: Making directory 2025/02/15 02:24:14 INFO : A1/B2: Making directory 2025/02/15 02:24:15 INFO : A1/B2/C2: Making directory 2025/02/15 02:24:15 INFO : A1/B1/C3: Making directory 2025/02/15 02:24:16 INFO : A3: Making directory 2025/02/15 02:24:17 INFO : A3/B3: Making directory 2025/02/15 02:24:18 INFO : A3/B3/C4: Making directory 2025/02/15 02:24:20 DEBUG : A1/two: md5 = 824493822ca1a2cd8ab4a91a36df1666 OK 2025/02/15 02:24:21 DEBUG : removing 1 level 3 directories 2025/02/15 02:24:21 INFO : A3/B3/C4: Removing directory 2025/02/15 02:24:24 DEBUG : removing 2 level 3 directories 2025/02/15 02:24:24 INFO : A1/B2/C2: Removing directory 2025/02/15 02:24:24 INFO : A1/B1/C3: Removing directory 2025/02/15 02:24:24 DEBUG : removing 2 level 2 directories 2025/02/15 02:24:24 INFO : A3/B3: Removing directory 2025/02/15 02:24:24 INFO : A1/B2: Removing directory 2025/02/15 02:24:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/15 02:24:25 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/02/15 02:24:25 DEBUG : removing 2 level 1 directories 2025/02/15 02:24:25 INFO : A3: Removing directory 2025/02/15 02:24:25 INFO : A2: Removing directory 2025/02/15 02:24:25 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/02/15 02:24:29 DEBUG : removing 1 level 3 directories 2025/02/15 02:24:29 INFO : A1/B1/C1: Removing directory 2025/02/15 02:24:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:30 DEBUG : removing 1 level 2 directories 2025/02/15 02:24:30 INFO : A1/B1: Removing directory 2025/02/15 02:24:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/15 02:24:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/15 02:24:30 DEBUG : removing 1 level 1 directories 2025/02/15 02:24:30 INFO : A1: Removing directory 2025/02/15 02:24:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/15 02:24:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/15 02:24:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/15 02:24:31 DEBUG : removing 1 level 0 directories 2025/02/15 02:24:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Removing directory 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/15 02:24:32 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" --- PASS: TestRmdirsNoLeaveRoot (23.27s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:24:34 INFO : A1: Making directory 2025/02/15 02:24:34 INFO : A1/B1: Making directory 2025/02/15 02:24:35 INFO : A1/B1/C1: Making directory 2025/02/15 02:24:37 DEBUG : removing 1 level 3 directories 2025/02/15 02:24:37 INFO : A1/B1/C1: Removing directory 2025/02/15 02:24:38 DEBUG : removing 1 level 2 directories 2025/02/15 02:24:38 INFO : A1/B1: Removing directory 2025/02/15 02:24:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/15 02:24:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.92s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:24:41 INFO : A1: Making directory 2025/02/15 02:24:41 INFO : A1/B1: Making directory 2025/02/15 02:24:42 INFO : A1/B1/C1: Making directory 2025/02/15 02:24:45 DEBUG : removing 1 level 3 directories 2025/02/15 02:24:45 INFO : A1/B1/C1: Removing directory 2025/02/15 02:24:45 DEBUG : removing 1 level 2 directories 2025/02/15 02:24:45 INFO : A1/B1: Removing directory 2025/02/15 02:24:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/15 02:24:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.28s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:24:50 DEBUG : file1: md5 = 1bb10fc7e79067fc174aebcdf186a5bc OK 2025/02/15 02:24:50 DEBUG : filename.txt: File name found in url 2025/02/15 02:24:51 DEBUG : filename.txt: md5 = 0f647337d3d045073c750f2dc0f50356 OK 2025/02/15 02:24:51 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/02/15 02:24:53 DEBUG : headerfilename.txt: md5 = 0f4e8e8f869b02d438a537bc462f67dc OK 2025/02/15 02:24:54 DEBUG : file2: md5 = e97d96c6df5ee3e45e57f2aed962aa4a OK --- PASS: TestCopyURL (8.56s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:24:57 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/15 02:24:59 DEBUG : sub/file2: md5 = 4ea85f3905fc67ffce4b445ec1bee671 OK 2025/02/15 02:24:59 INFO : file1: Copied (new) to: sub/file2 2025/02/15 02:24:59 INFO : file1: Deleted 2025/02/15 02:24:59 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 02:24:59 DEBUG : file1: Unchanged skipping 2025/02/15 02:24:59 INFO : file1: Deleted 2025/02/15 02:25:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': don't need to copy/move sub/file2, it is already at target location 2025/02/15 02:25:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.80s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:25:03 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/15 02:25:04 DEBUG : file1: md5 = 2464e8977c2db8216d60d4b33f13ffe5 OK 2025/02/15 02:25:04 INFO : file1: Copied (new) 2025/02/15 02:25:04 INFO : file1: Deleted 2025/02/15 02:25:04 DEBUG : file1: Destination exists, skipping 2025/02/15 02:25:04 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.21s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:25:08 DEBUG : dst/file1: md5 = 763314fd9b83a3e755ccdf3684654469 OK 2025/02/15 02:25:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuduheq2xebe/backup" 2025/02/15 02:25:09 DEBUG : Config file has changed externally - reloading 2025/02/15 02:25:09 DEBUG : Creating backend with remote "TestDrive:crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0/1nrff024r7pq65ecp72fc28jb0" 2025/02/15 02:25:11 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/15 02:25:13 INFO : dst/file1: Moved (server-side) 2025/02/15 02:25:14 DEBUG : dst/file1: md5 = 5f61f53356ba4a9f0ad9b3e92451f553 OK 2025/02/15 02:25:14 INFO : dst/file1: Copied (new) 2025/02/15 02:25:14 INFO : dst/file1: Deleted 2025/02/15 02:25:17 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/15 02:25:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/15 02:25:18 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.41s) === 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-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:25:21 DEBUG : A1/one: md5 = 3c6f20182a204dcbb9ac6cfd85d171e7 OK 2025/02/15 02:25:22 DEBUG : A1/two: md5 = 6a6902a730ad36a4b4ac51d9e377faf0 OK 2025/02/15 02:25:24 DEBUG : A1/B1/three: md5 = d8e0525fed679f725ee776933f2cc789 OK 2025/02/15 02:25:26 DEBUG : A1/B1/C1/four: md5 = 2c6fc808e402b843727e0727bb0846c6 OK 2025/02/15 02:25:29 DEBUG : A1/B1/C2/five: md5 = 81c0dc4aa4357fc4dd9f4f4a1b7fdc88 OK 2025/02/15 02:25:29 INFO : A1/B2: Making directory 2025/02/15 02:25:29 INFO : A1/B1/C3: Making directory 2025/02/15 02:25:39 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/02/15 02:25:39 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/02/15 02:25:39 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/02/15 02:25:39 INFO : A2/one: Moved (server-side) to: A3/one 2025/02/15 02:25:39 INFO : A2/two: Moved (server-side) to: A3/two 2025/02/15 02:25:42 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/15 02:25:42 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/15 02:25:42 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/15 02:25:43 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/15 02:25:43 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/15 02:25:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/02/15 02:25:50 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/02/15 02:25:50 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/02/15 02:25:50 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/02/15 02:25:50 INFO : A3/two: Moved (server-side) to: A4/two 2025/02/15 02:25:51 INFO : A3/one: Moved (server-side) to: A4/one 2025/02/15 02:25:54 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/15 02:25:54 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/15 02:25:54 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/15 02:25:55 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/15 02:25:55 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/15 02:26:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/02/15 02:26:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/02/15 02:26:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/15 02:26:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/15 02:26:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/15 02:26:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/15 02:26:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/15 02:26:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/15 02:26:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/15 02:26:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.41s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" --- PASS: TestGetFsInfo (0.42s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:26:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': File to upload is small (34 bytes), uploading instead of streaming 2025/02/15 02:26:05 DEBUG : no_checksum_small_file_from_pipe: md5 = 1c0cca1e8b94109c13241b467537b9c6 OK 2025/02/15 02:26:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/02/15 02:26:05 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/15 02:26:07 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/02/15 02:26:08 DEBUG : no_checksum_big_file_from_pipe: md5 = a667abd7fe51c0b16d1e1c370f49f8a3 OK 2025/02/15 02:26:08 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-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:26:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': File to upload is small (34 bytes), uploading instead of streaming 2025/02/15 02:26:11 DEBUG : with_checksum_small_file_from_pipe: md5 = 384ade6fdcdce33885062422264070e3 OK 2025/02/15 02:26:11 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/15 02:26:12 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/02/15 02:26:13 DEBUG : with_checksum_big_file_from_pipe: md5 = 442a9b0f587d36b91da4392c20084c64 OK 2025/02/15 02:26:13 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-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:26:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': File to upload is small (34 bytes), uploading instead of streaming 2025/02/15 02:26:16 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 02:26:16 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/15 02:26:17 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-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:26:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': File to upload is small (34 bytes), uploading instead of streaming 2025/02/15 02:26:20 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/15 02:26:21 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/15 02:26:22 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.93s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.83s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.68s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.63s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.79s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/02/15 02:26:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': File to upload is small (48 bytes), uploading instead of streaming 2025/02/15 02:26:25 DEBUG : rcat_metadata: md5 = 3b84a2ac7df2b97e8e507e373bc75956 OK 2025/02/15 02:26:25 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/02/15 02:26:27 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/02/15 02:26:28 DEBUG : rcat_metadata_uploadcutoff0: md5 = fb91d5e9c828ba918e07e6e1c6202892 OK 2025/02/15 02:26:28 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.42s) --- PASS: TestRcatMetadata/Normal (2.29s) --- PASS: TestRcatMetadata/ViaDisk (2.65s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:26:30 DEBUG : potato1: md5 = 983e2123071f63b3a9756f8ea5c177fd OK 2025/02/15 02:26:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': File to upload is small (60 bytes), uploading instead of streaming 2025/02/15 02:26:32 DEBUG : potato2: md5 = 5a0bc1dd039355e865633a69ba59c146 OK 2025/02/15 02:26:32 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.05s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:26:34 DEBUG : potato1: md5 = c9f25a57ad7569b94fe66da72c5dc72e OK 2025/02/15 02:26:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': File to upload is small (60 bytes), uploading instead of streaming 2025/02/15 02:26:36 DEBUG : potato2: md5 = bc8031a0b7eab5e248374a11c9d73570 OK 2025/02/15 02:26:36 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.92s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:26:39 DEBUG : potato2: md5 = d2587d49981a245e9a3544ec6c7067c1 OK 2025/02/15 02:26:41 DEBUG : empty space: md5 = beefb5a9efd1f63690851cd3c92ad8d6 OK 2025/02/15 02:26:43 DEBUG : sub dir/potato3: md5 = 0c22bd48d201c5099dfef20be0c38696 OK 2025/02/15 02:26:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Touching "empty space" 2025/02/15 02:26:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Touching "potato2" 2025/02/15 02:26:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Touching "sub dir/potato3" 2025/02/15 02:26:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.18s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:26:48 DEBUG : dir with metadata: Making directory with metadata 2025/02/15 02:26:49 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.27s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:26:50 DEBUG : directory with modtime: Making directory with metadata 2025/02/15 02:26:51 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.45s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:26:53 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/15 02:26:53 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/15 02:26:53 DEBUG : Google drive root 'crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0': Skipping btime metadata as can't update it on an existing file: 2025-02-15T02:26:53.339970807Z 2025/02/15 02:26:54 INFO : non existent directory: Updated directory metadata 2025/02/15 02:26:55 DEBUG : Google drive root 'crypt/tl4cep8u62dviueqjgsf85qbkac3d72qt4jmdg9vfgmikts4v9j0': Skipping btime metadata as can't update it on an existing file: 2025-02-15T02:26:53.339970807Z 2025/02/15 02:26:56 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.67s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:26:58 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/02/15 02:26:59 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/02/15 02:27:00 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.89s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:27:01 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/15 02:27:01 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/15 02:27:01 DEBUG : dst: Making directory with metadata 2025/02/15 02:27:02 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/15 02:27:02 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 02:27:03 INFO : dst: Set directory modification time (using SetModTime) 2025/02/15 02:27:03 INFO : dst: Set directory modification time (using SetModTime) 2025/02/15 02:27:03 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/02/15 02:27:04 INFO : dst: Set directory modification time (using SetModTime) 2025/02/15 02:27:04 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.60s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe'", Local "Local file system at /tmp/rclone1741214138", Modify Window "1ms" 2025/02/15 02:27:07 DEBUG : sub dir/test remove existing: md5 = 0e28e6e88a175ad5ee0285f0e9441385 OK 2025/02/15 02:27:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = afcd0f2b9a6b37c99025dfc7de7deec3 OK 2025/02/15 02:27:10 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.johiwaq4" before starting 2025/02/15 02:27:11 DEBUG : sub dir/test remove existing.johiwaq4: TEST: removing renamed existing file after operation 2025/02/15 02:27:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rojivix7" before starting 2025/02/15 02:27:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rojivix7: TEST: renaming existing back after failed operation 2025/02/15 02:27:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vuvafit3" before starting 2025/02/15 02:27:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vuvafit3: TEST: removing renamed existing file after operation 2025/02/15 02:27:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "rfit7merofcsj9vadglmpaqv2qnb8jggt1n3d3lbqgcnmkq8d12g" 2025/02/15 02:27:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "60gm9s4j0c0tumarmt6erq7ute05otsb41rtiaqo54qshg27lsm1efib9otnk5jl65s6v5ecf4vru1u8i34fdaakd6nhdgrqontfbh8rd4c89l6ilce1eb52m3h4tfrk6ak56pm8g81mn0t5e91ge5ep4ql0otpiq6qh7llijfloqrh5q30g" --- PASS: TestRemoveExisting (13.05s) === 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/02/15 02:27:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuduheq2xebe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m25.118910476s (try 1/5)