"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/11/18 01:10:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petayut1qoxo" 2024/11/18 01:10:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:10:06 DEBUG : Creating backend with remote "TestDrive:crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg" 2024/11/18 01:10:07 DEBUG : Creating backend with remote "/tmp/rclone143176058" === 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-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.26s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/18 01:10:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/18 01:10:08 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/18 01:10:08 DEBUG : potato: Seek from 10 to 0 2024/11/18 01:10:08 DEBUG : potato: Seek from 10 to 0 2024/11/18 01:10:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/18 01:10:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/18 01:10:08 DEBUG : potato: Seek from 5 to 2 2024/11/18 01:10:08 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/18 01:10:08 DEBUG : potato: Seek from 7 to 0 2024/11/18 01:10:08 DEBUG : potato: Seek from 7 to 0 2024/11/18 01:10:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/18 01:10:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/18 01:10:08 DEBUG : potato: Seek from 5 to 2 2024/11/18 01:10:08 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/18 01:10:08 DEBUG : potato: Seek from 8 to 0 2024/11/18 01:10:08 DEBUG : potato: Seek from 8 to 0 2024/11/18 01:10:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/18 01:10:08 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/18 01:10:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/18 01:10:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/18 01:10:08 DEBUG : potato: Seek from 5 to 2 2024/11/18 01:10:08 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/18 01:10:08 DEBUG : potato: Seek from 9 to 0 2024/11/18 01:10:08 DEBUG : potato: Seek from 9 to 0 2024/11/18 01:10:08 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-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:10:11 DEBUG : rutabaga: md5 = 736c95d8928fe6119443140ae5fe012d OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/18 01:10:13 DEBUG : empty space: md5 = 2fc5ee920207a29a898f5c982e4ceda3 OK === RUN TestCheck/3 2024/11/18 01:10:16 DEBUG : potato2: md5 = e2ba1c0950c4ce739b16c8557ef83819 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/18 01:10:18 DEBUG : remotepotato: md5 = 65eb01452913de0a680b2fc494f75b07 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.12s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2024/11/18 01:10:22 DEBUG : Creating backend with remote "nonexistent" 2024/11/18 01:10:22 DEBUG : Creating backend with remote "nonexistent" 2024/11/18 01:10:22 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/18 01:10:22 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/11/18 01:10:22 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/18 01:10:22 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-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:10:24 DEBUG : rutabaga: md5 = eb5820b15f1678a865271f18cff80507 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/18 01:10:28 DEBUG : empty space: md5 = 810c29532e9721518a59efd55e243ad2 OK === RUN TestCheckDownload/3 2024/11/18 01:10:31 DEBUG : potato2: md5 = db14a284c6f19a30ba462bd61374b619 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/18 01:10:36 DEBUG : remotepotato: md5 = d6a32de6ad56a3c9c08a26c1ab3073d8 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.69s) --- PASS: TestCheckDownload/1 (1.51s) --- PASS: TestCheckDownload/2 (1.10s) --- PASS: TestCheckDownload/3 (0.96s) --- PASS: TestCheckDownload/4 (1.38s) --- PASS: TestCheckDownload/5 (1.35s) --- PASS: TestCheckDownload/6 (1.08s) --- PASS: TestCheckDownload/7 (1.40s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:10:43 DEBUG : rutabaga: md5 = a66016eb84b288420c6bb0a7bcbe9d4d OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/18 01:10:46 DEBUG : empty space: md5 = da484be1fc5f921dffef52a8e4aac6ae OK === RUN TestCheckSizeOnly/3 2024/11/18 01:10:48 DEBUG : potato2: md5 = c7a4d3940d49e140d293c8854f799f7a OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/18 01:10:51 DEBUG : remotepotato: md5 = 00c19b2e66e0395515a730af10cedc07 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.89s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.28s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.30s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:10:56 DEBUG : test.sum: md5 = c25c6aeccdfaca22540a0ba362c49aed OK 2024/11/18 01:10:58 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/18 01:10:58 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/18 01:10:58 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/18 01:10:58 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/18 01:11:00 DEBUG : test.sum: md5 = 396e2351ac4c99c42d0e4a0dfa75a104 OK 2024/11/18 01:11:02 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/18 01:11:02 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/18 01:11:02 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/18 01:11:02 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.19s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:11:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petayut1qoxo/data" 2024/11/18 01:11:03 DEBUG : Config file has changed externally - reloading 2024/11/18 01:11:03 DEBUG : Creating backend with remote "TestDrive:crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo/data' lacks md5, skipping --- SKIP: TestCheckSum (1.97s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:11:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petayut1qoxo/data" 2024/11/18 01:11:05 DEBUG : Creating backend with remote "TestDrive:crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg/vjrnln8ratgmqakfosrqe8espk" 2024/11/18 01:11:09 DEBUG : data/banana: md5 = 6149ed13244b12746568e3efa55eeffc OK 2024/11/18 01:11:11 DEBUG : test.sum: md5 = 53a2b0fa86692a51fa7c776351d58155 OK === RUN TestCheckSumDownload/subtest1 2024/11/18 01:11:16 DEBUG : data/potato: md5 = 6d4c60a4fc60a83c6a735540a8c521fd OK 2024/11/18 01:11:18 DEBUG : test.sum: md5 = 4cf57f7db86e9ea940094ff654af8029 OK === RUN TestCheckSumDownload/subtest2 2024/11/18 01:11:23 DEBUG : test.sum: md5 = c31ffd13018f05a00c2a1e095df1477d OK === RUN TestCheckSumDownload/subtest3 2024/11/18 01:11:28 DEBUG : test.sum: md5 = 90cf49065ba948dd5d02284e3539a6a4 OK === RUN TestCheckSumDownload/subtest4 2024/11/18 01:11:32 DEBUG : test.sum: md5 = 5ed78da5fc92be03b058df0f873c1b99 OK === RUN TestCheckSumDownload/subtest5 2024/11/18 01:11:37 DEBUG : test.sum: md5 = b9daf407d79d284fc0591f3ac9a7666e OK === RUN TestCheckSumDownload/subtest6 2024/11/18 01:11:42 DEBUG : data/banana: md5 = 9df801c86247f95ee63079a428bf16fc OK 2024/11/18 01:11:44 DEBUG : data/potato: md5 = bfe84b7194419cf3c82e4bcb3d425b0f OK 2024/11/18 01:11:45 DEBUG : test.sum: md5 = 3750d01ac674d9676c9992237ad3a171 OK === RUN TestCheckSumDownload/subtest7 2024/11/18 01:11:51 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/11/18 01:11:51 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (47.66s) --- PASS: TestCheckSumDownload/subtest1 (3.31s) --- PASS: TestCheckSumDownload/subtest2 (2.61s) --- PASS: TestCheckSumDownload/subtest3 (2.76s) --- PASS: TestCheckSumDownload/subtest4 (2.44s) --- PASS: TestCheckSumDownload/subtest5 (2.71s) --- PASS: TestCheckSumDownload/subtest6 (2.45s) --- PASS: TestCheckSumDownload/subtest7 (2.90s) === RUN TestApplyTransforms 2024/11/18 01:11:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duropoq9raco" 2024/11/18 01:11:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:11:52 DEBUG : Creating backend with remote "TestDrive:crypt/s20j6najioovo4hm15qbn2bq6gjl8bdt0nbjucd0lo61s5rstdig" 2024/11/18 01:11:53 DEBUG : Creating backend with remote "/tmp/rclone96880775" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duropoq9raco'", Local "Local file system at /tmp/rclone96880775", Modify Window "1ms" 2024/11/18 01:11:56 DEBUG : hello, world!: md5 = fb6881d7e8b62100f8b78a5812ba8b17 OK upper checkfile vs. lower remote (without normalization) 2024/11/18 01:11:57 ERROR : hello, world!: sum not found 2024/11/18 01:11:57 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-duropoq9raco' 2024/11/18 01:11:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duropoq9raco': 1 files missing 2024/11/18 01:11:57 NOTICE: 1 hashes missing 2024/11/18 01:11:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duropoq9raco': 2 differences found 2024/11/18 01:11:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duropoq9raco': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/18 01:11:58 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/18 01:11:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duropoq9raco': 0 differences found 2024/11/18 01:11:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duropoq9raco': 1 matching files 2024/11/18 01:11:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hadisah5viba" 2024/11/18 01:11:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:11:58 DEBUG : Creating backend with remote "TestDrive:crypt/dlkdisae3rd4v2p28l7qdqa6i0tojreui5fdim44farcq8i0ddsg" 2024/11/18 01:11:59 DEBUG : Creating backend with remote "/tmp/rclone1864716814" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hadisah5viba'", Local "Local file system at /tmp/rclone1864716814", Modify Window "1ms" 2024/11/18 01:12:02 DEBUG : HELLO, WORLD!: md5 = d9dd4cd799f305b101ce5a6ba1a41365 OK lower checkfile vs. upper remote (without normalization) 2024/11/18 01:12:03 ERROR : HELLO, WORLD!: sum not found 2024/11/18 01:12:03 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hadisah5viba' 2024/11/18 01:12:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hadisah5viba': 1 files missing 2024/11/18 01:12:03 NOTICE: 1 hashes missing 2024/11/18 01:12:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hadisah5viba': 2 differences found 2024/11/18 01:12:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hadisah5viba': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/18 01:12:04 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/18 01:12:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hadisah5viba': 0 differences found 2024/11/18 01:12:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hadisah5viba': 1 matching files 2024/11/18 01:12:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuzuxac5focu" 2024/11/18 01:12:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:12:04 DEBUG : Creating backend with remote "TestDrive:crypt/scju5cp2ph2102c1gslpaocde8d5dqtmd6nnksam6shvvu3dhf80" 2024/11/18 01:12:05 DEBUG : Creating backend with remote "/tmp/rclone1784678003" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuzuxac5focu'", Local "Local file system at /tmp/rclone1784678003", Modify Window "1ms" 2024/11/18 01:12:08 DEBUG : HeLlO, wOrLd!: md5 = 700bb1d10b819bd9c34155a38f1bc803 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/18 01:12:08 ERROR : HeLlO, wOrLd!: sum not found 2024/11/18 01:12:08 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nuzuxac5focu' 2024/11/18 01:12:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuzuxac5focu': 1 files missing 2024/11/18 01:12:08 NOTICE: 1 hashes missing 2024/11/18 01:12:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuzuxac5focu': 2 differences found 2024/11/18 01:12:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuzuxac5focu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/18 01:12:10 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/18 01:12:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuzuxac5focu': 0 differences found 2024/11/18 01:12:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuzuxac5focu': 1 matching files 2024/11/18 01:12:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-womurob4poma" 2024/11/18 01:12:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:12:10 DEBUG : Creating backend with remote "TestDrive:crypt/heito7h92s85081caejlurdo81uthepsbjke7befmhaeoils4150" 2024/11/18 01:12:11 DEBUG : Creating backend with remote "/tmp/rclone1827054997" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-womurob4poma'", Local "Local file system at /tmp/rclone1827054997", Modify Window "1ms" 2024/11/18 01:12:13 DEBUG : HELLO, WORLD!: md5 = fcafcb35afc94bda7a8a482f5f5b962e OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/18 01:12:14 ERROR : HELLO, WORLD!: sum not found 2024/11/18 01:12:14 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-womurob4poma' 2024/11/18 01:12:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-womurob4poma': 1 files missing 2024/11/18 01:12:14 NOTICE: 1 hashes missing 2024/11/18 01:12:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-womurob4poma': 2 differences found 2024/11/18 01:12:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-womurob4poma': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/18 01:12:15 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/18 01:12:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-womurob4poma': 0 differences found 2024/11/18 01:12:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-womurob4poma': 1 matching files 2024/11/18 01:12:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tazevol8qoto" 2024/11/18 01:12:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:12:15 DEBUG : Creating backend with remote "TestDrive:crypt/lejrfjdngvuomo37lebrnmri4kgelg5atnvb5qobpbmnu376n9ng" 2024/11/18 01:12:16 DEBUG : Creating backend with remote "/tmp/rclone1266195695" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tazevol8qoto'", Local "Local file system at /tmp/rclone1266195695", Modify Window "1ms" 2024/11/18 01:12:19 DEBUG : 測試_Русский___ě_áñ: md5 = 73cf81b1279ca4100db30ef4c15fd943 OK NFD checkfile vs. NFC remote (without normalization) 2024/11/18 01:12:20 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/18 01:12:20 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tazevol8qoto' 2024/11/18 01:12:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tazevol8qoto': 1 files missing 2024/11/18 01:12:20 NOTICE: 1 hashes missing 2024/11/18 01:12:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tazevol8qoto': 2 differences found 2024/11/18 01:12:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tazevol8qoto': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/18 01:12:21 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/18 01:12:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tazevol8qoto': 0 differences found 2024/11/18 01:12:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tazevol8qoto': 1 matching files 2024/11/18 01:12:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-curosik4bafa" 2024/11/18 01:12:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:12:21 DEBUG : Creating backend with remote "TestDrive:crypt/qjo9gqsk4k37sd5o5smfnp6p39dcoasjtv7urm2t2rsqji4tn640" 2024/11/18 01:12:22 DEBUG : Creating backend with remote "/tmp/rclone1187220721" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-curosik4bafa'", Local "Local file system at /tmp/rclone1187220721", Modify Window "1ms" 2024/11/18 01:12:25 DEBUG : 測試_Русский___ě_áñ: md5 = 9737cbd9b88350f464c04f576a3f5725 OK NFC checkfile vs. NFD remote (without normalization) 2024/11/18 01:12:26 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/18 01:12:26 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-curosik4bafa' 2024/11/18 01:12:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-curosik4bafa': 1 files missing 2024/11/18 01:12:26 NOTICE: 1 hashes missing 2024/11/18 01:12:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-curosik4bafa': 2 differences found 2024/11/18 01:12:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-curosik4bafa': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/18 01:12:27 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/18 01:12:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-curosik4bafa': 0 differences found 2024/11/18 01:12:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-curosik4bafa': 1 matching files 2024/11/18 01:12:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jehoqow1lawe" 2024/11/18 01:12:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:12:27 DEBUG : Creating backend with remote "TestDrive:crypt/mk79dk5fjacqonv83vbvoea2ujj4bl4cdfe4t7q7376euilk40jg" 2024/11/18 01:12:28 DEBUG : Creating backend with remote "/tmp/rclone1311797537" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jehoqow1lawe'", Local "Local file system at /tmp/rclone1311797537", Modify Window "1ms" 2024/11/18 01:12:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 20ccdccd1a1b1fdee024203afaff75c8 OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/18 01:12:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/18 01:12:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jehoqow1lawe' 2024/11/18 01:12:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jehoqow1lawe': 1 files missing 2024/11/18 01:12:31 NOTICE: 1 hashes missing 2024/11/18 01:12:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jehoqow1lawe': 2 differences found 2024/11/18 01:12:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jehoqow1lawe': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/18 01:12:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/18 01:12:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jehoqow1lawe': 0 differences found 2024/11/18 01:12:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jehoqow1lawe': 1 matching files 2024/11/18 01:12:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zobawut1zoze" 2024/11/18 01:12:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:12:33 DEBUG : Creating backend with remote "TestDrive:crypt/m7fljgcfoiabpsh2lbf0gmq3njac8fnpn2cnb9l61aqb2tupp1k0" 2024/11/18 01:12:34 DEBUG : Creating backend with remote "/tmp/rclone676487885" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zobawut1zoze'", Local "Local file system at /tmp/rclone676487885", Modify Window "1ms" 2024/11/18 01:12:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2736056cb07aa78dcb02de894679667f OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/18 01:12:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/18 01:12:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zobawut1zoze' 2024/11/18 01:12:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zobawut1zoze': 1 files missing 2024/11/18 01:12:37 NOTICE: 1 hashes missing 2024/11/18 01:12:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zobawut1zoze': 2 differences found 2024/11/18 01:12:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zobawut1zoze': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/18 01:12:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/18 01:12:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zobawut1zoze': 0 differences found 2024/11/18 01:12:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zobawut1zoze': 1 matching files 2024/11/18 01:12:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mafibot3feca" 2024/11/18 01:12:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:12:39 DEBUG : Creating backend with remote "TestDrive:crypt/iivaq4c7ig5fb30gsqgsamftbcobjjs7qnbci1veprp455jve63g" 2024/11/18 01:12:40 DEBUG : Creating backend with remote "/tmp/rclone2635408689" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mafibot3feca'", Local "Local file system at /tmp/rclone2635408689", Modify Window "1ms" 2024/11/18 01:12:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e5a3c482d960b9638e42ca70d7e00001 OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/18 01:12:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/18 01:12:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mafibot3feca' 2024/11/18 01:12:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mafibot3feca': 1 files missing 2024/11/18 01:12:43 NOTICE: 1 hashes missing 2024/11/18 01:12:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mafibot3feca': 2 differences found 2024/11/18 01:12:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mafibot3feca': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/18 01:12:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/18 01:12:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mafibot3feca': 0 differences found 2024/11/18 01:12:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mafibot3feca': 1 matching files 2024/11/18 01:12:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lebopuw5muyi" 2024/11/18 01:12:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:12:45 DEBUG : Creating backend with remote "TestDrive:crypt/efc9v46vhbosphs0hd5fb4fp8uvkeuqbl0mmvditfr3kmqladpsg" 2024/11/18 01:12:46 DEBUG : Creating backend with remote "/tmp/rclone14597627" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lebopuw5muyi'", Local "Local file system at /tmp/rclone14597627", Modify Window "1ms" 2024/11/18 01:12:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = be9029be2a1e8d62ebc85b710e38e5c1 OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/18 01:12:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/18 01:12:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lebopuw5muyi' 2024/11/18 01:12:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lebopuw5muyi': 1 files missing 2024/11/18 01:12:49 NOTICE: 1 hashes missing 2024/11/18 01:12:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lebopuw5muyi': 2 differences found 2024/11/18 01:12:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lebopuw5muyi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/18 01:12:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/18 01:12:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lebopuw5muyi': 0 differences found 2024/11/18 01:12:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lebopuw5muyi': 1 matching files 2024/11/18 01:12:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lebopuw5muyi': Purge remote 2024/11/18 01:12:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mafibot3feca': Purge remote 2024/11/18 01:12:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zobawut1zoze': Purge remote 2024/11/18 01:12:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jehoqow1lawe': Purge remote 2024/11/18 01:12:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-curosik4bafa': Purge remote 2024/11/18 01:12:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tazevol8qoto': Purge remote 2024/11/18 01:12:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-womurob4poma': Purge remote 2024/11/18 01:12:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuzuxac5focu': Purge remote 2024/11/18 01:12:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hadisah5viba': Purge remote 2024/11/18 01:12:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duropoq9raco': Purge remote --- PASS: TestApplyTransforms (65.22s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:12:58 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/18 01:13:01 DEBUG : sub/file2: md5 = fe1aac66f8b6ae4f57d53b34e3780ac2 OK 2024/11/18 01:13:01 INFO : file1: Copied (new) to: sub/file2 2024/11/18 01:13:01 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/18 01:13:01 DEBUG : file1: Unchanged skipping 2024/11/18 01:13:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': don't need to copy/move sub/file2, it is already at target location 2024/11/18 01:13:04 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.27s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:13:08 DEBUG : dst/file1: md5 = 948ca60648aadd672f8801dbac7c4ed8 OK 2024/11/18 01:13:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petayut1qoxo/backup" 2024/11/18 01:13:09 DEBUG : Creating backend with remote "TestDrive:crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg/1nrff024r7pq65ecp72fc28jb0" 2024/11/18 01:13:11 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/18 01:13:14 INFO : dst/file1: Moved (server-side) 2024/11/18 01:13:15 DEBUG : dst/file1: md5 = 3efb1a46c6173e642934054c82ad47f2 OK 2024/11/18 01:13:15 INFO : dst/file1: Copied (new) 2024/11/18 01:13:18 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/18 01:13:19 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/18 01:13:20 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.96s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:13:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petayut1qoxo/dst" 2024/11/18 01:13:21 DEBUG : Creating backend with remote "TestDrive:crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/18 01:13:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petayut1qoxo/CompareDest" 2024/11/18 01:13:23 DEBUG : Creating backend with remote "TestDrive:crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg/gveqi14airsml4bgu7krj116o8" 2024/11/18 01:13:25 DEBUG : one: Need to transfer - File not found at Destination 2024/11/18 01:13:27 DEBUG : one: md5 = c38e743b358b5a090e0dcb85d4f4350b OK 2024/11/18 01:13:27 INFO : one: Copied (new) 2024/11/18 01:13:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/18 01:13:30 DEBUG : one: md5 = 67d6b9c2701bb636deae895c25eeedf0 OK 2024/11/18 01:13:30 INFO : one: Copied (replaced existing) 2024/11/18 01:13:32 DEBUG : dst/one: md5 = 803d96188ba729dba8bf8995962bbe87 OK 2024/11/18 01:13:36 DEBUG : CompareDest/one: md5 = 93c8288ca243ec8db345b7fd2e7b184a OK 2024/11/18 01:13:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/18 01:13:37 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/18 01:13:37 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/18 01:13:39 DEBUG : CompareDest/two: md5 = 792c5621eb0ad1846d063e1ff3a92b75 OK 2024/11/18 01:13:40 DEBUG : two: Need to transfer - File not found at Destination 2024/11/18 01:13:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/18 01:13:40 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/18 01:13:41 DEBUG : two: Need to transfer - File not found at Destination 2024/11/18 01:13:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/18 01:13:41 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/18 01:13:43 DEBUG : two: Need to transfer - File not found at Destination 2024/11/18 01:13:43 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/18 01:13:45 DEBUG : two: md5 = 2349b125e5519caa0ad2feb839c7662e OK 2024/11/18 01:13:45 INFO : two: Copied (new) 2024/11/18 01:13:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/18 01:13:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:13:49 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:13:49 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.94s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:13:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petayut1qoxo/dst" 2024/11/18 01:13:50 DEBUG : Config file has changed externally - reloading 2024/11/18 01:13:50 DEBUG : Creating backend with remote "TestDrive:crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/18 01:13:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petayut1qoxo/CopyDest" 2024/11/18 01:13:52 DEBUG : Creating backend with remote "TestDrive:crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/18 01:13:54 DEBUG : one: Need to transfer - File not found at Destination 2024/11/18 01:13:57 DEBUG : one: md5 = b89540b92cab81fcbba04c95b05e596d OK 2024/11/18 01:13:57 INFO : one: Copied (new) 2024/11/18 01:13:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/18 01:13:59 DEBUG : one: md5 = 0ba5f2f3854f836107999c3bc30f3845 OK 2024/11/18 01:13:59 INFO : one: Copied (replaced existing) 2024/11/18 01:14:02 DEBUG : dst/one: md5 = 877b5eb835d6ac6002d8dad8411f5681 OK 2024/11/18 01:14:04 DEBUG : CopyDest/one: md5 = 50dfeb62af5a8581544a996889caa1f2 OK 2024/11/18 01:14:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petayut1qoxo/BackupDir" 2024/11/18 01:14:05 DEBUG : Creating backend with remote "TestDrive:crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/18 01:14:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/18 01:14:07 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/18 01:14:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/18 01:14:10 INFO : one: Moved (server-side) 2024/11/18 01:14:11 INFO : one: Copied (server-side copy) 2024/11/18 01:14:11 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/18 01:14:13 DEBUG : CopyDest/two: md5 = 55b9390d953727f3670483ac490f2de1 OK 2024/11/18 01:14:14 DEBUG : two: Need to transfer - File not found at Destination 2024/11/18 01:14:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/18 01:14:16 INFO : two: Copied (server-side copy) 2024/11/18 01:14:16 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/18 01:14:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/18 01:14:17 DEBUG : two: Unchanged skipping 2024/11/18 01:14:19 DEBUG : CopyDest/three: md5 = 6889754aac2ae4576dfb6f87f0eaf33a OK 2024/11/18 01:14:19 DEBUG : three: Need to transfer - File not found at Destination 2024/11/18 01:14:20 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/18 01:14:20 DEBUG : three: Destination not found in --copy-dest 2024/11/18 01:14:21 DEBUG : three: md5 = 23ad746194b4b3975f64238a8c9e69a1 OK 2024/11/18 01:14:21 INFO : three: Copied (new) 2024/11/18 01:14:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/18 01:14:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:14:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/18 01:14:28 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/18 01:14:28 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/18 01:14:28 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:14:29 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (39.14s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.49s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:14:31 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/18 01:14:34 DEBUG : TestCopyFileMaxTransfer/file1: md5 = ddf7748e5228d4cdb02182e557ac3312 OK 2024/11/18 01:14:34 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/18 01:14:34 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/18 01:14:35 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2024/11/18 01:14:35 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/18 01:14:36 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/18 01:14:38 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 85df0cc33e11157fea14098f91edab8a OK 2024/11/18 01:14:38 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/18 01:14:40 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/18 01:14:40 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.05s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:14:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Looking for duplicate names using skip mode. 2024/11/18 01:14:46 NOTICE: one: Found 2 files with duplicate names 2024/11/18 01:14:46 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.77s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:14:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Looking for duplicate names using skip mode. 2024/11/18 01:14:53 NOTICE: one: Found 3 files with duplicate names 2024/11/18 01:14:53 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/18 01:14:54 INFO : one: Deleted 2024/11/18 01:14:54 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.81s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:15:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Looking for duplicate names using first mode. 2024/11/18 01:15:00 NOTICE: one: Found 3 files with duplicate names 2024/11/18 01:15:01 INFO : one: Deleted 2024/11/18 01:15:02 INFO : one: Deleted 2024/11/18 01:15:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.46s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:15:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Looking for duplicate names using newest mode. 2024/11/18 01:15:08 NOTICE: one: Found 3 files with duplicate names 2024/11/18 01:15:09 INFO : one: Deleted 2024/11/18 01:15:09 INFO : one: Deleted 2024/11/18 01:15:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.63s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.49s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:15:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Looking for duplicate names using oldest mode. 2024/11/18 01:15:16 NOTICE: one: Found 3 files with duplicate names 2024/11/18 01:15:17 INFO : one: Deleted 2024/11/18 01:15:18 INFO : one: Deleted 2024/11/18 01:15:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.80s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:15:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Looking for duplicate names using largest mode. 2024/11/18 01:15:24 NOTICE: one: Found 3 files with duplicate names 2024/11/18 01:15:24 INFO : one: Deleted 2024/11/18 01:15:25 INFO : one: Deleted 2024/11/18 01:15:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.47s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:15:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Looking for duplicate names using smallest mode. 2024/11/18 01:15:32 NOTICE: one: Found 3 files with duplicate names 2024/11/18 01:15:32 INFO : one: Deleted 2024/11/18 01:15:33 INFO : one: Deleted 2024/11/18 01:15:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.75s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:15:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Looking for duplicate names using rename mode. 2024/11/18 01:15:41 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/18 01:15:42 INFO : one-2.txt: renamed from: one.txt 2024/11/18 01:15:44 INFO : one-3.txt: renamed from: one.txt 2024/11/18 01:15:45 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.24s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:15:51 DEBUG : dupe1/one.txt: md5 = e66c86df70f70554d08d86b31c611f44 OK 2024/11/18 01:15:54 DEBUG : dupe2/two.txt: md5 = 81ff8d656d7c470349d4339a29d0dfe8 OK 2024/11/18 01:15:57 DEBUG : dupe3/three.txt: md5 = bb77e559f6cebaf906402ad2a8fc5439 OK 2024/11/18 01:15:57 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/18 01:15:58 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/18 01:15:59 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/18 01:16:00 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/18 01:16:04 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/18 01:16:04 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/18 01:16:04 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.58s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:16:07 DEBUG : a.txt: md5 = 1867b184b82469ddb85a056982b80d56 OK 2024/11/18 01:16:08 DEBUG : zend.txt: md5 = 659a367cc9f33b3cd407a9d758656e01 OK 2024/11/18 01:16:11 DEBUG : sub dir/hello world: md5 = 1efdb3e36f33fc4d2f1350607d2ff89e OK 2024/11/18 01:16:13 DEBUG : sub dir/hello world2: md5 = f66b6e5cf70df1e9cb31adac8fd7b516 OK 2024/11/18 01:16:16 DEBUG : sub dir/ignore dir/.ignore: md5 = abed45c8d3928a635f39306c5af24b31 OK 2024/11/18 01:16:18 DEBUG : sub dir/ignore dir/should be ignored: md5 = 42c7ec11ced7317cabe484fdd9e1f1ab OK 2024/11/18 01:16:21 DEBUG : sub dir/sub sub dir/hello world3: md5 = 9e4afc5677e91feea15dd4e91a37ae96 OK 2024/11/18 01:16:22 DEBUG : a.txt: Excluded (Size Filter) 2024/11/18 01:16:22 DEBUG : a.txt: Excluded 2024/11/18 01:16:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/18 01:16:23 DEBUG : sub dir/hello world: Excluded 2024/11/18 01:16:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/18 01:16:23 DEBUG : sub dir/hello world2: Excluded 2024/11/18 01:16:23 DEBUG : sub dir/ignore dir: Excluded 2024/11/18 01:16:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/18 01:16:23 DEBUG : sub dir/hello world: Excluded 2024/11/18 01:16:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/18 01:16:23 DEBUG : sub dir/hello world2: Excluded 2024/11/18 01:16:24 DEBUG : sub dir/ignore dir: Excluded 2024/11/18 01:16:29 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/18 01:16:30 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/18 01:16:30 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/18 01:16:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/18 01:16:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/18 01:16:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/11/18 01:16:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (27.04s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:16:34 DEBUG : file1: md5 = 0827cba31226c260c097e41276d3d7c1 OK 2024/11/18 01:16:37 DEBUG : sub/file2: md5 = a9f9f87da408382dcad4800cc074fe44 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2024/11/18 01:16:40 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/18 01:16:40 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/18 01:16:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/18 01:16:42 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.07s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.29s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.68s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:16:45 DEBUG : file1: md5 = 170a6b89bbc542deee499d8356403370 OK 2024/11/18 01:16:48 DEBUG : sub/file2: md5 = f36783c03e6aefe41facecb54a65799e OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2024/11/18 01:16:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petayut1qoxo/notfound" 2024/11/18 01:16:52 DEBUG : Config file has changed externally - reloading 2024/11/18 01:16:52 DEBUG : Creating backend with remote "TestDrive:crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg/qe0i31qdkoejk60elps0ni5sqk" 2024/11/18 01:16:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.21s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.50s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.50s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.73s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:16:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Making directory 2024/11/18 01:16:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Making directory --- PASS: TestMkdir (0.72s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:17:00 DEBUG : sub dir/hello world: md5 = 409c8735a48bd7495891343b5184a70f OK 2024/11/18 01:17:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.91s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:17:05 DEBUG : potato2: md5 = 0cba972e6f8f011894846dc405ed562c OK 2024/11/18 01:17:06 DEBUG : empty space: md5 = 910116c191b58ed0f42bff3c8ba83210 OK --- PASS: TestLs (5.84s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:17:10 DEBUG : potato2: md5 = acca82484c1c45620e25baa0d5d580de OK 2024/11/18 01:17:12 DEBUG : empty space: md5 = 5cbeb41247bb70035e3aaf8b708ae174 OK 2024/11/18 01:17:13 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (6.01s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:17:16 DEBUG : potato2: md5 = b5e2207be646279e03b7e1c8ac90b025 OK 2024/11/18 01:17:18 DEBUG : empty space: md5 = f39e59336dc118cf2375a9b2acf704ba OK --- PASS: TestLsLong (5.67s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:17:22 DEBUG : potato2: md5 = e3eb5abcf1619504f4c30f853005b283 OK 2024/11/18 01:17:24 DEBUG : empty space: md5 = 1d8e50ae84bc9d1c31a0682687e5c514 OK --- PASS: TestHashSums (5.42s) === RUN TestHashSumsWithErrors 2024/11/18 01:17:26 DEBUG : Creating backend with remote ":memory:" 2024/11/18 01:17:26 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/18 01:17:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/18 01:17:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/18 01:17:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/18 01:17:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/18 01:17:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/18 01:17:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/18 01:17:26 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/18 01:17:26 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-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:17:27 DEBUG : potato2: md5 = 22f06edab940a95cd185a49eb93cba12 OK 2024/11/18 01:17:29 DEBUG : empty space: md5 = 406ca459019505e356ee3d72e84bea14 OK 2024/11/18 01:17:32 DEBUG : sub dir/potato3: md5 = d6f8a9fd200e86ab3a618188c1abe322 OK 2024/11/18 01:17:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.62s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:17:38 DEBUG : small: md5 = 8684add6074b81335488c753ef3eb171 OK 2024/11/18 01:17:40 DEBUG : medium: md5 = 7f9c746dbcc7f98b33c6bfc21811e857 OK 2024/11/18 01:17:42 DEBUG : large: md5 = c5a1f910d806ccf3e4c9aa0ad1619f48 OK 2024/11/18 01:17:42 DEBUG : Waiting for deletions to finish 2024/11/18 01:17:42 DEBUG : large: Excluded (Size Filter) 2024/11/18 01:17:43 INFO : medium: Deleted 2024/11/18 01:17:43 INFO : small: Deleted --- PASS: TestDelete (7.60s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:17:46 DEBUG : small: md5 = 6e44c582c5fa87a44c29bf1a3975b7cc OK 2024/11/18 01:17:48 DEBUG : medium: md5 = e48006d9b3c30894459bfb5ca95d68be OK 2024/11/18 01:17:49 DEBUG : large: md5 = fd15c8725351aee61bcb9ca281f4d1d5 OK 2024/11/18 01:17:50 DEBUG : Waiting for deletions to finish 2024/11/18 01:17:50 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/11/18 01:17:50 INFO : medium: Deleted 2024/11/18 01:17:50 INFO : small: Deleted --- PASS: TestMaxDelete (8.15s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:17:54 DEBUG : small: md5 = 4b1b8b6ae33c09691dc0740459321a53 OK 2024/11/18 01:17:56 DEBUG : medium: md5 = da5a75418ce38018c45c8277ee65751e OK 2024/11/18 01:17:57 DEBUG : large: md5 = 0d056729b7b04518291722fee09c5b50 OK 2024/11/18 01:17:58 DEBUG : Waiting for deletions to finish 2024/11/18 01:17:58 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/18 01:17:58 INFO : small: Deleted 2024/11/18 01:17:58 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.07s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:18:02 DEBUG : small: md5 = 178b91ca9478b143875aed6136bd32e6 OK 2024/11/18 01:18:03 DEBUG : medium: md5 = b466aecbc366711e099228763eb838fd OK 2024/11/18 01:18:05 DEBUG : large: md5 = c387f704e319bfeb17d2713a785d544c OK 2024/11/18 01:18:06 DEBUG : Waiting for deletions to finish 2024/11/18 01:18:06 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/18 01:18:06 INFO : small: Deleted 2024/11/18 01:18:06 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.91s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:18:10 DEBUG : ReadFile: md5 = 44a0902cc5b119493cf52e12fdfef0aa OK --- PASS: TestReadFile (4.90s) === RUN TestRetry 2024/11/18 01:18:13 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/18 01:18:13 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/18 01:18:13 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/18 01:18:13 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/18 01:18:13 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/18 01:18:13 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/18 01:18:13 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-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:18:15 DEBUG : file1: md5 = 3e0c811b37b1a41d938e3df08a63aaf1 OK 2024/11/18 01:18:17 DEBUG : file2: md5 = 39faa4e41b2e1baf4ce0d1c7c28da6de OK --- PASS: TestCat (21.79s) === RUN TestPurge 2024/11/18 01:18:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kedehup4gozu" 2024/11/18 01:18:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/18 01:18:35 DEBUG : Creating backend with remote "TestDrive:crypt/4bhmqn1jkebl3p14teooqiel1frjfvip05c3jv02tlsi5lnb4rqg" 2024/11/18 01:18:36 DEBUG : Creating backend with remote "/tmp/rclone3605998654" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kedehup4gozu'", Local "Local file system at /tmp/rclone3605998654", Modify Window "1ms" 2024/11/18 01:18:42 DEBUG : A1/B1/C1/one: md5 = 96216f747f9ab706eeca9011c1b350ba OK 2024/11/18 01:18:42 DEBUG : A2: Making directory 2024/11/18 01:18:43 DEBUG : A1/B2: Making directory 2024/11/18 01:18:44 DEBUG : A1/B2/C2: Making directory 2024/11/18 01:18:45 DEBUG : A1/B1/C3: Making directory 2024/11/18 01:18:46 DEBUG : A3: Making directory 2024/11/18 01:18:47 DEBUG : A3/B3: Making directory 2024/11/18 01:18:48 DEBUG : A3/B3/C4: Making directory 2024/11/18 01:18:51 DEBUG : A1/two: md5 = db307298c94b5be8d3df50496e36587b OK 2024/11/18 01:18:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kedehup4gozu': Purge remote 2024/11/18 01:18:55 NOTICE: purge failed: directory not found --- PASS: TestPurge (19.86s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:19:00 DEBUG : A1/B1/C1/one: md5 = 96ee6d51a0a0a245de4478b6e16bfacc OK 2024/11/18 01:19:00 DEBUG : A2: Making directory 2024/11/18 01:19:01 DEBUG : A1/B2: Making directory 2024/11/18 01:19:02 DEBUG : A1/B2/C2: Making directory 2024/11/18 01:19:03 DEBUG : A1/B1/C3: Making directory 2024/11/18 01:19:04 DEBUG : A3: Making directory 2024/11/18 01:19:05 DEBUG : A3/B3: Making directory 2024/11/18 01:19:06 DEBUG : A3/B3/C4: Making directory 2024/11/18 01:19:09 DEBUG : A1/two: md5 = a9efedee124e9e5582cdd9e6ecf031ae OK 2024/11/18 01:19:10 DEBUG : removing 1 level 3 directories 2024/11/18 01:19:10 INFO : A3/B3/C4: Removing directory 2024/11/18 01:19:13 DEBUG : removing 2 level 3 directories 2024/11/18 01:19:13 INFO : A1/B2/C2: Removing directory 2024/11/18 01:19:13 INFO : A1/B1/C3: Removing directory 2024/11/18 01:19:14 DEBUG : removing 2 level 2 directories 2024/11/18 01:19:14 INFO : A3/B3: Removing directory 2024/11/18 01:19:14 INFO : A1/B2: Removing directory 2024/11/18 01:19:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/18 01:19:14 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/18 01:19:15 DEBUG : removing 2 level 1 directories 2024/11/18 01:19:15 INFO : A3: Removing directory 2024/11/18 01:19:15 INFO : A2: Removing directory 2024/11/18 01:19:15 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/18 01:19:20 DEBUG : removing 1 level 3 directories 2024/11/18 01:19:20 INFO : A1/B1/C1: Removing directory 2024/11/18 01:19:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:21 DEBUG : removing 1 level 2 directories 2024/11/18 01:19:21 INFO : A1/B1: Removing directory 2024/11/18 01:19:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/18 01:19:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/18 01:19:21 DEBUG : removing 1 level 1 directories 2024/11/18 01:19:21 INFO : A1: Removing directory 2024/11/18 01:19:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/18 01:19:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/18 01:19:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/18 01:19:22 DEBUG : removing 1 level 0 directories 2024/11/18 01:19:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Removing directory 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/18 01:19:23 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" --- PASS: TestRmdirsNoLeaveRoot (29.41s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:19:25 DEBUG : A1: Making directory 2024/11/18 01:19:26 DEBUG : A1/B1: Making directory 2024/11/18 01:19:27 DEBUG : A1/B1/C1: Making directory 2024/11/18 01:19:30 DEBUG : removing 1 level 3 directories 2024/11/18 01:19:30 INFO : A1/B1/C1: Removing directory 2024/11/18 01:19:31 DEBUG : removing 1 level 2 directories 2024/11/18 01:19:31 INFO : A1/B1: Removing directory 2024/11/18 01:19:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/18 01:19:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.84s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:19:34 DEBUG : A1: Making directory 2024/11/18 01:19:35 DEBUG : A1/B1: Making directory 2024/11/18 01:19:36 DEBUG : A1/B1/C1: Making directory 2024/11/18 01:19:39 DEBUG : removing 1 level 3 directories 2024/11/18 01:19:39 INFO : A1/B1/C1: Removing directory 2024/11/18 01:19:40 DEBUG : removing 1 level 2 directories 2024/11/18 01:19:40 INFO : A1/B1: Removing directory 2024/11/18 01:19:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/18 01:19:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.08s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:19:45 DEBUG : file1: md5 = 814f9bb7b4f4f652e9223593a24eb3dd OK 2024/11/18 01:19:46 DEBUG : filename.txt: File name found in url 2024/11/18 01:19:47 DEBUG : filename.txt: md5 = b972ec2552379d06831894600a06b05a OK 2024/11/18 01:19:47 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/18 01:19:49 DEBUG : headerfilename.txt: md5 = 20162e7779d37de705fb4b716f5a8cb9 OK 2024/11/18 01:19:51 DEBUG : file2: md5 = 44a9457c264e87ccf05d4ee82be46a7e OK --- PASS: TestCopyURL (10.67s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:19:54 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/18 01:19:57 DEBUG : sub/file2: md5 = 7db34543de584f3c30b75202fc8634b5 OK 2024/11/18 01:19:57 INFO : file1: Copied (new) to: sub/file2 2024/11/18 01:19:57 INFO : file1: Deleted 2024/11/18 01:19:58 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/18 01:19:58 DEBUG : file1: Unchanged skipping 2024/11/18 01:19:58 INFO : file1: Deleted 2024/11/18 01:19:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': don't need to copy/move sub/file2, it is already at target location 2024/11/18 01:20:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.18s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:20:01 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/18 01:20:03 DEBUG : file1: md5 = 559026601188b595cd45b1b5e6c5d6a8 OK 2024/11/18 01:20:03 INFO : file1: Copied (new) 2024/11/18 01:20:03 INFO : file1: Deleted 2024/11/18 01:20:03 DEBUG : file1: Destination exists, skipping 2024/11/18 01:20:03 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.99s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.47s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:20:09 DEBUG : dst/file1: md5 = 0c87e889d6642325c83c1aa26b185b96 OK 2024/11/18 01:20:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petayut1qoxo/backup" 2024/11/18 01:20:09 DEBUG : Creating backend with remote "TestDrive:crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg/1nrff024r7pq65ecp72fc28jb0" 2024/11/18 01:20:11 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/18 01:20:14 INFO : dst/file1: Moved (server-side) 2024/11/18 01:20:16 DEBUG : dst/file1: md5 = 0f4c30a3667ac2cdb259df379bedce7d OK 2024/11/18 01:20:16 INFO : dst/file1: Copied (new) 2024/11/18 01:20:16 INFO : dst/file1: Deleted 2024/11/18 01:20:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/18 01:20:20 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/18 01:20:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.93s) === 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-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:20:24 DEBUG : A1/one: md5 = 272e1e9cb7cab32b109d467d256f7b53 OK 2024/11/18 01:20:27 DEBUG : A1/two: md5 = 7a4ff793d7c54fb1867a5a3a1de3e9ab OK 2024/11/18 01:20:30 DEBUG : A1/B1/three: md5 = a7073c8fb03c88c4a0cbfd2ef82d2c92 OK 2024/11/18 01:20:32 DEBUG : A1/B1/C1/four: md5 = 927356700700ef03c469d2ad462c1991 OK 2024/11/18 01:20:35 DEBUG : A1/B1/C2/five: md5 = 51df3859561cc96868bf8474ac321ce2 OK 2024/11/18 01:20:35 DEBUG : A1/B2: Making directory 2024/11/18 01:20:36 DEBUG : A1/B1/C3: Making directory 2024/11/18 01:20:49 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/18 01:20:49 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/18 01:20:49 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/18 01:20:49 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/18 01:20:49 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/18 01:20:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/18 01:20:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/18 01:20:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/18 01:20:54 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/18 01:20:54 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/18 01:20:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/18 01:21:04 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/18 01:21:04 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/18 01:21:04 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/18 01:21:05 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/18 01:21:05 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/18 01:21:09 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/18 01:21:09 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/18 01:21:09 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/18 01:21:10 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/18 01:21:10 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/18 01:21:18 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/18 01:21:19 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/18 01:21:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/18 01:21:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/18 01:21:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/18 01:21:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/18 01:21:20 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/18 01:21:20 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/18 01:21:20 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/18 01:21:20 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (59.40s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:21:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/18 01:21:24 DEBUG : no_checksum_small_file_from_pipe: md5 = 018da04230308ef275a1cd32a73a68d6 OK 2024/11/18 01:21:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/18 01:21:24 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/18 01:21:24 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/18 01:21:25 DEBUG : no_checksum_big_file_from_pipe: md5 = 47180f1d8fc10cc615a1551ecaa91cf3 OK 2024/11/18 01:21:25 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-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:21:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/18 01:21:29 DEBUG : with_checksum_small_file_from_pipe: md5 = 62c4e320ccb9fe73a97ed992947dc10f OK 2024/11/18 01:21:29 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/18 01:21:30 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/18 01:21:31 DEBUG : with_checksum_big_file_from_pipe: md5 = da01d2f4b30720d85a98d627a15547ef OK 2024/11/18 01:21:31 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-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:21:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/18 01:21:35 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/18 01:21:36 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/18 01:21:37 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-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:21:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/18 01:21:41 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/18 01:21:42 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/18 01:21:43 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.27s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.65s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.90s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.76s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.96s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/18 01:21:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': File to upload is small (48 bytes), uploading instead of streaming 2024/11/18 01:21:47 DEBUG : rcat_metadata: md5 = 278fa4081aabe6620776162feff969ef OK 2024/11/18 01:21:47 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/18 01:21:49 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/18 01:21:50 DEBUG : rcat_metadata_uploadcutoff0: md5 = 836474492b8989ac9f63ad3b8bd4929a OK 2024/11/18 01:21:50 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.79s) --- PASS: TestRcatMetadata/Normal (3.03s) --- PASS: TestRcatMetadata/ViaDisk (3.35s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:21:52 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2024/11/18 01:21:52 DEBUG : Saving config "token" in section "TestDrive" of the config file 2024/11/18 01:21:52 DEBUG : TestDrive: Saved new token in config file 2024/11/18 01:21:54 DEBUG : potato1: md5 = f490b4d3602f83845ed1e4d1477365c0 OK 2024/11/18 01:21:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/18 01:21:56 DEBUG : potato2: md5 = bf3b8c2db17c2e5300cde5e1acd9c8c2 OK 2024/11/18 01:21:56 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.74s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:21:59 DEBUG : potato1: md5 = 64eed1c05451960f0bc46be4cae2be1b OK 2024/11/18 01:21:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/18 01:22:01 DEBUG : potato2: md5 = 11aa978f3770750ee6e534c346be52eb OK 2024/11/18 01:22:01 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.06s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:22:05 DEBUG : potato2: md5 = ad749714e90d48ba1b0668c231f6c7ef OK 2024/11/18 01:22:07 DEBUG : empty space: md5 = 4e7886db6597ce86df5b2b1437c5775b OK 2024/11/18 01:22:10 DEBUG : sub dir/potato3: md5 = b7456fc3d207d13dfdeb67f894a3c748 OK 2024/11/18 01:22:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Touching "empty space" 2024/11/18 01:22:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Touching "potato2" 2024/11/18 01:22:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Touching "sub dir/potato3" 2024/11/18 01:22:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.28s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:22:17 DEBUG : dir with metadata: Making directory with metadata 2024/11/18 01:22:18 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.03s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:22:20 DEBUG : directory with modtime: Making directory with metadata 2024/11/18 01:22:21 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.06s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:22:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/18 01:22:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/18 01:22:23 DEBUG : Google drive root 'crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg': Skipping btime metadata as can't update it on an existing file: 2024-11-18T01:22:23.370764019Z 2024/11/18 01:22:24 INFO : non existent directory: Updated directory metadata 2024/11/18 01:22:26 DEBUG : Google drive root 'crypt/jup6tt51tg1h8tb57vpjjii6o91bi9262uk6ajjrrc899hoquvpg': Skipping btime metadata as can't update it on an existing file: 2024-11-18T01:22:23.370764019Z 2024/11/18 01:22:27 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.02s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:22:29 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/18 01:22:31 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/18 01:22:32 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.74s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:22:34 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/18 01:22:34 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/18 01:22:34 DEBUG : dst: Making directory with metadata 2024/11/18 01:22:35 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/18 01:22:35 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/18 01:22:35 INFO : dst: Set directory modification time (using SetModTime) 2024/11/18 01:22:36 INFO : dst: Set directory modification time (using SetModTime) 2024/11/18 01:22:36 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/18 01:22:36 INFO : dst: Set directory modification time (using SetModTime) 2024/11/18 01:22:36 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (6.09s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo'", Local "Local file system at /tmp/rclone143176058", Modify Window "1ms" 2024/11/18 01:22:42 DEBUG : sub dir/test remove existing: md5 = c4f03da11dff6dc834d21c57ed59a5fd OK 2024/11/18 01:22:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = d6ec7a91ea874cf15d7f7db58d639ed3 OK 2024/11/18 01:22:46 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.rexilim8" before starting 2024/11/18 01:22:47 DEBUG : sub dir/test remove existing.rexilim8: TEST: removing renamed existing file after operation 2024/11/18 01:22:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.duhucud4" before starting 2024/11/18 01:22:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.duhucud4: TEST: renaming existing back after failed operation 2024/11/18 01:22:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sigesil2" before starting 2024/11/18 01:22:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sigesil2: TEST: removing renamed existing file after operation 2024/11/18 01:22:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "svtkva6vhv190ib63ckicajqnohmc3mrb3vc838e87r50iae481g" 2024/11/18 01:22:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "aa8f9oqdqglfl1n410cn5jid4j5287pap56gsap4ui6ei5askktba6nmrjoikljlthuori9md6cehfclf79266pp42csjcge285isua2o2evmo7ph9omdgreh1i4nbifhpl0jv5uqdds2frargcpo7af0cq6shtu8fuk16ee8c5atqlft8a0" --- PASS: TestRemoveExisting (14.95s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2024/11/18 01:22:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petayut1qoxo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 12m49.000316575s (try 1/5)