"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/07/11 02:32:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakumig6cewa" 2025/07/11 02:32:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:32:18 DEBUG : Creating backend with remote "TestDrive:crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg" 2025/07/11 02:32:19 DEBUG : Creating backend with remote "/tmp/rclone2371500260" === 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-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/11 02:32:20 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/11 02:32:20 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/11 02:32:20 DEBUG : potato: Seek from 10 to 0 2025/07/11 02:32:20 DEBUG : potato: Seek from 10 to 0 2025/07/11 02:32:20 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/11 02:32:20 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/11 02:32:20 DEBUG : potato: Seek from 5 to 2 2025/07/11 02:32:20 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/11 02:32:20 DEBUG : potato: Seek from 7 to 0 2025/07/11 02:32:20 DEBUG : potato: Seek from 7 to 0 2025/07/11 02:32:20 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/11 02:32:20 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/11 02:32:20 DEBUG : potato: Seek from 5 to 2 2025/07/11 02:32:20 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/11 02:32:20 DEBUG : potato: Seek from 8 to 0 2025/07/11 02:32:20 DEBUG : potato: Seek from 8 to 0 2025/07/11 02:32:20 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/11 02:32:20 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/11 02:32:20 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/11 02:32:20 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/11 02:32:20 DEBUG : potato: Seek from 5 to 2 2025/07/11 02:32:20 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/11 02:32:20 DEBUG : potato: Seek from 9 to 0 2025/07/11 02:32:20 DEBUG : potato: Seek from 9 to 0 2025/07/11 02:32:20 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-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:32:22 DEBUG : rutabaga: md5 = 31ce9eb8d1ab9a9b8f78a2fe39c438f0 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/11 02:32:24 DEBUG : empty space: md5 = daa30781d6173604b39eb1315e7bd7cd OK === RUN TestCheck/3 2025/07/11 02:32:26 DEBUG : potato2: md5 = b319034b186466566710ccd3b1528d15 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/11 02:32:28 DEBUG : remotepotato: md5 = 4c79156b8030b4358d5247f333de807c OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.21s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.22s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/07/11 02:32:31 DEBUG : Creating backend with remote "nonexistent" 2025/07/11 02:32:31 DEBUG : Creating backend with remote "nonexistent" 2025/07/11 02:32:31 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/11 02:32:31 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/07/11 02:32:31 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/07/11 02:32:31 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-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:32:32 DEBUG : rutabaga: md5 = 83b528b0a49e108dbb4b58f6c8e2e728 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/11 02:32:36 DEBUG : empty space: md5 = dd8bae1a8527338dbf556d6850a45334 OK === RUN TestCheckDownload/3 2025/07/11 02:32:39 DEBUG : potato2: md5 = b05e1b0f3afd98b570e2015e90c64c45 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/11 02:32:42 DEBUG : remotepotato: md5 = b92fb5bcd90f55d0f1fa5279238b9490 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.58s) --- PASS: TestCheckDownload/1 (1.14s) --- PASS: TestCheckDownload/2 (1.04s) --- PASS: TestCheckDownload/3 (0.94s) --- PASS: TestCheckDownload/4 (1.11s) --- PASS: TestCheckDownload/5 (1.13s) --- PASS: TestCheckDownload/6 (1.37s) --- PASS: TestCheckDownload/7 (1.18s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:32:49 DEBUG : rutabaga: md5 = fe487d40f27922f827f01bc480932a9e OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/11 02:32:51 DEBUG : empty space: md5 = 2ee462f7ea6ff80045ada0d7344d37ea OK === RUN TestCheckSizeOnly/3 2025/07/11 02:32:53 DEBUG : potato2: md5 = 14acf61c82469b978a863c0320dac6d0 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/11 02:32:55 DEBUG : remotepotato: md5 = 1aeff016eb4512928ea0bc23b25ad9f3 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (9.93s) --- PASS: TestCheckSizeOnly/1 (0.22s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.22s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:32:59 DEBUG : test.sum: md5 = f21458abe9cf234e1fcd4e3e4584bb03 OK 2025/07/11 02:33:00 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/11 02:33:00 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/11 02:33:00 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/11 02:33:00 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/11 02:33:01 DEBUG : test.sum: md5 = 8a9bebd6d32ed027f591707465b42663 OK 2025/07/11 02:33:02 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/11 02:33:02 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/11 02:33:02 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/11 02:33:02 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.88s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:33:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakumig6cewa/data" 2025/07/11 02:33:03 DEBUG : Creating backend with remote "TestDrive:crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa/data' lacks md5, skipping --- SKIP: TestCheckSum (1.93s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:33:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakumig6cewa/data" 2025/07/11 02:33:05 DEBUG : Creating backend with remote "TestDrive:crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg/vjrnln8ratgmqakfosrqe8espk" 2025/07/11 02:33:09 DEBUG : data/banana: md5 = 007e569c1574828e2d48e68ae8c8047a OK 2025/07/11 02:33:10 DEBUG : test.sum: md5 = fd110146aeee5e5239dbcb948a3f290f OK === RUN TestCheckSumDownload/subtest1 2025/07/11 02:33:14 DEBUG : data/potato: md5 = a87d9f5ebbbaffbea6b133c4006e21e4 OK 2025/07/11 02:33:16 DEBUG : test.sum: md5 = 69de2fb95b0bd6de0cb89e2c1db679d8 OK === RUN TestCheckSumDownload/subtest2 2025/07/11 02:33:20 DEBUG : test.sum: md5 = 01861135601d473eaa426279a3d3db7a OK === RUN TestCheckSumDownload/subtest3 2025/07/11 02:33:24 DEBUG : test.sum: md5 = 35410d46056a3a21443918488ee84775 OK === RUN TestCheckSumDownload/subtest4 2025/07/11 02:33:28 DEBUG : test.sum: md5 = 112c575e9a1ba1260f1bceb4f6dab285 OK === RUN TestCheckSumDownload/subtest5 2025/07/11 02:33:32 DEBUG : test.sum: md5 = 761317a9819d8e2b5e1f13e5b49d3e18 OK === RUN TestCheckSumDownload/subtest6 2025/07/11 02:33:36 DEBUG : data/banana: md5 = 6990f691de54192c4089c476b5bfb5b6 OK 2025/07/11 02:33:37 DEBUG : data/potato: md5 = 11ac4d7493e5082e1eefbfc78675c1e9 OK 2025/07/11 02:33:38 DEBUG : test.sum: md5 = f5d6cdd6c08374ecfe2f964992b3b166 OK === RUN TestCheckSumDownload/subtest7 2025/07/11 02:33:43 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/07/11 02:33:43 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (38.41s) --- PASS: TestCheckSumDownload/subtest1 (2.35s) --- PASS: TestCheckSumDownload/subtest2 (2.27s) --- PASS: TestCheckSumDownload/subtest3 (2.15s) --- PASS: TestCheckSumDownload/subtest4 (2.07s) --- PASS: TestCheckSumDownload/subtest5 (1.97s) --- PASS: TestCheckSumDownload/subtest6 (2.06s) --- PASS: TestCheckSumDownload/subtest7 (2.05s) === RUN TestApplyTransforms 2025/07/11 02:33:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yagezav9goju" 2025/07/11 02:33:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:33:44 DEBUG : Creating backend with remote "TestDrive:crypt/0rkueoo1scsjh719mqv0usko422s24kbn6159bdphctrgorocjlg" 2025/07/11 02:33:45 DEBUG : Creating backend with remote "/tmp/rclone545491567" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yagezav9goju'", Local "Local file system at /tmp/rclone545491567", Modify Window "1ms" 2025/07/11 02:33:47 DEBUG : hello, world!: md5 = 578013a6d8b777f885294ed470db2e37 OK upper checkfile vs. lower remote (without normalization) 2025/07/11 02:33:47 ERROR : hello, world!: sum not found 2025/07/11 02:33:47 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yagezav9goju' 2025/07/11 02:33:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yagezav9goju': 1 files missing 2025/07/11 02:33:47 NOTICE: 1 hashes missing 2025/07/11 02:33:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yagezav9goju': 1 differences found 2025/07/11 02:33:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yagezav9goju': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/11 02:33:48 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 02:33:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yagezav9goju': 0 differences found 2025/07/11 02:33:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yagezav9goju': 1 matching files 2025/07/11 02:33:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biritap1rezo" 2025/07/11 02:33:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:33:48 DEBUG : Creating backend with remote "TestDrive:crypt/eqkrsnv8o32dfks1gpgbn7am5ln56oqhdfsd25f19jv6a9m908tg" 2025/07/11 02:33:49 DEBUG : Creating backend with remote "/tmp/rclone1285074843" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biritap1rezo'", Local "Local file system at /tmp/rclone1285074843", Modify Window "1ms" 2025/07/11 02:33:51 DEBUG : HELLO, WORLD!: md5 = 4f99f44dfd69a1102e20893c14087678 OK lower checkfile vs. upper remote (without normalization) 2025/07/11 02:33:52 ERROR : HELLO, WORLD!: sum not found 2025/07/11 02:33:52 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-biritap1rezo' 2025/07/11 02:33:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biritap1rezo': 1 files missing 2025/07/11 02:33:52 NOTICE: 1 hashes missing 2025/07/11 02:33:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biritap1rezo': 1 differences found 2025/07/11 02:33:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biritap1rezo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/11 02:33:53 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 02:33:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biritap1rezo': 0 differences found 2025/07/11 02:33:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biritap1rezo': 1 matching files 2025/07/11 02:33:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-necivur7wowo" 2025/07/11 02:33:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:33:53 DEBUG : Creating backend with remote "TestDrive:crypt/t778d7h5rhq2oh1mf9ftkp1lc8khc3og1bdffbc7ghfcmt54l5l0" 2025/07/11 02:33:54 DEBUG : Creating backend with remote "/tmp/rclone2780132899" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-necivur7wowo'", Local "Local file system at /tmp/rclone2780132899", Modify Window "1ms" 2025/07/11 02:33:56 DEBUG : HeLlO, wOrLd!: md5 = f3644362ca6d1aaff35ef9512e54165e OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/11 02:33:57 ERROR : HeLlO, wOrLd!: sum not found 2025/07/11 02:33:57 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-necivur7wowo' 2025/07/11 02:33:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-necivur7wowo': 1 files missing 2025/07/11 02:33:57 NOTICE: 1 hashes missing 2025/07/11 02:33:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-necivur7wowo': 1 differences found 2025/07/11 02:33:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-necivur7wowo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/11 02:33:58 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 02:33:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-necivur7wowo': 0 differences found 2025/07/11 02:33:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-necivur7wowo': 1 matching files 2025/07/11 02:33:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mezojur4jeyo" 2025/07/11 02:33:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:33:58 DEBUG : Creating backend with remote "TestDrive:crypt/0l3fm28uho68ka6k052vp67h841pkdspi6fh30v8239hooh7s7b0" 2025/07/11 02:33:59 DEBUG : Creating backend with remote "/tmp/rclone1001930789" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mezojur4jeyo'", Local "Local file system at /tmp/rclone1001930789", Modify Window "1ms" 2025/07/11 02:34:01 DEBUG : HELLO, WORLD!: md5 = af938aa697754801399d67f8c3ab68bd OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/11 02:34:01 ERROR : HELLO, WORLD!: sum not found 2025/07/11 02:34:01 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-mezojur4jeyo' 2025/07/11 02:34:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mezojur4jeyo': 1 files missing 2025/07/11 02:34:01 NOTICE: 1 hashes missing 2025/07/11 02:34:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mezojur4jeyo': 1 differences found 2025/07/11 02:34:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mezojur4jeyo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/11 02:34:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 02:34:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mezojur4jeyo': 0 differences found 2025/07/11 02:34:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mezojur4jeyo': 1 matching files 2025/07/11 02:34:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tihaciz9tubi" 2025/07/11 02:34:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:34:03 DEBUG : Creating backend with remote "TestDrive:crypt/8h8jtm44pdta99852lmkca6tu4petd92c70jo7t1pa5cj33chvkg" 2025/07/11 02:34:04 DEBUG : Creating backend with remote "/tmp/rclone4177918385" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tihaciz9tubi'", Local "Local file system at /tmp/rclone4177918385", Modify Window "1ms" 2025/07/11 02:34:06 DEBUG : 測試_Русский___ě_áñ: md5 = 566ec4b61e2ab07eb9f043471a2c34f1 OK NFD checkfile vs. NFC remote (without normalization) 2025/07/11 02:34:06 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/11 02:34:06 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tihaciz9tubi' 2025/07/11 02:34:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tihaciz9tubi': 1 files missing 2025/07/11 02:34:06 NOTICE: 1 hashes missing 2025/07/11 02:34:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tihaciz9tubi': 1 differences found 2025/07/11 02:34:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tihaciz9tubi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/11 02:34:07 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 02:34:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tihaciz9tubi': 0 differences found 2025/07/11 02:34:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tihaciz9tubi': 1 matching files 2025/07/11 02:34:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bucixad0tego" 2025/07/11 02:34:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:34:07 DEBUG : Creating backend with remote "TestDrive:crypt/0gvthf2chnu961nfe6l0flb4h5siu72lm7aqrmtea2r557ah8qa0" 2025/07/11 02:34:08 DEBUG : Creating backend with remote "/tmp/rclone2639774832" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bucixad0tego'", Local "Local file system at /tmp/rclone2639774832", Modify Window "1ms" 2025/07/11 02:34:10 DEBUG : 測試_Русский___ě_áñ: md5 = 7c41afb72f709128951bf7e247032199 OK NFC checkfile vs. NFD remote (without normalization) 2025/07/11 02:34:11 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/11 02:34:11 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bucixad0tego' 2025/07/11 02:34:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bucixad0tego': 1 files missing 2025/07/11 02:34:11 NOTICE: 1 hashes missing 2025/07/11 02:34:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bucixad0tego': 1 differences found 2025/07/11 02:34:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bucixad0tego': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/11 02:34:12 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 02:34:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bucixad0tego': 0 differences found 2025/07/11 02:34:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bucixad0tego': 1 matching files 2025/07/11 02:34:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sapoqas1luvi" 2025/07/11 02:34:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:34:12 DEBUG : Creating backend with remote "TestDrive:crypt/21ob67haa80qvje23682m15n3v50q6icqhcr8g6hejceh37s54jg" 2025/07/11 02:34:13 DEBUG : Creating backend with remote "/tmp/rclone729337951" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sapoqas1luvi'", Local "Local file system at /tmp/rclone729337951", Modify Window "1ms" 2025/07/11 02:34:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 120b77e8e75279d325178efff8f36c51 OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/11 02:34:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/11 02:34:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sapoqas1luvi' 2025/07/11 02:34:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sapoqas1luvi': 1 files missing 2025/07/11 02:34:16 NOTICE: 1 hashes missing 2025/07/11 02:34:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sapoqas1luvi': 1 differences found 2025/07/11 02:34:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sapoqas1luvi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/11 02:34:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 02:34:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sapoqas1luvi': 0 differences found 2025/07/11 02:34:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sapoqas1luvi': 1 matching files 2025/07/11 02:34:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dupotuc7pipu" 2025/07/11 02:34:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:34:17 DEBUG : Creating backend with remote "TestDrive:crypt/lind542iiaphj4g59d4dp09tj39ohld7k0hdm5in2omt7m4jmprg" 2025/07/11 02:34:18 DEBUG : Creating backend with remote "/tmp/rclone2042860245" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dupotuc7pipu'", Local "Local file system at /tmp/rclone2042860245", Modify Window "1ms" 2025/07/11 02:34:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d7226ed8a1acdfe1968ee1cb8141f8ae OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/11 02:34:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/11 02:34:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dupotuc7pipu' 2025/07/11 02:34:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dupotuc7pipu': 1 files missing 2025/07/11 02:34:20 NOTICE: 1 hashes missing 2025/07/11 02:34:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dupotuc7pipu': 1 differences found 2025/07/11 02:34:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dupotuc7pipu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/11 02:34:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 02:34:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dupotuc7pipu': 0 differences found 2025/07/11 02:34:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dupotuc7pipu': 1 matching files 2025/07/11 02:34:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fimexuw3romi" 2025/07/11 02:34:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:34:21 DEBUG : Creating backend with remote "TestDrive:crypt/bq8fc51u3cqi3gi1b7ns9rjbn9tprbaf0554kqls6p81o0gsjcag" 2025/07/11 02:34:22 DEBUG : Creating backend with remote "/tmp/rclone1926431725" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fimexuw3romi'", Local "Local file system at /tmp/rclone1926431725", Modify Window "1ms" 2025/07/11 02:34:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c32c1677fe8461898ba30937331b2eab OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/11 02:34:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/11 02:34:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fimexuw3romi' 2025/07/11 02:34:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fimexuw3romi': 1 files missing 2025/07/11 02:34:25 NOTICE: 1 hashes missing 2025/07/11 02:34:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fimexuw3romi': 1 differences found 2025/07/11 02:34:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fimexuw3romi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/11 02:34:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 02:34:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fimexuw3romi': 0 differences found 2025/07/11 02:34:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fimexuw3romi': 1 matching files 2025/07/11 02:34:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-baheloy2coca" 2025/07/11 02:34:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:34:26 DEBUG : Creating backend with remote "TestDrive:crypt/sjbv2k354gk107b8tjsp6emj4t4auimuke39dj5q0vn2hp4b67u0" 2025/07/11 02:34:27 DEBUG : Creating backend with remote "/tmp/rclone1862989582" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-baheloy2coca'", Local "Local file system at /tmp/rclone1862989582", Modify Window "1ms" 2025/07/11 02:34:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6e0bb7c000de687465ffaebe68cd0bb2 OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/11 02:34:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/11 02:34:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-baheloy2coca' 2025/07/11 02:34:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baheloy2coca': 1 files missing 2025/07/11 02:34:29 NOTICE: 1 hashes missing 2025/07/11 02:34:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baheloy2coca': 1 differences found 2025/07/11 02:34:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baheloy2coca': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/11 02:34:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/11 02:34:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baheloy2coca': 0 differences found 2025/07/11 02:34:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-baheloy2coca': 1 matching files 2025/07/11 02:34:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-baheloy2coca': Purge remote 2025/07/11 02:34:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fimexuw3romi': Purge remote 2025/07/11 02:34:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dupotuc7pipu': Purge remote 2025/07/11 02:34:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sapoqas1luvi': Purge remote 2025/07/11 02:34:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bucixad0tego': Purge remote 2025/07/11 02:34:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tihaciz9tubi': Purge remote 2025/07/11 02:34:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mezojur4jeyo': Purge remote 2025/07/11 02:34:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-necivur7wowo': Purge remote 2025/07/11 02:34:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biritap1rezo': Purge remote 2025/07/11 02:34:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yagezav9goju': Purge remote --- PASS: TestApplyTransforms (50.97s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:34:35 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/11 02:34:37 DEBUG : sub/file2: md5 = cb45f20db30012b72da97e94846642ed OK 2025/07/11 02:34:37 INFO : file1: Copied (new) to: sub/file2 2025/07/11 02:34:38 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/11 02:34:38 DEBUG : file1: Unchanged skipping 2025/07/11 02:34:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': don't need to copy/move sub/file2, it is already at target location 2025/07/11 02:34:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.03s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.43s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:34:43 DEBUG : dst/file1: md5 = a528b0b7ed0f2bdaf8f275498ff872bb OK 2025/07/11 02:34:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakumig6cewa/backup" 2025/07/11 02:34:44 DEBUG : Creating backend with remote "TestDrive:crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg/1nrff024r7pq65ecp72fc28jb0" 2025/07/11 02:34:45 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/11 02:34:47 INFO : dst/file1: Moved (server-side) 2025/07/11 02:34:49 DEBUG : dst/file1: md5 = ce0a7609e62a205e876d1d3f8124d1f5 OK 2025/07/11 02:34:49 INFO : dst/file1: Copied (new) 2025/07/11 02:34:51 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 02:34:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 02:34:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (11.94s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:34:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakumig6cewa/dst" 2025/07/11 02:34:53 DEBUG : Creating backend with remote "TestDrive:crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/11 02:34:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakumig6cewa/CompareDest" 2025/07/11 02:34:55 DEBUG : Creating backend with remote "TestDrive:crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg/gveqi14airsml4bgu7krj116o8" 2025/07/11 02:34:56 DEBUG : one: Need to transfer - File not found at Destination 2025/07/11 02:34:58 DEBUG : one: md5 = 2134292f56bdade5ba0ea1a7620fbb39 OK 2025/07/11 02:34:58 INFO : one: Copied (new) 2025/07/11 02:35:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/11 02:35:01 DEBUG : one: md5 = f3ede11717de4139424d061dcb343aae OK 2025/07/11 02:35:01 INFO : one: Copied (replaced existing) 2025/07/11 02:35:03 DEBUG : dst/one: md5 = 63b5ce06bae3f0539674ba7acaa51d00 OK 2025/07/11 02:35:05 DEBUG : CompareDest/one: md5 = 43ba60accbf8b2c52236d84b65ced4a6 OK 2025/07/11 02:35:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/11 02:35:06 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 02:35:06 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/11 02:35:08 DEBUG : CompareDest/two: md5 = 44ccc4f3a66d2f974e3d5183b06e04be OK 2025/07/11 02:35:09 DEBUG : two: Need to transfer - File not found at Destination 2025/07/11 02:35:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 02:35:09 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/11 02:35:09 DEBUG : two: Need to transfer - File not found at Destination 2025/07/11 02:35:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 02:35:10 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/11 02:35:11 DEBUG : two: Need to transfer - File not found at Destination 2025/07/11 02:35:11 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/11 02:35:13 DEBUG : two: md5 = aff728c39f8e1a0c0545aa78f5d169f0 OK 2025/07/11 02:35:13 INFO : two: Copied (new) 2025/07/11 02:35:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/11 02:35:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:35:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/11 02:35:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (23.86s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:35:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakumig6cewa/dst" 2025/07/11 02:35:17 DEBUG : Creating backend with remote "TestDrive:crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/11 02:35:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakumig6cewa/CopyDest" 2025/07/11 02:35:19 DEBUG : Creating backend with remote "TestDrive:crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/11 02:35:20 DEBUG : one: Need to transfer - File not found at Destination 2025/07/11 02:35:23 DEBUG : one: md5 = 116432e624f61e3dc92eb3b62e734f4d OK 2025/07/11 02:35:23 INFO : one: Copied (new) 2025/07/11 02:35:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/11 02:35:25 DEBUG : one: md5 = 2625f3da7505bf383725e2afdf98998f OK 2025/07/11 02:35:25 INFO : one: Copied (replaced existing) 2025/07/11 02:35:28 DEBUG : dst/one: md5 = 8871c5007d939a289759e5410f247f87 OK 2025/07/11 02:35:30 DEBUG : CopyDest/one: md5 = 892612c1714d13b3c63a68f616d356c5 OK 2025/07/11 02:35:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakumig6cewa/BackupDir" 2025/07/11 02:35:31 DEBUG : Creating backend with remote "TestDrive:crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/11 02:35:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/11 02:35:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 02:35:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/11 02:35:34 INFO : one: Moved (server-side) 2025/07/11 02:35:35 INFO : one: Copied (server-side copy) 2025/07/11 02:35:35 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/11 02:35:37 DEBUG : CopyDest/two: md5 = 8192ee67695f0f737816055cabe76ce5 OK 2025/07/11 02:35:38 DEBUG : two: Need to transfer - File not found at Destination 2025/07/11 02:35:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 02:35:40 INFO : two: Copied (server-side copy) 2025/07/11 02:35:40 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/11 02:35:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/11 02:35:40 DEBUG : two: Unchanged skipping 2025/07/11 02:35:42 DEBUG : CopyDest/three: md5 = bc853ba11950cfa3094d0fc6e0cac5bd OK 2025/07/11 02:35:43 DEBUG : three: Need to transfer - File not found at Destination 2025/07/11 02:35:43 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/11 02:35:43 DEBUG : three: Destination not found in --copy-dest 2025/07/11 02:35:44 DEBUG : three: md5 = 538b5c4eae8b07687bfdc31e40ee1f92 OK 2025/07/11 02:35:44 INFO : three: Copied (new) 2025/07/11 02:35:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/11 02:35:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/11 02:35:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:35:49 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/11 02:35:49 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:35:49 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/11 02:35:50 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.52s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:35:52 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/11 02:35:53 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 1dff50a26080c6f1350ff6aa9a7c3723 OK 2025/07/11 02:35:53 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/11 02:35:54 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/11 02:35:54 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/07/11 02:35:55 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/11 02:35:56 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/11 02:35:57 DEBUG : TestCopyFileMaxTransfer/file4: md5 = b3d59275d1104cd1fa0eaba53985fcca OK 2025/07/11 02:35:57 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/11 02:35:59 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/11 02:35:59 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.79s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:36:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Looking for duplicate names using skip mode. 2025/07/11 02:36:04 NOTICE: one: Found 2 files with duplicate names 2025/07/11 02:36:04 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.60s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:36:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Looking for duplicate names using skip mode. 2025/07/11 02:36:09 NOTICE: one: Found 3 files with duplicate names 2025/07/11 02:36:09 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/11 02:36:10 INFO : one: Deleted 2025/07/11 02:36:10 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (5.95s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:36:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Looking for duplicate names using first mode. 2025/07/11 02:36:15 NOTICE: one: Found 3 files with duplicate names 2025/07/11 02:36:16 INFO : one: Deleted 2025/07/11 02:36:16 INFO : one: Deleted 2025/07/11 02:36:16 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.35s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:36:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Looking for duplicate names using newest mode. 2025/07/11 02:36:23 NOTICE: one: Found 3 files with duplicate names 2025/07/11 02:36:23 INFO : one: Deleted 2025/07/11 02:36:24 INFO : one: Deleted 2025/07/11 02:36:24 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.38s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:36:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Looking for duplicate names using oldest mode. 2025/07/11 02:36:29 NOTICE: one: Found 3 files with duplicate names 2025/07/11 02:36:30 INFO : one: Deleted 2025/07/11 02:36:30 INFO : one: Deleted 2025/07/11 02:36:30 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.08s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:36:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Looking for duplicate names using largest mode. 2025/07/11 02:36:36 NOTICE: one: Found 3 files with duplicate names 2025/07/11 02:36:37 INFO : one: Deleted 2025/07/11 02:36:37 INFO : one: Deleted 2025/07/11 02:36:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.89s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:36:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Looking for duplicate names using smallest mode. 2025/07/11 02:36:42 NOTICE: one: Found 3 files with duplicate names 2025/07/11 02:36:43 INFO : one: Deleted 2025/07/11 02:36:43 INFO : one: Deleted 2025/07/11 02:36:43 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (5.96s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:36:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Looking for duplicate names using rename mode. 2025/07/11 02:36:50 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/11 02:36:51 INFO : one-2.txt: renamed from: one.txt 2025/07/11 02:36:52 INFO : one-3.txt: renamed from: one.txt 2025/07/11 02:36:54 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.72s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:36:58 DEBUG : dupe1/one.txt: md5 = 88ce339d628e036e8ce42e58a4861905 OK 2025/07/11 02:37:00 DEBUG : dupe2/two.txt: md5 = 31559d674a675a82dbb05a7c089452a1 OK 2025/07/11 02:37:02 DEBUG : dupe3/three.txt: md5 = a68fc1ee55b2a38c80f1a09bd6c664b6 OK 2025/07/11 02:37:03 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/11 02:37:03 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/11 02:37:04 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/11 02:37:04 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/11 02:37:07 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/11 02:37:07 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/11 02:37:07 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.13s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:37:09 DEBUG : a.txt: md5 = 1de0a49a1a975fbc5118cbee0333f8d6 OK 2025/07/11 02:37:11 DEBUG : zend.txt: md5 = 3b31b6ec3a9412e12cb0a57c09b16c12 OK 2025/07/11 02:37:13 DEBUG : sub dir/hello world: md5 = bbae3d85950351ade4de4ff700c69c3e OK 2025/07/11 02:37:14 DEBUG : sub dir/hello world2: md5 = a056894db5030961e33a3bd674742013 OK 2025/07/11 02:37:16 DEBUG : sub dir/ignore dir/.ignore: md5 = f34911d5656633ee7704d73cd1476a1e OK 2025/07/11 02:37:17 DEBUG : sub dir/ignore dir/should be ignored: md5 = 9f233848fa4711d94404d16910db43ac OK 2025/07/11 02:37:19 DEBUG : sub dir/sub sub dir/hello world3: md5 = 866e89b8efdddb60ddd864d2c4029926 OK 2025/07/11 02:37:20 DEBUG : a.txt: Excluded (Size Filter) 2025/07/11 02:37:20 DEBUG : a.txt: Excluded 2025/07/11 02:37:21 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/11 02:37:21 DEBUG : sub dir/hello world2: Excluded 2025/07/11 02:37:21 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/11 02:37:21 DEBUG : sub dir/hello world: Excluded 2025/07/11 02:37:22 DEBUG : sub dir/ignore dir: Excluded 2025/07/11 02:37:22 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/11 02:37:22 DEBUG : sub dir/hello world2: Excluded 2025/07/11 02:37:22 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/11 02:37:22 DEBUG : sub dir/hello world: Excluded 2025/07/11 02:37:22 DEBUG : sub dir/ignore dir: Excluded 2025/07/11 02:37:26 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/11 02:37:27 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/11 02:37:27 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/11 02:37:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/11 02:37:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/11 02:37:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/11 02:37:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (20.22s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:37:30 DEBUG : a.txt: md5 = 49bf488566d0203835f52887d4c5aa19 OK 2025/07/11 02:37:31 DEBUG : zend.txt: md5 = 59460d150b43f8daf01b6f23daede44b OK 2025/07/11 02:37:33 DEBUG : sub dir/hello world: md5 = fff6373f67f02b9b4af22890f7b97ce7 OK 2025/07/11 02:37:34 DEBUG : sub dir/hello world2: md5 = 793fe101db47e619b32487179741293d OK 2025/07/11 02:37:36 DEBUG : sub dir/ignore dir/.ignore: md5 = c9aa305f6fbd730ec1c67737320fa021 OK 2025/07/11 02:37:38 DEBUG : sub dir/ignore dir/should be ignored: md5 = 56a5e519250c2fd0950bf206b09e88c5 OK 2025/07/11 02:37:40 DEBUG : sub dir/sub sub dir/hello world3: md5 = 7ab6a80ab9ab490b4c004dfb3db60efa OK 2025/07/11 02:37:41 DEBUG : a.txt: Excluded (Size Filter) 2025/07/11 02:37:41 DEBUG : a.txt: Excluded 2025/07/11 02:37:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/11 02:37:42 DEBUG : sub dir/hello world2: Excluded 2025/07/11 02:37:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/11 02:37:42 DEBUG : sub dir/hello world: Excluded 2025/07/11 02:37:42 DEBUG : sub dir/ignore dir: Excluded 2025/07/11 02:37:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/11 02:37:42 DEBUG : sub dir/hello world2: Excluded 2025/07/11 02:37:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/11 02:37:42 DEBUG : sub dir/hello world: Excluded 2025/07/11 02:37:43 DEBUG : sub dir/ignore dir: Excluded 2025/07/11 02:37:47 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/11 02:37:48 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/11 02:37:48 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/11 02:37:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/11 02:37:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/11 02:37:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/11 02:37:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (20.61s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:37:50 DEBUG : file1: md5 = 9fd581591b6631ba9efd0abfdab47f68 OK 2025/07/11 02:37:52 DEBUG : sub/file2: md5 = b024fe26512c8064467743dc5176b7f0 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/07/11 02:37:55 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/11 02:37:55 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/11 02:37:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/11 02:37:57 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (8.92s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.28s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:37:59 DEBUG : file1: md5 = 1fe4c4d1b7bf699ba7760e8ae35edf64 OK 2025/07/11 02:38:01 DEBUG : sub/file2: md5 = 324c7e618b0e4aaf8e96944d08ec077c 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/07/11 02:38:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakumig6cewa/notfound" 2025/07/11 02:38:05 DEBUG : Creating backend with remote "TestDrive:crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg/qe0i31qdkoejk60elps0ni5sqk" 2025/07/11 02:38:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (10.94s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.46s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.43s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.73s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:38:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Making directory 2025/07/11 02:38:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:38:12 DEBUG : sub dir/hello world: md5 = 83a7f37b469c8dc43d17b515eeac1af7 OK 2025/07/11 02:38:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.64s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:38:15 DEBUG : potato2: md5 = a6f76d740d37ec6c70064b3a6a3d03de OK 2025/07/11 02:38:17 DEBUG : empty space: md5 = b0579ed40199143d435479150d7dc458 OK --- PASS: TestLs (4.44s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:38:20 DEBUG : potato2: md5 = ce5aa9aab5554df6665ad8f4e36c5a3d OK 2025/07/11 02:38:21 DEBUG : empty space: md5 = 084dcaadcd9842bb042874bfb3708d9e OK 2025/07/11 02:38:22 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.76s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:38:25 DEBUG : potato2: md5 = ee3d0ff8d0feefe0ce5369b5ad2da2c2 OK 2025/07/11 02:38:26 DEBUG : empty space: md5 = ae4fef94ad134ede1feb6785b3770767 OK --- PASS: TestLsLong (4.71s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:38:29 DEBUG : potato2: md5 = 85eb052d8a8cd7743345349fba3af104 OK 2025/07/11 02:38:31 DEBUG : empty space: md5 = 6cb3d9cd497c65a5924cf8938728278e OK --- PASS: TestHashSums (4.28s) === RUN TestHashSumsWithErrors 2025/07/11 02:38:32 DEBUG : Creating backend with remote ":memory:" 2025/07/11 02:38:32 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/11 02:38:32 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/11 02:38:32 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/11 02:38:32 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/11 02:38:32 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/11 02:38:32 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/11 02:38:32 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/11 02:38:32 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/11 02:38:32 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-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:38:33 DEBUG : potato2: md5 = fd078a01de6babe4598c6d0e34f134e5 OK 2025/07/11 02:38:35 DEBUG : empty space: md5 = c0bccdc4496798c71f1b41100c5d31d4 OK 2025/07/11 02:38:37 DEBUG : sub dir/potato3: md5 = cfb562f8d3c2835bb3826a14c753ac51 OK 2025/07/11 02:38:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (7.92s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:38:42 DEBUG : small: md5 = 90bb36b94eb05447b19c25c1be7fa86c OK 2025/07/11 02:38:43 DEBUG : medium: md5 = ac804ef5c4e53935a233e273e69dfd2e OK 2025/07/11 02:38:44 DEBUG : large: md5 = 9aea1bc527ed07bad35e4eea67766725 OK 2025/07/11 02:38:45 DEBUG : Waiting for deletions to finish 2025/07/11 02:38:45 DEBUG : large: Excluded (Size Filter) 2025/07/11 02:38:45 INFO : medium: Deleted 2025/07/11 02:38:45 INFO : small: Deleted --- PASS: TestDelete (6.58s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:38:48 DEBUG : small: md5 = 38f16258c3c252ff1c595d23c039b4dd OK 2025/07/11 02:38:49 DEBUG : medium: md5 = af8826235c00ea342251ca9ba58d539d OK 2025/07/11 02:38:51 DEBUG : large: md5 = 27543630974ff8465d2990b9d5d68356 OK 2025/07/11 02:38:51 DEBUG : Waiting for deletions to finish 2025/07/11 02:38:51 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/07/11 02:38:52 INFO : small: Deleted 2025/07/11 02:38:52 INFO : medium: Deleted --- PASS: TestMaxDelete (6.35s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:38:54 DEBUG : small: md5 = 8a1c49cec45655a6aaa98d9ed705d2dd OK 2025/07/11 02:38:56 DEBUG : medium: md5 = dd77da67d02cda5a5c6799da399a5c3f OK 2025/07/11 02:38:57 DEBUG : large: md5 = d34ca472aac2691700022717319da4db OK 2025/07/11 02:38:57 DEBUG : Waiting for deletions to finish 2025/07/11 02:38:58 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/11 02:38:58 INFO : medium: Deleted 2025/07/11 02:38:58 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.71s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:39:01 DEBUG : small: md5 = d860c9096879d33f66b25c1c732030f7 OK 2025/07/11 02:39:03 DEBUG : medium: md5 = 53636c8f8eb20a5bdfd183b0ca88892b OK 2025/07/11 02:39:04 DEBUG : large: md5 = ccab87f07723ce14fbc6f8461f5c11fe OK 2025/07/11 02:39:04 DEBUG : Waiting for deletions to finish 2025/07/11 02:39:05 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/07/11 02:39:05 INFO : small: Deleted 2025/07/11 02:39:05 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.83s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:39:08 DEBUG : ReadFile: md5 = 741f720ea0292105b52fb629065b90ff OK --- PASS: TestReadFile (4.32s) === RUN TestRetry 2025/07/11 02:39:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/11 02:39:11 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/11 02:39:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/11 02:39:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/11 02:39:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/11 02:39:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/11 02:39:11 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:39:12 DEBUG : file1: md5 = 6cc789ed99ce0aabdd31a10c68951644 OK 2025/07/11 02:39:14 DEBUG : file2: md5 = 608fa17e1fe30b5f6ba808e6ac9d3373 OK --- PASS: TestCat (15.14s) === RUN TestPurge 2025/07/11 02:39:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pahesem9lada" 2025/07/11 02:39:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/11 02:39:26 DEBUG : Creating backend with remote "TestDrive:crypt/mrtc91j1g4ec9u50ugrlldvvmbt3m8d8q0p1mk3plmfu5k0p0010" 2025/07/11 02:39:27 DEBUG : Creating backend with remote "/tmp/rclone3964736581" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pahesem9lada'", Local "Local file system at /tmp/rclone3964736581", Modify Window "1ms" 2025/07/11 02:39:31 DEBUG : A1/B1/C1/one: md5 = e8d3373e895a5d2e924744d6b39f7684 OK 2025/07/11 02:39:31 INFO : A2: Making directory 2025/07/11 02:39:32 INFO : A1/B2: Making directory 2025/07/11 02:39:33 INFO : A1/B2/C2: Making directory 2025/07/11 02:39:33 INFO : A1/B1/C3: Making directory 2025/07/11 02:39:34 INFO : A3: Making directory 2025/07/11 02:39:35 INFO : A3/B3: Making directory 2025/07/11 02:39:36 INFO : A3/B3/C4: Making directory 2025/07/11 02:39:38 DEBUG : A1/two: md5 = 0ad024b8b961b5b178f81b7ffd5b051a OK 2025/07/11 02:39:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pahesem9lada': Purge remote 2025/07/11 02:39:41 NOTICE: purge failed: directory not found --- PASS: TestPurge (14.83s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:39:44 DEBUG : A1/B1/C1/one: md5 = 64fe8170b120440ca71dee1a1936fbed OK 2025/07/11 02:39:44 INFO : A2: Making directory 2025/07/11 02:39:45 INFO : A1/B2: Making directory 2025/07/11 02:39:46 INFO : A1/B2/C2: Making directory 2025/07/11 02:39:47 INFO : A1/B1/C3: Making directory 2025/07/11 02:39:47 INFO : A3: Making directory 2025/07/11 02:39:48 INFO : A3/B3: Making directory 2025/07/11 02:39:49 INFO : A3/B3/C4: Making directory 2025/07/11 02:39:51 DEBUG : A1/two: md5 = a376222d5ba9b8cbffae3e5521fa700f OK 2025/07/11 02:39:52 DEBUG : removing 1 level 3 directories 2025/07/11 02:39:52 INFO : A3/B3/C4: Removing directory 2025/07/11 02:39:54 DEBUG : removing 2 level 3 directories 2025/07/11 02:39:54 INFO : A1/B2/C2: Removing directory 2025/07/11 02:39:54 INFO : A1/B1/C3: Removing directory 2025/07/11 02:39:55 DEBUG : removing 2 level 2 directories 2025/07/11 02:39:55 INFO : A3/B3: Removing directory 2025/07/11 02:39:55 INFO : A1/B2: Removing directory 2025/07/11 02:39:55 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/11 02:39:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/11 02:39:56 DEBUG : removing 2 level 1 directories 2025/07/11 02:39:56 INFO : A3: Removing directory 2025/07/11 02:39:56 INFO : A2: Removing directory 2025/07/11 02:39:56 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/11 02:40:00 DEBUG : removing 1 level 3 directories 2025/07/11 02:40:00 INFO : A1/B1/C1: Removing directory 2025/07/11 02:40:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:00 DEBUG : removing 1 level 2 directories 2025/07/11 02:40:00 INFO : A1/B1: Removing directory 2025/07/11 02:40:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/11 02:40:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 02:40:01 DEBUG : removing 1 level 1 directories 2025/07/11 02:40:01 INFO : A1: Removing directory 2025/07/11 02:40:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/11 02:40:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/11 02:40:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/11 02:40:02 DEBUG : removing 1 level 0 directories 2025/07/11 02:40:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Removing directory 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/11 02:40:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" --- PASS: TestRmdirsNoLeaveRoot (22.20s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:40:04 INFO : A1: Making directory 2025/07/11 02:40:05 INFO : A1/B1: Making directory 2025/07/11 02:40:05 INFO : A1/B1/C1: Making directory 2025/07/11 02:40:08 DEBUG : removing 1 level 3 directories 2025/07/11 02:40:08 INFO : A1/B1/C1: Removing directory 2025/07/11 02:40:08 DEBUG : removing 1 level 2 directories 2025/07/11 02:40:08 INFO : A1/B1: Removing directory 2025/07/11 02:40:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 02:40:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.61s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:40:11 INFO : A1: Making directory 2025/07/11 02:40:12 INFO : A1/B1: Making directory 2025/07/11 02:40:12 INFO : A1/B1/C1: Making directory 2025/07/11 02:40:15 DEBUG : removing 1 level 3 directories 2025/07/11 02:40:15 INFO : A1/B1/C1: Removing directory 2025/07/11 02:40:16 DEBUG : removing 1 level 2 directories 2025/07/11 02:40:16 INFO : A1/B1: Removing directory 2025/07/11 02:40:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 02:40:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.39s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:40:20 DEBUG : file1: md5 = 8e23b954a38948f64b53710677ec5486 OK 2025/07/11 02:40:21 DEBUG : filename.txt: File name found in url 2025/07/11 02:40:22 DEBUG : filename.txt: md5 = 90981f12df1e09dbbc66086b54166e5e OK 2025/07/11 02:40:22 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/11 02:40:23 DEBUG : headerfilename.txt: md5 = 39388513a327afc1b804e5fb553bda67 OK 2025/07/11 02:40:25 DEBUG : file2: md5 = d9b858fca8c5ddac8620a60c3dd1c6c8 OK --- PASS: TestCopyURL (9.02s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:40:27 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/11 02:40:30 DEBUG : sub/file2: md5 = 961e8f347244dcb84b91aa4ee7ee0b9e OK 2025/07/11 02:40:30 INFO : file1: Copied (new) to: sub/file2 2025/07/11 02:40:30 INFO : file1: Deleted 2025/07/11 02:40:30 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/11 02:40:30 DEBUG : file1: Unchanged skipping 2025/07/11 02:40:30 INFO : file1: Deleted 2025/07/11 02:40:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': don't need to copy/move sub/file2, it is already at target location 2025/07/11 02:40:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.66s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:40:33 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/11 02:40:34 DEBUG : file1: md5 = 506dc2512242749e8a39855635d65887 OK 2025/07/11 02:40:34 INFO : file1: Copied (new) 2025/07/11 02:40:34 INFO : file1: Deleted 2025/07/11 02:40:35 DEBUG : file1: Destination exists, skipping 2025/07/11 02:40:35 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-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.43s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:40:39 DEBUG : dst/file1: md5 = a7a81d0d45da7c3b293c398ecbe7eebf OK 2025/07/11 02:40:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakumig6cewa/backup" 2025/07/11 02:40:40 DEBUG : Config file has changed externally - reloading 2025/07/11 02:40:40 DEBUG : Creating backend with remote "TestDrive:crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg/1nrff024r7pq65ecp72fc28jb0" 2025/07/11 02:40:41 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/11 02:40:44 INFO : dst/file1: Moved (server-side) 2025/07/11 02:40:45 DEBUG : dst/file1: md5 = 45bcb292b23f64f38a1b99f66382efd7 OK 2025/07/11 02:40:45 INFO : dst/file1: Copied (new) 2025/07/11 02:40:45 INFO : dst/file1: Deleted 2025/07/11 02:40:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 02:40:48 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/11 02:40:49 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.25s) === 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-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:40:51 DEBUG : A1/one: md5 = 72e0508dda8f5b0739dec606086eae70 OK 2025/07/11 02:40:53 DEBUG : A1/two: md5 = 71fcb6b7ef70bbff90f710724563cfc2 OK 2025/07/11 02:40:54 DEBUG : A1/B1/three: md5 = 2dad3929ae9875bc6b89b52518e02f82 OK 2025/07/11 02:40:57 DEBUG : A1/B1/C1/four: md5 = f4a2549ba5d816cdeef07bd9e1e2e887 OK 2025/07/11 02:40:59 DEBUG : A1/B1/C2/five: md5 = 15e5c70bc901f420be31cb4885f90afc OK 2025/07/11 02:40:59 INFO : A1/B2: Making directory 2025/07/11 02:41:00 INFO : A1/B1/C3: Making directory 2025/07/11 02:41:10 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/11 02:41:10 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/11 02:41:10 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/11 02:41:10 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/11 02:41:10 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/11 02:41:13 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/11 02:41:13 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/11 02:41:13 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 02:41:14 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/11 02:41:14 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/11 02:41:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/11 02:41:21 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/11 02:41:21 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/11 02:41:21 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/11 02:41:21 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/11 02:41:21 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/11 02:41:24 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/11 02:41:24 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/11 02:41:24 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 02:41:24 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/11 02:41:24 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/11 02:41:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/11 02:41:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/11 02:41:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/11 02:41:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/11 02:41:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/11 02:41:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/11 02:41:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/11 02:41:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/11 02:41:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/11 02:41:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.43s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:41:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': File to upload is small (34 bytes), uploading instead of streaming 2025/07/11 02:41:35 DEBUG : no_checksum_small_file_from_pipe: md5 = b1bbca1fdaf0cbe39f03bd6f644f1787 OK 2025/07/11 02:41:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/11 02:41:35 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/11 02:41:35 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/11 02:41:36 DEBUG : no_checksum_big_file_from_pipe: md5 = e45e04bccb7d8a220335aeb581d2a8e3 OK 2025/07/11 02:41:36 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-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:41:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': File to upload is small (34 bytes), uploading instead of streaming 2025/07/11 02:41:39 DEBUG : with_checksum_small_file_from_pipe: md5 = 7d2819a4f86e3bebb8b9f8cf5c941d6a OK 2025/07/11 02:41:39 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/11 02:41:40 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/11 02:41:41 DEBUG : with_checksum_big_file_from_pipe: md5 = f33483d1dadfd1f86fc3691ef3d563df OK 2025/07/11 02:41:41 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-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:41:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': File to upload is small (34 bytes), uploading instead of streaming 2025/07/11 02:41:44 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/11 02:41:45 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/11 02:41:46 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-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:41:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': File to upload is small (34 bytes), uploading instead of streaming 2025/07/11 02:41:49 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/11 02:41:50 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/11 02:41:51 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.14s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.76s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.77s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.79s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.82s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/11 02:41:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': File to upload is small (48 bytes), uploading instead of streaming 2025/07/11 02:41:54 DEBUG : rcat_metadata: md5 = f145fb10a4e26237edd4cada5c9e6498 OK 2025/07/11 02:41:54 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/11 02:41:56 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/11 02:41:56 DEBUG : rcat_metadata_uploadcutoff0: md5 = bc22c3988e492d615f9aa1e3dfb47f2b OK 2025/07/11 02:41:56 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.55s) --- PASS: TestRcatMetadata/Normal (2.51s) --- PASS: TestRcatMetadata/ViaDisk (2.61s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:41:59 DEBUG : potato1: md5 = fb70cdc06a7bc06e1524304353cdb62c OK 2025/07/11 02:41:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': File to upload is small (60 bytes), uploading instead of streaming 2025/07/11 02:42:00 DEBUG : potato2: md5 = 4d79df57020af084fe2b8e40feff010c OK 2025/07/11 02:42:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.08s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:42:03 DEBUG : potato1: md5 = 7a63ee0c777e86d4e02c816a83a5dba4 OK 2025/07/11 02:42:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': File to upload is small (60 bytes), uploading instead of streaming 2025/07/11 02:42:04 DEBUG : potato2: md5 = b5dabc690ba4788c2cdf5e014b30fd43 OK 2025/07/11 02:42:04 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.71s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:42:08 DEBUG : potato2: md5 = 91fc637f18751c5821e785754748aa36 OK 2025/07/11 02:42:09 DEBUG : empty space: md5 = ae3c62500b9020c0297b7b6e86ff79ad OK 2025/07/11 02:42:11 DEBUG : sub dir/potato3: md5 = c7a87b5c3fca9569e5ca160d2dd08374 OK 2025/07/11 02:42:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Touching "sub dir/potato3" 2025/07/11 02:42:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Touching "empty space" 2025/07/11 02:42:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Touching "potato2" 2025/07/11 02:42:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.38s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:42:16 DEBUG : dir with metadata: Making directory with metadata 2025/07/11 02:42:17 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.25s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:42:18 DEBUG : directory with modtime: Making directory with metadata 2025/07/11 02:42:19 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.49s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:42:21 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/11 02:42:21 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/11 02:42:21 DEBUG : Google drive root 'crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg': Skipping btime metadata as can't update it on an existing file: 2025-07-11T02:42:21.205408698Z 2025/07/11 02:42:21 INFO : non existent directory: Updated directory metadata 2025/07/11 02:42:23 DEBUG : Google drive root 'crypt/kffdq09mudrtlh396bgu8mliveg1krvf4aktmv3grktgd2g0f4qg': Skipping btime metadata as can't update it on an existing file: 2025-07-11T02:42:21.205408698Z 2025/07/11 02:42:24 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.65s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:42:25 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/11 02:42:27 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/11 02:42:28 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.95s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:42:29 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/11 02:42:29 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/11 02:42:29 DEBUG : dst: Making directory with metadata 2025/07/11 02:42:30 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/11 02:42:30 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/11 02:42:30 INFO : dst: Set directory modification time (using SetModTime) 2025/07/11 02:42:31 INFO : dst: Set directory modification time (using SetModTime) 2025/07/11 02:42:31 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/11 02:42:31 INFO : dst: Set directory modification time (using SetModTime) 2025/07/11 02:42:31 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.37s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa'", Local "Local file system at /tmp/rclone2371500260", Modify Window "1ms" 2025/07/11 02:42:35 DEBUG : sub dir/test remove existing: md5 = 8810b99884579406f0455f558a5b82ce OK 2025/07/11 02:42:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 0d86098ff1a7097c252e089da9380d36 OK 2025/07/11 02:42:38 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.wisajay6" before starting 2025/07/11 02:42:39 DEBUG : sub dir/test remove existing.wisajay6: TEST: removing renamed existing file after operation 2025/07/11 02:42:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yanokom5" before starting 2025/07/11 02:42:41 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yanokom5: TEST: renaming existing back after failed operation 2025/07/11 02:42:43 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kecakab9" before starting 2025/07/11 02:42:43 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kecakab9: TEST: removing renamed existing file after operation 2025/07/11 02:42:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "bmkkg9vlnmennsa17u79514k0r2r7ij8ju4tevs96pb23sujijgg" 2025/07/11 02:42:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "j84bh57kp5uko77j5vlp2rd9s2gjptv21bga07dn1qed468oficg52n3ed8jgtjei8sm780fjgj8gg315pusop3rmd81u8e9eucqenqi4d0kn9g1rvtf7mlnj16m043b4n5k3a3jdbnl92m87hibjr91sic6njo7q0knh48cpqgv0r652r40" --- PASS: TestRemoveExisting (13.09s) === 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/07/11 02:42:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakumig6cewa': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m28.010462527s (try 1/5)