"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/12/21 01:20:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lemahip3gefo" 2024/12/21 01:20:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:20:35 DEBUG : Creating backend with remote "TestDrive:crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0" 2024/12/21 01:20:36 DEBUG : Creating backend with remote "/tmp/rclone3532994757" === 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-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", 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-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.28s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/12/21 01:20:37 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/21 01:20:37 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/12/21 01:20:37 DEBUG : potato: Seek from 10 to 0 2024/12/21 01:20:37 DEBUG : potato: Seek from 10 to 0 2024/12/21 01:20:37 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/12/21 01:20:37 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/21 01:20:37 DEBUG : potato: Seek from 5 to 2 2024/12/21 01:20:37 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/12/21 01:20:37 DEBUG : potato: Seek from 7 to 0 2024/12/21 01:20:37 DEBUG : potato: Seek from 7 to 0 2024/12/21 01:20:37 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/12/21 01:20:37 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/21 01:20:37 DEBUG : potato: Seek from 5 to 2 2024/12/21 01:20:37 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/12/21 01:20:37 DEBUG : potato: Seek from 8 to 0 2024/12/21 01:20:37 DEBUG : potato: Seek from 8 to 0 2024/12/21 01:20:37 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/12/21 01:20:37 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/12/21 01:20:37 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/12/21 01:20:37 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/12/21 01:20:37 DEBUG : potato: Seek from 5 to 2 2024/12/21 01:20:37 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/12/21 01:20:37 DEBUG : potato: Seek from 9 to 0 2024/12/21 01:20:37 DEBUG : potato: Seek from 9 to 0 2024/12/21 01:20: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-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:20:40 DEBUG : rutabaga: md5 = aac64631cb00b539213c68ab66f371c0 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/12/21 01:20:42 DEBUG : empty space: md5 = c9a2eb2ae4fabd2d4ea94062b7cad91d OK === RUN TestCheck/3 2024/12/21 01:20:45 DEBUG : potato2: md5 = a3258c2468037af15f1a654e023c1bb2 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/12/21 01:20:47 DEBUG : remotepotato: md5 = 92843673f9404c007307cc6034f94b0b OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.21s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.29s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2024/12/21 01:20:51 DEBUG : Creating backend with remote "nonexistent" 2024/12/21 01:20:51 DEBUG : Creating backend with remote "nonexistent" 2024/12/21 01:20:51 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/12/21 01:20:51 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/12/21 01:20:51 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/12/21 01:20:51 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-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:20:53 DEBUG : rutabaga: md5 = 1bccb3a8b18fb6bd544d7e5fe0dff9bf OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/12/21 01:20:57 DEBUG : empty space: md5 = d4e9600bd686bb0d6fd1037c4b81c4b7 OK === RUN TestCheckDownload/3 2024/12/21 01:21:00 DEBUG : potato2: md5 = 8fcea6014f5249ff50579c6cf0f5fab4 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/12/21 01:21:05 DEBUG : remotepotato: md5 = 2219c07a4330b42433247aabec2da317 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (20.17s) --- PASS: TestCheckDownload/1 (1.51s) --- PASS: TestCheckDownload/2 (1.12s) --- PASS: TestCheckDownload/3 (1.00s) --- PASS: TestCheckDownload/4 (1.58s) --- PASS: TestCheckDownload/5 (1.36s) --- PASS: TestCheckDownload/6 (1.90s) --- PASS: TestCheckDownload/7 (1.24s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:21:13 DEBUG : rutabaga: md5 = 9a08e1ec9a25f7e5c218f35ac800fc46 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/12/21 01:21:15 DEBUG : empty space: md5 = 42c6989324e88ff1d3ee59735024e96a OK === RUN TestCheckSizeOnly/3 2024/12/21 01:21:17 DEBUG : potato2: md5 = 085ea7031752582db30047ec4a0c7ba6 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/12/21 01:21:20 DEBUG : remotepotato: md5 = 4b18a7af8f9dd7a0058a18489ed2b7bf OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.43s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:21:25 DEBUG : test.sum: md5 = 9ae73403fdb4d5d225989d2f3cfbde76 OK 2024/12/21 01:21:27 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/21 01:21:27 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/21 01:21:27 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/21 01:21:27 NOTICE: test.sum: 2 warning(s) suppressed... 2024/12/21 01:21:28 DEBUG : test.sum: md5 = 44f6dc77fee8b3e00871a4426ac04a5b OK 2024/12/21 01:21:30 NOTICE: test.sum: improperly formatted checksum line 4 2024/12/21 01:21:30 NOTICE: test.sum: improperly formatted checksum line 5 2024/12/21 01:21:30 NOTICE: test.sum: improperly formatted checksum line 6 2024/12/21 01:21:30 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.09s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:21:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lemahip3gefo/data" 2024/12/21 01:21:31 DEBUG : Creating backend with remote "TestDrive:crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.03s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:21:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lemahip3gefo/data" 2024/12/21 01:21:33 DEBUG : Creating backend with remote "TestDrive:crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0/vjrnln8ratgmqakfosrqe8espk" 2024/12/21 01:21:37 DEBUG : data/banana: md5 = d45c9e5713cbcbbe540132e8b67324a9 OK 2024/12/21 01:21:39 DEBUG : test.sum: md5 = 69aae8252b5f4ec2fd863033f5e0a605 OK === RUN TestCheckSumDownload/subtest1 2024/12/21 01:21:44 DEBUG : data/potato: md5 = 2d5c722a2f57f0559e90b88c4cfdf868 OK 2024/12/21 01:21:45 DEBUG : test.sum: md5 = 10228cd95a2b3c0e0afd31dac990c13b OK === RUN TestCheckSumDownload/subtest2 2024/12/21 01:21:49 DEBUG : test.sum: md5 = 0bdba315c724da6485701954bf0ea991 OK === RUN TestCheckSumDownload/subtest3 2024/12/21 01:21:53 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2024/12/21 01:21:53 DEBUG : Saving config "token" in section "TestDrive" of the config file 2024/12/21 01:21:53 DEBUG : TestDrive: Saved new token in config file 2024/12/21 01:21:54 DEBUG : test.sum: md5 = bc023b48e36cfd7e60d151573d5872ac OK === RUN TestCheckSumDownload/subtest4 2024/12/21 01:21:59 DEBUG : test.sum: md5 = 65faf89472c2a7638a9488c64d581889 OK === RUN TestCheckSumDownload/subtest5 2024/12/21 01:22:03 DEBUG : test.sum: md5 = 60ca7146c418963f141ef90f8f4c50f7 OK === RUN TestCheckSumDownload/subtest6 2024/12/21 01:22:09 DEBUG : data/banana: md5 = b78bfd02ba8907c7a77dfb8426fda8b8 OK 2024/12/21 01:22:10 DEBUG : data/potato: md5 = ef82dafd6416289d2062dcb75ee23f18 OK 2024/12/21 01:22:12 DEBUG : test.sum: md5 = 92983846c6c445814bf83f4ebb819f2f OK === RUN TestCheckSumDownload/subtest7 2024/12/21 01:22:18 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/12/21 01:22:18 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (46.07s) --- PASS: TestCheckSumDownload/subtest1 (2.95s) --- PASS: TestCheckSumDownload/subtest2 (2.21s) --- PASS: TestCheckSumDownload/subtest3 (2.74s) --- PASS: TestCheckSumDownload/subtest4 (2.45s) --- PASS: TestCheckSumDownload/subtest5 (2.47s) --- PASS: TestCheckSumDownload/subtest6 (3.27s) --- PASS: TestCheckSumDownload/subtest7 (2.92s) === RUN TestApplyTransforms 2024/12/21 01:22:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cunesin9debu" 2024/12/21 01:22:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:22:19 DEBUG : Creating backend with remote "TestDrive:crypt/6ie7n7o274o2p50skg3pud7uedmfe5ovn3baeuf73hbp1la4jim0" 2024/12/21 01:22:20 DEBUG : Creating backend with remote "/tmp/rclone2125975393" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cunesin9debu'", Local "Local file system at /tmp/rclone2125975393", Modify Window "1ms" 2024/12/21 01:22:23 DEBUG : hello, world!: md5 = c5d05f5dec16df1a89c2dc4e21e1629e OK upper checkfile vs. lower remote (without normalization) 2024/12/21 01:22:23 ERROR : hello, world!: sum not found 2024/12/21 01:22:23 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cunesin9debu' 2024/12/21 01:22:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunesin9debu': 1 files missing 2024/12/21 01:22:23 NOTICE: 1 hashes missing 2024/12/21 01:22:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunesin9debu': 2 differences found 2024/12/21 01:22:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunesin9debu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/12/21 01:22:24 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 01:22:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunesin9debu': 0 differences found 2024/12/21 01:22:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cunesin9debu': 1 matching files 2024/12/21 01:22:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lorojof3cufi" 2024/12/21 01:22:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:22:24 DEBUG : Creating backend with remote "TestDrive:crypt/t8rau3j6ouj49sio18s8geh9e6ur4cg7tjif3agib7fcl6q6klag" 2024/12/21 01:22:25 DEBUG : Creating backend with remote "/tmp/rclone2400232996" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lorojof3cufi'", Local "Local file system at /tmp/rclone2400232996", Modify Window "1ms" 2024/12/21 01:22:28 DEBUG : HELLO, WORLD!: md5 = 05ccfd102f836d657fb801b0c5666ca0 OK lower checkfile vs. upper remote (without normalization) 2024/12/21 01:22:29 ERROR : HELLO, WORLD!: sum not found 2024/12/21 01:22:29 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lorojof3cufi' 2024/12/21 01:22:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lorojof3cufi': 1 files missing 2024/12/21 01:22:29 NOTICE: 1 hashes missing 2024/12/21 01:22:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lorojof3cufi': 2 differences found 2024/12/21 01:22:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lorojof3cufi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/12/21 01:22:30 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 01:22:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lorojof3cufi': 0 differences found 2024/12/21 01:22:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lorojof3cufi': 1 matching files 2024/12/21 01:22:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sakadok1dota" 2024/12/21 01:22:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:22:30 DEBUG : Creating backend with remote "TestDrive:crypt/h1j2rlsh18gc5efd2cl80s2193pm3iq2gtfsf3k3j28vi9aegen0" 2024/12/21 01:22:31 DEBUG : Creating backend with remote "/tmp/rclone3178490652" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sakadok1dota'", Local "Local file system at /tmp/rclone3178490652", Modify Window "1ms" 2024/12/21 01:22:33 DEBUG : HeLlO, wOrLd!: md5 = 30a6258a0d6b8d02999823398b1add12 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/12/21 01:22:34 ERROR : HeLlO, wOrLd!: sum not found 2024/12/21 01:22:34 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sakadok1dota' 2024/12/21 01:22:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sakadok1dota': 1 files missing 2024/12/21 01:22:34 NOTICE: 1 hashes missing 2024/12/21 01:22:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sakadok1dota': 2 differences found 2024/12/21 01:22:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sakadok1dota': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/12/21 01:22:35 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 01:22:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sakadok1dota': 0 differences found 2024/12/21 01:22:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sakadok1dota': 1 matching files 2024/12/21 01:22:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hinubuw5gota" 2024/12/21 01:22:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:22:35 DEBUG : Creating backend with remote "TestDrive:crypt/7oa5sp11najaj640qh424h19hblmp12on17fc1kbsotbqdso8650" 2024/12/21 01:22:36 DEBUG : Creating backend with remote "/tmp/rclone826681381" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hinubuw5gota'", Local "Local file system at /tmp/rclone826681381", Modify Window "1ms" 2024/12/21 01:22:39 DEBUG : HELLO, WORLD!: md5 = 974ba8bac7b47ae9d64ae1649d390ccd OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/12/21 01:22:40 ERROR : HELLO, WORLD!: sum not found 2024/12/21 01:22:40 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hinubuw5gota' 2024/12/21 01:22:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hinubuw5gota': 1 files missing 2024/12/21 01:22:40 NOTICE: 1 hashes missing 2024/12/21 01:22:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hinubuw5gota': 2 differences found 2024/12/21 01:22:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hinubuw5gota': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/12/21 01:22:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 01:22:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hinubuw5gota': 0 differences found 2024/12/21 01:22:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hinubuw5gota': 1 matching files 2024/12/21 01:22:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qupasol3tapa" 2024/12/21 01:22:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:22:41 DEBUG : Creating backend with remote "TestDrive:crypt/p85saerpguu36i98v5r1ddqobvmajf6n3ehir322oa04p0u2q3bg" 2024/12/21 01:22:42 DEBUG : Creating backend with remote "/tmp/rclone664939534" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qupasol3tapa'", Local "Local file system at /tmp/rclone664939534", Modify Window "1ms" 2024/12/21 01:22:45 DEBUG : 測試_Русский___ě_áñ: md5 = c4a39bb249ec3fc07d21c25ded3e9666 OK NFD checkfile vs. NFC remote (without normalization) 2024/12/21 01:22:45 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/21 01:22:45 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qupasol3tapa' 2024/12/21 01:22:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qupasol3tapa': 1 files missing 2024/12/21 01:22:45 NOTICE: 1 hashes missing 2024/12/21 01:22:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qupasol3tapa': 2 differences found 2024/12/21 01:22:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qupasol3tapa': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/12/21 01:22:47 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 01:22:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qupasol3tapa': 0 differences found 2024/12/21 01:22:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qupasol3tapa': 1 matching files 2024/12/21 01:22:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nojinej5zoxa" 2024/12/21 01:22:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:22:47 DEBUG : Creating backend with remote "TestDrive:crypt/q6h1etp13nfcldke3mt9e4m9bimmk9661d8shq77mc3fjl1k9pgg" 2024/12/21 01:22:48 DEBUG : Creating backend with remote "/tmp/rclone1832701341" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nojinej5zoxa'", Local "Local file system at /tmp/rclone1832701341", Modify Window "1ms" 2024/12/21 01:22:50 DEBUG : 測試_Русский___ě_áñ: md5 = 92e2cb6247256ae312285b777fda5904 OK NFC checkfile vs. NFD remote (without normalization) 2024/12/21 01:22:51 ERROR : 測試_Русский___ě_áñ: sum not found 2024/12/21 01:22:51 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nojinej5zoxa' 2024/12/21 01:22:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nojinej5zoxa': 1 files missing 2024/12/21 01:22:51 NOTICE: 1 hashes missing 2024/12/21 01:22:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nojinej5zoxa': 2 differences found 2024/12/21 01:22:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nojinej5zoxa': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/12/21 01:22:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 01:22:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nojinej5zoxa': 0 differences found 2024/12/21 01:22:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nojinej5zoxa': 1 matching files 2024/12/21 01:22:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuvowat1xeso" 2024/12/21 01:22:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:22:52 DEBUG : Creating backend with remote "TestDrive:crypt/f4f5sk7a84tva0bvminpnrj2gbokk5icshjks6ghfdutv4kppse0" 2024/12/21 01:22:53 DEBUG : Creating backend with remote "/tmp/rclone3658777057" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuvowat1xeso'", Local "Local file system at /tmp/rclone3658777057", Modify Window "1ms" 2024/12/21 01:22:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ea07624e2291f917ec3ba5ef18f60c15 OK NFDx2 checkfile vs. both remote (without normalization) 2024/12/21 01:22:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/21 01:22:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tuvowat1xeso' 2024/12/21 01:22:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tuvowat1xeso': 1 files missing 2024/12/21 01:22:56 NOTICE: 1 hashes missing 2024/12/21 01:22:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tuvowat1xeso': 2 differences found 2024/12/21 01:22:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tuvowat1xeso': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/12/21 01:22:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 01:22:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tuvowat1xeso': 0 differences found 2024/12/21 01:22:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tuvowat1xeso': 1 matching files 2024/12/21 01:22:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-leyizel0xuwi" 2024/12/21 01:22:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:22:58 DEBUG : Creating backend with remote "TestDrive:crypt/lm24qrslp0isb7bubeb4fbic3s0g220iu1tmh2fv1jvf8lit03t0" 2024/12/21 01:22:59 DEBUG : Creating backend with remote "/tmp/rclone2802499845" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-leyizel0xuwi'", Local "Local file system at /tmp/rclone2802499845", Modify Window "1ms" 2024/12/21 01:23:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 492d9e3494e7f9dd82fbc85a322f10a7 OK NFCx2 checkfile vs. both remote (without normalization) 2024/12/21 01:23:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/21 01:23:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-leyizel0xuwi' 2024/12/21 01:23:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-leyizel0xuwi': 1 files missing 2024/12/21 01:23:02 NOTICE: 1 hashes missing 2024/12/21 01:23:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-leyizel0xuwi': 2 differences found 2024/12/21 01:23:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-leyizel0xuwi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/12/21 01:23:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 01:23:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-leyizel0xuwi': 0 differences found 2024/12/21 01:23:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-leyizel0xuwi': 1 matching files 2024/12/21 01:23:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nanaden6gure" 2024/12/21 01:23:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:23:03 DEBUG : Creating backend with remote "TestDrive:crypt/ftbv3rhvgo0vlc7oebbljkmmubec3vdsjqil2jstvns2571r4g7g" 2024/12/21 01:23:04 DEBUG : Creating backend with remote "/tmp/rclone1223290036" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nanaden6gure'", Local "Local file system at /tmp/rclone1223290036", Modify Window "1ms" 2024/12/21 01:23:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8dfb6d7eacc633133a0001da313dd353 OK both checkfile vs. NFDx2 remote (without normalization) 2024/12/21 01:23:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/21 01:23:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nanaden6gure' 2024/12/21 01:23:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nanaden6gure': 1 files missing 2024/12/21 01:23:08 NOTICE: 1 hashes missing 2024/12/21 01:23:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nanaden6gure': 2 differences found 2024/12/21 01:23:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nanaden6gure': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/12/21 01:23:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 01:23:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nanaden6gure': 0 differences found 2024/12/21 01:23:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nanaden6gure': 1 matching files 2024/12/21 01:23:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nocepiv0muji" 2024/12/21 01:23:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:23:09 DEBUG : Creating backend with remote "TestDrive:crypt/meqs8jprja1ba7qv424r72sem1a9p7rj96as92jcsct7qrnnhgc0" 2024/12/21 01:23:10 DEBUG : Creating backend with remote "/tmp/rclone1941746034" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nocepiv0muji'", Local "Local file system at /tmp/rclone1941746034", Modify Window "1ms" 2024/12/21 01:23:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 312da3f11965f6fd331835e5e2cd6bf3 OK both checkfile vs. NFCx2 remote (without normalization) 2024/12/21 01:23:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/12/21 01:23:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nocepiv0muji' 2024/12/21 01:23:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nocepiv0muji': 1 files missing 2024/12/21 01:23:13 NOTICE: 1 hashes missing 2024/12/21 01:23:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nocepiv0muji': 2 differences found 2024/12/21 01:23:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nocepiv0muji': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/12/21 01:23:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/12/21 01:23:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nocepiv0muji': 0 differences found 2024/12/21 01:23:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nocepiv0muji': 1 matching files 2024/12/21 01:23:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nocepiv0muji': Purge remote 2024/12/21 01:23:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nanaden6gure': Purge remote 2024/12/21 01:23:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-leyizel0xuwi': Purge remote 2024/12/21 01:23:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuvowat1xeso': Purge remote 2024/12/21 01:23:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nojinej5zoxa': Purge remote 2024/12/21 01:23:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qupasol3tapa': Purge remote 2024/12/21 01:23:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hinubuw5gota': Purge remote 2024/12/21 01:23:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sakadok1dota': Purge remote 2024/12/21 01:23:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lorojof3cufi': Purge remote 2024/12/21 01:23:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cunesin9debu': Purge remote --- PASS: TestApplyTransforms (62.07s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:23:21 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/21 01:23:24 DEBUG : sub/file2: md5 = a3b8de5256d6187cc1bfe5b9d7ae1efc OK 2024/12/21 01:23:24 INFO : file1: Copied (new) to: sub/file2 2024/12/21 01:23:25 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/21 01:23:25 DEBUG : file1: Unchanged skipping 2024/12/21 01:23:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': don't need to copy/move sub/file2, it is already at target location 2024/12/21 01:23:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.95s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.59s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:23:31 DEBUG : dst/file1: md5 = 5e294c24737f581173516daf676c5b31 OK 2024/12/21 01:23:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lemahip3gefo/backup" 2024/12/21 01:23:32 DEBUG : Config file has changed externally - reloading 2024/12/21 01:23:32 DEBUG : Creating backend with remote "TestDrive:crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0/1nrff024r7pq65ecp72fc28jb0" 2024/12/21 01:23:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/21 01:23:37 INFO : dst/file1: Moved (server-side) 2024/12/21 01:23:38 DEBUG : dst/file1: md5 = 9dfc44e2812daf10a93fa894658e5156 OK 2024/12/21 01:23:38 INFO : dst/file1: Copied (new) 2024/12/21 01:23:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 01:23:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 01:23:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.58s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:23:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lemahip3gefo/dst" 2024/12/21 01:23:44 DEBUG : Creating backend with remote "TestDrive:crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/21 01:23:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lemahip3gefo/CompareDest" 2024/12/21 01:23:46 DEBUG : Creating backend with remote "TestDrive:crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0/gveqi14airsml4bgu7krj116o8" 2024/12/21 01:23:48 DEBUG : one: Need to transfer - File not found at Destination 2024/12/21 01:23:51 DEBUG : one: md5 = d706a86090275f76285fdb192ef4619a OK 2024/12/21 01:23:51 INFO : one: Copied (new) 2024/12/21 01:23:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 01:23:54 DEBUG : one: md5 = 970566c8a207c0f1b3acdc6df1d10c91 OK 2024/12/21 01:23:54 INFO : one: Copied (replaced existing) 2024/12/21 01:23:56 DEBUG : dst/one: md5 = eaaffae3371dbb5966c4b32dd8bdca25 OK 2024/12/21 01:23:59 DEBUG : CompareDest/one: md5 = b83f9f2f5e51b025abf417eb2ea3c583 OK 2024/12/21 01:23:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 01:24:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 01:24:00 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/21 01:24:02 DEBUG : CompareDest/two: md5 = ca91202e183e4475e28374143f9c4e3e OK 2024/12/21 01:24:03 DEBUG : two: Need to transfer - File not found at Destination 2024/12/21 01:24:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 01:24:03 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/21 01:24:04 DEBUG : two: Need to transfer - File not found at Destination 2024/12/21 01:24:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 01:24:04 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/21 01:24:05 DEBUG : two: Need to transfer - File not found at Destination 2024/12/21 01:24:06 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/21 01:24:07 DEBUG : two: md5 = 89c0a65ca41503651ae380ba619a9ff8 OK 2024/12/21 01:24:07 INFO : two: Copied (new) 2024/12/21 01:24:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/21 01:24:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:24:12 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:24:12 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.71s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:24:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lemahip3gefo/dst" 2024/12/21 01:24:13 DEBUG : Creating backend with remote "TestDrive:crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0/31u3jie661vd5p8j7rtc3hgbh0" 2024/12/21 01:24:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lemahip3gefo/CopyDest" 2024/12/21 01:24:15 DEBUG : Creating backend with remote "TestDrive:crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/21 01:24:16 DEBUG : one: Need to transfer - File not found at Destination 2024/12/21 01:24:19 DEBUG : one: md5 = 672bcf8d084b4defdd5bb7f972903c3b OK 2024/12/21 01:24:19 INFO : one: Copied (new) 2024/12/21 01:24:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 01:24:22 DEBUG : one: md5 = 91abb5e9c0fd17dac4a8e58c84164e87 OK 2024/12/21 01:24:22 INFO : one: Copied (replaced existing) 2024/12/21 01:24:24 DEBUG : dst/one: md5 = 7a1b1a94974288039e4cba7f0f8d8745 OK 2024/12/21 01:24:26 DEBUG : CopyDest/one: md5 = 6fc6889930c5a802aa34b523f344f7fa OK 2024/12/21 01:24:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lemahip3gefo/BackupDir" 2024/12/21 01:24:27 DEBUG : Creating backend with remote "TestDrive:crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/21 01:24:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 01:24:29 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 01:24:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/21 01:24:31 INFO : one: Moved (server-side) 2024/12/21 01:24:33 INFO : one: Copied (server-side copy) 2024/12/21 01:24:33 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/21 01:24:35 DEBUG : CopyDest/two: md5 = d17bf702460ac0a9ea5adc0aeb7ab918 OK 2024/12/21 01:24:36 DEBUG : two: Need to transfer - File not found at Destination 2024/12/21 01:24:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 01:24:37 INFO : two: Copied (server-side copy) 2024/12/21 01:24:37 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/21 01:24:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/21 01:24:38 DEBUG : two: Unchanged skipping 2024/12/21 01:24:40 DEBUG : CopyDest/three: md5 = bd771ba32e7024aceaef7754b82a804f OK 2024/12/21 01:24:41 DEBUG : three: Need to transfer - File not found at Destination 2024/12/21 01:24:41 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/21 01:24:41 DEBUG : three: Destination not found in --copy-dest 2024/12/21 01:24:43 DEBUG : three: md5 = 3ef267a62f89ff88c0180c9839c436b3 OK 2024/12/21 01:24:43 INFO : three: Copied (new) 2024/12/21 01:24:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/21 01:24:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/21 01:24:48 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:24:49 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:24:49 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/21 01:24:49 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/21 01:24:50 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (37.94s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.42s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:24:52 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/12/21 01:24:55 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 693ca2abf10972f9e5dbcb731659e4e2 OK 2024/12/21 01:24:55 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/12/21 01:24:55 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/12/21 01:24:56 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2024/12/21 01:24:56 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/12/21 01:24:57 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/12/21 01:24:59 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 783267aae21c074b5374ea3b0d80cda5 OK 2024/12/21 01:24:59 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/12/21 01:25:03 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/12/21 01:25:03 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (12.10s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:25:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Looking for duplicate names using skip mode. 2024/12/21 01:25:08 NOTICE: one: Found 2 files with duplicate names 2024/12/21 01:25:08 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.33s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:25:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Looking for duplicate names using skip mode. 2024/12/21 01:25:15 NOTICE: one: Found 3 files with duplicate names 2024/12/21 01:25:15 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/12/21 01:25:15 INFO : one: Deleted 2024/12/21 01:25:15 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.71s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:25:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Looking for duplicate names using first mode. 2024/12/21 01:25:22 NOTICE: one: Found 3 files with duplicate names 2024/12/21 01:25:23 INFO : one: Deleted 2024/12/21 01:25:23 INFO : one: Deleted 2024/12/21 01:25:23 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.48s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:25:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Looking for duplicate names using newest mode. 2024/12/21 01:25:29 NOTICE: one: Found 3 files with duplicate names 2024/12/21 01:25:30 INFO : one: Deleted 2024/12/21 01:25:31 INFO : one: Deleted 2024/12/21 01:25:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.18s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:25:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Looking for duplicate names using oldest mode. 2024/12/21 01:25:37 NOTICE: one: Found 3 files with duplicate names 2024/12/21 01:25:38 INFO : one: Deleted 2024/12/21 01:25:39 INFO : one: Deleted 2024/12/21 01:25:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.67s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:25:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Looking for duplicate names using largest mode. 2024/12/21 01:25:45 NOTICE: one: Found 3 files with duplicate names 2024/12/21 01:25:46 INFO : one: Deleted 2024/12/21 01:25:46 INFO : one: Deleted 2024/12/21 01:25:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.38s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:25:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Looking for duplicate names using smallest mode. 2024/12/21 01:25:52 NOTICE: one: Found 3 files with duplicate names 2024/12/21 01:25:53 INFO : one: Deleted 2024/12/21 01:25:53 INFO : one: Deleted 2024/12/21 01:25:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.45s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:26:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Looking for duplicate names using rename mode. 2024/12/21 01:26:01 NOTICE: one.txt: Found 3 files with duplicate names 2024/12/21 01:26:03 INFO : one-2.txt: renamed from: one.txt 2024/12/21 01:26:04 INFO : one-3.txt: renamed from: one.txt 2024/12/21 01:26:05 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.56s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:26:11 DEBUG : dupe1/one.txt: md5 = 5e17ed04705a5c06ce09c4b86599e506 OK 2024/12/21 01:26:14 DEBUG : dupe2/two.txt: md5 = b42b4c2581e3b1be102f07833453d0f6 OK 2024/12/21 01:26:16 DEBUG : dupe3/three.txt: md5 = b3e5061d88568c3440cee2014c0524dc OK 2024/12/21 01:26:17 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/12/21 01:26:18 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/12/21 01:26:19 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/12/21 01:26:20 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/12/21 01:26:23 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/12/21 01:26:23 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/12/21 01:26:23 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (15.88s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:26:26 DEBUG : a.txt: md5 = 1f9fcacf5c5ce5e1b7bda9c78d54bf04 OK 2024/12/21 01:26:28 DEBUG : zend.txt: md5 = 85071a2d9dcf8d1564d32d6a80f7bb9f OK 2024/12/21 01:26:30 DEBUG : sub dir/hello world: md5 = 4f38ff2a8eee9991c61ddde72fe906cd OK 2024/12/21 01:26:32 DEBUG : sub dir/hello world2: md5 = 083305c37fa37164d864661c63bc7766 OK 2024/12/21 01:26:34 DEBUG : sub dir/ignore dir/.ignore: md5 = 25669db0f985ef0dfcba72c26179b4b0 OK 2024/12/21 01:26:36 DEBUG : sub dir/ignore dir/should be ignored: md5 = 374ecc4481834373c833b4d78b873bf0 OK 2024/12/21 01:26:39 DEBUG : sub dir/sub sub dir/hello world3: md5 = 9abd4fbdc2a5fdfcd0a7ae2eaf1b42b3 OK 2024/12/21 01:26:40 DEBUG : a.txt: Excluded (Size Filter) 2024/12/21 01:26:40 DEBUG : a.txt: Excluded 2024/12/21 01:26:41 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/21 01:26:41 DEBUG : sub dir/hello world: Excluded 2024/12/21 01:26:41 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/21 01:26:41 DEBUG : sub dir/hello world2: Excluded 2024/12/21 01:26:41 DEBUG : sub dir/ignore dir: Excluded 2024/12/21 01:26:41 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/12/21 01:26:41 DEBUG : sub dir/hello world: Excluded 2024/12/21 01:26:41 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/12/21 01:26:41 DEBUG : sub dir/hello world2: Excluded 2024/12/21 01:26:42 DEBUG : sub dir/ignore dir: Excluded 2024/12/21 01:26:47 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/12/21 01:26:48 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/12/21 01:26:48 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/12/21 01:26:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/12/21 01:26:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/12/21 01:26:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/12/21 01:26:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (25.57s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:26:51 DEBUG : file1: md5 = 6017856f8bb26d4f5a451b02741c9362 OK 2024/12/21 01:26:54 DEBUG : sub/file2: md5 = 74d6910e21c4638a0d73f099fa560a65 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2024/12/21 01:26:57 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/12/21 01:26:57 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/12/21 01:26:57 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/12/21 01:27:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.73s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.51s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.70s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:27:02 DEBUG : file1: md5 = 6ed5bd3e2b3644e454f6abd1dba6448b OK 2024/12/21 01:27:05 DEBUG : sub/file2: md5 = 9c3ec7c0cb261dccb3ccd365a0a40b8d OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2024/12/21 01:27:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lemahip3gefo/notfound" 2024/12/21 01:27:09 DEBUG : Creating backend with remote "TestDrive:crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0/qe0i31qdkoejk60elps0ni5sqk" 2024/12/21 01:27:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.05s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.50s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.20s) --- PASS: TestStatJSON/DirDirsOnly (0.29s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.79s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:27:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Making directory 2024/12/21 01:27:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Making directory --- PASS: TestMkdir (0.72s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:27:17 DEBUG : sub dir/hello world: md5 = e76a45c3a10126fbf938205d249dc041 OK 2024/12/21 01:27:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.65s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:27:22 DEBUG : potato2: md5 = 2be3d7ad00acd2f8f3bc161b4dacc9c9 OK 2024/12/21 01:27:23 DEBUG : empty space: md5 = 5de2488444ce768300d3501f8028f640 OK --- PASS: TestLs (5.32s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:27:27 DEBUG : potato2: md5 = c6f35d41f7ba3bd01f3676d3ccf478e4 OK 2024/12/21 01:27:29 DEBUG : empty space: md5 = 12951c56f961d26b1f5eadc48eacc10b OK 2024/12/21 01:27:29 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/12/21 01:27:29 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.51s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:27:33 DEBUG : potato2: md5 = 8b4ed685bea1d935c67ac5a6cf3e360f OK 2024/12/21 01:27:34 DEBUG : empty space: md5 = 888fb6ad505bdc844a9bb600de123cc0 OK --- PASS: TestLsLong (6.00s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:27:39 DEBUG : potato2: md5 = f919ddbae2b1219bc6c3a9659d540208 OK 2024/12/21 01:27:40 DEBUG : empty space: md5 = f29f3a2f03e7aa29a84c0b10679b4845 OK --- PASS: TestHashSums (5.44s) === RUN TestHashSumsWithErrors 2024/12/21 01:27:42 DEBUG : Creating backend with remote ":memory:" 2024/12/21 01:27:42 DEBUG : Config file has changed externally - reloading 2024/12/21 01:27:42 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/12/21 01:27:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/21 01:27:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/12/21 01:27:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/21 01:27:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/12/21 01:27:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/21 01:27:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/12/21 01:27:42 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/12/21 01:27:42 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-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:27:45 DEBUG : potato2: md5 = 76807c2c25018ec9dc552e547ab7cf15 OK 2024/12/21 01:27:46 DEBUG : empty space: md5 = 6bdd8f099b81590c30bf7facb025c7be OK 2024/12/21 01:27:49 DEBUG : sub dir/potato3: md5 = ec6538e1ccb44aa81f68b660949b126a OK 2024/12/21 01:27:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.78s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:27:55 DEBUG : small: md5 = 45eff770fa8affc77bf0365357179dbb OK 2024/12/21 01:27:56 DEBUG : medium: md5 = 3ae87b342ba4da8d10a6bc4b76eaf890 OK 2024/12/21 01:27:58 DEBUG : large: md5 = 9fac45ff5ac660f4cf4f0874d3870b58 OK 2024/12/21 01:27:58 DEBUG : Waiting for deletions to finish 2024/12/21 01:27:58 DEBUG : large: Excluded (Size Filter) 2024/12/21 01:27:59 INFO : medium: Deleted 2024/12/21 01:27:59 INFO : small: Deleted --- PASS: TestDelete (7.27s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:28:02 DEBUG : small: md5 = 126d01d789ff6a2874794d81cd3e9f4a OK 2024/12/21 01:28:03 DEBUG : medium: md5 = 828cb33b34ac29e3a3c08fdc26aa2f72 OK 2024/12/21 01:28:05 DEBUG : large: md5 = 53f6371c3edafed65b1f4ea6908b19a0 OK 2024/12/21 01:28:05 DEBUG : Waiting for deletions to finish 2024/12/21 01:28:06 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/12/21 01:28:06 INFO : large: Deleted 2024/12/21 01:28:06 INFO : small: Deleted --- PASS: TestMaxDelete (7.84s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:28:10 DEBUG : small: md5 = ba438f38e1c815ddb57752608b43d2ff OK 2024/12/21 01:28:12 DEBUG : medium: md5 = b5872bf69fc633e8a8f1addad7d5356c OK 2024/12/21 01:28:13 DEBUG : large: md5 = 8ed3ea320b1c61d3a45c38a8ea94c5f3 OK 2024/12/21 01:28:14 DEBUG : Waiting for deletions to finish 2024/12/21 01:28:14 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/21 01:28:15 INFO : small: Deleted 2024/12/21 01:28:15 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.12s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:28:18 DEBUG : small: md5 = 2702c63f976c144e2e194283a7280050 OK 2024/12/21 01:28:20 DEBUG : medium: md5 = 2d0658420049ebd24f0a76251a4afb80 OK 2024/12/21 01:28:21 DEBUG : large: md5 = 4dee73740140240c4c949a1ca51d0c9a OK 2024/12/21 01:28:21 DEBUG : Waiting for deletions to finish 2024/12/21 01:28:22 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/12/21 01:28:22 INFO : medium: Deleted 2024/12/21 01:28:22 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.80s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:28:26 DEBUG : ReadFile: md5 = 348da83f2b2911f3ff2c3674c0820fef OK --- PASS: TestReadFile (4.52s) === RUN TestRetry 2024/12/21 01:28:29 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/12/21 01:28:29 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/12/21 01:28:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/21 01:28:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/21 01:28:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/21 01:28:29 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/12/21 01:28:29 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-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:28:30 DEBUG : file1: md5 = 4724bccb49af417fe7bde0d2fe064f1d OK 2024/12/21 01:28:32 DEBUG : file2: md5 = 16e2f00e150a154063741033a4984113 OK --- PASS: TestCat (18.56s) === RUN TestPurge 2024/12/21 01:28:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tayuseq9zipu" 2024/12/21 01:28:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/21 01:28:47 DEBUG : Creating backend with remote "TestDrive:crypt/vqchvj5d8tplvsdcge2ddhrebd7j0uf6klkinp1fmtjuhngvldc0" 2024/12/21 01:28:48 DEBUG : Creating backend with remote "/tmp/rclone370902822" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tayuseq9zipu'", Local "Local file system at /tmp/rclone370902822", Modify Window "1ms" 2024/12/21 01:28:54 DEBUG : A1/B1/C1/one: md5 = d173b3d0548dfb8292bd67cd0909cd99 OK 2024/12/21 01:28:54 DEBUG : A2: Making directory 2024/12/21 01:28:55 DEBUG : A1/B2: Making directory 2024/12/21 01:28:56 DEBUG : A1/B2/C2: Making directory 2024/12/21 01:28:57 DEBUG : A1/B1/C3: Making directory 2024/12/21 01:28:58 DEBUG : A3: Making directory 2024/12/21 01:28:59 DEBUG : A3/B3: Making directory 2024/12/21 01:29:00 DEBUG : A3/B3/C4: Making directory 2024/12/21 01:29:03 DEBUG : A1/two: md5 = bb8cdfac004ce6c5b49ff4f33561c09f OK 2024/12/21 01:29:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tayuseq9zipu': Purge remote 2024/12/21 01:29:07 NOTICE: purge failed: directory not found --- PASS: TestPurge (19.59s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:29:11 DEBUG : A1/B1/C1/one: md5 = c34b20c7b9fb36e6a4567f6a407a0ddb OK 2024/12/21 01:29:11 DEBUG : A2: Making directory 2024/12/21 01:29:12 DEBUG : A1/B2: Making directory 2024/12/21 01:29:13 DEBUG : A1/B2/C2: Making directory 2024/12/21 01:29:14 DEBUG : A1/B1/C3: Making directory 2024/12/21 01:29:15 DEBUG : A3: Making directory 2024/12/21 01:29:17 DEBUG : A3/B3: Making directory 2024/12/21 01:29:18 DEBUG : A3/B3/C4: Making directory 2024/12/21 01:29:20 DEBUG : A1/two: md5 = ef1bb84745b7b9c3f638517fe933b03b OK 2024/12/21 01:29:22 DEBUG : removing 1 level 3 directories 2024/12/21 01:29:22 INFO : A3/B3/C4: Removing directory 2024/12/21 01:29:24 DEBUG : removing 2 level 3 directories 2024/12/21 01:29:24 INFO : A1/B1/C3: Removing directory 2024/12/21 01:29:24 INFO : A1/B2/C2: Removing directory 2024/12/21 01:29:25 DEBUG : removing 2 level 2 directories 2024/12/21 01:29:25 INFO : A3/B3: Removing directory 2024/12/21 01:29:25 INFO : A1/B2: Removing directory 2024/12/21 01:29:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/21 01:29:26 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/12/21 01:29:26 DEBUG : removing 2 level 1 directories 2024/12/21 01:29:26 INFO : A3: Removing directory 2024/12/21 01:29:26 INFO : A2: Removing directory 2024/12/21 01:29:27 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/12/21 01:29:31 DEBUG : removing 1 level 3 directories 2024/12/21 01:29:31 INFO : A1/B1/C1: Removing directory 2024/12/21 01:29:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:32 DEBUG : removing 1 level 2 directories 2024/12/21 01:29:32 INFO : A1/B1: Removing directory 2024/12/21 01:29:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/21 01:29:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 01:29:33 DEBUG : removing 1 level 1 directories 2024/12/21 01:29:33 INFO : A1: Removing directory 2024/12/21 01:29:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/21 01:29:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/21 01:29:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/21 01:29:33 DEBUG : removing 1 level 0 directories 2024/12/21 01:29:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Removing directory 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/12/21 01:29:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestRmdirsNoLeaveRoot (28.41s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:29:36 DEBUG : A1: Making directory 2024/12/21 01:29:37 DEBUG : A1/B1: Making directory 2024/12/21 01:29:38 DEBUG : A1/B1/C1: Making directory 2024/12/21 01:29:41 DEBUG : removing 1 level 3 directories 2024/12/21 01:29:41 INFO : A1/B1/C1: Removing directory 2024/12/21 01:29:42 DEBUG : removing 1 level 2 directories 2024/12/21 01:29:42 INFO : A1/B1: Removing directory 2024/12/21 01:29:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 01:29:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.60s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:29:45 DEBUG : A1: Making directory 2024/12/21 01:29:46 DEBUG : A1/B1: Making directory 2024/12/21 01:29:47 DEBUG : A1/B1/C1: Making directory 2024/12/21 01:29:50 DEBUG : removing 1 level 3 directories 2024/12/21 01:29:50 INFO : A1/B1/C1: Removing directory 2024/12/21 01:29:50 DEBUG : removing 1 level 2 directories 2024/12/21 01:29:50 INFO : A1/B1: Removing directory 2024/12/21 01:29:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 01:29:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.55s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:29:55 DEBUG : file1: md5 = d40f08a590ee209e561653cba239f721 OK 2024/12/21 01:29:56 DEBUG : filename.txt: File name found in url 2024/12/21 01:29:57 DEBUG : filename.txt: md5 = 4b8258d8555232edf72e0d67f43fcba7 OK 2024/12/21 01:29:57 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/12/21 01:29:59 DEBUG : headerfilename.txt: md5 = 739957390e4653b3b93c3d71943f6df2 OK 2024/12/21 01:30:01 DEBUG : file2: md5 = 1d403cedb9551e1a344fe5a5b4441a55 OK --- PASS: TestCopyURL (10.33s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:30:04 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/21 01:30:07 DEBUG : sub/file2: md5 = 15dfaf9f46c2108bb7b9fecf0aa74ca3 OK 2024/12/21 01:30:07 INFO : file1: Copied (new) to: sub/file2 2024/12/21 01:30:07 INFO : file1: Deleted 2024/12/21 01:30:07 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/21 01:30:07 DEBUG : file1: Unchanged skipping 2024/12/21 01:30:07 INFO : file1: Deleted 2024/12/21 01:30:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': don't need to copy/move sub/file2, it is already at target location 2024/12/21 01:30:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.61s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:30:11 DEBUG : file1: Need to transfer - File not found at Destination 2024/12/21 01:30:12 DEBUG : file1: md5 = 264f4b34e3375fd515e292debd7503a1 OK 2024/12/21 01:30:12 INFO : file1: Copied (new) 2024/12/21 01:30:12 INFO : file1: Deleted 2024/12/21 01:30:13 DEBUG : file1: Destination exists, skipping 2024/12/21 01:30:13 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.76s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:30:18 DEBUG : dst/file1: md5 = d8804aa5655aa197c1b4c20b439288b3 OK 2024/12/21 01:30:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lemahip3gefo/backup" 2024/12/21 01:30:18 DEBUG : Creating backend with remote "TestDrive:crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0/1nrff024r7pq65ecp72fc28jb0" 2024/12/21 01:30:20 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/12/21 01:30:23 INFO : dst/file1: Moved (server-side) 2024/12/21 01:30:25 DEBUG : dst/file1: md5 = b0f551c8dab49521a8ac1fa53252babc OK 2024/12/21 01:30:25 INFO : dst/file1: Copied (new) 2024/12/21 01:30:25 INFO : dst/file1: Deleted 2024/12/21 01:30:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 01:30:28 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/12/21 01:30:29 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.30s) === 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-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:30:33 DEBUG : A1/one: md5 = 381b40b81f12840f202a82fa79974212 OK 2024/12/21 01:30:35 DEBUG : A1/two: md5 = 24ab5d772673cfdf52b30da2a375fe8c OK 2024/12/21 01:30:38 DEBUG : A1/B1/three: md5 = 635ae602409adef1f428b5e1cccd309b OK 2024/12/21 01:30:41 DEBUG : A1/B1/C1/four: md5 = 36c0ed59fc38a0346ecda5353397d428 OK 2024/12/21 01:30:43 DEBUG : A1/B1/C2/five: md5 = 7d2c1a11d541255eeef1611fbf6f268a OK 2024/12/21 01:30:43 DEBUG : A1/B2: Making directory 2024/12/21 01:30:44 DEBUG : A1/B1/C3: Making directory 2024/12/21 01:30:56 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/12/21 01:30:56 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/12/21 01:30:56 INFO : A2/two: Moved (server-side) to: A3/two 2024/12/21 01:30:56 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/12/21 01:30:57 INFO : A2/one: Moved (server-side) to: A3/one 2024/12/21 01:31:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/21 01:31:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/21 01:31:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 01:31:02 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/21 01:31:02 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/21 01:31:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/12/21 01:31:12 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/12/21 01:31:12 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/12/21 01:31:12 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/12/21 01:31:12 INFO : A3/two: Moved (server-side) to: A4/two 2024/12/21 01:31:12 INFO : A3/one: Moved (server-side) to: A4/one 2024/12/21 01:31:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/21 01:31:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/21 01:31:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 01:31:16 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/21 01:31:16 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/21 01:31:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/12/21 01:31:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/12/21 01:31:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/12/21 01:31:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/12/21 01:31:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/12/21 01:31:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/12/21 01:31:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/12/21 01:31:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/12/21 01:31:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/12/21 01:31:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (57.00s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:31:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': File to upload is small (34 bytes), uploading instead of streaming 2024/12/21 01:31:30 DEBUG : no_checksum_small_file_from_pipe: md5 = 82ea1784b9f50e838574f9e4347b768d OK 2024/12/21 01:31:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/12/21 01:31:30 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/21 01:31:30 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/12/21 01:31:32 DEBUG : no_checksum_big_file_from_pipe: md5 = 2a64b43a783d8acaf483baef841aa53b OK 2024/12/21 01:31:32 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-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:31:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': File to upload is small (34 bytes), uploading instead of streaming 2024/12/21 01:31:35 DEBUG : with_checksum_small_file_from_pipe: md5 = 7ea8485882f53e25775fc43db2c81d9d OK 2024/12/21 01:31:35 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/21 01:31:36 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/12/21 01:31:38 DEBUG : with_checksum_big_file_from_pipe: md5 = ebce92097ba5d00be433044b7325191a OK 2024/12/21 01:31:38 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-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:31:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': File to upload is small (34 bytes), uploading instead of streaming 2024/12/21 01:31:41 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/21 01:31:42 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/21 01:31:43 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-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:31:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': File to upload is small (34 bytes), uploading instead of streaming 2024/12/21 01:31:47 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/12/21 01:31:48 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/12/21 01:31:49 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.72s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.60s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.98s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.58s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.56s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/12/21 01:31:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': File to upload is small (48 bytes), uploading instead of streaming 2024/12/21 01:31:52 DEBUG : rcat_metadata: md5 = d8e1605508a34758eda96017967cde2b OK 2024/12/21 01:31:52 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/12/21 01:31:54 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/12/21 01:31:55 DEBUG : rcat_metadata_uploadcutoff0: md5 = 39199d18554fa90a28bbe3b5e6c26218 OK 2024/12/21 01:31:55 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.49s) --- PASS: TestRcatMetadata/Normal (2.90s) --- PASS: TestRcatMetadata/ViaDisk (3.15s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:31:59 DEBUG : potato1: md5 = 028c55f1b784c875f1abbb9aedcc578b OK 2024/12/21 01:31:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': File to upload is small (60 bytes), uploading instead of streaming 2024/12/21 01:32:00 DEBUG : potato2: md5 = 32202c0989db80b44902d89acc37f67e OK 2024/12/21 01:32:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.61s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:32:04 DEBUG : potato1: md5 = f10098455a9428ccc83f897078c83e23 OK 2024/12/21 01:32:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': File to upload is small (60 bytes), uploading instead of streaming 2024/12/21 01:32:06 DEBUG : potato2: md5 = 6d2ba27569d94c4e4ebcfe01d31afb6e OK 2024/12/21 01:32:06 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.99s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:32:10 DEBUG : potato2: md5 = d91684125c30c6547f0cb43013b3bad9 OK 2024/12/21 01:32:12 DEBUG : empty space: md5 = e4dc34cb564c8c0359432ac93086e8b5 OK 2024/12/21 01:32:14 DEBUG : sub dir/potato3: md5 = 2672835c1cce41713a88bb7bfd6ebd4c OK 2024/12/21 01:32:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Touching "empty space" 2024/12/21 01:32:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Touching "potato2" 2024/12/21 01:32:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Touching "sub dir/potato3" 2024/12/21 01:32:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.56s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:32:21 DEBUG : dir with metadata: Making directory with metadata 2024/12/21 01:32:22 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.12s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:32:24 DEBUG : directory with modtime: Making directory with metadata 2024/12/21 01:32:25 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.01s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:32:27 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/21 01:32:27 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/21 01:32:27 DEBUG : Google drive root 'crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0': Skipping btime metadata as can't update it on an existing file: 2024-12-21T01:32:27.769181048Z 2024/12/21 01:32:28 INFO : non existent directory: Updated directory metadata 2024/12/21 01:32:30 DEBUG : Google drive root 'crypt/b0op119epqf16jjj09ktnr5fj5ftndmm9effhrftfur2ht4dpre0': Skipping btime metadata as can't update it on an existing file: 2024-12-21T01:32:27.769181048Z 2024/12/21 01:32:31 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.47s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:32:33 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/12/21 01:32:35 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/12/21 01:32:36 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.47s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:32:38 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/12/21 01:32:38 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/21 01:32:38 DEBUG : dst: Making directory with metadata 2024/12/21 01:32:39 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/12/21 01:32:39 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/21 01:32:40 INFO : dst: Set directory modification time (using SetModTime) 2024/12/21 01:32:40 INFO : dst: Set directory modification time (using SetModTime) 2024/12/21 01:32:40 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/12/21 01:32:41 INFO : dst: Set directory modification time (using SetModTime) 2024/12/21 01:32:41 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.12s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo'", Local "Local file system at /tmp/rclone3532994757", Modify Window "1ms" 2024/12/21 01:32:45 DEBUG : sub dir/test remove existing: md5 = 2422b38c36b280e7143da1927dbae18d OK 2024/12/21 01:32:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 48d3fcc35d40bd76d721141c056729d8 OK 2024/12/21 01:32:49 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yivivus0" before starting 2024/12/21 01:32:50 DEBUG : sub dir/test remove existing.yivivus0: TEST: removing renamed existing file after operation 2024/12/21 01:32:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.luvumat1" before starting 2024/12/21 01:32:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.luvumat1: TEST: renaming existing back after failed operation 2024/12/21 01:32:54 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yepepid6" before starting 2024/12/21 01:32:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yepepid6: TEST: removing renamed existing file after operation 2024/12/21 01:32:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "5ds0peor91pit1e9uth4j567i26te26v18sbt7stcq85s4fjcgnf3q238f9s417u3qo406cgqrb6soj6011urujq1f2vlhittrjoacfm58g7t5iev3obkbgqdgrg7rdq5ji5d96i7tormp1traepvg2q833h264o7i9k3ob2mgjp3157mrsg" 2024/12/21 01:32:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "hqh559hu0h1n8uvicjqfio91ci8uc2cdq3t5nemq4s25rjg4pgf0" --- PASS: TestRemoveExisting (15.10s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2024/12/21 01:32:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lemahip3gefo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m22.920412196s (try 1/5)