"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/11/08 01:50:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqufil1divo" 2024/11/08 01:50:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:50:13 DEBUG : Creating backend with remote "TestDrive:crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg" 2024/11/08 01:50:14 DEBUG : Creating backend with remote "/tmp/rclone3358310347" === 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-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.28s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/08 01:50:14 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/08 01:50:14 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/08 01:50:14 DEBUG : potato: Seek from 10 to 0 2024/11/08 01:50:14 DEBUG : potato: Seek from 10 to 0 2024/11/08 01:50:14 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/08 01:50:14 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/08 01:50:14 DEBUG : potato: Seek from 5 to 2 2024/11/08 01:50:14 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/08 01:50:14 DEBUG : potato: Seek from 7 to 0 2024/11/08 01:50:14 DEBUG : potato: Seek from 7 to 0 2024/11/08 01:50:14 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/08 01:50:14 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/08 01:50:14 DEBUG : potato: Seek from 5 to 2 2024/11/08 01:50:14 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/08 01:50:14 DEBUG : potato: Seek from 8 to 0 2024/11/08 01:50:14 DEBUG : potato: Seek from 8 to 0 2024/11/08 01:50:14 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/08 01:50:14 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/08 01:50:14 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/08 01:50:14 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/08 01:50:14 DEBUG : potato: Seek from 5 to 2 2024/11/08 01:50:14 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/08 01:50:14 DEBUG : potato: Seek from 9 to 0 2024/11/08 01:50:14 DEBUG : potato: Seek from 9 to 0 2024/11/08 01:50:14 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-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:50:17 DEBUG : rutabaga: md5 = 31c9494b4cb2318d70c3934d2d77385a OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/08 01:50:20 DEBUG : empty space: md5 = cd33d300ecc623274cf247c627f72e78 OK === RUN TestCheck/3 2024/11/08 01:50:23 DEBUG : potato2: md5 = d1e76d4f1dacce179a09041ec09f7352 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/08 01:50:25 DEBUG : remotepotato: md5 = ea43ead6af98d17b593dad93b5c90c4d OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.77s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.30s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2024/11/08 01:50:29 DEBUG : Creating backend with remote "nonexistent" 2024/11/08 01:50:29 DEBUG : Creating backend with remote "nonexistent" 2024/11/08 01:50:29 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/08 01:50:29 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/11/08 01:50:29 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/08 01:50:29 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-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:50:31 DEBUG : rutabaga: md5 = ab38328823c578bf83533a55aa94995f OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/08 01:50:37 DEBUG : empty space: md5 = a9d4c1abe957e5b56ed7409e391612c4 OK === RUN TestCheckDownload/3 2024/11/08 01:50:40 DEBUG : potato2: md5 = cfc328cca7be0255d40d69ef8d5dbf9c OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/08 01:50:45 DEBUG : remotepotato: md5 = cb29a225176ed1d01464ebafb3bfb0ae OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (21.49s) --- PASS: TestCheckDownload/1 (1.54s) --- PASS: TestCheckDownload/2 (1.85s) --- PASS: TestCheckDownload/3 (1.19s) --- PASS: TestCheckDownload/4 (1.34s) --- PASS: TestCheckDownload/5 (1.21s) --- PASS: TestCheckDownload/6 (1.01s) --- PASS: TestCheckDownload/7 (1.36s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:50:53 DEBUG : rutabaga: md5 = e8134a4bf06015a76ad6ee37f5edca3c OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/08 01:50:55 DEBUG : empty space: md5 = 89b2191106cadac8c8eb31b1494cab23 OK === RUN TestCheckSizeOnly/3 2024/11/08 01:50:58 DEBUG : potato2: md5 = 3d279451d9b17044d605b43da4827f45 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/08 01:51:00 DEBUG : remotepotato: md5 = 0ac8eac782032c0119d0ae30fdebc23c OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.85s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.28s) --- PASS: TestCheckSizeOnly/4 (0.28s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.36s) --- PASS: TestCheckSizeOnly/7 (0.29s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:51:06 DEBUG : test.sum: md5 = 74aca5c9383838b39228b84b5c9b7b39 OK 2024/11/08 01:51:08 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/08 01:51:08 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/08 01:51:08 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/08 01:51:08 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/08 01:51:10 DEBUG : test.sum: md5 = a5779e88d086cf231232aa3cae360b43 OK 2024/11/08 01:51:11 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/08 01:51:11 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/08 01:51:11 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/08 01:51:11 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.87s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:51:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqufil1divo/data" 2024/11/08 01:51:12 DEBUG : Config file has changed externally - reloading 2024/11/08 01:51:12 DEBUG : Creating backend with remote "TestDrive:crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.11s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:51:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqufil1divo/data" 2024/11/08 01:51:14 DEBUG : Creating backend with remote "TestDrive:crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg/vjrnln8ratgmqakfosrqe8espk" 2024/11/08 01:51:19 DEBUG : data/banana: md5 = d88629a7066e9c3cb5621a96a6592a32 OK 2024/11/08 01:51:21 DEBUG : test.sum: md5 = 0169fd40ec1211e7212da7d0cb894683 OK === RUN TestCheckSumDownload/subtest1 2024/11/08 01:51:26 DEBUG : data/potato: md5 = db68934a19682bc39a582e6d35b2e9bb OK 2024/11/08 01:51:28 DEBUG : test.sum: md5 = ef7eb14368c14c729f83f0387ce294b8 OK === RUN TestCheckSumDownload/subtest2 2024/11/08 01:51:32 DEBUG : test.sum: md5 = e4df74e73c03e8d877fc9a733c37bb3b OK === RUN TestCheckSumDownload/subtest3 2024/11/08 01:51:37 DEBUG : test.sum: md5 = cbde0b94a0bba0ae14bae3962c749354 OK === RUN TestCheckSumDownload/subtest4 2024/11/08 01:51:42 DEBUG : test.sum: md5 = 06babfaa681c3808410886333c90a2db OK === RUN TestCheckSumDownload/subtest5 2024/11/08 01:51:47 DEBUG : test.sum: md5 = ef14ab5199981f28ca923ed6e43905ad OK === RUN TestCheckSumDownload/subtest6 2024/11/08 01:51:52 DEBUG : data/banana: md5 = 0a1f181c0e075d605a36dae10dbdcdaa OK 2024/11/08 01:51:54 DEBUG : data/potato: md5 = cb11e903a1a6c50be1e18eeccb39caaf OK 2024/11/08 01:51:55 DEBUG : test.sum: md5 = 7af53ef871e6eb33197b03f268360586 OK === RUN TestCheckSumDownload/subtest7 2024/11/08 01:52:02 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/11/08 01:52:02 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (48.57s) --- PASS: TestCheckSumDownload/subtest1 (3.09s) --- PASS: TestCheckSumDownload/subtest2 (2.32s) --- PASS: TestCheckSumDownload/subtest3 (2.57s) --- PASS: TestCheckSumDownload/subtest4 (2.42s) --- PASS: TestCheckSumDownload/subtest5 (2.78s) --- PASS: TestCheckSumDownload/subtest6 (2.21s) --- PASS: TestCheckSumDownload/subtest7 (2.98s) === RUN TestApplyTransforms 2024/11/08 01:52:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nejexiw3qoyo" 2024/11/08 01:52:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:52:03 DEBUG : Creating backend with remote "TestDrive:crypt/pksjhfn9p91342iqci70jn7qffqahc3ps0umhdcg6gpgivituajg" 2024/11/08 01:52:04 DEBUG : Creating backend with remote "/tmp/rclone2307874346" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nejexiw3qoyo'", Local "Local file system at /tmp/rclone2307874346", Modify Window "1ms" 2024/11/08 01:52:07 DEBUG : hello, world!: md5 = 5063a88af04c009f12b6f38c90a4d215 OK upper checkfile vs. lower remote (without normalization) 2024/11/08 01:52:08 ERROR : hello, world!: sum not found 2024/11/08 01:52:08 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nejexiw3qoyo' 2024/11/08 01:52:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nejexiw3qoyo': 1 files missing 2024/11/08 01:52:08 NOTICE: 1 hashes missing 2024/11/08 01:52:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nejexiw3qoyo': 2 differences found 2024/11/08 01:52:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nejexiw3qoyo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/08 01:52:09 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/08 01:52:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nejexiw3qoyo': 0 differences found 2024/11/08 01:52:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nejexiw3qoyo': 1 matching files 2024/11/08 01:52:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lazegez3data" 2024/11/08 01:52:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:52:09 DEBUG : Creating backend with remote "TestDrive:crypt/gfn64rvpkld0j44ochbc9or5iff2oj9gensm9dgavuaqkpi4ir90" 2024/11/08 01:52:10 DEBUG : Creating backend with remote "/tmp/rclone407530667" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lazegez3data'", Local "Local file system at /tmp/rclone407530667", Modify Window "1ms" 2024/11/08 01:52:13 DEBUG : HELLO, WORLD!: md5 = 3479a599a30506ae644d065b4983cd7a OK lower checkfile vs. upper remote (without normalization) 2024/11/08 01:52:14 ERROR : HELLO, WORLD!: sum not found 2024/11/08 01:52:14 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lazegez3data' 2024/11/08 01:52:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lazegez3data': 1 files missing 2024/11/08 01:52:14 NOTICE: 1 hashes missing 2024/11/08 01:52:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lazegez3data': 2 differences found 2024/11/08 01:52:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lazegez3data': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/08 01:52:16 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/08 01:52:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lazegez3data': 0 differences found 2024/11/08 01:52:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lazegez3data': 1 matching files 2024/11/08 01:52:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zoqoyac1kode" 2024/11/08 01:52:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:52:16 DEBUG : Creating backend with remote "TestDrive:crypt/nb1k5fba1v31omc07gqrurdf70jeub6bqitcaklov7311ubs3kf0" 2024/11/08 01:52:17 DEBUG : Creating backend with remote "/tmp/rclone1922216036" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zoqoyac1kode'", Local "Local file system at /tmp/rclone1922216036", Modify Window "1ms" 2024/11/08 01:52:20 DEBUG : HeLlO, wOrLd!: md5 = 7f04c05ae462894ee0605ee25c737a6d OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/08 01:52:20 ERROR : HeLlO, wOrLd!: sum not found 2024/11/08 01:52:20 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zoqoyac1kode' 2024/11/08 01:52:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zoqoyac1kode': 1 files missing 2024/11/08 01:52:20 NOTICE: 1 hashes missing 2024/11/08 01:52:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zoqoyac1kode': 2 differences found 2024/11/08 01:52:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zoqoyac1kode': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/08 01:52:22 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/08 01:52:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zoqoyac1kode': 0 differences found 2024/11/08 01:52:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zoqoyac1kode': 1 matching files 2024/11/08 01:52:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zimogoc9tinu" 2024/11/08 01:52:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:52:22 DEBUG : Creating backend with remote "TestDrive:crypt/hpn28dk3brsp4undvrgplfuj9qrgsq038a7r34fqsn9f4858q4k0" 2024/11/08 01:52:23 DEBUG : Creating backend with remote "/tmp/rclone4058639566" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zimogoc9tinu'", Local "Local file system at /tmp/rclone4058639566", Modify Window "1ms" 2024/11/08 01:52:26 DEBUG : HELLO, WORLD!: md5 = b71ebe8c1b1ec7902e77542f0fc5bc44 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/08 01:52:27 ERROR : HELLO, WORLD!: sum not found 2024/11/08 01:52:27 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zimogoc9tinu' 2024/11/08 01:52:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zimogoc9tinu': 1 files missing 2024/11/08 01:52:27 NOTICE: 1 hashes missing 2024/11/08 01:52:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zimogoc9tinu': 2 differences found 2024/11/08 01:52:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zimogoc9tinu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/08 01:52:28 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/08 01:52:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zimogoc9tinu': 0 differences found 2024/11/08 01:52:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zimogoc9tinu': 1 matching files 2024/11/08 01:52:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fabijik4wiza" 2024/11/08 01:52:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:52:28 DEBUG : Creating backend with remote "TestDrive:crypt/p4a6ioccpn6i19jggkeukiss967ba3cmdq0do2ub47dd68cj2690" 2024/11/08 01:52:29 DEBUG : Creating backend with remote "/tmp/rclone3156632603" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fabijik4wiza'", Local "Local file system at /tmp/rclone3156632603", Modify Window "1ms" 2024/11/08 01:52:32 DEBUG : 測試_Русский___ě_áñ: md5 = ecf611c123b9c55bfbade220300d9194 OK NFD checkfile vs. NFC remote (without normalization) 2024/11/08 01:52:33 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/08 01:52:33 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fabijik4wiza' 2024/11/08 01:52:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fabijik4wiza': 1 files missing 2024/11/08 01:52:33 NOTICE: 1 hashes missing 2024/11/08 01:52:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fabijik4wiza': 2 differences found 2024/11/08 01:52:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fabijik4wiza': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/08 01:52:34 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/08 01:52:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fabijik4wiza': 0 differences found 2024/11/08 01:52:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fabijik4wiza': 1 matching files 2024/11/08 01:52:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-josayel2noho" 2024/11/08 01:52:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:52:34 DEBUG : Creating backend with remote "TestDrive:crypt/afem52hcse1ffi6jitlindcg7bn02l7ml2vn2m7rar4c1uu3jss0" 2024/11/08 01:52:35 DEBUG : Creating backend with remote "/tmp/rclone1722523740" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-josayel2noho'", Local "Local file system at /tmp/rclone1722523740", Modify Window "1ms" 2024/11/08 01:52:38 DEBUG : 測試_Русский___ě_áñ: md5 = eba69321c496c198dc6e920e72deb6b4 OK NFC checkfile vs. NFD remote (without normalization) 2024/11/08 01:52:39 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/08 01:52:39 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-josayel2noho' 2024/11/08 01:52:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-josayel2noho': 1 files missing 2024/11/08 01:52:39 NOTICE: 1 hashes missing 2024/11/08 01:52:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-josayel2noho': 2 differences found 2024/11/08 01:52:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-josayel2noho': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/08 01:52:40 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/08 01:52:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-josayel2noho': 0 differences found 2024/11/08 01:52:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-josayel2noho': 1 matching files 2024/11/08 01:52:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zerunig4feye" 2024/11/08 01:52:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:52:40 DEBUG : Creating backend with remote "TestDrive:crypt/c3gt3lm3fa1333s7g745drqtvnv19gb004bvm081h5hbab29tmt0" 2024/11/08 01:52:41 DEBUG : Creating backend with remote "/tmp/rclone1324320832" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zerunig4feye'", Local "Local file system at /tmp/rclone1324320832", Modify Window "1ms" 2024/11/08 01:52:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8a0c979ca23fa79d8ca61d4eb53493a8 OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/08 01:52:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/08 01:52:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zerunig4feye' 2024/11/08 01:52:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zerunig4feye': 1 files missing 2024/11/08 01:52:45 NOTICE: 1 hashes missing 2024/11/08 01:52:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zerunig4feye': 2 differences found 2024/11/08 01:52:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zerunig4feye': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/08 01:52:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/08 01:52:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zerunig4feye': 0 differences found 2024/11/08 01:52:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zerunig4feye': 1 matching files 2024/11/08 01:52:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nidezib0nofo" 2024/11/08 01:52:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:52:46 DEBUG : Creating backend with remote "TestDrive:crypt/041ub6p6kqtsn5rmi1vj6doe90tqq2uatkfaahlnjcr7hp09p540" 2024/11/08 01:52:47 DEBUG : Creating backend with remote "/tmp/rclone3150292626" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nidezib0nofo'", Local "Local file system at /tmp/rclone3150292626", Modify Window "1ms" 2024/11/08 01:52:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3706fad3603b353a154e91187fc6cd23 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/08 01:52:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/08 01:52:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nidezib0nofo' 2024/11/08 01:52:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nidezib0nofo': 1 files missing 2024/11/08 01:52:51 NOTICE: 1 hashes missing 2024/11/08 01:52:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nidezib0nofo': 2 differences found 2024/11/08 01:52:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nidezib0nofo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/08 01:52:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/08 01:52:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nidezib0nofo': 0 differences found 2024/11/08 01:52:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nidezib0nofo': 1 matching files 2024/11/08 01:52:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kanugey4jeci" 2024/11/08 01:52:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:52:52 DEBUG : Creating backend with remote "TestDrive:crypt/hoc2u83f3v3ugqrtaplrac1dgaqjvjjrblq06udh58fl336a0c2g" 2024/11/08 01:52:53 DEBUG : Creating backend with remote "/tmp/rclone3683013851" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kanugey4jeci'", Local "Local file system at /tmp/rclone3683013851", Modify Window "1ms" 2024/11/08 01:52:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 33c185c4ccb31074c28cdaf0c7aaf110 OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/08 01:52:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/08 01:52:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kanugey4jeci' 2024/11/08 01:52:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kanugey4jeci': 1 files missing 2024/11/08 01:52:57 NOTICE: 1 hashes missing 2024/11/08 01:52:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kanugey4jeci': 2 differences found 2024/11/08 01:52:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kanugey4jeci': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/08 01:52:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/08 01:52:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kanugey4jeci': 0 differences found 2024/11/08 01:52:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kanugey4jeci': 1 matching files 2024/11/08 01:52:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zikohuw8yara" 2024/11/08 01:52:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:52:58 DEBUG : Creating backend with remote "TestDrive:crypt/g75u7r1cb1ago7o0eg31eahesidhnnmfqf293qjgushgvanur6rg" 2024/11/08 01:53:00 DEBUG : Creating backend with remote "/tmp/rclone1640295094" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zikohuw8yara'", Local "Local file system at /tmp/rclone1640295094", Modify Window "1ms" 2024/11/08 01:53:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = fba574d674ce13be65a05fabd7ab7ebd OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/08 01:53:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/08 01:53:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zikohuw8yara' 2024/11/08 01:53:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zikohuw8yara': 1 files missing 2024/11/08 01:53:03 NOTICE: 1 hashes missing 2024/11/08 01:53:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zikohuw8yara': 2 differences found 2024/11/08 01:53:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zikohuw8yara': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/08 01:53:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/08 01:53:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zikohuw8yara': 0 differences found 2024/11/08 01:53:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zikohuw8yara': 1 matching files 2024/11/08 01:53:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zikohuw8yara': Purge remote 2024/11/08 01:53:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kanugey4jeci': Purge remote 2024/11/08 01:53:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nidezib0nofo': Purge remote 2024/11/08 01:53:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zerunig4feye': Purge remote 2024/11/08 01:53:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-josayel2noho': Purge remote 2024/11/08 01:53:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fabijik4wiza': Purge remote 2024/11/08 01:53:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zimogoc9tinu': Purge remote 2024/11/08 01:53:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zoqoyac1kode': Purge remote 2024/11/08 01:53:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lazegez3data': Purge remote 2024/11/08 01:53:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nejexiw3qoyo': Purge remote --- PASS: TestApplyTransforms (68.43s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:53:12 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/08 01:53:15 DEBUG : sub/file2: md5 = 6477293fb993be0a63dc1db1e008edf6 OK 2024/11/08 01:53:15 INFO : file1: Copied (new) to: sub/file2 2024/11/08 01:53:16 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/08 01:53:16 DEBUG : file1: Unchanged skipping 2024/11/08 01:53:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': don't need to copy/move sub/file2, it is already at target location 2024/11/08 01:53:19 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (8.26s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:53:23 DEBUG : dst/file1: md5 = a835bdcd6ef4dc53bdf488f0b7509404 OK 2024/11/08 01:53:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqufil1divo/backup" 2024/11/08 01:53:24 DEBUG : Creating backend with remote "TestDrive:crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg/1nrff024r7pq65ecp72fc28jb0" 2024/11/08 01:53:26 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/08 01:53:29 INFO : dst/file1: Moved (server-side) 2024/11/08 01:53:31 DEBUG : dst/file1: md5 = 610d844d0b6308ffd9c00d60571d47f0 OK 2024/11/08 01:53:31 INFO : dst/file1: Copied (new) 2024/11/08 01:53:35 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/08 01:53:36 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/08 01:53:37 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (17.65s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:53:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqufil1divo/dst" 2024/11/08 01:53:38 DEBUG : Creating backend with remote "TestDrive:crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/08 01:53:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqufil1divo/CompareDest" 2024/11/08 01:53:40 DEBUG : Creating backend with remote "TestDrive:crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg/gveqi14airsml4bgu7krj116o8" 2024/11/08 01:53:41 DEBUG : one: Need to transfer - File not found at Destination 2024/11/08 01:53:45 DEBUG : one: md5 = fd386f98184d9e0adfd038d2c481d33a OK 2024/11/08 01:53:45 INFO : one: Copied (new) 2024/11/08 01:53:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:53:48 DEBUG : one: md5 = de74acb13cc793e01af7be2568cdcd7f OK 2024/11/08 01:53:48 INFO : one: Copied (replaced existing) 2024/11/08 01:53:51 DEBUG : dst/one: md5 = 7b4d4f6dd542e7a399d48bb5467f89af OK 2024/11/08 01:53:54 DEBUG : CompareDest/one: md5 = b2e9bec80b04b31eedf7fbaf86a735a7 OK 2024/11/08 01:53:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:53:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/08 01:53:55 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/08 01:53:57 DEBUG : CompareDest/two: md5 = 8a2533a80c960e79c4fdec8f383ef37f OK 2024/11/08 01:53:58 DEBUG : two: Need to transfer - File not found at Destination 2024/11/08 01:53:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/08 01:53:58 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/08 01:53:59 DEBUG : two: Need to transfer - File not found at Destination 2024/11/08 01:54:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/08 01:54:00 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/08 01:54:01 DEBUG : two: Need to transfer - File not found at Destination 2024/11/08 01:54:01 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/08 01:54:03 DEBUG : two: md5 = f15a9a6d9b6d1d82b2c765ca4afa556f OK 2024/11/08 01:54:03 INFO : two: Copied (new) 2024/11/08 01:54:07 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/08 01:54:07 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 01:54:08 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 01:54:08 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (31.35s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:54:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqufil1divo/dst" 2024/11/08 01:54:09 DEBUG : Creating backend with remote "TestDrive:crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/08 01:54:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqufil1divo/CopyDest" 2024/11/08 01:54:11 DEBUG : Creating backend with remote "TestDrive:crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/08 01:54:13 DEBUG : one: Need to transfer - File not found at Destination 2024/11/08 01:54:16 DEBUG : one: md5 = 26a649f0f4a829bc6a6254c41c2d5b5e OK 2024/11/08 01:54:16 INFO : one: Copied (new) 2024/11/08 01:54:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:54:19 DEBUG : one: md5 = 1b6f0136b81540a90812444126a0b16b OK 2024/11/08 01:54:19 INFO : one: Copied (replaced existing) 2024/11/08 01:54:21 DEBUG : dst/one: md5 = 952bd72d22f5a1824bac05c97ef87287 OK 2024/11/08 01:54:24 DEBUG : CopyDest/one: md5 = 288e5dfd77db0736d7abc90ad076f949 OK 2024/11/08 01:54:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqufil1divo/BackupDir" 2024/11/08 01:54:25 DEBUG : Creating backend with remote "TestDrive:crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/08 01:54:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:54:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/08 01:54:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:54:30 INFO : one: Moved (server-side) 2024/11/08 01:54:32 INFO : one: Copied (server-side copy) 2024/11/08 01:54:32 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/08 01:54:34 DEBUG : CopyDest/two: md5 = db33369bc60d1c0b09a424d2b65577ff OK 2024/11/08 01:54:35 DEBUG : two: Need to transfer - File not found at Destination 2024/11/08 01:54:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/08 01:54:37 INFO : two: Copied (server-side copy) 2024/11/08 01:54:37 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/08 01:54:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/08 01:54:38 DEBUG : two: Unchanged skipping 2024/11/08 01:54:40 DEBUG : CopyDest/three: md5 = 936646d7f56f9a3eeb9bbeda01d888ce OK 2024/11/08 01:54:41 DEBUG : three: Need to transfer - File not found at Destination 2024/11/08 01:54:41 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/08 01:54:41 DEBUG : three: Destination not found in --copy-dest 2024/11/08 01:54:43 DEBUG : three: md5 = ae283d25b02d583393d1d96e536940e2 OK 2024/11/08 01:54:43 INFO : three: Copied (new) 2024/11/08 01:54:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/08 01:54:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/08 01:54:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 01:54:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/08 01:54:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/08 01:54:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 01:54:51 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (42.82s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.50s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.51s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:54:53 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/08 01:54:57 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 42f8bb5855ba653aea81842331ab63ab OK 2024/11/08 01:54:57 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/08 01:54:57 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/08 01:54:58 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 2024/11/08 01:54:58 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/08 01:54:59 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/08 01:55:01 DEBUG : TestCopyFileMaxTransfer/file4: md5 = f6834d2d40ca5aa98f81c03bcd0b0a11 OK 2024/11/08 01:55:01 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/08 01:55:05 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/08 01:55:05 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (12.73s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.51s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:55:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Looking for duplicate names using skip mode. 2024/11/08 01:55:10 NOTICE: one: Found 2 files with duplicate names 2024/11/08 01:55:10 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.76s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:55:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Looking for duplicate names using skip mode. 2024/11/08 01:55:17 NOTICE: one: Found 3 files with duplicate names 2024/11/08 01:55:17 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/08 01:55:18 INFO : one: Deleted 2024/11/08 01:55:18 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.21s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:55:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Looking for duplicate names using first mode. 2024/11/08 01:55:26 NOTICE: one: Found 3 files with duplicate names 2024/11/08 01:55:27 INFO : one: Deleted 2024/11/08 01:55:28 INFO : one: Deleted 2024/11/08 01:55:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.84s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:55:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Looking for duplicate names using newest mode. 2024/11/08 01:55:35 NOTICE: one: Found 3 files with duplicate names 2024/11/08 01:55:35 INFO : one: Deleted 2024/11/08 01:55:36 INFO : one: Deleted 2024/11/08 01:55:36 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.21s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:55:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Looking for duplicate names using oldest mode. 2024/11/08 01:55:43 NOTICE: one: Found 3 files with duplicate names 2024/11/08 01:55:44 INFO : one: Deleted 2024/11/08 01:55:45 INFO : one: Deleted 2024/11/08 01:55:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.39s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:55:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Looking for duplicate names using largest mode. 2024/11/08 01:55:52 NOTICE: one: Found 3 files with duplicate names 2024/11/08 01:55:52 INFO : one: Deleted 2024/11/08 01:55:53 INFO : one: Deleted 2024/11/08 01:55:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.10s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:55:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Looking for duplicate names using smallest mode. 2024/11/08 01:56:00 NOTICE: one: Found 3 files with duplicate names 2024/11/08 01:56:01 INFO : one: Deleted 2024/11/08 01:56:01 INFO : one: Deleted 2024/11/08 01:56:01 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.39s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:56:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Looking for duplicate names using rename mode. 2024/11/08 01:56:10 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/08 01:56:11 INFO : one-2.txt: renamed from: one.txt 2024/11/08 01:56:13 INFO : one-3.txt: renamed from: one.txt 2024/11/08 01:56:14 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (15.31s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:56:21 DEBUG : dupe1/one.txt: md5 = 0c8e779586db21f205bf1386b03a5bdb OK 2024/11/08 01:56:24 DEBUG : dupe2/two.txt: md5 = 2f41d14a49fd745f8ca681f2d027dbcf OK 2024/11/08 01:56:27 DEBUG : dupe3/three.txt: md5 = d865547085c33c800d80d1938f1518a2 OK 2024/11/08 01:56:27 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/08 01:56:28 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/08 01:56:29 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/08 01:56:30 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/08 01:56:35 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/08 01:56:35 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/08 01:56:35 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (17.92s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:56:38 DEBUG : a.txt: md5 = 6700d4ce9a8f36e775670aeaf6e5a5fa OK 2024/11/08 01:56:39 DEBUG : zend.txt: md5 = 5fb7617a0d41bf513ada8210a071a895 OK 2024/11/08 01:56:43 DEBUG : sub dir/hello world: md5 = 91371370ec0ece3bb94de23eb5989d04 OK 2024/11/08 01:56:44 DEBUG : sub dir/hello world2: md5 = e4c8bfd1664d82972375c5d7efc15847 OK 2024/11/08 01:56:47 DEBUG : sub dir/ignore dir/.ignore: md5 = 215963174009381ff5c9da9755dce608 OK 2024/11/08 01:56:50 DEBUG : sub dir/ignore dir/should be ignored: md5 = 53cc0a951f7b81c86459d8812261f1c2 OK 2024/11/08 01:56:53 DEBUG : sub dir/sub sub dir/hello world3: md5 = 77a5f4954a86dbf55a828bc44f56d949 OK 2024/11/08 01:56:54 DEBUG : a.txt: Excluded (Size Filter) 2024/11/08 01:56:54 DEBUG : a.txt: Excluded 2024/11/08 01:56:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/08 01:56:54 DEBUG : sub dir/hello world: Excluded 2024/11/08 01:56:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/08 01:56:54 DEBUG : sub dir/hello world2: Excluded 2024/11/08 01:56:55 DEBUG : sub dir/ignore dir: Excluded 2024/11/08 01:56:55 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/08 01:56:55 DEBUG : sub dir/hello world: Excluded 2024/11/08 01:56:55 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/08 01:56:55 DEBUG : sub dir/hello world2: Excluded 2024/11/08 01:56:55 DEBUG : sub dir/ignore dir: Excluded 2024/11/08 01:57:02 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/08 01:57:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/08 01:57:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/08 01:57:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/08 01:57:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/08 01:57:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/11/08 01:57:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (29.36s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:57:07 DEBUG : file1: md5 = 2c4f395f3e653f2fea25c7b6edc37321 OK 2024/11/08 01:57:10 DEBUG : sub/file2: md5 = 613eaf5223c6920000aa6604ad693120 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 2024/11/08 01:57:13 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/08 01:57:13 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/08 01:57:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/08 01:57:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.88s) --- PASS: TestListJSON/Default (0.31s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.29s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.82s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:57:19 DEBUG : file1: md5 = 324f97cd2894918609bdde2ad30b546c OK 2024/11/08 01:57:22 DEBUG : sub/file2: md5 = a6224d249d9b5b4da61809bfe3ce524a 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 2024/11/08 01:57:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqufil1divo/notfound" 2024/11/08 01:57:26 DEBUG : Config file has changed externally - reloading 2024/11/08 01:57:26 DEBUG : Creating backend with remote "TestDrive:crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg/qe0i31qdkoejk60elps0ni5sqk" 2024/11/08 01:57:30 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.41s) --- PASS: TestStatJSON/Root (0.30s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.53s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.51s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.29s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.89s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:57:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Making directory 2024/11/08 01:57:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Making directory --- PASS: TestMkdir (0.73s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:57:35 DEBUG : sub dir/hello world: md5 = 51551c5c935830d957a32b614a61bf38 OK 2024/11/08 01:57:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.04s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:57:40 DEBUG : potato2: md5 = a7495f3ec6c2f24b9382d44793e7eaaf OK 2024/11/08 01:57:42 DEBUG : empty space: md5 = 777e34900a24d176797fc33b54500c53 OK --- PASS: TestLs (7.57s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:57:48 DEBUG : potato2: md5 = f9cd3a0c38e1cb9dd6df02ffdd68999c OK 2024/11/08 01:57:50 DEBUG : empty space: md5 = 0f4e0f9647b4f5ccd6957f160970d9df OK 2024/11/08 01:57:50 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/11/08 01:57:50 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.52s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:57:54 DEBUG : potato2: md5 = 3adcd5ab529872ea3de9bb80076dc9dc OK 2024/11/08 01:57:56 DEBUG : empty space: md5 = 6ef03e15efd79896ca1c2c8bbeeb5844 OK --- PASS: TestLsLong (6.08s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:58:00 DEBUG : potato2: md5 = 6d28adbc3c6fa4bd4406aa0b3989e3b5 OK 2024/11/08 01:58:02 DEBUG : empty space: md5 = cc70fcbb78fa00359af32b9ac85b3fbe OK --- PASS: TestHashSums (5.52s) === RUN TestHashSumsWithErrors 2024/11/08 01:58:04 DEBUG : Creating backend with remote ":memory:" 2024/11/08 01:58:04 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/08 01:58:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/08 01:58:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/08 01:58:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/08 01:58:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/08 01:58:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/08 01:58:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/08 01:58:04 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/08 01:58:04 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:58:06 DEBUG : potato2: md5 = 7ff658d996eabc5367abe53e25abfe7b OK 2024/11/08 01:58:08 DEBUG : empty space: md5 = 9e7a08e21ddd8e7c7e07c3153a4c46b3 OK 2024/11/08 01:58:11 DEBUG : sub dir/potato3: md5 = ad7fdc22979c0360f0f139dd7cab540a OK 2024/11/08 01:58:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.39s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:58:17 DEBUG : small: md5 = 18a88a2e36bdbb9cf7e813924decfe37 OK 2024/11/08 01:58:19 DEBUG : medium: md5 = e8f2a3d3c7683f658527355ba5c42128 OK 2024/11/08 01:58:21 DEBUG : large: md5 = 105d4ad394e405863e56a01e262ed536 OK 2024/11/08 01:58:21 DEBUG : Waiting for deletions to finish 2024/11/08 01:58:22 DEBUG : large: Excluded (Size Filter) 2024/11/08 01:58:22 INFO : small: Deleted 2024/11/08 01:58:22 INFO : medium: Deleted --- PASS: TestDelete (9.26s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:58:26 DEBUG : small: md5 = a7490bbfe71157a36bc7940a20dcc3c5 OK 2024/11/08 01:58:28 DEBUG : medium: md5 = 4b8c935a0bc30dcf7742e93aaea64130 OK 2024/11/08 01:58:30 DEBUG : large: md5 = 1e4dbad3743ddeb6de8775261b86889b OK 2024/11/08 01:58:30 DEBUG : Waiting for deletions to finish 2024/11/08 01:58:30 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/11/08 01:58:31 INFO : large: Deleted 2024/11/08 01:58:31 INFO : small: Deleted --- PASS: TestMaxDelete (8.65s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:58:35 DEBUG : small: md5 = 6edd7a549584827b628cb05324ed868e OK 2024/11/08 01:58:37 DEBUG : medium: md5 = 76b11ed7b08f6dd2d1785261af12edf8 OK 2024/11/08 01:58:39 DEBUG : large: md5 = bc5c5707f6aa1e7820ed9b2f862fe546 OK 2024/11/08 01:58:39 DEBUG : Waiting for deletions to finish 2024/11/08 01:58:39 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/08 01:58:40 INFO : small: Deleted 2024/11/08 01:58:40 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.46s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:58:44 DEBUG : small: md5 = 90829368ec40a042f955835a2901d7d6 OK 2024/11/08 01:58:46 DEBUG : medium: md5 = 4cbe9ebc74982c6c46fd78b6e5fc95e9 OK 2024/11/08 01:58:47 DEBUG : large: md5 = 11835f69f1ed4f2631425cde46386aa7 OK 2024/11/08 01:58:48 DEBUG : Waiting for deletions to finish 2024/11/08 01:58:48 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/08 01:58:49 INFO : small: Deleted 2024/11/08 01:58:49 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (9.09s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:58:53 DEBUG : ReadFile: md5 = 24c043aa1558044930c4aef13c6dd4d6 OK --- PASS: TestReadFile (5.21s) === RUN TestRetry 2024/11/08 01:58:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/08 01:58:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/08 01:58:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/08 01:58:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/08 01:58:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/08 01:58:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/08 01:58:56 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-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:58:58 DEBUG : file1: md5 = 490a2bb3fb91e4c71ec6181439f7ea65 OK 2024/11/08 01:59:00 DEBUG : file2: md5 = 110579b30bac4af0dab5c28637864322 OK --- PASS: TestCat (20.40s) === RUN TestPurge 2024/11/08 01:59:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lamusan5dixe" 2024/11/08 01:59:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:59:17 DEBUG : Creating backend with remote "TestDrive:crypt/78tsvnirgb1eu42f2msje2pt81fkvn3mfbrjip2qbseqbophum90" 2024/11/08 01:59:18 DEBUG : Creating backend with remote "/tmp/rclone795872435" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lamusan5dixe'", Local "Local file system at /tmp/rclone795872435", Modify Window "1ms" 2024/11/08 01:59:24 DEBUG : A1/B1/C1/one: md5 = 0f6f18651857ca1d18ad7b4f77d21ca0 OK 2024/11/08 01:59:24 DEBUG : A2: Making directory 2024/11/08 01:59:25 DEBUG : A1/B2: Making directory 2024/11/08 01:59:26 DEBUG : A1/B2/C2: Making directory 2024/11/08 01:59:27 DEBUG : A1/B1/C3: Making directory 2024/11/08 01:59:29 DEBUG : A3: Making directory 2024/11/08 01:59:30 DEBUG : A3/B3: Making directory 2024/11/08 01:59:31 DEBUG : A3/B3/C4: Making directory 2024/11/08 01:59:34 DEBUG : A1/two: md5 = 9db3ace9d224340ff55efaac5cf1081f OK 2024/11/08 01:59:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lamusan5dixe': Purge remote 2024/11/08 01:59:38 NOTICE: purge failed: directory not found --- PASS: TestPurge (22.02s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 01:59:44 DEBUG : A1/B1/C1/one: md5 = 11efe9b9635ca1ba54a8251fd79ad671 OK 2024/11/08 01:59:44 DEBUG : A2: Making directory 2024/11/08 01:59:45 DEBUG : A1/B2: Making directory 2024/11/08 01:59:46 DEBUG : A1/B2/C2: Making directory 2024/11/08 01:59:47 DEBUG : A1/B1/C3: Making directory 2024/11/08 01:59:48 DEBUG : A3: Making directory 2024/11/08 01:59:49 DEBUG : A3/B3: Making directory 2024/11/08 01:59:50 DEBUG : A3/B3/C4: Making directory 2024/11/08 01:59:53 DEBUG : A1/two: md5 = 1171a2b2ece9a60be4ac80ac7993ac5e OK 2024/11/08 01:59:55 DEBUG : removing 1 level 3 directories 2024/11/08 01:59:55 INFO : A3/B3/C4: Removing directory 2024/11/08 01:59:58 DEBUG : removing 2 level 3 directories 2024/11/08 01:59:58 INFO : A1/B2/C2: Removing directory 2024/11/08 01:59:58 INFO : A1/B1/C3: Removing directory 2024/11/08 01:59:59 DEBUG : removing 2 level 2 directories 2024/11/08 01:59:59 INFO : A3/B3: Removing directory 2024/11/08 01:59:59 INFO : A1/B2: Removing directory 2024/11/08 01:59:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/08 01:59:59 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/08 02:00:00 DEBUG : removing 2 level 1 directories 2024/11/08 02:00:00 INFO : A3: Removing directory 2024/11/08 02:00:00 INFO : A2: Removing directory 2024/11/08 02:00:00 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/08 02:00:05 DEBUG : removing 1 level 3 directories 2024/11/08 02:00:05 INFO : A1/B1/C1: Removing directory 2024/11/08 02:00:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:06 DEBUG : removing 1 level 2 directories 2024/11/08 02:00:06 INFO : A1/B1: Removing directory 2024/11/08 02:00:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/08 02:00:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/08 02:00:07 DEBUG : removing 1 level 1 directories 2024/11/08 02:00:07 INFO : A1: Removing directory 2024/11/08 02:00:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/08 02:00:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/08 02:00:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/08 02:00:08 DEBUG : removing 1 level 0 directories 2024/11/08 02:00:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Removing directory 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/08 02:00:08 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" --- PASS: TestRmdirsNoLeaveRoot (31.08s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:00:11 DEBUG : A1: Making directory 2024/11/08 02:00:12 DEBUG : A1/B1: Making directory 2024/11/08 02:00:13 DEBUG : A1/B1/C1: Making directory 2024/11/08 02:00:16 DEBUG : removing 1 level 3 directories 2024/11/08 02:00:16 INFO : A1/B1/C1: Removing directory 2024/11/08 02:00:17 DEBUG : removing 1 level 2 directories 2024/11/08 02:00:17 INFO : A1/B1: Removing directory 2024/11/08 02:00:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/08 02:00:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.94s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:00:20 DEBUG : A1: Making directory 2024/11/08 02:00:22 DEBUG : A1/B1: Making directory 2024/11/08 02:00:23 DEBUG : A1/B1/C1: Making directory 2024/11/08 02:00:26 DEBUG : removing 1 level 3 directories 2024/11/08 02:00:26 INFO : A1/B1/C1: Removing directory 2024/11/08 02:00:27 DEBUG : removing 1 level 2 directories 2024/11/08 02:00:27 INFO : A1/B1: Removing directory 2024/11/08 02:00:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/08 02:00:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (10.07s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:00:33 DEBUG : file1: md5 = a44226b41db6a08f72b4f3155047af02 OK 2024/11/08 02:00:33 DEBUG : filename.txt: File name found in url 2024/11/08 02:00:35 DEBUG : filename.txt: md5 = dc3e332123e0af8253d404c65821f784 OK 2024/11/08 02:00:35 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/08 02:00:37 DEBUG : headerfilename.txt: md5 = eba6a7093401b9f1605e404071204eb2 OK 2024/11/08 02:00:38 DEBUG : file2: md5 = 624b822d65670d48759cba550af83d94 OK --- PASS: TestCopyURL (11.30s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:00:42 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/08 02:00:45 DEBUG : sub/file2: md5 = 02abf302b6642ec2fc70a130da2d23f1 OK 2024/11/08 02:00:45 INFO : file1: Copied (new) to: sub/file2 2024/11/08 02:00:45 INFO : file1: Deleted 2024/11/08 02:00:46 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/08 02:00:46 DEBUG : file1: Unchanged skipping 2024/11/08 02:00:46 INFO : file1: Deleted 2024/11/08 02:00:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': don't need to copy/move sub/file2, it is already at target location 2024/11/08 02:00:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.64s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:00:50 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/08 02:00:52 DEBUG : file1: md5 = 948f37ff6860b371446da6b6a5e3c0ec OK 2024/11/08 02:00:52 INFO : file1: Copied (new) 2024/11/08 02:00:52 INFO : file1: Deleted 2024/11/08 02:00:52 DEBUG : file1: Destination exists, skipping 2024/11/08 02:00:52 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.29s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.51s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.51s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:00:58 DEBUG : dst/file1: md5 = 118c5498e1e3e451d097f78736923332 OK 2024/11/08 02:00:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luqufil1divo/backup" 2024/11/08 02:00:59 DEBUG : Config file has changed externally - reloading 2024/11/08 02:00:59 DEBUG : Creating backend with remote "TestDrive:crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg/1nrff024r7pq65ecp72fc28jb0" 2024/11/08 02:01:00 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/08 02:01:04 INFO : dst/file1: Moved (server-side) 2024/11/08 02:01:06 DEBUG : dst/file1: md5 = fae55a8b87481558a5dd9f44d5fbc86d OK 2024/11/08 02:01:06 INFO : dst/file1: Copied (new) 2024/11/08 02:01:06 INFO : dst/file1: Deleted 2024/11/08 02:01:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/08 02:01:10 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/08 02:01:11 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (16.96s) === 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-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:01:15 DEBUG : A1/one: md5 = a953e975db90ef93129cd170926cc84b OK 2024/11/08 02:01:17 DEBUG : A1/two: md5 = 0620ea0087df5e53fe45def79b92b182 OK 2024/11/08 02:01:20 DEBUG : A1/B1/three: md5 = 8aee3ed1d90142fcc637b364c91f7094 OK 2024/11/08 02:01:23 DEBUG : A1/B1/C1/four: md5 = 61a1d8d73f655e5e6c84cfbf8e703e2c OK 2024/11/08 02:01:26 DEBUG : A1/B1/C2/five: md5 = 2fda6f1ac77200e8f47d195b0e2c74cf OK 2024/11/08 02:01:26 DEBUG : A1/B2: Making directory 2024/11/08 02:01:27 DEBUG : A1/B1/C3: Making directory 2024/11/08 02:01:40 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/08 02:01:40 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/08 02:01:40 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/08 02:01:40 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/08 02:01:40 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/08 02:01:44 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/08 02:01:44 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/08 02:01:44 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/08 02:01:45 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/08 02:01:45 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/08 02:01:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/08 02:01:56 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/08 02:01:56 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/08 02:01:56 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/08 02:01:56 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/08 02:01:57 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/08 02:02:01 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/08 02:02:01 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/08 02:02:01 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/08 02:02:02 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/08 02:02:02 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/08 02:02:10 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/08 02:02:11 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/08 02:02:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/08 02:02:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/08 02:02:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/08 02:02:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/08 02:02:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/08 02:02:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/08 02:02:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/08 02:02:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (62.08s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:02:14 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.49s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:02:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/08 02:02:16 DEBUG : no_checksum_small_file_from_pipe: md5 = 18a8b17ebab6ff8b511e3ec0fcf2c543 OK 2024/11/08 02:02:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/08 02:02:16 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/08 02:02:17 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/08 02:02:19 DEBUG : no_checksum_big_file_from_pipe: md5 = e2adac0c10167491f30f72934d68a112 OK 2024/11/08 02:02:19 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-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:02:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/08 02:02:23 DEBUG : with_checksum_small_file_from_pipe: md5 = 291a2726f7c1f60b04ad46f9d1ccd5c7 OK 2024/11/08 02:02:23 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/08 02:02:24 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/08 02:02:25 DEBUG : with_checksum_big_file_from_pipe: md5 = 008c0a7590d7e12893589bfc8318be4d OK 2024/11/08 02:02:25 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-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:02:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/08 02:02:29 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/08 02:02:30 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/08 02:02:31 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-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:02:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/08 02:02:36 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/08 02:02:36 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/08 02:02:38 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (25.71s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.55s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.24s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.28s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.64s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/08 02:02:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': File to upload is small (48 bytes), uploading instead of streaming 2024/11/08 02:02:42 DEBUG : rcat_metadata: md5 = 94f07cf41f681db16f555197ba108670 OK 2024/11/08 02:02:42 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/08 02:02:44 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/08 02:02:45 DEBUG : rcat_metadata_uploadcutoff0: md5 = ceb19d0a30c8663b4f710e1cf3999e34 OK 2024/11/08 02:02:45 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.10s) --- PASS: TestRcatMetadata/Normal (3.18s) --- PASS: TestRcatMetadata/ViaDisk (3.40s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:02:49 DEBUG : potato1: md5 = 20ce7860954ee332583534fcb8e570b0 OK 2024/11/08 02:02:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/08 02:02:51 DEBUG : potato2: md5 = 60a3a7a4eb05e7964017de38c3aa5aa8 OK 2024/11/08 02:02:51 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.83s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:02:55 DEBUG : potato1: md5 = eec5c8e1bb38ac1e3b30832ec73d29a2 OK 2024/11/08 02:02:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/08 02:02:57 DEBUG : potato2: md5 = 9e2ad664764a463e0e3bc2e9a7cdf756 OK 2024/11/08 02:02:57 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.58s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:03:01 DEBUG : potato2: md5 = 351d3069d1e8bbdfca9395cebf35d6ed OK 2024/11/08 02:03:03 DEBUG : empty space: md5 = 371c1b92afd89b71bed199cbcf0646ef OK 2024/11/08 02:03:06 DEBUG : sub dir/potato3: md5 = ae1e95b3ff025a206e573e321cbb5298 OK 2024/11/08 02:03:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Touching "empty space" 2024/11/08 02:03:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Touching "potato2" 2024/11/08 02:03:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Touching "sub dir/potato3" 2024/11/08 02:03:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.46s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:03:13 DEBUG : dir with metadata: Making directory with metadata 2024/11/08 02:03:14 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.79s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:03:17 DEBUG : directory with modtime: Making directory with metadata 2024/11/08 02:03:18 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.97s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:03:20 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/08 02:03:20 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/08 02:03:20 DEBUG : Google drive root 'crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg': Skipping btime metadata as can't update it on an existing file: 2024-11-08T02:03:20.250736712Z 2024/11/08 02:03:21 INFO : non existent directory: Updated directory metadata 2024/11/08 02:03:24 DEBUG : Google drive root 'crypt/7d4iffr0vdrh9b6if129rrrdq8shatt1ovrniq03ovj6eq3tthjg': Skipping btime metadata as can't update it on an existing file: 2024-11-08T02:03:20.250736712Z 2024/11/08 02:03:24 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.48s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:03:26 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/08 02:03:29 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/08 02:03:30 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.48s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo'", Local "Local file system at /tmp/rclone3358310347", Modify Window "1ms" 2024/11/08 02:03:32 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/08 02:03:32 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/08 02:03:32 DEBUG : dst: Making directory with metadata 2024/11/08 02:03:33 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/08 02:03:33 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/08 02:03:34 INFO : dst: Set directory modification time (using SetModTime) 2024/11/08 02:03:34 INFO : dst: Set directory modification time (using SetModTime) 2024/11/08 02:03:34 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/08 02:03:35 INFO : dst: Set directory modification time (using SetModTime) 2024/11/08 02:03:35 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.78s) === 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 2024/11/08 02:03:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luqufil1divo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 13m24.542030794s (try 1/5)