"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/06/24 06:15:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedolaq2noxe" 2025/06/24 06:15:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:15:35 DEBUG : Creating backend with remote "TestDrive:crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0" 2025/06/24 06:15:36 DEBUG : Creating backend with remote "/tmp/rclone1792808359" === 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-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.27s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/06/24 06:15:37 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 06:15:37 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/24 06:15:37 DEBUG : potato: Seek from 10 to 0 2025/06/24 06:15:37 DEBUG : potato: Seek from 10 to 0 2025/06/24 06:15:37 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/24 06:15:37 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 06:15:37 DEBUG : potato: Seek from 5 to 2 2025/06/24 06:15:37 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/24 06:15:37 DEBUG : potato: Seek from 7 to 0 2025/06/24 06:15:37 DEBUG : potato: Seek from 7 to 0 2025/06/24 06:15:37 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/24 06:15:37 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 06:15:37 DEBUG : potato: Seek from 5 to 2 2025/06/24 06:15:37 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/24 06:15:37 DEBUG : potato: Seek from 8 to 0 2025/06/24 06:15:37 DEBUG : potato: Seek from 8 to 0 2025/06/24 06:15:37 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/24 06:15:37 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/24 06:15:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/24 06:15:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/24 06:15:37 DEBUG : potato: Seek from 5 to 2 2025/06/24 06:15:37 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/24 06:15:37 DEBUG : potato: Seek from 9 to 0 2025/06/24 06:15:37 DEBUG : potato: Seek from 9 to 0 2025/06/24 06:15:37 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-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:15:39 DEBUG : rutabaga: md5 = cbbb1578946f8da4b9eea2a307805554 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/06/24 06:15:41 DEBUG : empty space: md5 = ab5347cb122736f29772e5b4e6d1ebef OK === RUN TestCheck/3 2025/06/24 06:15:43 DEBUG : potato2: md5 = 0bd28f2f241504cc9d524512d60d868e OK === RUN TestCheck/4 === RUN TestCheck/5 2025/06/24 06:15:46 DEBUG : remotepotato: md5 = 5d45807110be5ba436f8e1b1afa35431 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.42s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2025/06/24 06:15:49 DEBUG : Creating backend with remote "nonexistent" 2025/06/24 06:15:49 DEBUG : Creating backend with remote "nonexistent" 2025/06/24 06:15:49 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/24 06:15:49 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/06/24 06:15:49 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/24 06:15:49 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-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:15:50 DEBUG : rutabaga: md5 = 6404ce4a89f8a9a8c4ef553dbafc07d5 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/06/24 06:15:56 DEBUG : empty space: md5 = 0ee5d67a3fbab1119319a522bdf6af6d OK === RUN TestCheckDownload/3 2025/06/24 06:15:59 DEBUG : potato2: md5 = 9b1f626d8fd8e018abfd23124de8f0de OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/06/24 06:16:03 DEBUG : remotepotato: md5 = 21c1831813016b440a04c54a3f3a871c OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.30s) --- PASS: TestCheckDownload/1 (1.12s) --- PASS: TestCheckDownload/2 (1.74s) --- PASS: TestCheckDownload/3 (1.17s) --- PASS: TestCheckDownload/4 (1.32s) --- PASS: TestCheckDownload/5 (1.10s) --- PASS: TestCheckDownload/6 (1.10s) --- PASS: TestCheckDownload/7 (1.38s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:16:10 DEBUG : rutabaga: md5 = c515d3be98f190b2335106909b55487a OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/06/24 06:16:12 DEBUG : empty space: md5 = e0eb6ba9b24200e7bec92dc39cb2646e OK === RUN TestCheckSizeOnly/3 2025/06/24 06:16:14 DEBUG : potato2: md5 = a2aad0b632da378ab64aa123d45daa45 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/06/24 06:16:16 DEBUG : remotepotato: md5 = 4f7e6813319769461354cd579d63dfa5 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.02s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.23s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:16:21 DEBUG : test.sum: md5 = 3edf478e68226f79ae0f26338a04f392 OK 2025/06/24 06:16:22 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/24 06:16:22 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/24 06:16:22 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/24 06:16:22 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/24 06:16:24 DEBUG : test.sum: md5 = 4c1f7e55ae2aa4fbb656b72b36a58a70 OK 2025/06/24 06:16:25 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/24 06:16:25 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/24 06:16:25 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/24 06:16:25 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.21s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:16:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedolaq2noxe/data" 2025/06/24 06:16:26 DEBUG : Creating backend with remote "TestDrive:crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe/data' lacks md5, skipping --- SKIP: TestCheckSum (2.01s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:16:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedolaq2noxe/data" 2025/06/24 06:16:28 DEBUG : Creating backend with remote "TestDrive:crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0/vjrnln8ratgmqakfosrqe8espk" 2025/06/24 06:16:31 DEBUG : data/banana: md5 = fc2d3a9ba7fa700f3e0791d4e4b5a171 OK 2025/06/24 06:16:33 DEBUG : test.sum: md5 = 84374ef3d806ad0007fe78d0a8b9479a OK === RUN TestCheckSumDownload/subtest1 2025/06/24 06:16:38 DEBUG : data/potato: md5 = 926bd82917e04b3475957fbede180103 OK 2025/06/24 06:16:39 DEBUG : test.sum: md5 = 46b78be06e525a22e2353df1ebd193de OK === RUN TestCheckSumDownload/subtest2 2025/06/24 06:16:44 DEBUG : test.sum: md5 = 092345e7cb81a1361f8696bec25e6075 OK === RUN TestCheckSumDownload/subtest3 2025/06/24 06:16:49 DEBUG : test.sum: md5 = 93fa49b79b38784b869b27b703151279 OK === RUN TestCheckSumDownload/subtest4 2025/06/24 06:16:53 DEBUG : test.sum: md5 = 31aa8ee2a3625f514aca27c03b187df9 OK === RUN TestCheckSumDownload/subtest5 2025/06/24 06:16:57 DEBUG : test.sum: md5 = 5862593e949cd028886b8c0e04a3e018 OK === RUN TestCheckSumDownload/subtest6 2025/06/24 06:17:02 DEBUG : data/banana: md5 = b8373f06cb3a59fe095000e5adec90f2 OK 2025/06/24 06:17:03 DEBUG : data/potato: md5 = 4fbb3499ca10eddc2fe5ec80b7025e50 OK 2025/06/24 06:17:05 DEBUG : test.sum: md5 = a2250650ca10b640431a7da85e1c0d10 OK === RUN TestCheckSumDownload/subtest7 2025/06/24 06:17:09 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/06/24 06:17:09 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (42.57s) --- PASS: TestCheckSumDownload/subtest1 (2.55s) --- PASS: TestCheckSumDownload/subtest2 (3.26s) --- PASS: TestCheckSumDownload/subtest3 (2.71s) --- PASS: TestCheckSumDownload/subtest4 (2.73s) --- PASS: TestCheckSumDownload/subtest5 (2.17s) --- PASS: TestCheckSumDownload/subtest6 (2.59s) --- PASS: TestCheckSumDownload/subtest7 (2.06s) === RUN TestApplyTransforms 2025/06/24 06:17:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kusozug7hizo" 2025/06/24 06:17:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:17:10 DEBUG : Creating backend with remote "TestDrive:crypt/l8v6t1t7h6b1hho0e46slq77vg7ac5p7ajr1lvgoej3grjavcrug" 2025/06/24 06:17:11 DEBUG : Creating backend with remote "/tmp/rclone3434687902" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kusozug7hizo'", Local "Local file system at /tmp/rclone3434687902", Modify Window "1ms" 2025/06/24 06:17:13 DEBUG : hello, world!: md5 = 5192d0fcf418a41d59bdd896942881f7 OK upper checkfile vs. lower remote (without normalization) 2025/06/24 06:17:14 ERROR : hello, world!: sum not found 2025/06/24 06:17:14 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kusozug7hizo' 2025/06/24 06:17:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kusozug7hizo': 1 files missing 2025/06/24 06:17:14 NOTICE: 1 hashes missing 2025/06/24 06:17:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kusozug7hizo': 2 differences found 2025/06/24 06:17:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kusozug7hizo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/24 06:17:15 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:17:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kusozug7hizo': 0 differences found 2025/06/24 06:17:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kusozug7hizo': 1 matching files 2025/06/24 06:17:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nejizoc7cexu" 2025/06/24 06:17:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:17:15 DEBUG : Creating backend with remote "TestDrive:crypt/pmpb81pt8bcuv3bl5kaq8sq66mnfnks4h1h0h3uiddbouasaou70" 2025/06/24 06:17:16 DEBUG : Creating backend with remote "/tmp/rclone3245056441" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nejizoc7cexu'", Local "Local file system at /tmp/rclone3245056441", Modify Window "1ms" 2025/06/24 06:17:19 DEBUG : HELLO, WORLD!: md5 = 177dde47318d935147cbe7752bc0b93f OK lower checkfile vs. upper remote (without normalization) 2025/06/24 06:17:19 ERROR : HELLO, WORLD!: sum not found 2025/06/24 06:17:19 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nejizoc7cexu' 2025/06/24 06:17:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nejizoc7cexu': 1 files missing 2025/06/24 06:17:19 NOTICE: 1 hashes missing 2025/06/24 06:17:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nejizoc7cexu': 2 differences found 2025/06/24 06:17:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nejizoc7cexu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/24 06:17:21 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:17:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nejizoc7cexu': 0 differences found 2025/06/24 06:17:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nejizoc7cexu': 1 matching files 2025/06/24 06:17:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wejelog5halo" 2025/06/24 06:17:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:17:21 DEBUG : Creating backend with remote "TestDrive:crypt/1p810mnhco531fblptfvton45e7f4b1lqh4824b36d5ucl15v7vg" 2025/06/24 06:17:22 DEBUG : Creating backend with remote "/tmp/rclone3306119190" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wejelog5halo'", Local "Local file system at /tmp/rclone3306119190", Modify Window "1ms" 2025/06/24 06:17:24 DEBUG : HeLlO, wOrLd!: md5 = cf6ee56a178aaabab4a48ea0bac6ee34 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/24 06:17:25 ERROR : HeLlO, wOrLd!: sum not found 2025/06/24 06:17:25 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wejelog5halo' 2025/06/24 06:17:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wejelog5halo': 1 files missing 2025/06/24 06:17:25 NOTICE: 1 hashes missing 2025/06/24 06:17:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wejelog5halo': 2 differences found 2025/06/24 06:17:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wejelog5halo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/24 06:17:26 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:17:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wejelog5halo': 0 differences found 2025/06/24 06:17:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wejelog5halo': 1 matching files 2025/06/24 06:17:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zopirih0xafe" 2025/06/24 06:17:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:17:26 DEBUG : Creating backend with remote "TestDrive:crypt/fhbmbhevsnpv1rfno62q074g3omrofvrr9auf7ivcpm9s46vg17g" 2025/06/24 06:17:27 DEBUG : Creating backend with remote "/tmp/rclone2262059474" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zopirih0xafe'", Local "Local file system at /tmp/rclone2262059474", Modify Window "1ms" 2025/06/24 06:17:29 DEBUG : HELLO, WORLD!: md5 = f79ef55ce7c1a1c533cab5b078649604 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/24 06:17:30 ERROR : HELLO, WORLD!: sum not found 2025/06/24 06:17:30 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zopirih0xafe' 2025/06/24 06:17:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zopirih0xafe': 1 files missing 2025/06/24 06:17:30 NOTICE: 1 hashes missing 2025/06/24 06:17:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zopirih0xafe': 2 differences found 2025/06/24 06:17:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zopirih0xafe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/24 06:17:31 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:17:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zopirih0xafe': 0 differences found 2025/06/24 06:17:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zopirih0xafe': 1 matching files 2025/06/24 06:17:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mexecib6niva" 2025/06/24 06:17:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:17:31 DEBUG : Creating backend with remote "TestDrive:crypt/70is8s68nblma9dsplq780jfqd5v2ap3f3qr1jg4k1ms4mmr79o0" 2025/06/24 06:17:32 DEBUG : Creating backend with remote "/tmp/rclone2356687939" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mexecib6niva'", Local "Local file system at /tmp/rclone2356687939", Modify Window "1ms" 2025/06/24 06:17:34 DEBUG : 測試_Русский___ě_áñ: md5 = 713dc12c96ebe7bd39e2b8642ea616ee OK NFD checkfile vs. NFC remote (without normalization) 2025/06/24 06:17:35 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/24 06:17:35 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mexecib6niva' 2025/06/24 06:17:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mexecib6niva': 1 files missing 2025/06/24 06:17:35 NOTICE: 1 hashes missing 2025/06/24 06:17:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mexecib6niva': 2 differences found 2025/06/24 06:17:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mexecib6niva': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/24 06:17:36 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:17:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mexecib6niva': 0 differences found 2025/06/24 06:17:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mexecib6niva': 1 matching files 2025/06/24 06:17:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fehojic7deso" 2025/06/24 06:17:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:17:36 DEBUG : Creating backend with remote "TestDrive:crypt/hpr5u72lo7c8d3uo0uqms8q0g9cpc50spr7oslpht72947mcj2kg" 2025/06/24 06:17:37 DEBUG : Creating backend with remote "/tmp/rclone2957927514" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fehojic7deso'", Local "Local file system at /tmp/rclone2957927514", Modify Window "1ms" 2025/06/24 06:17:39 DEBUG : 測試_Русский___ě_áñ: md5 = de45d56f09f1d8b860895318fddf56e9 OK NFC checkfile vs. NFD remote (without normalization) 2025/06/24 06:17:40 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/24 06:17:40 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fehojic7deso' 2025/06/24 06:17:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fehojic7deso': 1 files missing 2025/06/24 06:17:40 NOTICE: 1 hashes missing 2025/06/24 06:17:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fehojic7deso': 2 differences found 2025/06/24 06:17:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fehojic7deso': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/24 06:17:41 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:17:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fehojic7deso': 0 differences found 2025/06/24 06:17:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fehojic7deso': 1 matching files 2025/06/24 06:17:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sawoguc1xasi" 2025/06/24 06:17:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:17:41 DEBUG : Creating backend with remote "TestDrive:crypt/68g4c8i7r5ipd6nl5vcmoj2a4hgk742jj2na6ecr8tlgg3unds30" 2025/06/24 06:17:42 DEBUG : Creating backend with remote "/tmp/rclone2817969471" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sawoguc1xasi'", Local "Local file system at /tmp/rclone2817969471", Modify Window "1ms" 2025/06/24 06:17:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c96b81a95678532e42409a11c1fa35af OK NFDx2 checkfile vs. both remote (without normalization) 2025/06/24 06:17:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 06:17:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sawoguc1xasi' 2025/06/24 06:17:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sawoguc1xasi': 1 files missing 2025/06/24 06:17:45 NOTICE: 1 hashes missing 2025/06/24 06:17:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sawoguc1xasi': 2 differences found 2025/06/24 06:17:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sawoguc1xasi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/24 06:17:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:17:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sawoguc1xasi': 0 differences found 2025/06/24 06:17:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sawoguc1xasi': 1 matching files 2025/06/24 06:17:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-likoxeg7jifa" 2025/06/24 06:17:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:17:46 DEBUG : Creating backend with remote "TestDrive:crypt/gh47fkv6efpmuhgcvon739ructnr1jsgnh2thinfcr1prnrsqlr0" 2025/06/24 06:17:47 DEBUG : Creating backend with remote "/tmp/rclone143342099" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-likoxeg7jifa'", Local "Local file system at /tmp/rclone143342099", Modify Window "1ms" 2025/06/24 06:17:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 22a8d4ee270359a1cc4f3deb55a7bdc8 OK NFCx2 checkfile vs. both remote (without normalization) 2025/06/24 06:17:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 06:17:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-likoxeg7jifa' 2025/06/24 06:17:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-likoxeg7jifa': 1 files missing 2025/06/24 06:17:49 NOTICE: 1 hashes missing 2025/06/24 06:17:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-likoxeg7jifa': 2 differences found 2025/06/24 06:17:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-likoxeg7jifa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/24 06:17:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:17:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-likoxeg7jifa': 0 differences found 2025/06/24 06:17:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-likoxeg7jifa': 1 matching files 2025/06/24 06:17:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fihuvix1howe" 2025/06/24 06:17:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:17:51 DEBUG : Creating backend with remote "TestDrive:crypt/v6v1mg799s0emvvr3r54pg5bah8oc36p1skag6qc8u60kjv7al3g" 2025/06/24 06:17:52 DEBUG : Creating backend with remote "/tmp/rclone1068636135" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fihuvix1howe'", Local "Local file system at /tmp/rclone1068636135", Modify Window "1ms" 2025/06/24 06:17:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5f87d7956b136e378bd7cf0fa5c1c04d OK both checkfile vs. NFDx2 remote (without normalization) 2025/06/24 06:17:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 06:17:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fihuvix1howe' 2025/06/24 06:17:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fihuvix1howe': 1 files missing 2025/06/24 06:17:54 NOTICE: 1 hashes missing 2025/06/24 06:17:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fihuvix1howe': 2 differences found 2025/06/24 06:17:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fihuvix1howe': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/24 06:17:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:17:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fihuvix1howe': 0 differences found 2025/06/24 06:17:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fihuvix1howe': 1 matching files 2025/06/24 06:17:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mifijay7ceza" 2025/06/24 06:17:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:17:56 DEBUG : Creating backend with remote "TestDrive:crypt/6j2qvrutrl5tuqkp0404l1bg9sorin1jobiq4e6ji958q3peecg0" 2025/06/24 06:17:57 DEBUG : Creating backend with remote "/tmp/rclone3568144702" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mifijay7ceza'", Local "Local file system at /tmp/rclone3568144702", Modify Window "1ms" 2025/06/24 06:17:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1f7a0ec052c639192c712e9ab55909bc OK both checkfile vs. NFCx2 remote (without normalization) 2025/06/24 06:17:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/24 06:17:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mifijay7ceza' 2025/06/24 06:17:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mifijay7ceza': 1 files missing 2025/06/24 06:17:59 NOTICE: 1 hashes missing 2025/06/24 06:17:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mifijay7ceza': 2 differences found 2025/06/24 06:17:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mifijay7ceza': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/24 06:18:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/24 06:18:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mifijay7ceza': 0 differences found 2025/06/24 06:18:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mifijay7ceza': 1 matching files 2025/06/24 06:18:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mifijay7ceza': Purge remote 2025/06/24 06:18:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fihuvix1howe': Purge remote 2025/06/24 06:18:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-likoxeg7jifa': Purge remote 2025/06/24 06:18:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sawoguc1xasi': Purge remote 2025/06/24 06:18:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fehojic7deso': Purge remote 2025/06/24 06:18:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mexecib6niva': Purge remote 2025/06/24 06:18:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zopirih0xafe': Purge remote 2025/06/24 06:18:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wejelog5halo': Purge remote 2025/06/24 06:18:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nejizoc7cexu': Purge remote 2025/06/24 06:18:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kusozug7hizo': Purge remote --- PASS: TestApplyTransforms (55.17s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:18:06 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/24 06:18:08 DEBUG : sub/file2: md5 = 914c4e87ddd99edd4d8fdaf385b83cc9 OK 2025/06/24 06:18:08 INFO : file1: Copied (new) to: sub/file2 2025/06/24 06:18:09 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/24 06:18:09 DEBUG : file1: Unchanged skipping 2025/06/24 06:18:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': don't need to copy/move sub/file2, it is already at target location 2025/06/24 06:18:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.37s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:18:14 DEBUG : dst/file1: md5 = 4304eb92d7eb717d518936a068e426cd OK 2025/06/24 06:18:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedolaq2noxe/backup" 2025/06/24 06:18:15 DEBUG : Creating backend with remote "TestDrive:crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0/1nrff024r7pq65ecp72fc28jb0" 2025/06/24 06:18:16 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/24 06:18:19 INFO : dst/file1: Moved (server-side) 2025/06/24 06:18:21 DEBUG : dst/file1: md5 = 32de157c16578aef838368dd55fe1350 OK 2025/06/24 06:18:21 INFO : dst/file1: Copied (new) 2025/06/24 06:18:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/24 06:18:24 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/24 06:18:25 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.22s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:18:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedolaq2noxe/dst" 2025/06/24 06:18:25 DEBUG : Creating backend with remote "TestDrive:crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0/31u3jie661vd5p8j7rtc3hgbh0" 2025/06/24 06:18:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedolaq2noxe/CompareDest" 2025/06/24 06:18:27 DEBUG : Creating backend with remote "TestDrive:crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0/gveqi14airsml4bgu7krj116o8" 2025/06/24 06:18:29 DEBUG : one: Need to transfer - File not found at Destination 2025/06/24 06:18:31 DEBUG : one: md5 = 27724aa45fe5d61e63bd1cdab98ddf5b OK 2025/06/24 06:18:31 INFO : one: Copied (new) 2025/06/24 06:18:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 06:18:34 DEBUG : one: md5 = 0a8b165c1b8531b474ed32e6bb9416f2 OK 2025/06/24 06:18:34 INFO : one: Copied (replaced existing) 2025/06/24 06:18:36 DEBUG : dst/one: md5 = e78a53264451bf339d373eb4ae23f85c OK 2025/06/24 06:18:38 DEBUG : CompareDest/one: md5 = 850f016e614c2f093e70d629ca1b9284 OK 2025/06/24 06:18:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 06:18:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/24 06:18:40 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/24 06:18:42 DEBUG : CompareDest/two: md5 = 082c3d5a104eb817c80bafd87205dadd OK 2025/06/24 06:18:42 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 06:18:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/24 06:18:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/24 06:18:43 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 06:18:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/24 06:18:44 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/24 06:18:45 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 06:18:45 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/24 06:18:47 DEBUG : two: md5 = 2cb2f54e8caefd0836daa6cfa0c607ed OK 2025/06/24 06:18:47 INFO : two: Copied (new) 2025/06/24 06:18:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/24 06:18:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:18:50 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/24 06:18:50 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (25.76s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:18:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedolaq2noxe/dst" 2025/06/24 06:18:51 DEBUG : Creating backend with remote "TestDrive:crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0/31u3jie661vd5p8j7rtc3hgbh0" 2025/06/24 06:18:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedolaq2noxe/CopyDest" 2025/06/24 06:18:53 DEBUG : Creating backend with remote "TestDrive:crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/06/24 06:18:55 DEBUG : one: Need to transfer - File not found at Destination 2025/06/24 06:18:57 DEBUG : one: md5 = e74c64b046cfdab779887ba8d839e60e OK 2025/06/24 06:18:57 INFO : one: Copied (new) 2025/06/24 06:18:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 06:19:00 DEBUG : one: md5 = c4f970e87d98c21485b5b5290217bbb4 OK 2025/06/24 06:19:00 INFO : one: Copied (replaced existing) 2025/06/24 06:19:02 DEBUG : dst/one: md5 = 37faf7c957ff17ffdf5a87df89abd0f1 OK 2025/06/24 06:19:04 DEBUG : CopyDest/one: md5 = 39cb9503cbbc4438e05b5f6861a1d6a7 OK 2025/06/24 06:19:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedolaq2noxe/BackupDir" 2025/06/24 06:19:05 DEBUG : Creating backend with remote "TestDrive:crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/06/24 06:19:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 06:19:07 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/24 06:19:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/24 06:19:08 INFO : one: Moved (server-side) 2025/06/24 06:19:09 INFO : one: Copied (server-side copy) 2025/06/24 06:19:09 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/24 06:19:11 DEBUG : CopyDest/two: md5 = 23b1ec3e642bde086165eb4ed56ac94e OK 2025/06/24 06:19:12 DEBUG : two: Need to transfer - File not found at Destination 2025/06/24 06:19:12 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/24 06:19:13 INFO : two: Copied (server-side copy) 2025/06/24 06:19:13 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/24 06:19:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/24 06:19:14 DEBUG : two: Unchanged skipping 2025/06/24 06:19:16 DEBUG : CopyDest/three: md5 = 75e50d1aa494b9af5571d6e15462395e OK 2025/06/24 06:19:17 DEBUG : three: Need to transfer - File not found at Destination 2025/06/24 06:19:17 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/24 06:19:17 DEBUG : three: Destination not found in --copy-dest 2025/06/24 06:19:18 DEBUG : three: md5 = aa7c30d52b14ee3188b025f991c50ebc OK 2025/06/24 06:19:18 INFO : three: Copied (new) 2025/06/24 06:19:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/24 06:19:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:19:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/24 06:19:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/24 06:19:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:19:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/24 06:19:24 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.80s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:19:26 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/24 06:19:28 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0f20e1896a03c183b5443494daa6703e OK 2025/06/24 06:19:28 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/24 06:19:29 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/24 06:19:29 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/06/24 06:19:30 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/24 06:19:31 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/24 06:19:32 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 320349cd9d1076f568e741a4648dc3fc OK 2025/06/24 06:19:32 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/06/24 06:19:34 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/06/24 06:19:34 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.31s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:19:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Looking for duplicate names using skip mode. 2025/06/24 06:19:39 NOTICE: one: Found 2 files with duplicate names 2025/06/24 06:19:39 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.54s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:19:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Looking for duplicate names using skip mode. 2025/06/24 06:19:45 NOTICE: one: Found 3 files with duplicate names 2025/06/24 06:19:45 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/06/24 06:19:46 INFO : one: Deleted 2025/06/24 06:19:46 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.40s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:19:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Looking for duplicate names using first mode. 2025/06/24 06:19:52 NOTICE: one: Found 3 files with duplicate names 2025/06/24 06:19:53 INFO : one: Deleted 2025/06/24 06:19:53 INFO : one: Deleted 2025/06/24 06:19:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.74s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:19:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Looking for duplicate names using newest mode. 2025/06/24 06:19:59 NOTICE: one: Found 3 files with duplicate names 2025/06/24 06:19:59 INFO : one: Deleted 2025/06/24 06:19:59 INFO : one: Deleted 2025/06/24 06:19:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.31s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.51s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:20:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Looking for duplicate names using oldest mode. 2025/06/24 06:20:05 NOTICE: one: Found 3 files with duplicate names 2025/06/24 06:20:06 INFO : one: Deleted 2025/06/24 06:20:06 INFO : one: Deleted 2025/06/24 06:20:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.24s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:20:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Looking for duplicate names using largest mode. 2025/06/24 06:20:12 NOTICE: one: Found 3 files with duplicate names 2025/06/24 06:20:12 INFO : one: Deleted 2025/06/24 06:20:13 INFO : one: Deleted 2025/06/24 06:20:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.65s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:20:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Looking for duplicate names using smallest mode. 2025/06/24 06:20:19 NOTICE: one: Found 3 files with duplicate names 2025/06/24 06:20:19 INFO : one: Deleted 2025/06/24 06:20:20 INFO : one: Deleted 2025/06/24 06:20:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.63s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:20:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Looking for duplicate names using rename mode. 2025/06/24 06:20:26 NOTICE: one.txt: Found 3 files with duplicate names 2025/06/24 06:20:28 INFO : one-2.txt: renamed from: one.txt 2025/06/24 06:20:29 INFO : one-3.txt: renamed from: one.txt 2025/06/24 06:20:30 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.15s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:20:35 DEBUG : dupe1/one.txt: md5 = 82ce7ca8a1bf63fd205d899d3c65d96d OK 2025/06/24 06:20:37 DEBUG : dupe2/two.txt: md5 = e1aaeada7f8c58794886ae3ba98fd5a4 OK 2025/06/24 06:20:40 DEBUG : dupe3/three.txt: md5 = d089e3417afa6ae56ed275da529334b9 OK 2025/06/24 06:20:40 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/06/24 06:20:41 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/06/24 06:20:41 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/06/24 06:20:42 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/06/24 06:20:45 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/06/24 06:20:45 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/06/24 06:20:45 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.38s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:20:49 DEBUG : a.txt: md5 = d6edf37d3e63f2ecc769e803bc5d4693 OK 2025/06/24 06:20:50 DEBUG : zend.txt: md5 = a7aab67a96800165278768aa7fd11460 OK 2025/06/24 06:20:52 DEBUG : sub dir/hello world: md5 = 4a94375f38ed597f489c06987e1301d9 OK 2025/06/24 06:20:54 DEBUG : sub dir/hello world2: md5 = cfe887a27144c042472c4caaf4644cc9 OK 2025/06/24 06:20:57 DEBUG : sub dir/ignore dir/.ignore: md5 = 6954ef6bd1681adab66371608328b391 OK 2025/06/24 06:20:58 DEBUG : sub dir/ignore dir/should be ignored: md5 = b5f4a1e78cc2b612a3676828942368ad OK 2025/06/24 06:20:58 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/06/24 06:20:59 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/06/24 06:20:59 DEBUG : TestDrive: Saved new token in config file 2025/06/24 06:21:01 DEBUG : sub dir/sub sub dir/hello world3: md5 = 9eb0cc6c1d9594304d49b9d0ca52ad8a OK 2025/06/24 06:21:02 DEBUG : a.txt: Excluded (Size Filter) 2025/06/24 06:21:02 DEBUG : a.txt: Excluded 2025/06/24 06:21:03 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 06:21:03 DEBUG : sub dir/hello world2: Excluded 2025/06/24 06:21:03 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 06:21:03 DEBUG : sub dir/hello world: Excluded 2025/06/24 06:21:03 DEBUG : sub dir/ignore dir: Excluded 2025/06/24 06:21:03 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 06:21:03 DEBUG : sub dir/hello world2: Excluded 2025/06/24 06:21:03 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 06:21:03 DEBUG : sub dir/hello world: Excluded 2025/06/24 06:21:04 DEBUG : sub dir/ignore dir: Excluded 2025/06/24 06:21:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/06/24 06:21:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/06/24 06:21:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/06/24 06:21:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/06/24 06:21:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/06/24 06:21:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/06/24 06:21:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (24.63s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:21:13 DEBUG : a.txt: md5 = 86c3f664e84c0443d879d77934ac0ab3 OK 2025/06/24 06:21:15 DEBUG : zend.txt: md5 = 63b9db909321ba8fc29b19c5909015ef OK 2025/06/24 06:21:17 DEBUG : sub dir/hello world: md5 = 2e5053178c7e7217e6ae9aefbf1bb632 OK 2025/06/24 06:21:19 DEBUG : sub dir/hello world2: md5 = 44d1d1d4f5a154b3d85751ade54af465 OK 2025/06/24 06:21:21 DEBUG : sub dir/ignore dir/.ignore: md5 = e96e18cd38abe51d99c08ee664eee0d6 OK 2025/06/24 06:21:23 DEBUG : sub dir/ignore dir/should be ignored: md5 = 58c446c4c5f89ce5021f4297f8be5711 OK 2025/06/24 06:21:26 DEBUG : sub dir/sub sub dir/hello world3: md5 = 92a8456e166ebb996d5a3ae510711507 OK 2025/06/24 06:21:27 DEBUG : a.txt: Excluded (Size Filter) 2025/06/24 06:21:27 DEBUG : a.txt: Excluded 2025/06/24 06:21:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 06:21:27 DEBUG : sub dir/hello world2: Excluded 2025/06/24 06:21:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 06:21:27 DEBUG : sub dir/hello world: Excluded 2025/06/24 06:21:28 DEBUG : sub dir/ignore dir: Excluded 2025/06/24 06:21:28 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/24 06:21:28 DEBUG : sub dir/hello world2: Excluded 2025/06/24 06:21:28 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/24 06:21:28 DEBUG : sub dir/hello world: Excluded 2025/06/24 06:21:28 DEBUG : sub dir/ignore dir: Excluded 2025/06/24 06:21:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/06/24 06:21:34 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/06/24 06:21:34 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/06/24 06:21:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/06/24 06:21:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/06/24 06:21:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/06/24 06:21:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (23.77s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:21:37 DEBUG : file1: md5 = 5404109952b6d7c6f47250d79be5e5ca OK 2025/06/24 06:21:39 DEBUG : sub/file2: md5 = c1b1042039ddc08204276bc78fad8790 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/06/24 06:21:42 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/06/24 06:21:43 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/06/24 06:21:43 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/06/24 06:21:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.79s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.33s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.22s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.68s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:21:47 DEBUG : file1: md5 = ecf349e98ed343df2926053599750b71 OK 2025/06/24 06:21:49 DEBUG : sub/file2: md5 = 96c4f758c1df46fb40d53bd3897efb8d OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/06/24 06:21:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedolaq2noxe/notfound" 2025/06/24 06:21:53 DEBUG : Creating backend with remote "TestDrive:crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0/qe0i31qdkoejk60elps0ni5sqk" 2025/06/24 06:21:56 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.64s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.50s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.31s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.28s) --- PASS: TestStatJSON/RootNotFound (1.79s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:21:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Making directory 2025/06/24 06:21:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:22:00 DEBUG : sub dir/hello world: md5 = a89b3a992499ac26e1ef8c1f6c8cb9b2 OK 2025/06/24 06:22:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.30s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:22:04 DEBUG : potato2: md5 = 1d3bbb5d40a0cec375a483be9721e74b OK 2025/06/24 06:22:06 DEBUG : empty space: md5 = afeaf4f41255aa1afdc83029bdc61212 OK --- PASS: TestLs (4.87s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:22:09 DEBUG : potato2: md5 = f3898c5cac2f780ec9e0504ca3d27a7f OK 2025/06/24 06:22:11 DEBUG : empty space: md5 = b7474aa93557114a4b5e2b9947aa9986 OK 2025/06/24 06:22:11 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/24 06:22:11 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.93s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:22:14 DEBUG : potato2: md5 = fc05e90283ce337600a811a26db885ae OK 2025/06/24 06:22:16 DEBUG : empty space: md5 = 0f319db948f0df4a83899d9b81a0be8b OK --- PASS: TestLsLong (4.67s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:22:19 DEBUG : potato2: md5 = c4758ba8b3eb0739b2fda83043405c26 OK 2025/06/24 06:22:20 DEBUG : empty space: md5 = 0686ec926b6ff5f7a5942548c8f31b81 OK --- PASS: TestHashSums (4.61s) === RUN TestHashSumsWithErrors 2025/06/24 06:22:22 DEBUG : Creating backend with remote ":memory:" 2025/06/24 06:22:22 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/24 06:22:22 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/24 06:22:22 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/24 06:22:22 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/24 06:22:22 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/24 06:22:22 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/24 06:22:22 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/24 06:22:22 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/24 06:22:22 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-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:22:23 DEBUG : potato2: md5 = 44af0ea08c0fc9e9da8a127f1e011e4b OK 2025/06/24 06:22:25 DEBUG : empty space: md5 = c48b40e34b2f33e1c3fa5f632d244edc OK 2025/06/24 06:22:27 DEBUG : sub dir/potato3: md5 = 007364f5ff70ebe884ca20f1472baea1 OK 2025/06/24 06:22:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.98s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:22:32 DEBUG : small: md5 = b1bc90fcff99736d8bf9ab1a295bc4b2 OK 2025/06/24 06:22:34 DEBUG : medium: md5 = 2a922e701f800513a0f58df6a66c55de OK 2025/06/24 06:22:35 DEBUG : large: md5 = a9cb04f6aea7c207e54f2a6b4fa69134 OK 2025/06/24 06:22:35 DEBUG : Waiting for deletions to finish 2025/06/24 06:22:36 DEBUG : large: Excluded (Size Filter) 2025/06/24 06:22:36 INFO : small: Deleted 2025/06/24 06:22:36 INFO : medium: Deleted --- PASS: TestDelete (6.23s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:22:39 DEBUG : small: md5 = 059f8c1cc0eed7f9d4a4b4a0a95f0a6e OK 2025/06/24 06:22:40 DEBUG : medium: md5 = 3621debc31e536db2e412d5dd73903f7 OK 2025/06/24 06:22:41 DEBUG : large: md5 = eb0773e7d17d098be34cf7546a1e01bc OK 2025/06/24 06:22:42 DEBUG : Waiting for deletions to finish 2025/06/24 06:22:42 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/06/24 06:22:42 INFO : medium: Deleted 2025/06/24 06:22:42 INFO : small: Deleted --- PASS: TestMaxDelete (7.95s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:22:46 DEBUG : small: md5 = eb0a34af6487b716f83093da53bdf545 OK 2025/06/24 06:22:48 DEBUG : medium: md5 = 6092968272e4692770f233b6ebd2a766 OK 2025/06/24 06:22:50 DEBUG : large: md5 = 45c77751d35fa8047fbcf83e5ba577e7 OK 2025/06/24 06:22:50 DEBUG : Waiting for deletions to finish 2025/06/24 06:22:50 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/24 06:22:51 INFO : medium: Deleted 2025/06/24 06:22:51 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.56s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:22:55 DEBUG : small: md5 = 721f6321fa13ca6ec1df3c8bbe1aa02e OK 2025/06/24 06:22:57 DEBUG : medium: md5 = 31257d6c6f90744ca69968a7664f8216 OK 2025/06/24 06:22:59 DEBUG : large: md5 = d4aa168ffb5bb5f7733f66f15e9386ba OK 2025/06/24 06:22:59 DEBUG : Waiting for deletions to finish 2025/06/24 06:22:59 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/24 06:23:00 INFO : small: Deleted 2025/06/24 06:23:00 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.73s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:23:03 DEBUG : ReadFile: md5 = daca706ddc02432150b0de44a2cb2a4c OK --- PASS: TestReadFile (4.44s) === RUN TestRetry 2025/06/24 06:23:06 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/24 06:23:06 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/24 06:23:06 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 06:23:06 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 06:23:06 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 06:23:06 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/24 06:23:06 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-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:23:07 DEBUG : file1: md5 = 7b307ebe07028b2dfeb53269f150fb90 OK 2025/06/24 06:23:09 DEBUG : file2: md5 = 39d970ef3cb6c9c620b8021127be87af OK --- PASS: TestCat (16.60s) === RUN TestPurge 2025/06/24 06:23:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faxekib7fero" 2025/06/24 06:23:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/24 06:23:23 DEBUG : Creating backend with remote "TestDrive:crypt/tr90ia77pdpa1i03b9mhpu30k174ljvsjam0ghtrsehdj85l8ka0" 2025/06/24 06:23:24 DEBUG : Creating backend with remote "/tmp/rclone538307782" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faxekib7fero'", Local "Local file system at /tmp/rclone538307782", Modify Window "1ms" 2025/06/24 06:23:28 DEBUG : A1/B1/C1/one: md5 = 9fc82c4c707f54340aa4c6375344197c OK 2025/06/24 06:23:28 INFO : A2: Making directory 2025/06/24 06:23:29 INFO : A1/B2: Making directory 2025/06/24 06:23:31 INFO : A1/B2/C2: Making directory 2025/06/24 06:23:31 INFO : A1/B1/C3: Making directory 2025/06/24 06:23:32 INFO : A3: Making directory 2025/06/24 06:23:33 INFO : A3/B3: Making directory 2025/06/24 06:23:34 INFO : A3/B3/C4: Making directory 2025/06/24 06:23:36 DEBUG : A1/two: md5 = 5dba607485d904b15b0873cce852774a OK 2025/06/24 06:23:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faxekib7fero': Purge remote 2025/06/24 06:23:40 NOTICE: purge failed: directory not found --- PASS: TestPurge (17.01s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:23:43 DEBUG : A1/B1/C1/one: md5 = 50f6deca0390aa835823fd72a35e26b3 OK 2025/06/24 06:23:43 INFO : A2: Making directory 2025/06/24 06:23:44 INFO : A1/B2: Making directory 2025/06/24 06:23:45 INFO : A1/B2/C2: Making directory 2025/06/24 06:23:45 INFO : A1/B1/C3: Making directory 2025/06/24 06:23:46 INFO : A3: Making directory 2025/06/24 06:23:47 INFO : A3/B3: Making directory 2025/06/24 06:23:48 INFO : A3/B3/C4: Making directory 2025/06/24 06:23:50 DEBUG : A1/two: md5 = 1e4f8e043b9ae809d593a83ec14b4f3f OK 2025/06/24 06:23:51 DEBUG : removing 1 level 3 directories 2025/06/24 06:23:51 INFO : A3/B3/C4: Removing directory 2025/06/24 06:23:54 DEBUG : removing 2 level 3 directories 2025/06/24 06:23:54 INFO : A1/B2/C2: Removing directory 2025/06/24 06:23:54 INFO : A1/B1/C3: Removing directory 2025/06/24 06:23:54 DEBUG : removing 2 level 2 directories 2025/06/24 06:23:54 INFO : A3/B3: Removing directory 2025/06/24 06:23:54 INFO : A1/B2: Removing directory 2025/06/24 06:23:55 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/06/24 06:23:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/24 06:23:55 DEBUG : removing 2 level 1 directories 2025/06/24 06:23:55 INFO : A3: Removing directory 2025/06/24 06:23:55 INFO : A2: Removing directory 2025/06/24 06:23:55 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/06/24 06:23:59 DEBUG : removing 1 level 3 directories 2025/06/24 06:23:59 INFO : A1/B1/C1: Removing directory 2025/06/24 06:23:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:00 DEBUG : removing 1 level 2 directories 2025/06/24 06:24:00 INFO : A1/B1: Removing directory 2025/06/24 06:24:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/24 06:24:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/24 06:24:01 DEBUG : removing 1 level 1 directories 2025/06/24 06:24:01 INFO : A1: Removing directory 2025/06/24 06:24:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/24 06:24:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/24 06:24:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/24 06:24:01 DEBUG : removing 1 level 0 directories 2025/06/24 06:24:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Removing directory 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/24 06:24:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (23.27s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:24:04 INFO : A1: Making directory 2025/06/24 06:24:04 INFO : A1/B1: Making directory 2025/06/24 06:24:05 INFO : A1/B1/C1: Making directory 2025/06/24 06:24:08 DEBUG : removing 1 level 3 directories 2025/06/24 06:24:08 INFO : A1/B1/C1: Removing directory 2025/06/24 06:24:09 DEBUG : removing 1 level 2 directories 2025/06/24 06:24:09 INFO : A1/B1: Removing directory 2025/06/24 06:24:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/24 06:24:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.34s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:24:11 INFO : A1: Making directory 2025/06/24 06:24:12 INFO : A1/B1: Making directory 2025/06/24 06:24:13 INFO : A1/B1/C1: Making directory 2025/06/24 06:24:15 DEBUG : removing 1 level 3 directories 2025/06/24 06:24:15 INFO : A1/B1/C1: Removing directory 2025/06/24 06:24:16 DEBUG : removing 1 level 2 directories 2025/06/24 06:24:16 INFO : A1/B1: Removing directory 2025/06/24 06:24:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/24 06:24:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.81s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:24:21 DEBUG : file1: md5 = 9aec3f8700ad6a9d3df55b129b6154b6 OK 2025/06/24 06:24:21 DEBUG : filename.txt: File name found in url 2025/06/24 06:24:22 DEBUG : filename.txt: md5 = e1bb5631d8b7ac2349d8de1793b556c1 OK 2025/06/24 06:24:22 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/06/24 06:24:24 DEBUG : headerfilename.txt: md5 = 9f5261124170eb6466cfb122bddb9a1a OK 2025/06/24 06:24:25 DEBUG : file2: md5 = 7d36fd2a6adea1da9b01c8c319e911af OK --- PASS: TestCopyURL (8.83s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:24:28 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/24 06:24:30 DEBUG : sub/file2: md5 = 9f6f2dd5d962861ed3aa3becd8480964 OK 2025/06/24 06:24:30 INFO : file1: Copied (new) to: sub/file2 2025/06/24 06:24:30 INFO : file1: Deleted 2025/06/24 06:24:31 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/24 06:24:31 DEBUG : file1: Unchanged skipping 2025/06/24 06:24:31 INFO : file1: Deleted 2025/06/24 06:24:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': don't need to copy/move sub/file2, it is already at target location 2025/06/24 06:24:33 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.12s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:24:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/24 06:24:36 DEBUG : file1: md5 = 566e26eba9da012f87df871f7cd9021f OK 2025/06/24 06:24:36 INFO : file1: Copied (new) 2025/06/24 06:24:36 INFO : file1: Deleted 2025/06/24 06:24:36 DEBUG : file1: Destination exists, skipping 2025/06/24 06:24:36 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.22s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:24:40 DEBUG : dst/file1: md5 = f4e99f7ad1145902708c0d6105378698 OK 2025/06/24 06:24:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedolaq2noxe/backup" 2025/06/24 06:24:41 DEBUG : Creating backend with remote "TestDrive:crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0/1nrff024r7pq65ecp72fc28jb0" 2025/06/24 06:24:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/24 06:24:45 INFO : dst/file1: Moved (server-side) 2025/06/24 06:24:46 DEBUG : dst/file1: md5 = 3819228ed8e8c85899248696ae05a850 OK 2025/06/24 06:24:46 INFO : dst/file1: Copied (new) 2025/06/24 06:24:46 INFO : dst/file1: Deleted 2025/06/24 06:24:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/24 06:24:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/24 06:24:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.78s) === 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-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:24:53 DEBUG : A1/one: md5 = 6da22ff17edde8d30429a88054cc5cbf OK 2025/06/24 06:24:55 DEBUG : A1/two: md5 = 6826eae32693d9ecc33d3dee9100a927 OK 2025/06/24 06:24:57 DEBUG : A1/B1/three: md5 = b6ce8f9d1011756af646042f3a85d8f3 OK 2025/06/24 06:24:59 DEBUG : A1/B1/C1/four: md5 = c75e08b3df708fed7a12d0db14da6c0e OK 2025/06/24 06:25:01 DEBUG : A1/B1/C2/five: md5 = 9d5368884984f27ab7ed9688978b1409 OK 2025/06/24 06:25:01 INFO : A1/B2: Making directory 2025/06/24 06:25:02 INFO : A1/B1/C3: Making directory 2025/06/24 06:25:11 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/06/24 06:25:11 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/06/24 06:25:11 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/06/24 06:25:12 INFO : A2/two: Moved (server-side) to: A3/two 2025/06/24 06:25:13 INFO : A2/one: Moved (server-side) to: A3/one 2025/06/24 06:25:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/24 06:25:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/24 06:25:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/24 06:25:16 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/24 06:25:16 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/24 06:25:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/06/24 06:25:24 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/06/24 06:25:24 INFO : A3/one: Moved (server-side) to: A4/one 2025/06/24 06:25:24 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/06/24 06:25:24 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/06/24 06:25:24 INFO : A3/two: Moved (server-side) to: A4/two 2025/06/24 06:25:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/24 06:25:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/24 06:25:27 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/24 06:25:27 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/24 06:25:27 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/24 06:25:34 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/06/24 06:25:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/06/24 06:25:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/24 06:25:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/24 06:25:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/24 06:25:35 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/24 06:25:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/24 06:25:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/24 06:25:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/24 06:25:36 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.91s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:25:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': File to upload is small (34 bytes), uploading instead of streaming 2025/06/24 06:25:39 DEBUG : no_checksum_small_file_from_pipe: md5 = f5b5f401f28d805bdbd5351c995ef51c OK 2025/06/24 06:25:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/06/24 06:25:39 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/24 06:25:40 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/06/24 06:25:41 DEBUG : no_checksum_big_file_from_pipe: md5 = ecf8acea35518db4a415183e1b119a14 OK 2025/06/24 06:25:41 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-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:25:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': File to upload is small (34 bytes), uploading instead of streaming 2025/06/24 06:25:44 DEBUG : with_checksum_small_file_from_pipe: md5 = d06427d3aab10b7dcd27b706ce516932 OK 2025/06/24 06:25:44 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/24 06:25:45 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/06/24 06:25:46 DEBUG : with_checksum_big_file_from_pipe: md5 = 933506b868e4eef2b4887c21d896f5a1 OK 2025/06/24 06:25:46 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-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:25:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': File to upload is small (34 bytes), uploading instead of streaming 2025/06/24 06:25:49 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/24 06:25:49 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/06/24 06:25:50 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-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:25:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': File to upload is small (34 bytes), uploading instead of streaming 2025/06/24 06:25:54 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/24 06:25:54 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/06/24 06:25:55 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.53s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.09s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.93s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.61s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.90s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/06/24 06:25:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': File to upload is small (48 bytes), uploading instead of streaming 2025/06/24 06:25:58 DEBUG : rcat_metadata: md5 = 479496b5e6e5f9666001cfbed80b2043 OK 2025/06/24 06:25:58 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/06/24 06:26:00 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/06/24 06:26:01 DEBUG : rcat_metadata_uploadcutoff0: md5 = 6a17f48d233e7d2d1f41c1acc83f0442 OK 2025/06/24 06:26:01 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.98s) --- PASS: TestRcatMetadata/Normal (2.60s) --- PASS: TestRcatMetadata/ViaDisk (2.84s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:26:04 DEBUG : potato1: md5 = e9e38cc5939ad4e2ee734ffab287b76c OK 2025/06/24 06:26:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': File to upload is small (60 bytes), uploading instead of streaming 2025/06/24 06:26:05 DEBUG : potato2: md5 = fe95ee093dfd6f4ab42c670cffc3ef0d OK 2025/06/24 06:26:05 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.23s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:26:08 DEBUG : potato1: md5 = 3af78618df2315366e0636e4fe71ada6 OK 2025/06/24 06:26:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': File to upload is small (60 bytes), uploading instead of streaming 2025/06/24 06:26:10 DEBUG : potato2: md5 = adaa2759045740abc2630d81835518cf OK 2025/06/24 06:26:10 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.95s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:26:13 DEBUG : potato2: md5 = f46fc6244d3d19365ae5d0d07ec8ad82 OK 2025/06/24 06:26:15 DEBUG : empty space: md5 = 5710ad576b3335a936f9d365e1d13727 OK 2025/06/24 06:26:17 DEBUG : sub dir/potato3: md5 = 232aa9daf3fc80eb52df09ee9f1269fe OK 2025/06/24 06:26:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Touching "empty space" 2025/06/24 06:26:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Touching "potato2" 2025/06/24 06:26:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Touching "sub dir/potato3" 2025/06/24 06:26:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.49s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:26:21 DEBUG : dir with metadata: Making directory with metadata 2025/06/24 06:26:22 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.45s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:26:24 DEBUG : directory with modtime: Making directory with metadata 2025/06/24 06:26:25 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.24s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:26:26 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/06/24 06:26:26 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/24 06:26:26 DEBUG : Google drive root 'crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0': Skipping btime metadata as can't update it on an existing file: 2025-06-24T06:26:26.634395268Z 2025/06/24 06:26:27 INFO : non existent directory: Updated directory metadata 2025/06/24 06:26:29 DEBUG : Google drive root 'crypt/13d8ohmpj57libfdsu3muje36dcpm2ctoaddc39lofsjfosk25q0': Skipping btime metadata as can't update it on an existing file: 2025-06-24T06:26:26.634395268Z 2025/06/24 06:26:29 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.87s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:26:31 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/06/24 06:26:33 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/06/24 06:26:33 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.09s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:26:35 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/06/24 06:26:35 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/24 06:26:35 DEBUG : dst: Making directory with metadata 2025/06/24 06:26:36 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/24 06:26:36 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/24 06:26:36 INFO : dst: Set directory modification time (using SetModTime) 2025/06/24 06:26:37 INFO : dst: Set directory modification time (using SetModTime) 2025/06/24 06:26:37 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/06/24 06:26:37 INFO : dst: Set directory modification time (using SetModTime) 2025/06/24 06:26:37 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.59s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe'", Local "Local file system at /tmp/rclone1792808359", Modify Window "1ms" 2025/06/24 06:26:41 DEBUG : sub dir/test remove existing: md5 = 5bb9ffd303d32f944a28bdd423ab1bb8 OK 2025/06/24 06:26:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 11b4887576c7848e293d3c617ad0593f OK 2025/06/24 06:26:44 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.qoqabag3" before starting 2025/06/24 06:26:45 DEBUG : sub dir/test remove existing.qoqabag3: TEST: removing renamed existing file after operation 2025/06/24 06:26:46 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yociqix2" before starting 2025/06/24 06:26:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yociqix2: TEST: renaming existing back after failed operation 2025/06/24 06:26:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nuzobaj6" before starting 2025/06/24 06:26:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nuzobaj6: TEST: removing renamed existing file after operation 2025/06/24 06:26:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "b3bqj0jufu787onsvbaogib402ueim4rpmhqtqd28mlpnm9v9d9j59c81u6es2dnm15rnbl22dtl4facibcdcem206v2i1sa9p886bf155cfdb37hlf7jm0fae8gpg0lcb4bul13rajk7oumnab7umcaq8oeq4oili4626ihvn5oeqm1400g" 2025/06/24 06:26:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "m3rau8c2hg6v5b4njsniuq6pia87kopq47h44ek63jo9ioh9ffig" --- PASS: TestRemoveExisting (13.30s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/06/24 06:26:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedolaq2noxe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m17.617455895s (try 1/5)