"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/04/14 01:44:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magexas4hogo" 2025/04/14 01:44:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:44:02 DEBUG : Creating backend with remote "TestDrive:crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg" 2025/04/14 01:44:03 DEBUG : Creating backend with remote "/tmp/rclone2520190656" === 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-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", 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 2025/04/14 01:44:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/14 01:44:03 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/14 01:44:03 DEBUG : potato: Seek from 10 to 0 2025/04/14 01:44:03 DEBUG : potato: Seek from 10 to 0 2025/04/14 01:44:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/14 01:44:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/14 01:44:03 DEBUG : potato: Seek from 5 to 2 2025/04/14 01:44:03 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/14 01:44:03 DEBUG : potato: Seek from 7 to 0 2025/04/14 01:44:03 DEBUG : potato: Seek from 7 to 0 2025/04/14 01:44:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/14 01:44:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/14 01:44:03 DEBUG : potato: Seek from 5 to 2 2025/04/14 01:44:03 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/14 01:44:03 DEBUG : potato: Seek from 8 to 0 2025/04/14 01:44:03 DEBUG : potato: Seek from 8 to 0 2025/04/14 01:44:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/14 01:44:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/14 01:44:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/14 01:44:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/14 01:44:03 DEBUG : potato: Seek from 5 to 2 2025/04/14 01:44:03 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/14 01:44:03 DEBUG : potato: Seek from 9 to 0 2025/04/14 01:44:03 DEBUG : potato: Seek from 9 to 0 2025/04/14 01:44:03 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-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:44:06 DEBUG : rutabaga: md5 = 9d0f81c948f66dd3f564e3795986487b OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/14 01:44:08 DEBUG : empty space: md5 = 7f9e39fb322b207bf7bea7b12f1ca89d OK === RUN TestCheck/3 2025/04/14 01:44:10 DEBUG : potato2: md5 = 6b7f6677e7c3671cca2e3c1eb1fc1588 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/14 01:44:12 DEBUG : remotepotato: md5 = 05eacb6aa9b16c6e527cdf40e4890b8d OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.32s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.28s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.30s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/04/14 01:44:16 DEBUG : Creating backend with remote "nonexistent" 2025/04/14 01:44:16 DEBUG : Creating backend with remote "nonexistent" 2025/04/14 01:44:16 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/14 01:44:16 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/04/14 01:44:16 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/14 01:44:16 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-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:44:17 DEBUG : rutabaga: md5 = 1e8e52a0517e8c25fbb6bc3876eefd44 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/14 01:44:22 DEBUG : empty space: md5 = c4339df3c6a773439e66c3057e4324f6 OK === RUN TestCheckDownload/3 2025/04/14 01:44:24 DEBUG : potato2: md5 = 82bc4ceb0606ac60ea3c3c17405bbe58 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/14 01:44:29 DEBUG : remotepotato: md5 = bbaf1b380b8a4c105cded7fc4eac5118 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.40s) --- PASS: TestCheckDownload/1 (1.06s) --- PASS: TestCheckDownload/2 (1.78s) --- PASS: TestCheckDownload/3 (1.04s) --- PASS: TestCheckDownload/4 (1.47s) --- PASS: TestCheckDownload/5 (1.06s) --- PASS: TestCheckDownload/6 (0.86s) --- PASS: TestCheckDownload/7 (0.90s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:44:34 DEBUG : rutabaga: md5 = e3433d3c28e385941afe285c9deda9bf OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/14 01:44:37 DEBUG : empty space: md5 = b59c7c7ce33c6334c60a7ec09facd932 OK === RUN TestCheckSizeOnly/3 2025/04/14 01:44:39 DEBUG : potato2: md5 = fc16085fcbb176bd5c0526e1c471fbde OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/14 01:44:41 DEBUG : remotepotato: md5 = 94bef2072e79a961f4330f80f1193ec8 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.66s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:44:45 DEBUG : test.sum: md5 = 703b0fed632f5918935cc3f9b756b97d OK 2025/04/14 01:44:46 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/14 01:44:46 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/14 01:44:46 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/14 01:44:46 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/14 01:44:48 DEBUG : test.sum: md5 = e5a2ac7734a6fbf9c942fb1d65c5e27d OK 2025/04/14 01:44:49 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/14 01:44:49 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/14 01:44:49 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/14 01:44:49 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.16s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:44:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magexas4hogo/data" 2025/04/14 01:44:50 DEBUG : Creating backend with remote "TestDrive:crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.11s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:44:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magexas4hogo/data" 2025/04/14 01:44:52 DEBUG : Creating backend with remote "TestDrive:crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg/vjrnln8ratgmqakfosrqe8espk" 2025/04/14 01:44:55 DEBUG : data/banana: md5 = 31080a6f14bc7aed73ab499e359f2d50 OK 2025/04/14 01:44:57 DEBUG : test.sum: md5 = afd2773ae99de83c6aacf0598752c558 OK === RUN TestCheckSumDownload/subtest1 2025/04/14 01:45:01 DEBUG : data/potato: md5 = 86e40daf1bc0d20a00bc9583086e5c9d OK 2025/04/14 01:45:02 DEBUG : test.sum: md5 = 4f760ae0613ac64cb48ac8dd0ef156dc OK === RUN TestCheckSumDownload/subtest2 2025/04/14 01:45:06 DEBUG : test.sum: md5 = e8f924c6ef9420f99200d0f6dc14d2d4 OK === RUN TestCheckSumDownload/subtest3 2025/04/14 01:45:11 DEBUG : test.sum: md5 = 0a975d022430c22dcc98596e2fa021c8 OK === RUN TestCheckSumDownload/subtest4 2025/04/14 01:45:14 DEBUG : test.sum: md5 = 2a418be7d424080d7e3595eab4e589af OK === RUN TestCheckSumDownload/subtest5 2025/04/14 01:45:19 DEBUG : test.sum: md5 = 7bd728167d302e5f3fc5d00093efa57f OK === RUN TestCheckSumDownload/subtest6 2025/04/14 01:45:23 DEBUG : data/banana: md5 = e574ce2d91c564f7f2ed795d403ec8d6 OK 2025/04/14 01:45:24 DEBUG : data/potato: md5 = 7852a77649d06edadc8825e91e0b5165 OK 2025/04/14 01:45:26 DEBUG : test.sum: md5 = f7e44c5fb3b9cf198a1065ec9f393886 OK === RUN TestCheckSumDownload/subtest7 2025/04/14 01:45:31 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/04/14 01:45:31 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (39.67s) --- PASS: TestCheckSumDownload/subtest1 (2.43s) --- PASS: TestCheckSumDownload/subtest2 (1.99s) --- PASS: TestCheckSumDownload/subtest3 (2.41s) --- PASS: TestCheckSumDownload/subtest4 (1.99s) --- PASS: TestCheckSumDownload/subtest5 (2.34s) --- PASS: TestCheckSumDownload/subtest6 (2.42s) --- PASS: TestCheckSumDownload/subtest7 (2.52s) === RUN TestApplyTransforms 2025/04/14 01:45:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tafelud5naro" 2025/04/14 01:45:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:45:32 DEBUG : Creating backend with remote "TestDrive:crypt/v4cmise2l57itp4470qsh2uf5i6els5jue0afq8666357diba1d0" 2025/04/14 01:45:33 DEBUG : Creating backend with remote "/tmp/rclone2024961859" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tafelud5naro'", Local "Local file system at /tmp/rclone2024961859", Modify Window "1ms" 2025/04/14 01:45:35 DEBUG : hello, world!: md5 = 00cd7865413621babcc7b80ab953b812 OK upper checkfile vs. lower remote (without normalization) 2025/04/14 01:45:35 ERROR : hello, world!: sum not found 2025/04/14 01:45:35 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tafelud5naro' 2025/04/14 01:45:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafelud5naro': 1 files missing 2025/04/14 01:45:35 NOTICE: 1 hashes missing 2025/04/14 01:45:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafelud5naro': 2 differences found 2025/04/14 01:45:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafelud5naro': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/14 01:45:37 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/14 01:45:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafelud5naro': 0 differences found 2025/04/14 01:45:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafelud5naro': 1 matching files 2025/04/14 01:45:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nocewuq1fiyi" 2025/04/14 01:45:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:45:37 DEBUG : Creating backend with remote "TestDrive:crypt/7c2h83rpnhup4p9ciakpdo4gumb409cqounvja8epc5ta03qqna0" 2025/04/14 01:45:38 DEBUG : Creating backend with remote "/tmp/rclone96645560" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nocewuq1fiyi'", Local "Local file system at /tmp/rclone96645560", Modify Window "1ms" 2025/04/14 01:45:40 DEBUG : HELLO, WORLD!: md5 = 8c707886748bf6cd9131896b13a8b15d OK lower checkfile vs. upper remote (without normalization) 2025/04/14 01:45:40 ERROR : HELLO, WORLD!: sum not found 2025/04/14 01:45:40 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nocewuq1fiyi' 2025/04/14 01:45:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nocewuq1fiyi': 1 files missing 2025/04/14 01:45:40 NOTICE: 1 hashes missing 2025/04/14 01:45:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nocewuq1fiyi': 2 differences found 2025/04/14 01:45:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nocewuq1fiyi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/14 01:45:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/14 01:45:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nocewuq1fiyi': 0 differences found 2025/04/14 01:45:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nocewuq1fiyi': 1 matching files 2025/04/14 01:45:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-soxupas9texo" 2025/04/14 01:45:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:45:41 DEBUG : Creating backend with remote "TestDrive:crypt/o0vl8csl9tlr04m83aqt603ie1pn778raog7re49kb5km44p30l0" 2025/04/14 01:45:42 DEBUG : Creating backend with remote "/tmp/rclone3906859202" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-soxupas9texo'", Local "Local file system at /tmp/rclone3906859202", Modify Window "1ms" 2025/04/14 01:45:44 DEBUG : HeLlO, wOrLd!: md5 = 383594e6d3c6f0b98a8a1a4db8d99102 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/14 01:45:45 ERROR : HeLlO, wOrLd!: sum not found 2025/04/14 01:45:45 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-soxupas9texo' 2025/04/14 01:45:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soxupas9texo': 1 files missing 2025/04/14 01:45:45 NOTICE: 1 hashes missing 2025/04/14 01:45:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soxupas9texo': 2 differences found 2025/04/14 01:45:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soxupas9texo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/14 01:45:46 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/14 01:45:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soxupas9texo': 0 differences found 2025/04/14 01:45:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soxupas9texo': 1 matching files 2025/04/14 01:45:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rapamog6tali" 2025/04/14 01:45:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:45:46 DEBUG : Creating backend with remote "TestDrive:crypt/e17iaktcqm0nc3ngqc49a1hem6a3l0tti8re91v5q6s65qpragp0" 2025/04/14 01:45:47 DEBUG : Creating backend with remote "/tmp/rclone2793448732" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rapamog6tali'", Local "Local file system at /tmp/rclone2793448732", Modify Window "1ms" 2025/04/14 01:45:49 DEBUG : HELLO, WORLD!: md5 = f2b4e5dd815181ccbd30ae844a77d720 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/14 01:45:50 ERROR : HELLO, WORLD!: sum not found 2025/04/14 01:45:50 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rapamog6tali' 2025/04/14 01:45:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapamog6tali': 1 files missing 2025/04/14 01:45:50 NOTICE: 1 hashes missing 2025/04/14 01:45:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapamog6tali': 2 differences found 2025/04/14 01:45:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapamog6tali': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/14 01:45:51 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/14 01:45:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapamog6tali': 0 differences found 2025/04/14 01:45:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rapamog6tali': 1 matching files 2025/04/14 01:45:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tasajuw7hevu" 2025/04/14 01:45:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:45:51 DEBUG : Creating backend with remote "TestDrive:crypt/92rcavlsr6o4d5q01uf4rs3mdi73u1ve88ddr6hi396uq209aku0" 2025/04/14 01:45:52 DEBUG : Creating backend with remote "/tmp/rclone2464836348" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tasajuw7hevu'", Local "Local file system at /tmp/rclone2464836348", Modify Window "1ms" 2025/04/14 01:45:54 DEBUG : 測試_Русский___ě_áñ: md5 = 6bb1ba3b64e926ab2b94958fd1b84b0b OK NFD checkfile vs. NFC remote (without normalization) 2025/04/14 01:45:55 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/14 01:45:55 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tasajuw7hevu' 2025/04/14 01:45:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tasajuw7hevu': 1 files missing 2025/04/14 01:45:55 NOTICE: 1 hashes missing 2025/04/14 01:45:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tasajuw7hevu': 2 differences found 2025/04/14 01:45:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tasajuw7hevu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/14 01:45:56 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/14 01:45:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tasajuw7hevu': 0 differences found 2025/04/14 01:45:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tasajuw7hevu': 1 matching files 2025/04/14 01:45:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hiputeb6komu" 2025/04/14 01:45:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:45:56 DEBUG : Creating backend with remote "TestDrive:crypt/4uju83b3esc1otkdnnj197b4jsk0nvhl8g9tljfr6p24r57rmgbg" 2025/04/14 01:45:57 DEBUG : Creating backend with remote "/tmp/rclone1188091378" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hiputeb6komu'", Local "Local file system at /tmp/rclone1188091378", Modify Window "1ms" 2025/04/14 01:45:59 DEBUG : 測試_Русский___ě_áñ: md5 = 289364d0de22ef2da981560430b07171 OK NFC checkfile vs. NFD remote (without normalization) 2025/04/14 01:45:59 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/14 01:45:59 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hiputeb6komu' 2025/04/14 01:45:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hiputeb6komu': 1 files missing 2025/04/14 01:45:59 NOTICE: 1 hashes missing 2025/04/14 01:45:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hiputeb6komu': 2 differences found 2025/04/14 01:45:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hiputeb6komu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/14 01:46:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/14 01:46:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hiputeb6komu': 0 differences found 2025/04/14 01:46:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hiputeb6komu': 1 matching files 2025/04/14 01:46:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faxerin6rawo" 2025/04/14 01:46:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:46:01 DEBUG : Creating backend with remote "TestDrive:crypt/v37elkkk82gq03jp2eerpi7alb03tmjg9ml67tvfld2n3b5au6cg" 2025/04/14 01:46:02 DEBUG : Creating backend with remote "/tmp/rclone3567872671" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faxerin6rawo'", Local "Local file system at /tmp/rclone3567872671", Modify Window "1ms" 2025/04/14 01:46:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 76be7976fe8c7838f5d17a81cd9d7a2e OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/14 01:46:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/14 01:46:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-faxerin6rawo' 2025/04/14 01:46:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxerin6rawo': 1 files missing 2025/04/14 01:46:04 NOTICE: 1 hashes missing 2025/04/14 01:46:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxerin6rawo': 2 differences found 2025/04/14 01:46:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxerin6rawo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/14 01:46:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/14 01:46:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxerin6rawo': 0 differences found 2025/04/14 01:46:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxerin6rawo': 1 matching files 2025/04/14 01:46:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cifusuc0xeya" 2025/04/14 01:46:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:46:05 DEBUG : Creating backend with remote "TestDrive:crypt/nsco19raovaa5di721ufjmd3i3qu3tmij6d8o6n2a8rlukhicmvg" 2025/04/14 01:46:06 DEBUG : Creating backend with remote "/tmp/rclone305505722" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cifusuc0xeya'", Local "Local file system at /tmp/rclone305505722", Modify Window "1ms" 2025/04/14 01:46:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 85dacd03f20bf6b0767bc5996559ec21 OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/14 01:46:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/14 01:46:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cifusuc0xeya' 2025/04/14 01:46:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cifusuc0xeya': 1 files missing 2025/04/14 01:46:09 NOTICE: 1 hashes missing 2025/04/14 01:46:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cifusuc0xeya': 2 differences found 2025/04/14 01:46:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cifusuc0xeya': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/14 01:46:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/14 01:46:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cifusuc0xeya': 0 differences found 2025/04/14 01:46:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cifusuc0xeya': 1 matching files 2025/04/14 01:46:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-disiwud7holu" 2025/04/14 01:46:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:46:10 DEBUG : Creating backend with remote "TestDrive:crypt/perevcshbi5si13176tq7m8qb13ihddj1nrlv08ab9std1bvff8g" 2025/04/14 01:46:11 DEBUG : Creating backend with remote "/tmp/rclone3391867316" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-disiwud7holu'", Local "Local file system at /tmp/rclone3391867316", Modify Window "1ms" 2025/04/14 01:46:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f322c3485cfafc4195a21e8ece58afae OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/14 01:46:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/14 01:46:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-disiwud7holu' 2025/04/14 01:46:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-disiwud7holu': 1 files missing 2025/04/14 01:46:14 NOTICE: 1 hashes missing 2025/04/14 01:46:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-disiwud7holu': 2 differences found 2025/04/14 01:46:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-disiwud7holu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/14 01:46:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/14 01:46:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-disiwud7holu': 0 differences found 2025/04/14 01:46:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-disiwud7holu': 1 matching files 2025/04/14 01:46:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xihebas9rozi" 2025/04/14 01:46:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:46:15 DEBUG : Creating backend with remote "TestDrive:crypt/9optcdcquvi7e5b96mvrrj27logu7k5okpf4bmlmmadag09utfkg" 2025/04/14 01:46:16 DEBUG : Creating backend with remote "/tmp/rclone1490028874" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xihebas9rozi'", Local "Local file system at /tmp/rclone1490028874", Modify Window "1ms" 2025/04/14 01:46:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1fad479081a7b4fd26387e53543e3e57 OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/14 01:46:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/14 01:46:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xihebas9rozi' 2025/04/14 01:46:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xihebas9rozi': 1 files missing 2025/04/14 01:46:19 NOTICE: 1 hashes missing 2025/04/14 01:46:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xihebas9rozi': 2 differences found 2025/04/14 01:46:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xihebas9rozi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/14 01:46:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/14 01:46:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xihebas9rozi': 0 differences found 2025/04/14 01:46:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xihebas9rozi': 1 matching files 2025/04/14 01:46:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xihebas9rozi': Purge remote 2025/04/14 01:46:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-disiwud7holu': Purge remote 2025/04/14 01:46:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cifusuc0xeya': Purge remote 2025/04/14 01:46:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faxerin6rawo': Purge remote 2025/04/14 01:46:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hiputeb6komu': Purge remote 2025/04/14 01:46:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tasajuw7hevu': Purge remote 2025/04/14 01:46:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rapamog6tali': Purge remote 2025/04/14 01:46:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-soxupas9texo': Purge remote 2025/04/14 01:46:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nocewuq1fiyi': Purge remote 2025/04/14 01:46:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tafelud5naro': Purge remote --- PASS: TestApplyTransforms (52.91s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:46:25 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/14 01:46:27 DEBUG : sub/file2: md5 = 11490d95bfcdee0efddc3c1da5d94ef2 OK 2025/04/14 01:46:27 INFO : file1: Copied (new) to: sub/file2 2025/04/14 01:46:28 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/14 01:46:28 DEBUG : file1: Unchanged skipping 2025/04/14 01:46:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': don't need to copy/move sub/file2, it is already at target location 2025/04/14 01:46:30 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.34s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.42s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:46:33 DEBUG : dst/file1: md5 = aee102e9a2cfcad9b569e8605c0d2189 OK 2025/04/14 01:46:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magexas4hogo/backup" 2025/04/14 01:46:34 DEBUG : Creating backend with remote "TestDrive:crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg/1nrff024r7pq65ecp72fc28jb0" 2025/04/14 01:46:36 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/14 01:46:38 INFO : dst/file1: Moved (server-side) 2025/04/14 01:46:39 DEBUG : dst/file1: md5 = 16bb7af6c9ed06ebb90e6ceaaf41308e OK 2025/04/14 01:46:39 INFO : dst/file1: Copied (new) 2025/04/14 01:46:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/14 01:46:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/14 01:46:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.46s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:46:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magexas4hogo/dst" 2025/04/14 01:46:44 DEBUG : Creating backend with remote "TestDrive:crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/14 01:46:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magexas4hogo/CompareDest" 2025/04/14 01:46:46 DEBUG : Creating backend with remote "TestDrive:crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg/gveqi14airsml4bgu7krj116o8" 2025/04/14 01:46:47 DEBUG : one: Need to transfer - File not found at Destination 2025/04/14 01:46:49 DEBUG : one: md5 = ac24d07bba25e039ad4df4625ba44503 OK 2025/04/14 01:46:49 INFO : one: Copied (new) 2025/04/14 01:46:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/14 01:46:52 DEBUG : one: md5 = a60a95bf686ba5918f3f076aaa0f5368 OK 2025/04/14 01:46:52 INFO : one: Copied (replaced existing) 2025/04/14 01:46:54 DEBUG : dst/one: md5 = 952703245b9a6bc1f6f9324f4ccc542b OK 2025/04/14 01:46:56 DEBUG : CompareDest/one: md5 = 88799373a7e2a6702d82cd8c7eb9f5aa OK 2025/04/14 01:46:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/14 01:46:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/14 01:46:57 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/14 01:46:59 DEBUG : CompareDest/two: md5 = 41e705f17500fd884be3ed1c4cb8c0ee OK 2025/04/14 01:47:00 DEBUG : two: Need to transfer - File not found at Destination 2025/04/14 01:47:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/14 01:47:00 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/14 01:47:01 DEBUG : two: Need to transfer - File not found at Destination 2025/04/14 01:47:01 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/14 01:47:01 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/14 01:47:02 DEBUG : two: Need to transfer - File not found at Destination 2025/04/14 01:47:02 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/14 01:47:04 DEBUG : two: md5 = 247e1330aacfe2efad1db2db6d6123a1 OK 2025/04/14 01:47:04 INFO : two: Copied (new) 2025/04/14 01:47:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/14 01:47:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:47:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:47:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.00s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:47:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magexas4hogo/dst" 2025/04/14 01:47:08 DEBUG : Creating backend with remote "TestDrive:crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/14 01:47:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magexas4hogo/CopyDest" 2025/04/14 01:47:10 DEBUG : Creating backend with remote "TestDrive:crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/14 01:47:11 DEBUG : one: Need to transfer - File not found at Destination 2025/04/14 01:47:13 DEBUG : one: md5 = d42ad0135ab8690d8a53a91c8cd6ba68 OK 2025/04/14 01:47:13 INFO : one: Copied (new) 2025/04/14 01:47:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/14 01:47:16 DEBUG : one: md5 = da4475a9916e733b4ec7c33cd9a57ffa OK 2025/04/14 01:47:16 INFO : one: Copied (replaced existing) 2025/04/14 01:47:18 DEBUG : dst/one: md5 = 823c1938a75ece2556c36dd05d722c09 OK 2025/04/14 01:47:20 DEBUG : CopyDest/one: md5 = d17cc500def27377e6a6a6c0c50487ad OK 2025/04/14 01:47:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magexas4hogo/BackupDir" 2025/04/14 01:47:21 DEBUG : Creating backend with remote "TestDrive:crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/14 01:47:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/14 01:47:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/14 01:47:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/14 01:47:24 INFO : one: Moved (server-side) 2025/04/14 01:47:25 INFO : one: Copied (server-side copy) 2025/04/14 01:47:25 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/14 01:47:27 DEBUG : CopyDest/two: md5 = fad978cf6de7219a77df2034dd0e8115 OK 2025/04/14 01:47:27 DEBUG : two: Need to transfer - File not found at Destination 2025/04/14 01:47:28 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/14 01:47:29 INFO : two: Copied (server-side copy) 2025/04/14 01:47:29 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/14 01:47:29 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/14 01:47:29 DEBUG : two: Unchanged skipping 2025/04/14 01:47:31 DEBUG : CopyDest/three: md5 = dec297d2b9b4a6ae01966394fc061b2b OK 2025/04/14 01:47:32 DEBUG : three: Need to transfer - File not found at Destination 2025/04/14 01:47:32 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/14 01:47:32 DEBUG : three: Destination not found in --copy-dest 2025/04/14 01:47:34 DEBUG : three: md5 = 58c2901726e162d6b630e130bce51de6 OK 2025/04/14 01:47:34 INFO : three: Copied (new) 2025/04/14 01:47:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/14 01:47:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:47:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/14 01:47:39 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/14 01:47:39 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:47:39 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/14 01:47:39 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.20s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:47:41 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/14 01:47:43 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 5a64d397ad71c6d175dc49d106207d44 OK 2025/04/14 01:47:43 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/14 01:47:44 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/14 01:47:44 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/04/14 01:47:45 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/14 01:47:46 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/14 01:47:47 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 0f6161bb87e92c4db48222a90d05151d OK 2025/04/14 01:47:47 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/14 01:47:50 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/14 01:47:50 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.25s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.42s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:47:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Looking for duplicate names using skip mode. 2025/04/14 01:47:53 NOTICE: one: Found 2 files with duplicate names 2025/04/14 01:47:53 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.40s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:47:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Looking for duplicate names using skip mode. 2025/04/14 01:47:59 NOTICE: one: Found 3 files with duplicate names 2025/04/14 01:47:59 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/14 01:47:59 INFO : one: Deleted 2025/04/14 01:47:59 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.03s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:48:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Looking for duplicate names using first mode. 2025/04/14 01:48:05 NOTICE: one: Found 3 files with duplicate names 2025/04/14 01:48:06 INFO : one: Deleted 2025/04/14 01:48:06 INFO : one: Deleted 2025/04/14 01:48:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.41s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:48:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Looking for duplicate names using newest mode. 2025/04/14 01:48:11 NOTICE: one: Found 3 files with duplicate names 2025/04/14 01:48:12 INFO : one: Deleted 2025/04/14 01:48:12 INFO : one: Deleted 2025/04/14 01:48:12 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (5.86s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.42s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:48:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Looking for duplicate names using oldest mode. 2025/04/14 01:48:18 NOTICE: one: Found 3 files with duplicate names 2025/04/14 01:48:18 INFO : one: Deleted 2025/04/14 01:48:19 INFO : one: Deleted 2025/04/14 01:48:19 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.17s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:48:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Looking for duplicate names using largest mode. 2025/04/14 01:48:24 NOTICE: one: Found 3 files with duplicate names 2025/04/14 01:48:24 INFO : one: Deleted 2025/04/14 01:48:25 INFO : one: Deleted 2025/04/14 01:48:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.07s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:48:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Looking for duplicate names using smallest mode. 2025/04/14 01:48:30 NOTICE: one: Found 3 files with duplicate names 2025/04/14 01:48:31 INFO : one: Deleted 2025/04/14 01:48:31 INFO : one: Deleted 2025/04/14 01:48:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.28s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:48:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Looking for duplicate names using rename mode. 2025/04/14 01:48:38 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/14 01:48:39 INFO : one-2.txt: renamed from: one.txt 2025/04/14 01:48:40 INFO : one-3.txt: renamed from: one.txt 2025/04/14 01:48:41 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.32s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:48:46 DEBUG : dupe1/one.txt: md5 = afeac5e6e3eb3e2aac76fc4c654c4ccb OK 2025/04/14 01:48:48 DEBUG : dupe2/two.txt: md5 = ee222268945d31cc1da430b17ab01912 OK 2025/04/14 01:48:50 DEBUG : dupe3/three.txt: md5 = 293f90f4cb2d68b0cd9f16d68cfe2799 OK 2025/04/14 01:48:50 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/14 01:48:51 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/14 01:48:51 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/14 01:48:52 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/14 01:48:55 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/14 01:48:55 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/14 01:48:55 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.41s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:48:57 DEBUG : a.txt: md5 = 58bda16c01e91beb2723ac1bd102253f OK 2025/04/14 01:48:59 DEBUG : zend.txt: md5 = 967a463e69f7d0cbf6f7a1084c50ec64 OK 2025/04/14 01:49:01 DEBUG : sub dir/hello world: md5 = f0310a8b6708317ecf09cf1f2462d70f OK 2025/04/14 01:49:02 DEBUG : sub dir/hello world2: md5 = a1664b4e9e579094ce9f6daffe3e8893 OK 2025/04/14 01:49:04 DEBUG : sub dir/ignore dir/.ignore: md5 = 3fc35febc29d8e3625b3b1dfc13cad2d OK 2025/04/14 01:49:05 DEBUG : sub dir/ignore dir/should be ignored: md5 = bbeefd02120376674dd8985fee87ad86 OK 2025/04/14 01:49:08 DEBUG : sub dir/sub sub dir/hello world3: md5 = 6bef03e3ea58f4caa1a7bb9e904e374d OK 2025/04/14 01:49:09 DEBUG : a.txt: Excluded (Size Filter) 2025/04/14 01:49:09 DEBUG : a.txt: Excluded 2025/04/14 01:49:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/14 01:49:09 DEBUG : sub dir/hello world2: Excluded 2025/04/14 01:49:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/14 01:49:09 DEBUG : sub dir/hello world: Excluded 2025/04/14 01:49:10 DEBUG : sub dir/ignore dir: Excluded 2025/04/14 01:49:10 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/14 01:49:10 DEBUG : sub dir/hello world2: Excluded 2025/04/14 01:49:10 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/14 01:49:10 DEBUG : sub dir/hello world: Excluded 2025/04/14 01:49:10 DEBUG : sub dir/ignore dir: Excluded 2025/04/14 01:49:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/14 01:49:16 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/14 01:49:16 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/14 01:49:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/14 01:49:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/14 01:49:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/14 01:49:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.28s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:49:19 DEBUG : a.txt: md5 = e21a567e2ceaf720cbdda1291ef4e1cd OK 2025/04/14 01:49:20 DEBUG : zend.txt: md5 = 986252488f04952dbe46513b4ae68498 OK 2025/04/14 01:49:22 DEBUG : sub dir/hello world: md5 = 56d9de642ccdf00e9ff0a835f78bf113 OK 2025/04/14 01:49:24 DEBUG : sub dir/hello world2: md5 = 75e3550bacb43291db04332978b23133 OK 2025/04/14 01:49:26 DEBUG : sub dir/ignore dir/.ignore: md5 = 2ceb5b72b322de64efcec6ddc550ff4c OK 2025/04/14 01:49:27 DEBUG : sub dir/ignore dir/should be ignored: md5 = 68c12889b50600def862037aa695805f OK 2025/04/14 01:49:29 DEBUG : sub dir/sub sub dir/hello world3: md5 = 79bc13b24805722da905b6249e218271 OK 2025/04/14 01:49:30 DEBUG : a.txt: Excluded (Size Filter) 2025/04/14 01:49:30 DEBUG : a.txt: Excluded 2025/04/14 01:49:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/14 01:49:31 DEBUG : sub dir/hello world2: Excluded 2025/04/14 01:49:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/14 01:49:31 DEBUG : sub dir/hello world: Excluded 2025/04/14 01:49:32 DEBUG : sub dir/ignore dir: Excluded 2025/04/14 01:49:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/14 01:49:32 DEBUG : sub dir/hello world2: Excluded 2025/04/14 01:49:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/14 01:49:32 DEBUG : sub dir/hello world: Excluded 2025/04/14 01:49:32 DEBUG : sub dir/ignore dir: Excluded 2025/04/14 01:49:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/14 01:49:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/14 01:49:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/14 01:49:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/14 01:49:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/14 01:49:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/14 01:49:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.49s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:49:40 DEBUG : file1: md5 = e5cddd4eb810e4b82013b4f75984a37c OK 2025/04/14 01:49:42 DEBUG : sub/file2: md5 = 8ac0ca41cb2086f7fbac90d7ff9116b2 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/04/14 01:49:45 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/14 01:49:46 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/14 01:49:46 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/14 01:49:48 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.71s) --- PASS: TestListJSON/Default (0.21s) --- PASS: TestListJSON/FilesOnly (0.69s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.48s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.73s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:49:50 DEBUG : file1: md5 = 90ec2b0cbaa9c2fe78d9329a051f337a OK 2025/04/14 01:49:52 DEBUG : sub/file2: md5 = 4e6987d41f000891ff0a38e7c47ef312 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/04/14 01:49:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magexas4hogo/notfound" 2025/04/14 01:49:56 DEBUG : Config file has changed externally - reloading 2025/04/14 01:49:56 DEBUG : Creating backend with remote "TestDrive:crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg/qe0i31qdkoejk60elps0ni5sqk" 2025/04/14 01:49:59 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.32s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.22s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.79s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Making directory 2025/04/14 01:50:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Making directory --- PASS: TestMkdir (0.75s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:03 DEBUG : sub dir/hello world: md5 = f1f3809a30b8d9e9abf3849a9fe25e21 OK 2025/04/14 01:50:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.65s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:07 DEBUG : potato2: md5 = ea5c91d3d048bce3b6831afa87cc659e OK 2025/04/14 01:50:08 DEBUG : empty space: md5 = 240538e17913dd6fa14880f6c0e1a0dc OK --- PASS: TestLs (4.58s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:11 DEBUG : potato2: md5 = 60a4b1114b15b3db34131ccf3c72ef10 OK 2025/04/14 01:50:13 DEBUG : empty space: md5 = 8304cdee055f626bcbb998645dea83fd OK 2025/04/14 01:50:13 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/14 01:50:13 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.79s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:16 DEBUG : potato2: md5 = cc0e9e3810c766ffff2c1a96fa97969a OK 2025/04/14 01:50:17 DEBUG : empty space: md5 = 6dc235e28293e8fa97cd551a3736550e OK --- PASS: TestLsLong (4.46s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:20 DEBUG : potato2: md5 = bff087e6b174b3163bbb4040d7f88500 OK 2025/04/14 01:50:22 DEBUG : empty space: md5 = f7aeb49b8b37e47dc510b2a46115fad6 OK --- PASS: TestHashSums (4.37s) === RUN TestHashSumsWithErrors 2025/04/14 01:50:23 DEBUG : Creating backend with remote ":memory:" 2025/04/14 01:50:23 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/14 01:50:23 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/14 01:50:23 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/14 01:50:23 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/14 01:50:23 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/14 01:50:23 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/14 01:50:23 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/14 01:50:23 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/14 01:50:23 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-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:25 DEBUG : potato2: md5 = e3e3820300f3ff0052f54cca521ef744 OK 2025/04/14 01:50:26 DEBUG : empty space: md5 = 37e748e1cc59cb43bfe754750372bb7f OK 2025/04/14 01:50:29 DEBUG : sub dir/potato3: md5 = f189654e78e36b9fab392ba36b6e398d OK 2025/04/14 01:50:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.97s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:34 DEBUG : small: md5 = aa003974c7edab87a215e95edf5d8f57 OK 2025/04/14 01:50:35 DEBUG : medium: md5 = a34f9248f7a38341b5bcf2e5006731a1 OK 2025/04/14 01:50:37 DEBUG : large: md5 = 6a72396e38deba265414c99ddba953fc OK 2025/04/14 01:50:37 DEBUG : Waiting for deletions to finish 2025/04/14 01:50:37 DEBUG : large: Excluded (Size Filter) 2025/04/14 01:50:37 INFO : medium: Deleted 2025/04/14 01:50:37 INFO : small: Deleted --- PASS: TestDelete (6.19s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:40 DEBUG : small: md5 = dd22b07c64a9d60bb1490a88b09019d0 OK 2025/04/14 01:50:41 DEBUG : medium: md5 = f8f0ecfd51d59dcf102654818fdec20d OK 2025/04/14 01:50:43 DEBUG : large: md5 = 268141ebb8361780594661046d99af01 OK 2025/04/14 01:50:43 DEBUG : Waiting for deletions to finish 2025/04/14 01:50:43 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/04/14 01:50:43 INFO : small: Deleted 2025/04/14 01:50:43 INFO : medium: Deleted --- PASS: TestMaxDelete (6.38s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:46 DEBUG : small: md5 = 6c64c0bd4c48bd1844adf128a5424086 OK 2025/04/14 01:50:48 DEBUG : medium: md5 = 000729c8ed23f0ea4c937e82075d2055 OK 2025/04/14 01:50:49 DEBUG : large: md5 = 0973e2ae910dbe52347c9d24542fec28 OK 2025/04/14 01:50:49 DEBUG : Waiting for deletions to finish 2025/04/14 01:50:49 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/14 01:50:50 INFO : medium: Deleted 2025/04/14 01:50:50 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.42s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:53 DEBUG : small: md5 = 04a65c6378cedd25ea152390ab1b74af OK 2025/04/14 01:50:54 DEBUG : medium: md5 = b914d5f6242b5c801af0b6d9eefcbbb6 OK 2025/04/14 01:50:55 DEBUG : large: md5 = 656394c3e7350a92b53187871084a3e5 OK 2025/04/14 01:50:56 DEBUG : Waiting for deletions to finish 2025/04/14 01:50:56 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/14 01:50:56 INFO : medium: Deleted 2025/04/14 01:50:56 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.43s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:50:59 DEBUG : ReadFile: md5 = 16ac86a04d2ff0945066c6d467ba2b17 OK --- PASS: TestReadFile (4.41s) === RUN TestRetry 2025/04/14 01:51:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/14 01:51:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/14 01:51:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/14 01:51:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/14 01:51:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/14 01:51:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/14 01:51:02 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-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:51:04 DEBUG : file1: md5 = b4db67e3d708823087cccdff0489301b OK 2025/04/14 01:51:05 DEBUG : file2: md5 = 73df4d88d21273a330cc7f69b1cfc214 OK --- PASS: TestCat (15.78s) === RUN TestPurge 2025/04/14 01:51:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lumojob9gifo" 2025/04/14 01:51:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/14 01:51:18 DEBUG : Creating backend with remote "TestDrive:crypt/tl7vvm58it3t58lok4st9k2fubs8e89fcfpf8b4or28fvf9l4i50" 2025/04/14 01:51:19 DEBUG : Creating backend with remote "/tmp/rclone2012409214" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lumojob9gifo'", Local "Local file system at /tmp/rclone2012409214", Modify Window "1ms" 2025/04/14 01:51:23 DEBUG : A1/B1/C1/one: md5 = f3c1eea54c0221010e786368e6e05f7f OK 2025/04/14 01:51:23 INFO : A2: Making directory 2025/04/14 01:51:24 INFO : A1/B2: Making directory 2025/04/14 01:51:25 INFO : A1/B2/C2: Making directory 2025/04/14 01:51:25 INFO : A1/B1/C3: Making directory 2025/04/14 01:51:26 INFO : A3: Making directory 2025/04/14 01:51:27 INFO : A3/B3: Making directory 2025/04/14 01:51:28 INFO : A3/B3/C4: Making directory 2025/04/14 01:51:30 DEBUG : A1/two: md5 = 2c10f876be842a0135792e6f8b073b78 OK 2025/04/14 01:51:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lumojob9gifo': Purge remote 2025/04/14 01:51:33 NOTICE: purge failed: directory not found --- PASS: TestPurge (14.97s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:51:36 DEBUG : A1/B1/C1/one: md5 = 50b504ef0d60636de864f135be397b4d OK 2025/04/14 01:51:36 INFO : A2: Making directory 2025/04/14 01:51:37 INFO : A1/B2: Making directory 2025/04/14 01:51:38 INFO : A1/B2/C2: Making directory 2025/04/14 01:51:39 INFO : A1/B1/C3: Making directory 2025/04/14 01:51:39 INFO : A3: Making directory 2025/04/14 01:51:40 INFO : A3/B3: Making directory 2025/04/14 01:51:41 INFO : A3/B3/C4: Making directory 2025/04/14 01:51:43 DEBUG : A1/two: md5 = 86311e90fda456be24d9517da5c7689f OK 2025/04/14 01:51:44 DEBUG : removing 1 level 3 directories 2025/04/14 01:51:44 INFO : A3/B3/C4: Removing directory 2025/04/14 01:51:47 DEBUG : removing 2 level 3 directories 2025/04/14 01:51:47 INFO : A1/B2/C2: Removing directory 2025/04/14 01:51:47 INFO : A1/B1/C3: Removing directory 2025/04/14 01:51:47 DEBUG : removing 2 level 2 directories 2025/04/14 01:51:47 INFO : A3/B3: Removing directory 2025/04/14 01:51:47 INFO : A1/B2: Removing directory 2025/04/14 01:51:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/14 01:51:47 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/14 01:51:48 DEBUG : removing 2 level 1 directories 2025/04/14 01:51:48 INFO : A3: Removing directory 2025/04/14 01:51:48 INFO : A2: Removing directory 2025/04/14 01:51:48 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/14 01:51:52 DEBUG : removing 1 level 3 directories 2025/04/14 01:51:52 INFO : A1/B1/C1: Removing directory 2025/04/14 01:51:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:52 DEBUG : removing 1 level 2 directories 2025/04/14 01:51:52 INFO : A1/B1: Removing directory 2025/04/14 01:51:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/14 01:51:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/14 01:51:53 DEBUG : removing 1 level 1 directories 2025/04/14 01:51:53 INFO : A1: Removing directory 2025/04/14 01:51:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/14 01:51:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/14 01:51:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/14 01:51:54 DEBUG : removing 1 level 0 directories 2025/04/14 01:51:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Removing directory 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/14 01:51:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestRmdirsNoLeaveRoot (22.22s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:51:56 INFO : A1: Making directory 2025/04/14 01:51:57 INFO : A1/B1: Making directory 2025/04/14 01:51:57 INFO : A1/B1/C1: Making directory 2025/04/14 01:52:00 DEBUG : removing 1 level 3 directories 2025/04/14 01:52:00 INFO : A1/B1/C1: Removing directory 2025/04/14 01:52:00 DEBUG : removing 1 level 2 directories 2025/04/14 01:52:00 INFO : A1/B1: Removing directory 2025/04/14 01:52:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/14 01:52:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.55s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:52:03 INFO : A1: Making directory 2025/04/14 01:52:03 INFO : A1/B1: Making directory 2025/04/14 01:52:04 INFO : A1/B1/C1: Making directory 2025/04/14 01:52:07 DEBUG : removing 1 level 3 directories 2025/04/14 01:52:07 INFO : A1/B1/C1: Removing directory 2025/04/14 01:52:07 DEBUG : removing 1 level 2 directories 2025/04/14 01:52:07 INFO : A1/B1: Removing directory 2025/04/14 01:52:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/14 01:52:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.76s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:52:12 DEBUG : file1: md5 = 9758df9d754aefd39269fe5c0475e086 OK 2025/04/14 01:52:13 DEBUG : filename.txt: File name found in url 2025/04/14 01:52:14 DEBUG : filename.txt: md5 = fb26d7f098e5418906617582b88f08a0 OK 2025/04/14 01:52:14 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/14 01:52:15 DEBUG : headerfilename.txt: md5 = 2e319ef44b047c5e2bf6675433bf46d7 OK 2025/04/14 01:52:17 DEBUG : file2: md5 = 2979e77dcd0895714af69ef5379c94ad OK --- PASS: TestCopyURL (8.50s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:52:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/14 01:52:21 DEBUG : sub/file2: md5 = bbace8b23b039f86170b93168fe00026 OK 2025/04/14 01:52:21 INFO : file1: Copied (new) to: sub/file2 2025/04/14 01:52:21 INFO : file1: Deleted 2025/04/14 01:52:22 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/14 01:52:22 DEBUG : file1: Unchanged skipping 2025/04/14 01:52:22 INFO : file1: Deleted 2025/04/14 01:52:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': don't need to copy/move sub/file2, it is already at target location 2025/04/14 01:52:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.82s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:52:25 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/14 01:52:26 DEBUG : file1: md5 = d816d7b0119b42c802c52e25a99b7120 OK 2025/04/14 01:52:26 INFO : file1: Copied (new) 2025/04/14 01:52:26 INFO : file1: Deleted 2025/04/14 01:52:27 DEBUG : file1: Destination exists, skipping 2025/04/14 01:52:27 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.10s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:52:31 DEBUG : dst/file1: md5 = f26e0cebea6fca436afac30f77c93596 OK 2025/04/14 01:52:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-magexas4hogo/backup" 2025/04/14 01:52:32 DEBUG : Creating backend with remote "TestDrive:crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg/1nrff024r7pq65ecp72fc28jb0" 2025/04/14 01:52:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/14 01:52:35 INFO : dst/file1: Moved (server-side) 2025/04/14 01:52:36 DEBUG : dst/file1: md5 = 3c3ed834397c12b6deb1f526b1e3cd4a OK 2025/04/14 01:52:36 INFO : dst/file1: Copied (new) 2025/04/14 01:52:36 INFO : dst/file1: Deleted 2025/04/14 01:52:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/14 01:52:40 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/14 01:52:40 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.12s) === 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-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:52:43 DEBUG : A1/one: md5 = a87e1b93ba77d4981cd98f59924c323f OK 2025/04/14 01:52:44 DEBUG : A1/two: md5 = ba66a26ce2d1fd19d6294e524924ed17 OK 2025/04/14 01:52:46 DEBUG : A1/B1/three: md5 = cdade210b0ccfe047cf0c69985f96e00 OK 2025/04/14 01:52:48 DEBUG : A1/B1/C1/four: md5 = 352d7db94d0f5509492c996a34db5b97 OK 2025/04/14 01:52:50 DEBUG : A1/B1/C2/five: md5 = 8e6b1d6ed94ceeacc42b5209c9c051f9 OK 2025/04/14 01:52:50 INFO : A1/B2: Making directory 2025/04/14 01:52:51 INFO : A1/B1/C3: Making directory 2025/04/14 01:53:00 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/14 01:53:00 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/14 01:53:00 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/14 01:53:01 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/14 01:53:02 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/14 01:53:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/14 01:53:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/14 01:53:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/14 01:53:05 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/14 01:53:05 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/14 01:53:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/14 01:53:12 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/14 01:53:12 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/14 01:53:12 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/14 01:53:12 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/14 01:53:13 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/14 01:53:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/14 01:53:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/14 01:53:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/14 01:53:16 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/14 01:53:16 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/14 01:53:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/14 01:53:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/14 01:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/14 01:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/14 01:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/14 01:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/14 01:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/14 01:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/14 01:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/14 01:53:24 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.00s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:53:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': File to upload is small (34 bytes), uploading instead of streaming 2025/04/14 01:53:27 DEBUG : no_checksum_small_file_from_pipe: md5 = a1b1edff5ec593e37fd39e56f40dd1d9 OK 2025/04/14 01:53:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/14 01:53:27 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/14 01:53:28 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/14 01:53:29 DEBUG : no_checksum_big_file_from_pipe: md5 = 2b695b486392c16a48f92ece52acc958 OK 2025/04/14 01:53:29 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-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:53:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': File to upload is small (34 bytes), uploading instead of streaming 2025/04/14 01:53:32 DEBUG : with_checksum_small_file_from_pipe: md5 = 76bfeb9142db6536a1fee0c368dd077a OK 2025/04/14 01:53:32 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/14 01:53:32 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/14 01:53:33 DEBUG : with_checksum_big_file_from_pipe: md5 = c9399d7f85faf87b52d3d2c00b9d5ec6 OK 2025/04/14 01:53:33 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:53:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': File to upload is small (34 bytes), uploading instead of streaming 2025/04/14 01:53:36 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/14 01:53:37 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/14 01:53:38 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:53:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': File to upload is small (34 bytes), uploading instead of streaming 2025/04/14 01:53:41 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/14 01:53:42 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/14 01:53:43 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.07s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.75s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.70s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.01s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.61s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/14 01:53:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': File to upload is small (48 bytes), uploading instead of streaming 2025/04/14 01:53:46 DEBUG : rcat_metadata: md5 = c7c88b42f31a5bd1633c49b509d1bbdb OK 2025/04/14 01:53:46 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/14 01:53:48 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/14 01:53:49 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9baad676f9e4b95f81dc06b7b12747af OK 2025/04/14 01:53:49 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.75s) --- PASS: TestRcatMetadata/Normal (2.57s) --- PASS: TestRcatMetadata/ViaDisk (2.73s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:53:52 DEBUG : potato1: md5 = 821705a635abaf1e7fe02fd2095eafde OK 2025/04/14 01:53:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': File to upload is small (60 bytes), uploading instead of streaming 2025/04/14 01:53:53 DEBUG : potato2: md5 = 2ed7bcc1a748671deae0c912d9a3941e OK 2025/04/14 01:53:53 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.13s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:53:56 DEBUG : potato1: md5 = 998af49a868561e7b9895acb158d7271 OK 2025/04/14 01:53:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': File to upload is small (60 bytes), uploading instead of streaming 2025/04/14 01:53:57 DEBUG : potato2: md5 = 286016839f04f971406ba3100b2110e2 OK 2025/04/14 01:53:57 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.68s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:54:00 DEBUG : potato2: md5 = c3eb2bb0df38acfd1710bef6f4c0f8a7 OK 2025/04/14 01:54:02 DEBUG : empty space: md5 = f9ba04abe26574a81b1897323ac68d01 OK 2025/04/14 01:54:04 DEBUG : sub dir/potato3: md5 = 755ef3638171a04ca0c5ab45e1a16a4d OK 2025/04/14 01:54:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Touching "sub dir/potato3" 2025/04/14 01:54:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Touching "empty space" 2025/04/14 01:54:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Touching "potato2" 2025/04/14 01:54:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.31s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:54:08 DEBUG : dir with metadata: Making directory with metadata 2025/04/14 01:54:09 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.36s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:54:11 DEBUG : directory with modtime: Making directory with metadata 2025/04/14 01:54:11 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.36s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:54:13 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/14 01:54:13 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/14 01:54:13 DEBUG : Google drive root 'crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg': Skipping btime metadata as can't update it on an existing file: 2025-04-14T01:54:13.558465688Z 2025/04/14 01:54:14 INFO : non existent directory: Updated directory metadata 2025/04/14 01:54:16 DEBUG : Google drive root 'crypt/eg9jm83kkl0jdnh15v26dofm6k9ueg9f9diumsn6mtdldgavbapg': Skipping btime metadata as can't update it on an existing file: 2025-04-14T01:54:13.558465688Z 2025/04/14 01:54:16 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.58s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:54:18 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/14 01:54:19 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/14 01:54:20 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.81s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:54:21 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/14 01:54:21 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/14 01:54:21 DEBUG : dst: Making directory with metadata 2025/04/14 01:54:22 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/14 01:54:22 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/14 01:54:23 INFO : dst: Set directory modification time (using SetModTime) 2025/04/14 01:54:23 INFO : dst: Set directory modification time (using SetModTime) 2025/04/14 01:54:23 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/14 01:54:24 INFO : dst: Set directory modification time (using SetModTime) 2025/04/14 01:54:24 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.35s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo'", Local "Local file system at /tmp/rclone2520190656", Modify Window "1ms" 2025/04/14 01:54:27 DEBUG : sub dir/test remove existing: md5 = 9c047659318739989a9dde1968bc2cbb OK 2025/04/14 01:54:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 51861d8a5fb4d709a6a5af0f1a5fdd46 OK 2025/04/14 01:54:30 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.qaqebuc3" before starting 2025/04/14 01:54:31 DEBUG : sub dir/test remove existing.qaqebuc3: TEST: removing renamed existing file after operation 2025/04/14 01:54:32 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.niforew3" before starting 2025/04/14 01:54:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.niforew3: TEST: renaming existing back after failed operation 2025/04/14 01:54:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xucabaj1" before starting 2025/04/14 01:54:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xucabaj1: TEST: removing renamed existing file after operation 2025/04/14 01:54:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "rqv6asf528lr0047uq96pve43tgbcd0r99i8q56acisr4at9afivbnhentvb4cjenv43cc3khiu9ivqq6qsl5c2vep2i8lfrviks1hu6mi2s2veprc4m26e52qiglbb62f8n0mv60onqi72pvehpd4ulikdkuk4dahqt4i57ncimuc0n1tl0" 2025/04/14 01:54:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "eafhno39ri4bdikhatqa27c8jtm2leika46fsd930rqnblgirn4g" --- PASS: TestRemoveExisting (13.09s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/04/14 01:54:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-magexas4hogo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m36.614641645s (try 1/5)