"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/05/20 02:18:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jifusid9gixu" 2025/05/20 02:18:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:18:45 DEBUG : Creating backend with remote "TestDrive:crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g" 2025/05/20 02:18:46 DEBUG : Creating backend with remote "/tmp/rclone458043307" === 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-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/20 02:18:46 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/20 02:18:46 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/20 02:18:46 DEBUG : potato: Seek from 10 to 0 2025/05/20 02:18:46 DEBUG : potato: Seek from 10 to 0 2025/05/20 02:18:46 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/20 02:18:46 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/20 02:18:46 DEBUG : potato: Seek from 5 to 2 2025/05/20 02:18:46 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/20 02:18:46 DEBUG : potato: Seek from 7 to 0 2025/05/20 02:18:46 DEBUG : potato: Seek from 7 to 0 2025/05/20 02:18:46 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/20 02:18:46 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/20 02:18:46 DEBUG : potato: Seek from 5 to 2 2025/05/20 02:18:46 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/20 02:18:46 DEBUG : potato: Seek from 8 to 0 2025/05/20 02:18:46 DEBUG : potato: Seek from 8 to 0 2025/05/20 02:18:46 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/20 02:18:46 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/20 02:18:46 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/20 02:18:46 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/20 02:18:46 DEBUG : potato: Seek from 5 to 2 2025/05/20 02:18:46 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/20 02:18:46 DEBUG : potato: Seek from 9 to 0 2025/05/20 02:18:46 DEBUG : potato: Seek from 9 to 0 2025/05/20 02:18:46 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:18:48 DEBUG : rutabaga: md5 = 76ce9295c4f8c651f9bfe40d2713982c OK === RUN TestCheck/1 === RUN TestCheck/2 2025/05/20 02:18:51 DEBUG : empty space: md5 = 697d248e17db193b02f787bcf6c97d24 OK === RUN TestCheck/3 2025/05/20 02:18:52 DEBUG : potato2: md5 = cb10ae053816ad50634adf132f4e2077 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/05/20 02:18:55 DEBUG : remotepotato: md5 = d89234c00c2d6765081b5241f56008d3 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.75s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.37s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/05/20 02:18:58 DEBUG : Creating backend with remote "nonexistent" 2025/05/20 02:18:58 DEBUG : Creating backend with remote "nonexistent" 2025/05/20 02:18:58 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/20 02:18:58 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/05/20 02:18:58 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/20 02:18:58 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-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:18:59 DEBUG : rutabaga: md5 = 553fb43e1eec71d7ff28cedabeb39c6e OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/05/20 02:19:03 DEBUG : empty space: md5 = 6cf059a310cdf213feaf1063da57d920 OK === RUN TestCheckDownload/3 2025/05/20 02:19:06 DEBUG : potato2: md5 = 5cc9e1c32735214d59fd0de633be1900 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/05/20 02:19:10 DEBUG : remotepotato: md5 = 1201a141a979110a8b0174bef77f1170 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.56s) --- PASS: TestCheckDownload/1 (1.09s) --- PASS: TestCheckDownload/2 (1.12s) --- PASS: TestCheckDownload/3 (0.88s) --- PASS: TestCheckDownload/4 (1.33s) --- PASS: TestCheckDownload/5 (1.02s) --- PASS: TestCheckDownload/6 (0.92s) --- PASS: TestCheckDownload/7 (1.10s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:19:16 DEBUG : rutabaga: md5 = 03665f14406a78eb6f4caa95bcb48dd9 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/05/20 02:19:18 DEBUG : empty space: md5 = 152219321b3f969eaf5d44f07ae6756f OK === RUN TestCheckSizeOnly/3 2025/05/20 02:19:20 DEBUG : potato2: md5 = 8ab28b00030c7a5b0925402ddea699c8 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/05/20 02:19:22 DEBUG : remotepotato: md5 = 776a8bbe81391ce5a733c450f7dfe01c OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.89s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.30s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:19:27 DEBUG : test.sum: md5 = 19a7785630ab71ffcc3146f3a1891b4f OK 2025/05/20 02:19:28 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/20 02:19:28 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/20 02:19:28 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/20 02:19:28 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/20 02:19:29 DEBUG : test.sum: md5 = f2defd704337c2cbfcaf43c4e071198f OK 2025/05/20 02:19:31 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/20 02:19:31 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/20 02:19:31 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/20 02:19:31 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.43s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:19:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jifusid9gixu/data" 2025/05/20 02:19:32 DEBUG : Creating backend with remote "TestDrive:crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.03s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:19:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jifusid9gixu/data" 2025/05/20 02:19:34 DEBUG : Creating backend with remote "TestDrive:crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g/vjrnln8ratgmqakfosrqe8espk" 2025/05/20 02:19:38 DEBUG : data/banana: md5 = 00bd4c00dc0f0ab06cbc2648d2bf8bf9 OK 2025/05/20 02:19:39 DEBUG : test.sum: md5 = fba659dbb49cd552e65ea5c0fd2fb67a OK === RUN TestCheckSumDownload/subtest1 2025/05/20 02:19:44 DEBUG : data/potato: md5 = 33db5fcd62391d375566fcefc371e836 OK 2025/05/20 02:19:45 DEBUG : test.sum: md5 = aeff9bd93191550328a4b5a1b2ce8ad6 OK === RUN TestCheckSumDownload/subtest2 2025/05/20 02:19:49 DEBUG : test.sum: md5 = bababd98a7ece9f12a0a71af2dcd1bf9 OK === RUN TestCheckSumDownload/subtest3 2025/05/20 02:19:53 DEBUG : test.sum: md5 = 8e564c79475b2557e3a5c5e2eabe0783 OK === RUN TestCheckSumDownload/subtest4 2025/05/20 02:19:57 DEBUG : test.sum: md5 = 85a34ce94318286ab05331b566e4b990 OK === RUN TestCheckSumDownload/subtest5 2025/05/20 02:20:01 DEBUG : test.sum: md5 = dc53ad35f7a7f92ce2be07524252ec14 OK === RUN TestCheckSumDownload/subtest6 2025/05/20 02:20:05 DEBUG : data/banana: md5 = 3178e06d4e65e39b103557a43ab7a9ec OK 2025/05/20 02:20:07 DEBUG : data/potato: md5 = 703e11d73e4032e72ae5bd56aadf463d OK 2025/05/20 02:20:08 DEBUG : test.sum: md5 = 947ad8da17addfdf9b8153596d5b0913 OK === RUN TestCheckSumDownload/subtest7 2025/05/20 02:20:13 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/05/20 02:20:13 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (40.17s) --- PASS: TestCheckSumDownload/subtest1 (2.51s) --- PASS: TestCheckSumDownload/subtest2 (2.25s) --- PASS: TestCheckSumDownload/subtest3 (2.30s) --- PASS: TestCheckSumDownload/subtest4 (2.04s) --- PASS: TestCheckSumDownload/subtest5 (2.25s) --- PASS: TestCheckSumDownload/subtest6 (1.95s) --- PASS: TestCheckSumDownload/subtest7 (2.67s) === RUN TestApplyTransforms 2025/05/20 02:20:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-botodid9hibi" 2025/05/20 02:20:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:20:14 DEBUG : Creating backend with remote "TestDrive:crypt/s0klgh9r0mgeeq9ifdt9pcj5eb0uakom53v01bssnjhmk0va5c70" 2025/05/20 02:20:15 DEBUG : Creating backend with remote "/tmp/rclone1845180747" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-botodid9hibi'", Local "Local file system at /tmp/rclone1845180747", Modify Window "1ms" 2025/05/20 02:20:17 DEBUG : hello, world!: md5 = 2bb9936d60513e73b64fd81492218c7b OK upper checkfile vs. lower remote (without normalization) 2025/05/20 02:20:18 ERROR : hello, world!: sum not found 2025/05/20 02:20:18 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-botodid9hibi' 2025/05/20 02:20:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-botodid9hibi': 1 files missing 2025/05/20 02:20:18 NOTICE: 1 hashes missing 2025/05/20 02:20:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-botodid9hibi': 2 differences found 2025/05/20 02:20:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-botodid9hibi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/20 02:20:19 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/20 02:20:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-botodid9hibi': 0 differences found 2025/05/20 02:20:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-botodid9hibi': 1 matching files 2025/05/20 02:20:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-firegok7tosu" 2025/05/20 02:20:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:20:19 DEBUG : Creating backend with remote "TestDrive:crypt/v23jnfaindh3g45k0pnhlbjvt3sm8vo88d4lqej38dn6924ai0tg" 2025/05/20 02:20:20 DEBUG : Creating backend with remote "/tmp/rclone2311667199" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-firegok7tosu'", Local "Local file system at /tmp/rclone2311667199", Modify Window "1ms" 2025/05/20 02:20:22 DEBUG : HELLO, WORLD!: md5 = 85afa01edcf94b697a13c5d600cbdd65 OK lower checkfile vs. upper remote (without normalization) 2025/05/20 02:20:22 ERROR : HELLO, WORLD!: sum not found 2025/05/20 02:20:22 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-firegok7tosu' 2025/05/20 02:20:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-firegok7tosu': 1 files missing 2025/05/20 02:20:22 NOTICE: 1 hashes missing 2025/05/20 02:20:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-firegok7tosu': 2 differences found 2025/05/20 02:20:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-firegok7tosu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/20 02:20:24 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/20 02:20:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-firegok7tosu': 0 differences found 2025/05/20 02:20:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-firegok7tosu': 1 matching files 2025/05/20 02:20:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zihamiv8buya" 2025/05/20 02:20:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:20:24 DEBUG : Creating backend with remote "TestDrive:crypt/4de78hecsmcuqnqiaf3m0ifa3vprd84mfssaq09v3007dkfbqprg" 2025/05/20 02:20:25 DEBUG : Creating backend with remote "/tmp/rclone1947629704" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zihamiv8buya'", Local "Local file system at /tmp/rclone1947629704", Modify Window "1ms" 2025/05/20 02:20:27 DEBUG : HeLlO, wOrLd!: md5 = 2d85c2075c95016f258de6e3d3e868b1 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/20 02:20:27 ERROR : HeLlO, wOrLd!: sum not found 2025/05/20 02:20:27 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zihamiv8buya' 2025/05/20 02:20:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zihamiv8buya': 1 files missing 2025/05/20 02:20:27 NOTICE: 1 hashes missing 2025/05/20 02:20:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zihamiv8buya': 2 differences found 2025/05/20 02:20:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zihamiv8buya': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/20 02:20:29 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/20 02:20:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zihamiv8buya': 0 differences found 2025/05/20 02:20:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zihamiv8buya': 1 matching files 2025/05/20 02:20:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rayokik2radi" 2025/05/20 02:20:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:20:29 DEBUG : Creating backend with remote "TestDrive:crypt/oqtll8cfd1mh8fcbt6uua66g3uhi80rkjdhesv511fh9l1nf7bcg" 2025/05/20 02:20:30 DEBUG : Creating backend with remote "/tmp/rclone2505541527" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rayokik2radi'", Local "Local file system at /tmp/rclone2505541527", Modify Window "1ms" 2025/05/20 02:20:32 DEBUG : HELLO, WORLD!: md5 = 1a8833851548d357bc80091be7fc1f77 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/20 02:20:32 ERROR : HELLO, WORLD!: sum not found 2025/05/20 02:20:32 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rayokik2radi' 2025/05/20 02:20:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rayokik2radi': 1 files missing 2025/05/20 02:20:32 NOTICE: 1 hashes missing 2025/05/20 02:20:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rayokik2radi': 2 differences found 2025/05/20 02:20:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rayokik2radi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/20 02:20:34 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/20 02:20:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rayokik2radi': 0 differences found 2025/05/20 02:20:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rayokik2radi': 1 matching files 2025/05/20 02:20:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fezozod3koxu" 2025/05/20 02:20:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:20:34 DEBUG : Creating backend with remote "TestDrive:crypt/6ogvigar16m4g9ht55k9o14qeu65l7jvvbqvgei77f1rhfdricq0" 2025/05/20 02:20:35 DEBUG : Creating backend with remote "/tmp/rclone2323922284" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fezozod3koxu'", Local "Local file system at /tmp/rclone2323922284", Modify Window "1ms" 2025/05/20 02:20:37 DEBUG : 測試_Русский___ě_áñ: md5 = 2eba08bcd63af0e1f5cec28acd28b9f0 OK NFD checkfile vs. NFC remote (without normalization) 2025/05/20 02:20:37 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/20 02:20:37 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fezozod3koxu' 2025/05/20 02:20:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fezozod3koxu': 1 files missing 2025/05/20 02:20:37 NOTICE: 1 hashes missing 2025/05/20 02:20:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fezozod3koxu': 2 differences found 2025/05/20 02:20:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fezozod3koxu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/20 02:20:38 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/20 02:20:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fezozod3koxu': 0 differences found 2025/05/20 02:20:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fezozod3koxu': 1 matching files 2025/05/20 02:20:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zebigib9poqu" 2025/05/20 02:20:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:20:38 DEBUG : Creating backend with remote "TestDrive:crypt/cmh4asoktbs08jkbtqshqkgfejg8qpoktsp31hov37lqo2p0m590" 2025/05/20 02:20:39 DEBUG : Creating backend with remote "/tmp/rclone2623950763" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zebigib9poqu'", Local "Local file system at /tmp/rclone2623950763", Modify Window "1ms" 2025/05/20 02:20:42 DEBUG : 測試_Русский___ě_áñ: md5 = d0d7808d814d2f72e210bf0fd01227ca OK NFC checkfile vs. NFD remote (without normalization) 2025/05/20 02:20:42 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/20 02:20:42 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zebigib9poqu' 2025/05/20 02:20:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zebigib9poqu': 1 files missing 2025/05/20 02:20:42 NOTICE: 1 hashes missing 2025/05/20 02:20:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zebigib9poqu': 2 differences found 2025/05/20 02:20:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zebigib9poqu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/20 02:20:43 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/20 02:20:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zebigib9poqu': 0 differences found 2025/05/20 02:20:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zebigib9poqu': 1 matching files 2025/05/20 02:20:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-licibox4tive" 2025/05/20 02:20:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:20:43 DEBUG : Creating backend with remote "TestDrive:crypt/v53fk3u930vukm2r20jntascfld6iattb02resi8i0s1aqa5gs0g" 2025/05/20 02:20:44 DEBUG : Creating backend with remote "/tmp/rclone1751652334" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-licibox4tive'", Local "Local file system at /tmp/rclone1751652334", Modify Window "1ms" 2025/05/20 02:20:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ebebcf88dc1341c486f413af38e98ca0 OK NFDx2 checkfile vs. both remote (without normalization) 2025/05/20 02:20:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/20 02:20:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-licibox4tive' 2025/05/20 02:20:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-licibox4tive': 1 files missing 2025/05/20 02:20:47 NOTICE: 1 hashes missing 2025/05/20 02:20:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-licibox4tive': 2 differences found 2025/05/20 02:20:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-licibox4tive': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/20 02:20:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/20 02:20:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-licibox4tive': 0 differences found 2025/05/20 02:20:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-licibox4tive': 1 matching files 2025/05/20 02:20:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jukivek4ceci" 2025/05/20 02:20:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:20:48 DEBUG : Creating backend with remote "TestDrive:crypt/b5t1keljsn16llh90gbl4erjv7elcoofso15bim9fca8pv3qtp2g" 2025/05/20 02:20:49 DEBUG : Creating backend with remote "/tmp/rclone227622459" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jukivek4ceci'", Local "Local file system at /tmp/rclone227622459", Modify Window "1ms" 2025/05/20 02:20:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b755191aa3f421d988089bf42b244b08 OK NFCx2 checkfile vs. both remote (without normalization) 2025/05/20 02:20:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/20 02:20:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jukivek4ceci' 2025/05/20 02:20:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jukivek4ceci': 1 files missing 2025/05/20 02:20:52 NOTICE: 1 hashes missing 2025/05/20 02:20:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jukivek4ceci': 2 differences found 2025/05/20 02:20:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jukivek4ceci': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/20 02:20:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/20 02:20:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jukivek4ceci': 0 differences found 2025/05/20 02:20:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jukivek4ceci': 1 matching files 2025/05/20 02:20:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ficosac2xufo" 2025/05/20 02:20:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:20:53 DEBUG : Creating backend with remote "TestDrive:crypt/op1uvnooql5d5ik1imk2fua8jjrqc46h3b3nc1nogcroloq9a240" 2025/05/20 02:20:54 DEBUG : Creating backend with remote "/tmp/rclone2942609359" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ficosac2xufo'", Local "Local file system at /tmp/rclone2942609359", Modify Window "1ms" 2025/05/20 02:20:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 18b6e361ee4b16c4c470cd64a6d49c53 OK both checkfile vs. NFDx2 remote (without normalization) 2025/05/20 02:20:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/20 02:20:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ficosac2xufo' 2025/05/20 02:20:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ficosac2xufo': 1 files missing 2025/05/20 02:20:57 NOTICE: 1 hashes missing 2025/05/20 02:20:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ficosac2xufo': 2 differences found 2025/05/20 02:20:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ficosac2xufo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/20 02:20:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/20 02:20:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ficosac2xufo': 0 differences found 2025/05/20 02:20:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ficosac2xufo': 1 matching files 2025/05/20 02:20:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jazihec5pice" 2025/05/20 02:20:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:20:58 DEBUG : Creating backend with remote "TestDrive:crypt/89k6ub9kb6qp3ckgrs9qonf90ueqs5nbjrk6234b8amq9h791aeg" 2025/05/20 02:20:59 DEBUG : Creating backend with remote "/tmp/rclone1079384424" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jazihec5pice'", Local "Local file system at /tmp/rclone1079384424", Modify Window "1ms" 2025/05/20 02:21:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = cc14c1114cfeb99f9bea72cdad699bc1 OK both checkfile vs. NFCx2 remote (without normalization) 2025/05/20 02:21:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/20 02:21:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jazihec5pice' 2025/05/20 02:21:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jazihec5pice': 1 files missing 2025/05/20 02:21:03 NOTICE: 1 hashes missing 2025/05/20 02:21:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jazihec5pice': 2 differences found 2025/05/20 02:21:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jazihec5pice': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/20 02:21:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/20 02:21:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jazihec5pice': 0 differences found 2025/05/20 02:21:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jazihec5pice': 1 matching files 2025/05/20 02:21:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jazihec5pice': Purge remote 2025/05/20 02:21:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ficosac2xufo': Purge remote 2025/05/20 02:21:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jukivek4ceci': Purge remote 2025/05/20 02:21:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-licibox4tive': Purge remote 2025/05/20 02:21:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zebigib9poqu': Purge remote 2025/05/20 02:21:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fezozod3koxu': Purge remote 2025/05/20 02:21:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rayokik2radi': Purge remote 2025/05/20 02:21:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zihamiv8buya': Purge remote 2025/05/20 02:21:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-firegok7tosu': Purge remote 2025/05/20 02:21:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-botodid9hibi': Purge remote --- PASS: TestApplyTransforms (54.22s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:21:09 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/20 02:21:11 DEBUG : sub/file2: md5 = f1388a8b1dc872a245ca0695d0ca4925 OK 2025/05/20 02:21:11 INFO : file1: Copied (new) to: sub/file2 2025/05/20 02:21:11 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/20 02:21:11 DEBUG : file1: Unchanged skipping 2025/05/20 02:21:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': don't need to copy/move sub/file2, it is already at target location 2025/05/20 02:21:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.00s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:21:17 DEBUG : dst/file1: md5 = e95c82581afeb13842e3897814c4c885 OK 2025/05/20 02:21:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jifusid9gixu/backup" 2025/05/20 02:21:18 DEBUG : Creating backend with remote "TestDrive:crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g/1nrff024r7pq65ecp72fc28jb0" 2025/05/20 02:21:20 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/20 02:21:22 INFO : dst/file1: Moved (server-side) 2025/05/20 02:21:23 DEBUG : dst/file1: md5 = 65e902c8c012212b4659aa0ad642e86f OK 2025/05/20 02:21:23 INFO : dst/file1: Copied (new) 2025/05/20 02:21:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/20 02:21:26 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/20 02:21:27 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.22s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:21:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jifusid9gixu/dst" 2025/05/20 02:21:28 DEBUG : Creating backend with remote "TestDrive:crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/20 02:21:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jifusid9gixu/CompareDest" 2025/05/20 02:21:30 DEBUG : Creating backend with remote "TestDrive:crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g/gveqi14airsml4bgu7krj116o8" 2025/05/20 02:21:31 DEBUG : one: Need to transfer - File not found at Destination 2025/05/20 02:21:34 DEBUG : one: md5 = 0e1210580865c79aef34b0c62fd6e57f OK 2025/05/20 02:21:34 INFO : one: Copied (new) 2025/05/20 02:21:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/20 02:21:37 DEBUG : one: md5 = 28fd7ca1d439af54c63ec4d4e6c50053 OK 2025/05/20 02:21:37 INFO : one: Copied (replaced existing) 2025/05/20 02:21:39 DEBUG : dst/one: md5 = 55bc92b546c95e561e8ac3dce3ebd97c OK 2025/05/20 02:21:41 DEBUG : CompareDest/one: md5 = 9c21790a02a60a6d59cd94eec935f15b OK 2025/05/20 02:21:42 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/20 02:21:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/20 02:21:42 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/20 02:21:44 DEBUG : CompareDest/two: md5 = c02f39b8712439ab0f234a68ba2507a2 OK 2025/05/20 02:21:45 DEBUG : two: Need to transfer - File not found at Destination 2025/05/20 02:21:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/20 02:21:45 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/20 02:21:46 DEBUG : two: Need to transfer - File not found at Destination 2025/05/20 02:21:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/20 02:21:46 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/20 02:21:47 DEBUG : two: Need to transfer - File not found at Destination 2025/05/20 02:21:47 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/20 02:21:49 DEBUG : two: md5 = 5e8294529ec95d5168c36ee9f95ac78c OK 2025/05/20 02:21:49 INFO : two: Copied (new) 2025/05/20 02:21:52 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/20 02:21:52 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:21:53 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/20 02:21:53 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (25.37s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:21:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jifusid9gixu/dst" 2025/05/20 02:21:53 DEBUG : Creating backend with remote "TestDrive:crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/20 02:21:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jifusid9gixu/CopyDest" 2025/05/20 02:21:55 DEBUG : Creating backend with remote "TestDrive:crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/20 02:21:57 DEBUG : one: Need to transfer - File not found at Destination 2025/05/20 02:21:59 DEBUG : one: md5 = fb26f12518cd6c91d493d14771ec6d8a OK 2025/05/20 02:21:59 INFO : one: Copied (new) 2025/05/20 02:22:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/20 02:22:02 DEBUG : one: md5 = 68a061182597a52d1f5ca635f7cdcbe4 OK 2025/05/20 02:22:02 INFO : one: Copied (replaced existing) 2025/05/20 02:22:04 DEBUG : dst/one: md5 = afde0a05ee6ba65d5a7fafe21e09e57a OK 2025/05/20 02:22:06 DEBUG : CopyDest/one: md5 = 6c32b673b845ffcb6515c23c7fe0848f OK 2025/05/20 02:22:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jifusid9gixu/BackupDir" 2025/05/20 02:22:07 DEBUG : Creating backend with remote "TestDrive:crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/20 02:22:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/20 02:22:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/20 02:22:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/20 02:22:10 INFO : one: Moved (server-side) 2025/05/20 02:22:11 INFO : one: Copied (server-side copy) 2025/05/20 02:22:11 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/20 02:22:13 DEBUG : CopyDest/two: md5 = 6ce8ecb84139205fbc68e6dcca09f7ab OK 2025/05/20 02:22:14 DEBUG : two: Need to transfer - File not found at Destination 2025/05/20 02:22:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/20 02:22:15 INFO : two: Copied (server-side copy) 2025/05/20 02:22:15 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/20 02:22:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/20 02:22:16 DEBUG : two: Unchanged skipping 2025/05/20 02:22:18 DEBUG : CopyDest/three: md5 = f6904c1d6e3690b86a1ffd16dabc6172 OK 2025/05/20 02:22:19 DEBUG : three: Need to transfer - File not found at Destination 2025/05/20 02:22:19 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/20 02:22:19 DEBUG : three: Destination not found in --copy-dest 2025/05/20 02:22:20 DEBUG : three: md5 = b2ef72e39b390d379da766f29ea10957 OK 2025/05/20 02:22:20 INFO : three: Copied (new) 2025/05/20 02:22:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/20 02:22:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:22:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/20 02:22:26 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:22:26 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/20 02:22:26 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/20 02:22:26 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.71s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.42s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:22:28 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/20 02:22:30 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 6ac604845437d79a649a2dc1593c5a27 OK 2025/05/20 02:22:30 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/20 02:22:31 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/20 02:22:31 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/05/20 02:22:32 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/20 02:22:33 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/20 02:22:34 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 592d4e89ceeb8c54e4875e2f818cca9e OK 2025/05/20 02:22:34 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/05/20 02:22:36 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/05/20 02:22:36 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.25s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:22:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Looking for duplicate names using skip mode. 2025/05/20 02:22:41 NOTICE: one: Found 2 files with duplicate names 2025/05/20 02:22:41 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.70s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:22:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Looking for duplicate names using skip mode. 2025/05/20 02:22:47 NOTICE: one: Found 3 files with duplicate names 2025/05/20 02:22:47 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/05/20 02:22:47 INFO : one: Deleted 2025/05/20 02:22:47 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.54s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:22:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Looking for duplicate names using first mode. 2025/05/20 02:22:53 NOTICE: one: Found 3 files with duplicate names 2025/05/20 02:22:53 INFO : one: Deleted 2025/05/20 02:22:54 INFO : one: Deleted 2025/05/20 02:22:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.27s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:22:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Looking for duplicate names using newest mode. 2025/05/20 02:23:00 NOTICE: one: Found 3 files with duplicate names 2025/05/20 02:23:00 INFO : one: Deleted 2025/05/20 02:23:01 INFO : one: Deleted 2025/05/20 02:23:01 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.63s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:23:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Looking for duplicate names using oldest mode. 2025/05/20 02:23:06 NOTICE: one: Found 3 files with duplicate names 2025/05/20 02:23:07 INFO : one: Deleted 2025/05/20 02:23:07 INFO : one: Deleted 2025/05/20 02:23:07 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.43s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:23:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Looking for duplicate names using largest mode. 2025/05/20 02:23:13 NOTICE: one: Found 3 files with duplicate names 2025/05/20 02:23:13 INFO : one: Deleted 2025/05/20 02:23:14 INFO : one: Deleted 2025/05/20 02:23:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.26s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:23:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Looking for duplicate names using smallest mode. 2025/05/20 02:23:19 NOTICE: one: Found 3 files with duplicate names 2025/05/20 02:23:19 INFO : one: Deleted 2025/05/20 02:23:20 INFO : one: Deleted 2025/05/20 02:23:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.26s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:23:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Looking for duplicate names using rename mode. 2025/05/20 02:23:27 NOTICE: one.txt: Found 3 files with duplicate names 2025/05/20 02:23:28 INFO : one-2.txt: renamed from: one.txt 2025/05/20 02:23:29 INFO : one-3.txt: renamed from: one.txt 2025/05/20 02:23:30 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.66s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:23:35 DEBUG : dupe1/one.txt: md5 = c81aea6435fad0a53f23314b0f203ce6 OK 2025/05/20 02:23:37 DEBUG : dupe2/two.txt: md5 = e044a560603ccb8ce3a406639b068c22 OK 2025/05/20 02:23:39 DEBUG : dupe3/three.txt: md5 = 56c52908fbd164185723023833422b3b OK 2025/05/20 02:23:40 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/05/20 02:23:40 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/05/20 02:23:41 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/05/20 02:23:42 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/05/20 02:23:45 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/05/20 02:23:45 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/05/20 02:23:45 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.89s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:23:47 DEBUG : a.txt: md5 = f625a119455eadb58167bb5108dfc990 OK 2025/05/20 02:23:48 DEBUG : zend.txt: md5 = f0d53e509881aef59dfeaeaf5bf7d353 OK 2025/05/20 02:23:50 DEBUG : sub dir/hello world: md5 = 1c34715b9185e92beb6c14c2a605c01d OK 2025/05/20 02:23:52 DEBUG : sub dir/hello world2: md5 = 1269bbcf626f301f516d709f94448611 OK 2025/05/20 02:23:54 DEBUG : sub dir/ignore dir/.ignore: md5 = 4b96445e0c3b920c3dfb24c0dd99978b OK 2025/05/20 02:23:56 DEBUG : sub dir/ignore dir/should be ignored: md5 = fe8ed87c0dd63f0248deee689a6e76ab OK 2025/05/20 02:23:58 DEBUG : sub dir/sub sub dir/hello world3: md5 = f4444ec1a5dff43bff5134595c381ce9 OK 2025/05/20 02:23:59 DEBUG : a.txt: Excluded (Size Filter) 2025/05/20 02:23:59 DEBUG : a.txt: Excluded 2025/05/20 02:24:00 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/20 02:24:00 DEBUG : sub dir/hello world: Excluded 2025/05/20 02:24:00 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/20 02:24:00 DEBUG : sub dir/hello world2: Excluded 2025/05/20 02:24:01 DEBUG : sub dir/ignore dir: Excluded 2025/05/20 02:24:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/20 02:24:01 DEBUG : sub dir/hello world: Excluded 2025/05/20 02:24:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/20 02:24:01 DEBUG : sub dir/hello world2: Excluded 2025/05/20 02:24:01 DEBUG : sub dir/ignore dir: Excluded 2025/05/20 02:24:05 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/20 02:24:06 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/20 02:24:06 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/20 02:24:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/20 02:24:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/20 02:24:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/20 02:24:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.83s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:24:09 DEBUG : a.txt: md5 = c99484949f651c4bd0317c98f6ff0a6a OK 2025/05/20 02:24:10 DEBUG : zend.txt: md5 = ec30e7fb80f340720b54fa775c89065e OK 2025/05/20 02:24:13 DEBUG : sub dir/hello world: md5 = 0b6d33722813e74e8735ea5575db6a77 OK 2025/05/20 02:24:15 DEBUG : sub dir/hello world2: md5 = b6b471af8f918177c167e50150bf66f5 OK 2025/05/20 02:24:17 DEBUG : sub dir/ignore dir/.ignore: md5 = c2334feb023d65d040b6cfaf3a3b5507 OK 2025/05/20 02:24:19 DEBUG : sub dir/ignore dir/should be ignored: md5 = fab81db750cc094bae3344ef2ab75ede OK 2025/05/20 02:24:21 DEBUG : sub dir/sub sub dir/hello world3: md5 = de81791fed3caa6ab8d4512776438099 OK 2025/05/20 02:24:22 DEBUG : a.txt: Excluded (Size Filter) 2025/05/20 02:24:22 DEBUG : a.txt: Excluded 2025/05/20 02:24:22 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/20 02:24:22 DEBUG : sub dir/hello world: Excluded 2025/05/20 02:24:22 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/20 02:24:22 DEBUG : sub dir/hello world2: Excluded 2025/05/20 02:24:23 DEBUG : sub dir/ignore dir: Excluded 2025/05/20 02:24:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/20 02:24:23 DEBUG : sub dir/hello world: Excluded 2025/05/20 02:24:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/20 02:24:23 DEBUG : sub dir/hello world2: Excluded 2025/05/20 02:24:23 DEBUG : sub dir/ignore dir: Excluded 2025/05/20 02:24:28 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/20 02:24:29 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/20 02:24:29 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/20 02:24:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/20 02:24:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/20 02:24:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/20 02:24:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (22.66s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:24:32 DEBUG : file1: md5 = 3e62176e615592a564a6f8abda1c9973 OK 2025/05/20 02:24:34 DEBUG : sub/file2: md5 = e6b81eb6baffeb09f8e798b1dd147781 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/05/20 02:24:37 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/05/20 02:24:37 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/05/20 02:24:38 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/05/20 02:24:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.82s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.36s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.23s) --- PASS: TestListJSON/Metadata (0.69s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:24:42 DEBUG : file1: md5 = 8dbc72a9cf0f2efa0fa9234e01b3f30d OK 2025/05/20 02:24:44 DEBUG : sub/file2: md5 = 9532cf09941d3d9e47cc4bfdef385a46 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/05/20 02:24:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jifusid9gixu/notfound" 2025/05/20 02:24:48 DEBUG : Creating backend with remote "TestDrive:crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g/qe0i31qdkoejk60elps0ni5sqk" 2025/05/20 02:24:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.03s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.46s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.22s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.37s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.92s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:24:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Making directory 2025/05/20 02:24:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Making directory --- PASS: TestMkdir (0.80s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:24:55 DEBUG : sub dir/hello world: md5 = 73f74b27a45b37d0a40dd44543b48727 OK 2025/05/20 02:24:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.78s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:24:59 DEBUG : potato2: md5 = 876c563b402163628653519d8afcd019 OK 2025/05/20 02:25:00 DEBUG : empty space: md5 = 43a7a0e08221f122a75db07d0f057daf OK --- PASS: TestLs (4.80s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:25:04 DEBUG : potato2: md5 = 60660d8e636019f5c9dd9d72d2015b25 OK 2025/05/20 02:25:05 DEBUG : empty space: md5 = 830e52a9daf9ac1993622d6696511b29 OK 2025/05/20 02:25:06 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.12s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:25:09 DEBUG : potato2: md5 = f5eb23d8a7e53f90bd87bbd588422cb7 OK 2025/05/20 02:25:10 DEBUG : empty space: md5 = 77d7fa382c7cf92f92a5ebec524223cc OK --- PASS: TestLsLong (4.68s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:25:14 DEBUG : potato2: md5 = e6caa3786726d47a1fa5c868f5f94398 OK 2025/05/20 02:25:15 DEBUG : empty space: md5 = 7d315ca2d418972cd14def773071ebd4 OK --- PASS: TestHashSums (4.47s) === RUN TestHashSumsWithErrors 2025/05/20 02:25:17 DEBUG : Creating backend with remote ":memory:" 2025/05/20 02:25:17 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/20 02:25:17 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/20 02:25:17 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/20 02:25:17 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/20 02:25:17 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/20 02:25:17 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/20 02:25:17 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/20 02:25:17 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/20 02:25:17 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-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:25:18 DEBUG : potato2: md5 = 0fb26270e51341b5b227c3667673c4ed OK 2025/05/20 02:25:20 DEBUG : empty space: md5 = a5e1bca6018e46552ea5929529822f11 OK 2025/05/20 02:25:22 DEBUG : sub dir/potato3: md5 = bef60fcf9143a5655a32e7c83748c6bc OK 2025/05/20 02:25:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.54s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:25:27 DEBUG : small: md5 = 4c3cbd7897ab60c25184304a43814ec9 OK 2025/05/20 02:25:28 DEBUG : medium: md5 = 17a5323e515621ff9e791eaa6393cad8 OK 2025/05/20 02:25:30 DEBUG : large: md5 = 1e8a22878ec53735e0ac8d158d209cd0 OK 2025/05/20 02:25:30 DEBUG : Waiting for deletions to finish 2025/05/20 02:25:30 DEBUG : large: Excluded (Size Filter) 2025/05/20 02:25:31 INFO : medium: Deleted 2025/05/20 02:25:31 INFO : small: Deleted --- PASS: TestDelete (6.49s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:25:33 DEBUG : small: md5 = 3c27e886daad6f99ebd54837f11c0a66 OK 2025/05/20 02:25:34 DEBUG : medium: md5 = 9d409fc6fd5234297890931a44c82713 OK 2025/05/20 02:25:36 DEBUG : large: md5 = 75e21f721846cb712084b18347d6fdc5 OK 2025/05/20 02:25:36 DEBUG : Waiting for deletions to finish 2025/05/20 02:25:36 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/05/20 02:25:37 INFO : medium: Deleted 2025/05/20 02:25:37 INFO : small: Deleted --- PASS: TestMaxDelete (6.81s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:25:40 DEBUG : small: md5 = ff05d028edea74be650ca1e6f8898a97 OK 2025/05/20 02:25:41 DEBUG : medium: md5 = 398023a6dd1a641a226233027b8e4c40 OK 2025/05/20 02:25:43 DEBUG : large: md5 = c8933fea65118d4477af01f2f45cab69 OK 2025/05/20 02:25:43 DEBUG : Waiting for deletions to finish 2025/05/20 02:25:43 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/20 02:25:44 INFO : small: Deleted 2025/05/20 02:25:44 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.75s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:25:47 DEBUG : small: md5 = d2dd72dabcc876f1e49aaf1ff7265581 OK 2025/05/20 02:25:48 DEBUG : medium: md5 = 7b939a19e579c7da8f063973e0428225 OK 2025/05/20 02:25:50 DEBUG : large: md5 = 3f9b998426b6464e2910f56b074cea0d OK 2025/05/20 02:25:50 DEBUG : Waiting for deletions to finish 2025/05/20 02:25:50 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/05/20 02:25:51 INFO : small: Deleted 2025/05/20 02:25:51 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.27s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:25:54 DEBUG : ReadFile: md5 = 178e22f41b05e5291be44ca8edfc89f2 OK --- PASS: TestReadFile (4.32s) === RUN TestRetry 2025/05/20 02:25:57 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/20 02:25:57 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/20 02:25:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/20 02:25:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/20 02:25:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/20 02:25:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/20 02:25:57 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:25:58 DEBUG : file1: md5 = 67c9b22075f3fbee6f81ab66abd30033 OK 2025/05/20 02:26:00 DEBUG : file2: md5 = 37ef924db1541e8b343b4454669c8613 OK --- PASS: TestCat (16.39s) === RUN TestPurge 2025/05/20 02:26:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-reyatiy5xeqo" 2025/05/20 02:26:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/20 02:26:13 DEBUG : Creating backend with remote "TestDrive:crypt/kg589mu8046bntkqb61irnqergc09vcs04280m9qsiko6njkicf0" 2025/05/20 02:26:14 DEBUG : Creating backend with remote "/tmp/rclone487218748" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-reyatiy5xeqo'", Local "Local file system at /tmp/rclone487218748", Modify Window "1ms" 2025/05/20 02:26:19 DEBUG : A1/B1/C1/one: md5 = 973c93bc947aaae1fbd220ba4164b449 OK 2025/05/20 02:26:19 INFO : A2: Making directory 2025/05/20 02:26:20 INFO : A1/B2: Making directory 2025/05/20 02:26:20 INFO : A1/B2/C2: Making directory 2025/05/20 02:26:21 INFO : A1/B1/C3: Making directory 2025/05/20 02:26:22 INFO : A3: Making directory 2025/05/20 02:26:23 INFO : A3/B3: Making directory 2025/05/20 02:26:24 INFO : A3/B3/C4: Making directory 2025/05/20 02:26:26 DEBUG : A1/two: md5 = e97efb987b65c2978403ad1ee5cd7344 OK 2025/05/20 02:26:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-reyatiy5xeqo': Purge remote 2025/05/20 02:26:29 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.88s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:26:33 DEBUG : A1/B1/C1/one: md5 = edaafadfe957b4fbc10e47adff238e40 OK 2025/05/20 02:26:33 INFO : A2: Making directory 2025/05/20 02:26:34 INFO : A1/B2: Making directory 2025/05/20 02:26:34 INFO : A1/B2/C2: Making directory 2025/05/20 02:26:35 INFO : A1/B1/C3: Making directory 2025/05/20 02:26:36 INFO : A3: Making directory 2025/05/20 02:26:37 INFO : A3/B3: Making directory 2025/05/20 02:26:37 INFO : A3/B3/C4: Making directory 2025/05/20 02:26:39 DEBUG : A1/two: md5 = c1afe0f02fcd56e3e512a39325fa1188 OK 2025/05/20 02:26:41 DEBUG : removing 1 level 3 directories 2025/05/20 02:26:41 INFO : A3/B3/C4: Removing directory 2025/05/20 02:26:43 DEBUG : removing 2 level 3 directories 2025/05/20 02:26:43 INFO : A1/B2/C2: Removing directory 2025/05/20 02:26:43 INFO : A1/B1/C3: Removing directory 2025/05/20 02:26:44 DEBUG : removing 2 level 2 directories 2025/05/20 02:26:44 INFO : A3/B3: Removing directory 2025/05/20 02:26:44 INFO : A1/B2: Removing directory 2025/05/20 02:26:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/20 02:26:44 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/05/20 02:26:45 DEBUG : removing 2 level 1 directories 2025/05/20 02:26:45 INFO : A3: Removing directory 2025/05/20 02:26:45 INFO : A2: Removing directory 2025/05/20 02:26:45 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/05/20 02:26:49 DEBUG : removing 1 level 3 directories 2025/05/20 02:26:49 INFO : A1/B1/C1: Removing directory 2025/05/20 02:26:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:50 DEBUG : removing 1 level 2 directories 2025/05/20 02:26:50 INFO : A1/B1: Removing directory 2025/05/20 02:26:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/20 02:26:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/20 02:26:50 DEBUG : removing 1 level 1 directories 2025/05/20 02:26:50 INFO : A1: Removing directory 2025/05/20 02:26:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/20 02:26:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/20 02:26:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/20 02:26:51 DEBUG : removing 1 level 0 directories 2025/05/20 02:26:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Removing directory 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/20 02:26:51 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (23.35s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:26:53 INFO : A1: Making directory 2025/05/20 02:26:54 INFO : A1/B1: Making directory 2025/05/20 02:26:55 INFO : A1/B1/C1: Making directory 2025/05/20 02:26:57 DEBUG : removing 1 level 3 directories 2025/05/20 02:26:57 INFO : A1/B1/C1: Removing directory 2025/05/20 02:26:58 DEBUG : removing 1 level 2 directories 2025/05/20 02:26:58 INFO : A1/B1: Removing directory 2025/05/20 02:26:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/20 02:27:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.07s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:27:01 INFO : A1: Making directory 2025/05/20 02:27:01 INFO : A1/B1: Making directory 2025/05/20 02:27:02 INFO : A1/B1/C1: Making directory 2025/05/20 02:27:05 DEBUG : removing 1 level 3 directories 2025/05/20 02:27:05 INFO : A1/B1/C1: Removing directory 2025/05/20 02:27:05 DEBUG : removing 1 level 2 directories 2025/05/20 02:27:05 INFO : A1/B1: Removing directory 2025/05/20 02:27:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/20 02:27:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.43s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:27:10 DEBUG : file1: md5 = f7795e3339d58160d911f25e8e39a3a5 OK 2025/05/20 02:27:10 DEBUG : filename.txt: File name found in url 2025/05/20 02:27:11 DEBUG : filename.txt: md5 = b2523caa1d9e8581aefed885b867c5c0 OK 2025/05/20 02:27:11 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/05/20 02:27:13 DEBUG : headerfilename.txt: md5 = 2edf1c0150fd66cb013b4c662d14c3bf OK 2025/05/20 02:27:14 DEBUG : file2: md5 = 29b82b10d7de2c983da535d9e2411652 OK --- PASS: TestCopyURL (8.75s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:27:17 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/20 02:27:19 DEBUG : sub/file2: md5 = 90777387548838190b419e356a9201f0 OK 2025/05/20 02:27:19 INFO : file1: Copied (new) to: sub/file2 2025/05/20 02:27:19 INFO : file1: Deleted 2025/05/20 02:27:20 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/20 02:27:20 DEBUG : file1: Unchanged skipping 2025/05/20 02:27:20 INFO : file1: Deleted 2025/05/20 02:27:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': don't need to copy/move sub/file2, it is already at target location 2025/05/20 02:27:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.96s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:27:23 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/20 02:27:24 DEBUG : file1: md5 = e4c4d4dcaf73989c71f006b14019f1ee OK 2025/05/20 02:27:24 INFO : file1: Copied (new) 2025/05/20 02:27:24 INFO : file1: Deleted 2025/05/20 02:27:25 DEBUG : file1: Destination exists, skipping 2025/05/20 02:27:25 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.28s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.42s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:27:29 DEBUG : dst/file1: md5 = 626ed5d0c3fd5a41ea38a79454e516c7 OK 2025/05/20 02:27:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jifusid9gixu/backup" 2025/05/20 02:27:30 DEBUG : Creating backend with remote "TestDrive:crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g/1nrff024r7pq65ecp72fc28jb0" 2025/05/20 02:27:31 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/20 02:27:34 INFO : dst/file1: Moved (server-side) 2025/05/20 02:27:35 DEBUG : dst/file1: md5 = f2da5f32d524daf361bdba5745511c49 OK 2025/05/20 02:27:35 INFO : dst/file1: Copied (new) 2025/05/20 02:27:35 INFO : dst/file1: Deleted 2025/05/20 02:27:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/20 02:27:38 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/20 02:27:39 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.75s) === 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-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:27:42 DEBUG : A1/one: md5 = 464962c4be4bd277b18e556106d87695 OK 2025/05/20 02:27:43 DEBUG : A1/two: md5 = 8466c6c5144a7b6aee41452a59d38c9f OK 2025/05/20 02:27:45 DEBUG : A1/B1/three: md5 = e841e2cba48a4aa24ac6957e1da95ac2 OK 2025/05/20 02:27:48 DEBUG : A1/B1/C1/four: md5 = bbf74cea873a87b4c9948a990e6b7eeb OK 2025/05/20 02:27:50 DEBUG : A1/B1/C2/five: md5 = 2ef7566d926f52680375621fe8b4e285 OK 2025/05/20 02:27:50 INFO : A1/B2: Making directory 2025/05/20 02:27:51 INFO : A1/B1/C3: Making directory 2025/05/20 02:28:00 INFO : A2/one: Moved (server-side) to: A3/one 2025/05/20 02:28:00 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/05/20 02:28:00 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/05/20 02:28:00 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/05/20 02:28:00 INFO : A2/two: Moved (server-side) to: A3/two 2025/05/20 02:28:03 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/20 02:28:03 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/20 02:28:03 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/20 02:28:04 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/20 02:28:04 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/20 02:28:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/05/20 02:28:11 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/05/20 02:28:11 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/05/20 02:28:11 INFO : A3/one: Moved (server-side) to: A4/one 2025/05/20 02:28:11 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/05/20 02:28:12 INFO : A3/two: Moved (server-side) to: A4/two 2025/05/20 02:28:15 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/20 02:28:15 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/20 02:28:15 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/20 02:28:15 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/20 02:28:15 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/20 02:28:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/05/20 02:28:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/05/20 02:28:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/20 02:28:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/20 02:28:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/20 02:28:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/20 02:28:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/20 02:28:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/20 02:28:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/20 02:28:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.67s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:28:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': File to upload is small (34 bytes), uploading instead of streaming 2025/05/20 02:28:26 DEBUG : no_checksum_small_file_from_pipe: md5 = d15b4fb57bdfaf2fd3a99506eb8446cf OK 2025/05/20 02:28:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/05/20 02:28:26 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/20 02:28:27 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/05/20 02:28:28 DEBUG : no_checksum_big_file_from_pipe: md5 = 9f77d6a04069ef4b03a23c1389ba8eaa OK 2025/05/20 02:28:28 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-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:28:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': File to upload is small (34 bytes), uploading instead of streaming 2025/05/20 02:28:31 DEBUG : with_checksum_small_file_from_pipe: md5 = c1f595cca40f60f45eb72b2c1858f50a OK 2025/05/20 02:28:31 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/20 02:28:32 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/05/20 02:28:33 DEBUG : with_checksum_big_file_from_pipe: md5 = ed9b835de619339ab4dbc4f9c5b438b7 OK 2025/05/20 02:28:33 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-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:28:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': File to upload is small (34 bytes), uploading instead of streaming 2025/05/20 02:28:36 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/20 02:28:37 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/20 02:28:38 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-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:28:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': File to upload is small (34 bytes), uploading instead of streaming 2025/05/20 02:28:41 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/20 02:28:41 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/20 02:28:42 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.29s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.91s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.86s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.69s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.82s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/05/20 02:28:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': File to upload is small (48 bytes), uploading instead of streaming 2025/05/20 02:28:46 DEBUG : rcat_metadata: md5 = 02d6c23bf13ebc9531a0edeee20c5f9e OK 2025/05/20 02:28:46 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/05/20 02:28:47 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/05/20 02:28:48 DEBUG : rcat_metadata_uploadcutoff0: md5 = 7dc7f8bcef36dc79e38b6fc8470ce1cb OK 2025/05/20 02:28:48 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.64s) --- PASS: TestRcatMetadata/Normal (2.43s) --- PASS: TestRcatMetadata/ViaDisk (2.74s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:28:51 DEBUG : potato1: md5 = 51e0df5284662a76fa0b1f1f77e70eee OK 2025/05/20 02:28:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': File to upload is small (60 bytes), uploading instead of streaming 2025/05/20 02:28:53 DEBUG : potato2: md5 = 04fc068827878063e706f37ff5ce7119 OK 2025/05/20 02:28:53 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.51s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:28:56 DEBUG : potato1: md5 = f645fab265ded45a8dd1a5467a2769f7 OK 2025/05/20 02:28:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': File to upload is small (60 bytes), uploading instead of streaming 2025/05/20 02:28:57 DEBUG : potato2: md5 = 0035ecf900b3c051a5c42bc3175b0914 OK 2025/05/20 02:28:57 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.92s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:29:01 DEBUG : potato2: md5 = 0a1a5855dba11585e90bf036498aeac3 OK 2025/05/20 02:29:02 DEBUG : empty space: md5 = 5c843ec776685b04f68bcc276547a8a0 OK 2025/05/20 02:29:04 DEBUG : sub dir/potato3: md5 = eadf4300a61b7758d575534851e61556 OK 2025/05/20 02:29:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Touching "sub dir/potato3" 2025/05/20 02:29:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Touching "empty space" 2025/05/20 02:29:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Touching "potato2" 2025/05/20 02:29:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.10s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:29:09 DEBUG : dir with metadata: Making directory with metadata 2025/05/20 02:29:10 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.43s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:29:12 DEBUG : directory with modtime: Making directory with metadata 2025/05/20 02:29:12 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.45s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:29:14 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/20 02:29:14 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/20 02:29:14 DEBUG : Google drive root 'crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g': Skipping btime metadata as can't update it on an existing file: 2025-05-20T02:29:14.628041436Z 2025/05/20 02:29:15 INFO : non existent directory: Updated directory metadata 2025/05/20 02:29:17 DEBUG : Google drive root 'crypt/ahsd73np19b1j55rabcpv5pvv1eo6robncimlhjs4l9vqbj9207g': Skipping btime metadata as can't update it on an existing file: 2025-05-20T02:29:14.628041436Z 2025/05/20 02:29:17 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.91s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:29:19 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/05/20 02:29:21 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/05/20 02:29:21 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.97s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:29:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/20 02:29:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/20 02:29:23 DEBUG : dst: Making directory with metadata 2025/05/20 02:29:24 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/20 02:29:24 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/20 02:29:24 INFO : dst: Set directory modification time (using SetModTime) 2025/05/20 02:29:25 INFO : dst: Set directory modification time (using SetModTime) 2025/05/20 02:29:25 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/05/20 02:29:25 INFO : dst: Set directory modification time (using SetModTime) 2025/05/20 02:29:25 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.57s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu'", Local "Local file system at /tmp/rclone458043307", Modify Window "1ms" 2025/05/20 02:29:29 DEBUG : sub dir/test remove existing: md5 = 8574c9d5e8a1b4fadd035e4e063bd9e5 OK 2025/05/20 02:29:30 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = c43b9ebfb76455c42b3621d3346af3cd OK 2025/05/20 02:29:32 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.gidesey8" before starting 2025/05/20 02:29:33 DEBUG : sub dir/test remove existing.gidesey8: TEST: removing renamed existing file after operation 2025/05/20 02:29:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tiwaney7" before starting 2025/05/20 02:29:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tiwaney7: TEST: renaming existing back after failed operation 2025/05/20 02:29:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.patonoz1" before starting 2025/05/20 02:29:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.patonoz1: TEST: removing renamed existing file after operation 2025/05/20 02:29:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "j1c2v7qvu5m7h85ne5pja27v3q8n35k1tf3kokea1gvl52dle89p4o54p1bqnap2cjnkljnjk83nku835pgkudsrbk09evfu4lfts94qvpm8r3apl7eakg5vojtus6k4to7l1mhijmunhg261f89a82loq5somaqrv4vgnegr7s7d9q98pd0" 2025/05/20 02:29:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "jfokscl5jsbcottjg2ef4oqm1gdkg0nv79t2sfh8gtgjdt88s30g" --- PASS: TestRemoveExisting (13.14s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/05/20 02:29:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jifusid9gixu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m55.567108321s (try 1/5)