"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/11/14 18:57:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunejaf5huxo" 2024/11/14 18:57:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 18:57:50 DEBUG : Creating backend with remote "TestDrive:crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg" 2024/11/14 18:58:23 DEBUG : Creating backend with remote "/tmp/rclone3512318845" === 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-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (1.52s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.35s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/14 18:58:25 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/14 18:58:25 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/14 18:58:25 DEBUG : potato: Seek from 10 to 0 2024/11/14 18:58:25 DEBUG : potato: Seek from 10 to 0 2024/11/14 18:58:25 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/14 18:58:25 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/14 18:58:25 DEBUG : potato: Seek from 5 to 2 2024/11/14 18:58:25 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/14 18:58:25 DEBUG : potato: Seek from 7 to 0 2024/11/14 18:58:25 DEBUG : potato: Seek from 7 to 0 2024/11/14 18:58:25 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/14 18:58:25 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/14 18:58:25 DEBUG : potato: Seek from 5 to 2 2024/11/14 18:58:25 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/14 18:58:25 DEBUG : potato: Seek from 8 to 0 2024/11/14 18:58:25 DEBUG : potato: Seek from 8 to 0 2024/11/14 18:58:25 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/14 18:58:25 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/14 18:58:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/14 18:58:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/14 18:58:25 DEBUG : potato: Seek from 5 to 2 2024/11/14 18:58:25 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/14 18:58:25 DEBUG : potato: Seek from 9 to 0 2024/11/14 18:58:25 DEBUG : potato: Seek from 9 to 0 2024/11/14 18:58:25 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-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 18:58:31 DEBUG : rutabaga: md5 = 03d84f40c39e0e248a00c3b62ac136d5 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/14 18:58:34 DEBUG : empty space: md5 = 5ad3283ef51cd548969830112e5e4579 OK === RUN TestCheck/3 2024/11/14 18:58:38 DEBUG : potato2: md5 = b8bcf5227fed93122d0719579d224449 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/14 18:58:48 DEBUG : remotepotato: md5 = 1f9f804a807eff8e4b8dc990ed9ca53a OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (27.24s) --- PASS: TestCheck/1 (0.29s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.62s) --- PASS: TestCheck/4 (0.86s) --- PASS: TestCheck/5 (0.47s) --- PASS: TestCheck/6 (0.30s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2024/11/14 18:58:52 DEBUG : Creating backend with remote "nonexistent" 2024/11/14 18:58:52 DEBUG : Creating backend with remote "nonexistent" 2024/11/14 18:58:52 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/14 18:58:52 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/11/14 18:58:52 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/14 18:58:52 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-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 18:58:54 DEBUG : rutabaga: md5 = 2b8d84031c806b2df5090bc2f336e50d OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/14 18:58:59 DEBUG : empty space: md5 = 598f83545dd2ff7c15cc53b91992b4a6 OK === RUN TestCheckDownload/3 2024/11/14 18:59:02 DEBUG : potato2: md5 = 63b7805f7056add017cfa1b8e6255efe OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/14 18:59:07 DEBUG : remotepotato: md5 = 917725d85ee386cf1dbd8c5f4e9ec2d8 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (20.76s) --- PASS: TestCheckDownload/1 (1.47s) --- PASS: TestCheckDownload/2 (1.24s) --- PASS: TestCheckDownload/3 (0.85s) --- PASS: TestCheckDownload/4 (1.39s) --- PASS: TestCheckDownload/5 (1.21s) --- PASS: TestCheckDownload/6 (1.03s) --- PASS: TestCheckDownload/7 (1.17s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 18:59:15 DEBUG : rutabaga: md5 = af5e277be336182fe873d9f53e95fd64 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/14 18:59:18 DEBUG : empty space: md5 = cbb2f8d076fcff5d60706fb88500c69d OK === RUN TestCheckSizeOnly/3 2024/11/14 18:59:21 DEBUG : potato2: md5 = 6f0c78e2a1a57d422cd1a3ebb848be93 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/14 18:59:24 DEBUG : remotepotato: md5 = 478b230f99f503151d661adbdc72ef9d OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (15.49s) --- PASS: TestCheckSizeOnly/1 (0.32s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.31s) --- PASS: TestCheckSizeOnly/4 (0.41s) --- PASS: TestCheckSizeOnly/5 (0.38s) --- PASS: TestCheckSizeOnly/6 (0.35s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 18:59:32 DEBUG : test.sum: md5 = 42867587f461e7ca33ba151e83353b4a OK 2024/11/14 18:59:33 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/14 18:59:33 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/14 18:59:33 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/14 18:59:33 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/14 18:59:35 DEBUG : test.sum: md5 = 3f9df6197d8acf3a686ceaef7466c1a0 OK 2024/11/14 18:59:37 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/14 18:59:37 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/14 18:59:37 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/14 18:59:37 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (10.15s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 18:59:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunejaf5huxo/data" 2024/11/14 18:59:39 DEBUG : Creating backend with remote "TestDrive:crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.22s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 18:59:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunejaf5huxo/data" 2024/11/14 18:59:41 DEBUG : Creating backend with remote "TestDrive:crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg/vjrnln8ratgmqakfosrqe8espk" 2024/11/14 18:59:46 DEBUG : data/banana: md5 = 933f931789c3a8c5176eec708bf7db4b OK 2024/11/14 18:59:48 DEBUG : test.sum: md5 = d760d8b6e3569742caa80afd33cd151f OK === RUN TestCheckSumDownload/subtest1 2024/11/14 18:59:54 DEBUG : data/potato: md5 = b9392d793024e03e96d64c87ffcb7e7c OK 2024/11/14 18:59:56 DEBUG : test.sum: md5 = 07fb673a39e5cafe4d5129214d4a42fe OK === RUN TestCheckSumDownload/subtest2 2024/11/14 19:00:01 DEBUG : test.sum: md5 = afe66218daaceacc672ec7d40f732185 OK === RUN TestCheckSumDownload/subtest3 2024/11/14 19:00:06 DEBUG : test.sum: md5 = 01f14f9efc6e77bff24609ceafec94a6 OK === RUN TestCheckSumDownload/subtest4 2024/11/14 19:00:12 DEBUG : test.sum: md5 = 2052fbdaf490056bc26eabf4a4a101e6 OK === RUN TestCheckSumDownload/subtest5 2024/11/14 19:00:17 DEBUG : test.sum: md5 = f304c9d47dd6a38b1dab0bd54af51322 OK === RUN TestCheckSumDownload/subtest6 2024/11/14 19:00:23 DEBUG : data/banana: md5 = c02133837db5986ef3683e6f1a750f48 OK 2024/11/14 19:00:25 DEBUG : data/potato: md5 = 1de608073e535da19f4c55f436d146d1 OK 2024/11/14 19:00:26 DEBUG : test.sum: md5 = 59f68cb40af30f410ba27656c4600198 OK === RUN TestCheckSumDownload/subtest7 2024/11/14 19:00:33 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/11/14 19:00:33 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (53.57s) --- PASS: TestCheckSumDownload/subtest1 (3.10s) --- PASS: TestCheckSumDownload/subtest2 (3.02s) --- PASS: TestCheckSumDownload/subtest3 (3.04s) --- PASS: TestCheckSumDownload/subtest4 (2.56s) --- PASS: TestCheckSumDownload/subtest5 (2.76s) --- PASS: TestCheckSumDownload/subtest6 (2.54s) --- PASS: TestCheckSumDownload/subtest7 (3.33s) === RUN TestApplyTransforms 2024/11/14 19:00:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xijusey0delu" 2024/11/14 19:00:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 19:00:35 DEBUG : Creating backend with remote "TestDrive:crypt/k43bavubhq70lts3e8oq4hrh2rsobk6qjbl6bujq79g112uleevg" 2024/11/14 19:00:36 DEBUG : Creating backend with remote "/tmp/rclone2165601726" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xijusey0delu'", Local "Local file system at /tmp/rclone2165601726", Modify Window "1ms" 2024/11/14 19:00:39 DEBUG : hello, world!: md5 = f5dae8c49e8466c9a87bac4df3c9d18f OK upper checkfile vs. lower remote (without normalization) 2024/11/14 19:00:40 ERROR : hello, world!: sum not found 2024/11/14 19:00:40 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xijusey0delu' 2024/11/14 19:00:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xijusey0delu': 1 files missing 2024/11/14 19:00:40 NOTICE: 1 hashes missing 2024/11/14 19:00:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xijusey0delu': 2 differences found 2024/11/14 19:00:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xijusey0delu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/14 19:00:41 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 19:00:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xijusey0delu': 0 differences found 2024/11/14 19:00:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xijusey0delu': 1 matching files 2024/11/14 19:00:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vimonew5quga" 2024/11/14 19:00:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 19:00:41 DEBUG : Creating backend with remote "TestDrive:crypt/d0c7b0ff4vf51ooubdq6s7t8apc9u0rotksn9e4llg6abb32i5pg" 2024/11/14 19:00:43 DEBUG : Creating backend with remote "/tmp/rclone2555770438" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vimonew5quga'", Local "Local file system at /tmp/rclone2555770438", Modify Window "1ms" 2024/11/14 19:00:46 DEBUG : HELLO, WORLD!: md5 = 89234cbc23db7c36b4e6a08811bbd706 OK lower checkfile vs. upper remote (without normalization) 2024/11/14 19:00:46 ERROR : HELLO, WORLD!: sum not found 2024/11/14 19:00:46 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vimonew5quga' 2024/11/14 19:00:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vimonew5quga': 1 files missing 2024/11/14 19:00:46 NOTICE: 1 hashes missing 2024/11/14 19:00:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vimonew5quga': 2 differences found 2024/11/14 19:00:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vimonew5quga': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/14 19:00:48 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 19:00:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vimonew5quga': 0 differences found 2024/11/14 19:00:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vimonew5quga': 1 matching files 2024/11/14 19:00:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-timodok5fuxu" 2024/11/14 19:00:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 19:00:48 DEBUG : Creating backend with remote "TestDrive:crypt/2bejildqfd8p1hnc7cl4n7om406vk1o7d172fispfvs3cf3q77s0" 2024/11/14 19:00:50 DEBUG : Creating backend with remote "/tmp/rclone2841844758" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-timodok5fuxu'", Local "Local file system at /tmp/rclone2841844758", Modify Window "1ms" 2024/11/14 19:00:53 DEBUG : HeLlO, wOrLd!: md5 = c6ece9f73989b866e47e8ff5d42649ed OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/14 19:00:53 ERROR : HeLlO, wOrLd!: sum not found 2024/11/14 19:00:53 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-timodok5fuxu' 2024/11/14 19:00:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-timodok5fuxu': 1 files missing 2024/11/14 19:00:53 NOTICE: 1 hashes missing 2024/11/14 19:00:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-timodok5fuxu': 2 differences found 2024/11/14 19:00:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-timodok5fuxu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/14 19:00:55 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 19:00:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-timodok5fuxu': 0 differences found 2024/11/14 19:00:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-timodok5fuxu': 1 matching files 2024/11/14 19:00:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cedayoc1ronu" 2024/11/14 19:00:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 19:00:55 DEBUG : Creating backend with remote "TestDrive:crypt/fauhi5cdltb1hupprur52kdb04t2pgecdkp7vor5jmdbpmmcjepg" 2024/11/14 19:00:56 DEBUG : Creating backend with remote "/tmp/rclone319322002" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cedayoc1ronu'", Local "Local file system at /tmp/rclone319322002", Modify Window "1ms" 2024/11/14 19:00:59 DEBUG : HELLO, WORLD!: md5 = 88971c25451e5d0b185e0bad19d1eafe OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/14 19:01:00 ERROR : HELLO, WORLD!: sum not found 2024/11/14 19:01:00 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cedayoc1ronu' 2024/11/14 19:01:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cedayoc1ronu': 1 files missing 2024/11/14 19:01:00 NOTICE: 1 hashes missing 2024/11/14 19:01:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cedayoc1ronu': 2 differences found 2024/11/14 19:01:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cedayoc1ronu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/14 19:01:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 19:01:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cedayoc1ronu': 0 differences found 2024/11/14 19:01:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cedayoc1ronu': 1 matching files 2024/11/14 19:01:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuquteq7lepo" 2024/11/14 19:01:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 19:01:01 DEBUG : Creating backend with remote "TestDrive:crypt/hhqjvst8shm8m211fo341d3nuc6cvq5neqciqqiqqeo7oec0ig2g" 2024/11/14 19:01:03 DEBUG : Creating backend with remote "/tmp/rclone3463735263" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuquteq7lepo'", Local "Local file system at /tmp/rclone3463735263", Modify Window "1ms" 2024/11/14 19:01:06 DEBUG : 測試_Русский___ě_áñ: md5 = 90ee849c02213a3960215f674167a9ba OK NFD checkfile vs. NFC remote (without normalization) 2024/11/14 19:01:07 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/14 19:01:07 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nuquteq7lepo' 2024/11/14 19:01:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuquteq7lepo': 1 files missing 2024/11/14 19:01:07 NOTICE: 1 hashes missing 2024/11/14 19:01:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuquteq7lepo': 2 differences found 2024/11/14 19:01:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuquteq7lepo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/14 19:01:09 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 19:01:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuquteq7lepo': 0 differences found 2024/11/14 19:01:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuquteq7lepo': 1 matching files 2024/11/14 19:01:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-corozec4noqo" 2024/11/14 19:01:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 19:01:10 DEBUG : Creating backend with remote "TestDrive:crypt/lvqeuojhukh2m5gpl0bfckigdnc4rnleacvcoti662d9o8icqq4g" 2024/11/14 19:01:11 DEBUG : Creating backend with remote "/tmp/rclone4268859029" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-corozec4noqo'", Local "Local file system at /tmp/rclone4268859029", Modify Window "1ms" 2024/11/14 19:01:14 DEBUG : 測試_Русский___ě_áñ: md5 = bbcb700edc8fc6adb663671b5fe3aedf OK NFC checkfile vs. NFD remote (without normalization) 2024/11/14 19:01:15 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/14 19:01:15 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-corozec4noqo' 2024/11/14 19:01:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-corozec4noqo': 1 files missing 2024/11/14 19:01:15 NOTICE: 1 hashes missing 2024/11/14 19:01:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-corozec4noqo': 2 differences found 2024/11/14 19:01:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-corozec4noqo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/14 19:01:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 19:01:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-corozec4noqo': 0 differences found 2024/11/14 19:01:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-corozec4noqo': 1 matching files 2024/11/14 19:01:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kiqefil4vaji" 2024/11/14 19:01:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 19:01:17 DEBUG : Creating backend with remote "TestDrive:crypt/p6dcgc4aaoi6tlpe5g2s657pjootfnunksv0onu0a0do640c4pcg" 2024/11/14 19:01:20 DEBUG : Creating backend with remote "/tmp/rclone959967575" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kiqefil4vaji'", Local "Local file system at /tmp/rclone959967575", Modify Window "1ms" 2024/11/14 19:01:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 027c13d179fcfad4ecd1b93b724744d9 OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/14 19:01:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/14 19:01:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kiqefil4vaji' 2024/11/14 19:01:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiqefil4vaji': 1 files missing 2024/11/14 19:01:24 NOTICE: 1 hashes missing 2024/11/14 19:01:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiqefil4vaji': 2 differences found 2024/11/14 19:01:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiqefil4vaji': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/14 19:01:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 19:01:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiqefil4vaji': 0 differences found 2024/11/14 19:01:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiqefil4vaji': 1 matching files 2024/11/14 19:01:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fihowan9vonu" 2024/11/14 19:01:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 19:01:26 DEBUG : Creating backend with remote "TestDrive:crypt/eiisuq2mb07412pblj2a6kfr49ibat3fs1ko422ra3jjp2asg0d0" 2024/11/14 19:01:27 DEBUG : Creating backend with remote "/tmp/rclone764968846" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fihowan9vonu'", Local "Local file system at /tmp/rclone764968846", Modify Window "1ms" 2024/11/14 19:01:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f106d036fffc16d4561591d02120f545 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/14 19:01:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/14 19:01:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fihowan9vonu' 2024/11/14 19:01:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fihowan9vonu': 1 files missing 2024/11/14 19:01:31 NOTICE: 1 hashes missing 2024/11/14 19:01:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fihowan9vonu': 2 differences found 2024/11/14 19:01:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fihowan9vonu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/14 19:01:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 19:01:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fihowan9vonu': 0 differences found 2024/11/14 19:01:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fihowan9vonu': 1 matching files 2024/11/14 19:01:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zotidun1seja" 2024/11/14 19:01:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 19:01:33 DEBUG : Creating backend with remote "TestDrive:crypt/ahr6a1q4fi84hlnethj1k2co4li9r9kf28dtbslpchna5p8047n0" 2024/11/14 19:01:35 DEBUG : Creating backend with remote "/tmp/rclone246713553" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zotidun1seja'", Local "Local file system at /tmp/rclone246713553", Modify Window "1ms" 2024/11/14 19:01:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c451473550560be420f1d04595376ff5 OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/14 19:01:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/14 19:01:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zotidun1seja' 2024/11/14 19:01:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotidun1seja': 1 files missing 2024/11/14 19:01:39 NOTICE: 1 hashes missing 2024/11/14 19:01:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotidun1seja': 2 differences found 2024/11/14 19:01:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotidun1seja': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/14 19:01:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 19:01:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotidun1seja': 0 differences found 2024/11/14 19:01:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zotidun1seja': 1 matching files 2024/11/14 19:01:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-saxalow3zadu" 2024/11/14 19:01:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 19:01:41 DEBUG : Creating backend with remote "TestDrive:crypt/8f6hr88omi8hi0s9pao5qr9rtlnq6vs9ut4ocatg8tc21i7bqlb0" 2024/11/14 19:01:42 DEBUG : Creating backend with remote "/tmp/rclone3949067374" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-saxalow3zadu'", Local "Local file system at /tmp/rclone3949067374", Modify Window "1ms" 2024/11/14 19:01:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6beadf73d8bfedc9944cecd9bb12bd37 OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/14 19:01:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/14 19:01:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-saxalow3zadu' 2024/11/14 19:01:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saxalow3zadu': 1 files missing 2024/11/14 19:01:47 NOTICE: 1 hashes missing 2024/11/14 19:01:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saxalow3zadu': 2 differences found 2024/11/14 19:01:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saxalow3zadu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/14 19:01:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/14 19:01:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saxalow3zadu': 0 differences found 2024/11/14 19:01:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saxalow3zadu': 1 matching files 2024/11/14 19:01:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-saxalow3zadu': Purge remote 2024/11/14 19:01:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zotidun1seja': Purge remote 2024/11/14 19:01:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fihowan9vonu': Purge remote 2024/11/14 19:01:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kiqefil4vaji': Purge remote 2024/11/14 19:01:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-corozec4noqo': Purge remote 2024/11/14 19:01:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuquteq7lepo': Purge remote 2024/11/14 19:01:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cedayoc1ronu': Purge remote 2024/11/14 19:01:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-timodok5fuxu': Purge remote 2024/11/14 19:01:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vimonew5quga': Purge remote 2024/11/14 19:01:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xijusey0delu': Purge remote --- PASS: TestApplyTransforms (81.63s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:01:56 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/14 19:02:00 DEBUG : sub/file2: md5 = bb8469cab89bf6cffe71459900c1a5a6 OK 2024/11/14 19:02:00 INFO : file1: Copied (new) to: sub/file2 2024/11/14 19:02:03 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/14 19:02:03 DEBUG : file1: Unchanged skipping 2024/11/14 19:02:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': don't need to copy/move sub/file2, it is already at target location 2024/11/14 19:02:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (10.71s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.52s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:02:11 DEBUG : dst/file1: md5 = 29e63c65f14fbc69420e65852b2958f8 OK 2024/11/14 19:02:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunejaf5huxo/backup" 2024/11/14 19:02:12 DEBUG : Creating backend with remote "TestDrive:crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg/1nrff024r7pq65ecp72fc28jb0" 2024/11/14 19:02:14 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/14 19:02:18 INFO : dst/file1: Moved (server-side) 2024/11/14 19:02:20 DEBUG : dst/file1: md5 = 8d3be7076869ec1a3f45e06c48dafc79 OK 2024/11/14 19:02:20 INFO : dst/file1: Copied (new) 2024/11/14 19:02:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 19:02:25 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 19:02:26 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (19.87s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:02:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunejaf5huxo/dst" 2024/11/14 19:02:27 DEBUG : Creating backend with remote "TestDrive:crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/14 19:02:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunejaf5huxo/CompareDest" 2024/11/14 19:02:30 DEBUG : Creating backend with remote "TestDrive:crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg/gveqi14airsml4bgu7krj116o8" 2024/11/14 19:02:31 DEBUG : one: Need to transfer - File not found at Destination 2024/11/14 19:02:35 DEBUG : one: md5 = e63d002ce45fe25f8459cce02c58d74b OK 2024/11/14 19:02:35 INFO : one: Copied (new) 2024/11/14 19:02:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/14 19:02:38 DEBUG : one: md5 = 383dae3f7005c4c55b70ad42f826a2d4 OK 2024/11/14 19:02:38 INFO : one: Copied (replaced existing) 2024/11/14 19:02:41 DEBUG : dst/one: md5 = 280668a9d368d9e44f1fca2b7f74d26c OK 2024/11/14 19:02:45 DEBUG : CompareDest/one: md5 = 98b0a397cf3896a6a1f600f5ca1059b7 OK 2024/11/14 19:02:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/14 19:02:47 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 19:02:47 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/14 19:02:57 DEBUG : CompareDest/two: md5 = 8796a97c582760d4fb4af2ec63818b2d OK 2024/11/14 19:02:59 DEBUG : two: Need to transfer - File not found at Destination 2024/11/14 19:02:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 19:02:59 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/14 19:03:00 DEBUG : two: Need to transfer - File not found at Destination 2024/11/14 19:03:01 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 19:03:01 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/14 19:03:02 DEBUG : two: Need to transfer - File not found at Destination 2024/11/14 19:03:02 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/14 19:03:04 DEBUG : two: md5 = afaf0f4438784f32b4670a9e503abeca OK 2024/11/14 19:03:04 INFO : two: Copied (new) 2024/11/14 19:03:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/14 19:03:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:03:10 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/14 19:03:10 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (43.95s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:03:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunejaf5huxo/dst" 2024/11/14 19:03:11 DEBUG : Creating backend with remote "TestDrive:crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/14 19:03:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunejaf5huxo/CopyDest" 2024/11/14 19:03:13 DEBUG : Creating backend with remote "TestDrive:crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/14 19:03:15 DEBUG : one: Need to transfer - File not found at Destination 2024/11/14 19:03:18 DEBUG : one: md5 = 6150680c64608285cfb2ca108a5855d7 OK 2024/11/14 19:03:18 INFO : one: Copied (new) 2024/11/14 19:03:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/14 19:03:21 DEBUG : one: md5 = aa496976ce9526798c9a4a74b3b1ee5b OK 2024/11/14 19:03:21 INFO : one: Copied (replaced existing) 2024/11/14 19:03:24 DEBUG : dst/one: md5 = adff2bb373e3a296e89607831586c1cb OK 2024/11/14 19:03:27 DEBUG : CopyDest/one: md5 = d5cfc7ebce8ca592c9fb7868477a1997 OK 2024/11/14 19:03:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunejaf5huxo/BackupDir" 2024/11/14 19:03:27 DEBUG : Creating backend with remote "TestDrive:crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/14 19:03:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/14 19:03:30 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 19:03:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/14 19:03:32 INFO : one: Moved (server-side) 2024/11/14 19:03:34 INFO : one: Copied (server-side copy) 2024/11/14 19:03:34 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/14 19:03:36 DEBUG : CopyDest/two: md5 = c46592d6674f281735d43a901b2e99fb OK 2024/11/14 19:03:37 DEBUG : two: Need to transfer - File not found at Destination 2024/11/14 19:03:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 19:03:39 INFO : two: Copied (server-side copy) 2024/11/14 19:03:39 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/14 19:03:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/14 19:03:39 DEBUG : two: Unchanged skipping 2024/11/14 19:03:42 DEBUG : CopyDest/three: md5 = b4ed5c242e9cbedb0c5693f0951747d8 OK 2024/11/14 19:03:43 DEBUG : three: Need to transfer - File not found at Destination 2024/11/14 19:03:43 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/14 19:03:43 DEBUG : three: Destination not found in --copy-dest 2024/11/14 19:03:45 DEBUG : three: md5 = 79907b901fde5a060aa91e2906691061 OK 2024/11/14 19:03:45 INFO : three: Copied (new) 2024/11/14 19:03:51 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/14 19:03:51 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:03:51 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/14 19:03:52 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/14 19:03:52 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:03:52 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/14 19:03:53 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (42.58s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.49s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.53s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:03:55 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/14 19:03:58 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 8c89bf5537a0727cb33fc92c76ef3bad OK 2024/11/14 19:03:58 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/14 19:04:00 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/14 19:04:00 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2024/11/14 19:04:02 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/14 19:04:03 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/14 19:04:05 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c31b846e8fc17225875e48f19e5ea925 OK 2024/11/14 19:04:05 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/14 19:04:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/14 19:04:08 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (14.67s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.57s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:04:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Looking for duplicate names using skip mode. 2024/11/14 19:04:14 NOTICE: one: Found 2 files with duplicate names 2024/11/14 19:04:14 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.69s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:04:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Looking for duplicate names using skip mode. 2024/11/14 19:04:23 NOTICE: one: Found 3 files with duplicate names 2024/11/14 19:04:23 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/14 19:04:23 INFO : one: Deleted 2024/11/14 19:04:23 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.77s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:04:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Looking for duplicate names using first mode. 2024/11/14 19:04:31 NOTICE: one: Found 3 files with duplicate names 2024/11/14 19:04:32 INFO : one: Deleted 2024/11/14 19:04:33 INFO : one: Deleted 2024/11/14 19:04:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.71s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:04:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Looking for duplicate names using newest mode. 2024/11/14 19:04:40 NOTICE: one: Found 3 files with duplicate names 2024/11/14 19:04:41 INFO : one: Deleted 2024/11/14 19:04:42 INFO : one: Deleted 2024/11/14 19:04:42 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.90s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.49s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:04:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Looking for duplicate names using oldest mode. 2024/11/14 19:04:49 NOTICE: one: Found 3 files with duplicate names 2024/11/14 19:04:50 INFO : one: Deleted 2024/11/14 19:04:51 INFO : one: Deleted 2024/11/14 19:04:51 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.79s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:04:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Looking for duplicate names using largest mode. 2024/11/14 19:04:58 NOTICE: one: Found 3 files with duplicate names 2024/11/14 19:04:59 INFO : one: Deleted 2024/11/14 19:05:00 INFO : one: Deleted 2024/11/14 19:05:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (9.28s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:05:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Looking for duplicate names using smallest mode. 2024/11/14 19:05:08 NOTICE: one: Found 3 files with duplicate names 2024/11/14 19:05:09 INFO : one: Deleted 2024/11/14 19:05:09 INFO : one: Deleted 2024/11/14 19:05:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (9.11s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:05:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Looking for duplicate names using rename mode. 2024/11/14 19:05:18 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/14 19:05:20 INFO : one-2.txt: renamed from: one.txt 2024/11/14 19:05:21 INFO : one-3.txt: renamed from: one.txt 2024/11/14 19:05:23 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (18.17s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:05:34 DEBUG : dupe1/one.txt: md5 = b03e6ce6c90abf7698ec3862a8595a60 OK 2024/11/14 19:05:37 DEBUG : dupe2/two.txt: md5 = d509bd5d9b95ace0560ef8b56cef8059 OK 2024/11/14 19:05:40 DEBUG : dupe3/three.txt: md5 = e423440d2751eeeffc5853a05da1c72e OK 2024/11/14 19:05:43 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/14 19:05:44 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/14 19:05:46 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/14 19:05:47 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/14 19:05:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/14 19:05:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/14 19:05:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (31.29s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:06:03 DEBUG : a.txt: md5 = ff54bd0fb083c1d55d752619d1f1c83b OK 2024/11/14 19:06:05 DEBUG : zend.txt: md5 = 0178d25634c5fb0f9dee7042ee4cecc1 OK 2024/11/14 19:06:08 DEBUG : sub dir/hello world: md5 = 9558b1fc2c8e7687bf2a8e65ffc941aa OK 2024/11/14 19:06:10 DEBUG : sub dir/hello world2: md5 = b5e8eb3907d79c5ce8f2f8ab945df6a8 OK 2024/11/14 19:06:13 DEBUG : sub dir/ignore dir/.ignore: md5 = 16f80a2b772fa3bde2bdedbf4ccb9aef OK 2024/11/14 19:06:15 DEBUG : sub dir/ignore dir/should be ignored: md5 = 93af285b46f71462e6efa3830c9eb735 OK 2024/11/14 19:06:18 DEBUG : sub dir/sub sub dir/hello world3: md5 = d04d09554d2b0d0eb5ed915a9536771e OK 2024/11/14 19:06:20 DEBUG : a.txt: Excluded (Size Filter) 2024/11/14 19:06:20 DEBUG : a.txt: Excluded 2024/11/14 19:06:21 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/14 19:06:21 DEBUG : sub dir/hello world: Excluded 2024/11/14 19:06:21 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/14 19:06:21 DEBUG : sub dir/hello world2: Excluded 2024/11/14 19:06:22 DEBUG : sub dir/ignore dir: Excluded 2024/11/14 19:06:22 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/14 19:06:22 DEBUG : sub dir/hello world: Excluded 2024/11/14 19:06:22 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/14 19:06:22 DEBUG : sub dir/hello world2: Excluded 2024/11/14 19:06:40 DEBUG : sub dir/ignore dir: Excluded 2024/11/14 19:07:07 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/14 19:07:08 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/14 19:07:08 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/14 19:07:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/14 19:07:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/14 19:07:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/11/14 19:07:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (70.08s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:07:12 DEBUG : file1: md5 = 0e5d058e3bac9d6cceee39b7e8ac84f9 OK 2024/11/14 19:07:17 DEBUG : sub/file2: md5 = dabf05e4f2cbcf3d557b9c9e56b17089 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2024/11/14 19:07:20 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/14 19:07:21 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/14 19:07:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/14 19:07:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (14.35s) --- PASS: TestListJSON/Default (0.31s) --- PASS: TestListJSON/FilesOnly (0.30s) --- PASS: TestListJSON/DirsOnly (0.32s) --- PASS: TestListJSON/Recurse (0.60s) --- PASS: TestListJSON/SubDir (0.28s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.29s) --- PASS: TestListJSON/ShowHash (0.31s) --- PASS: TestListJSON/HashTypes (0.29s) --- PASS: TestListJSON/Metadata (0.77s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:07:26 DEBUG : file1: md5 = 8311d55594c5fa0589ff57f64dd76f96 OK 2024/11/14 19:07:30 DEBUG : sub/file2: md5 = 22563fc9c5ef7d82c6dfdcb353207b50 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2024/11/14 19:07:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunejaf5huxo/notfound" 2024/11/14 19:07:35 DEBUG : Creating backend with remote "TestDrive:crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg/qe0i31qdkoejk60elps0ni5sqk" 2024/11/14 19:07:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (16.80s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.52s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.29s) --- PASS: TestStatJSON/NotFound (0.57s) --- PASS: TestStatJSON/DirFilesOnly (0.36s) --- PASS: TestStatJSON/FileFilesOnly (0.65s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.34s) --- PASS: TestStatJSON/DirDirsOnly (0.33s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.28s) --- PASS: TestStatJSON/RootNotFound (2.08s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:07:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Making directory 2024/11/14 19:07:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Making directory --- PASS: TestMkdir (1.46s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:07:46 DEBUG : sub dir/hello world: md5 = 96d349340e2bff0b5e6fda238d43c6b4 OK 2024/11/14 19:07:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.86s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:07:52 DEBUG : potato2: md5 = 96b51059cebf161716ac469a344027ac OK 2024/11/14 19:07:54 DEBUG : empty space: md5 = af0462273fe679acceea5b740f9aaa35 OK --- PASS: TestLs (6.47s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:07:58 DEBUG : potato2: md5 = 87656e0fa2f10dad42428b1ca4e67e6a OK 2024/11/14 19:08:00 DEBUG : empty space: md5 = 7460814f9067bfeebfe4de80486f1647 OK 2024/11/14 19:08:01 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/11/14 19:08:01 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.70s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:08:05 DEBUG : potato2: md5 = 2b6591e64f079efaff33cfb25f0513e4 OK 2024/11/14 19:08:07 DEBUG : empty space: md5 = 254e7b0d84b8552c3ae5e91d930d2425 OK --- PASS: TestLsLong (6.47s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:08:11 DEBUG : potato2: md5 = 42d1d6a75d85c1cdd662acf8b024b8a5 OK 2024/11/14 19:08:13 DEBUG : empty space: md5 = 8da47e4bcf3455298812a5c13e93eb49 OK --- PASS: TestHashSums (5.97s) === RUN TestHashSumsWithErrors 2024/11/14 19:08:15 DEBUG : Creating backend with remote ":memory:" 2024/11/14 19:08:15 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/14 19:08:15 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/14 19:08:15 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/14 19:08:15 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/14 19:08:15 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/14 19:08:15 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/14 19:08:15 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/14 19:08:15 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/14 19:08:15 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-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:08:17 DEBUG : potato2: md5 = 2cb9576255061f79e2be01b33f3ac6e1 OK 2024/11/14 19:08:19 DEBUG : empty space: md5 = 717d0fbb9ce569e86ff91e49030b4f53 OK 2024/11/14 19:08:22 DEBUG : sub dir/potato3: md5 = a2e361789d1a427dc9c9e088ca354a89 OK 2024/11/14 19:08:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.43s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:08:29 DEBUG : small: md5 = 302c743982f4e2ddfa9ffb2acd8a965a OK 2024/11/14 19:08:31 DEBUG : medium: md5 = 5eea163cf8e4a420b6bf1b0cee7daece OK 2024/11/14 19:08:33 DEBUG : large: md5 = f828c659cd26ed9669f465e503ca6714 OK 2024/11/14 19:08:33 DEBUG : Waiting for deletions to finish 2024/11/14 19:08:33 DEBUG : large: Excluded (Size Filter) 2024/11/14 19:08:34 INFO : small: Deleted 2024/11/14 19:08:34 INFO : medium: Deleted --- PASS: TestDelete (8.63s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:08:37 DEBUG : small: md5 = 95cc8290e09ca4c789722a3c607ef55d OK 2024/11/14 19:08:39 DEBUG : medium: md5 = 53be07d014a0645d202bf11dcf9bfa18 OK 2024/11/14 19:08:41 DEBUG : large: md5 = fa8aff5457f39c34110304f40ce1d3e6 OK 2024/11/14 19:08:41 DEBUG : Waiting for deletions to finish 2024/11/14 19:08:42 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/11/14 19:08:42 INFO : small: Deleted 2024/11/14 19:08:42 INFO : medium: Deleted --- PASS: TestMaxDelete (8.92s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:08:46 DEBUG : small: md5 = bf512ddd03c40ee14c9524180f33a5d1 OK 2024/11/14 19:08:49 DEBUG : medium: md5 = eee8548aae90bcf8da367a066853f491 OK 2024/11/14 19:08:50 DEBUG : large: md5 = 6b2fd323846bf3c7a22de4fcbd868aab OK 2024/11/14 19:08:51 DEBUG : Waiting for deletions to finish 2024/11/14 19:08:51 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/14 19:08:52 INFO : small: Deleted 2024/11/14 19:08:52 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (9.55s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:08:56 DEBUG : small: md5 = 503624f0e121afefcebd6a85bfaa7ae8 OK 2024/11/14 19:08:58 DEBUG : medium: md5 = 81b5e6a9b16cddbd395c2c44f3ae2d01 OK 2024/11/14 19:09:00 DEBUG : large: md5 = 0172bd7c7a3f50618bfba7c1f542b410 OK 2024/11/14 19:09:00 DEBUG : Waiting for deletions to finish 2024/11/14 19:09:00 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/14 19:09:01 INFO : medium: Deleted 2024/11/14 19:09:01 INFO : small: Deleted --- PASS: TestMaxDeleteSize (8.99s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:09:05 DEBUG : ReadFile: md5 = ea1cff301af71df40b7c88b931bc9ccd OK --- PASS: TestReadFile (7.15s) === RUN TestRetry 2024/11/14 19:09:10 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/14 19:09:10 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/14 19:09:10 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/14 19:09:10 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/14 19:09:10 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/14 19:09:10 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/14 19:09:10 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-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:09:12 DEBUG : file1: md5 = d7e429be0defbfd87b34aae3390d978e OK 2024/11/14 19:09:18 DEBUG : file2: md5 = abfda4378c308dba04c6dc34d96370e3 OK --- PASS: TestCat (80.60s) === RUN TestPurge 2024/11/14 19:10:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rihuwul0koxi" 2024/11/14 19:10:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/14 19:10:31 DEBUG : Creating backend with remote "TestDrive:crypt/jlo780g98uegpjmg9nnh41mooe03v032sjah9qb07c1bdivrohig" 2024/11/14 19:10:35 DEBUG : Creating backend with remote "/tmp/rclone1166688837" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rihuwul0koxi'", Local "Local file system at /tmp/rclone1166688837", Modify Window "1ms" 2024/11/14 19:10:47 DEBUG : A1/B1/C1/one: md5 = b0690d756df8908a1f1bbcb514405487 OK 2024/11/14 19:10:47 DEBUG : A2: Making directory 2024/11/14 19:10:48 DEBUG : A1/B2: Making directory 2024/11/14 19:10:50 DEBUG : A1/B2/C2: Making directory 2024/11/14 19:10:51 DEBUG : A1/B1/C3: Making directory 2024/11/14 19:10:52 DEBUG : A3: Making directory 2024/11/14 19:10:53 DEBUG : A3/B3: Making directory 2024/11/14 19:10:55 DEBUG : A3/B3/C4: Making directory 2024/11/14 19:10:58 DEBUG : A1/two: md5 = 217ec9e71839b2c6a0d37d51d90cd99d OK 2024/11/14 19:11:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rihuwul0koxi': Purge remote 2024/11/14 19:11:03 NOTICE: purge failed: directory not found --- PASS: TestPurge (32.32s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:11:09 DEBUG : A1/B1/C1/one: md5 = deecac633abc6038a484a2fcf6d55ed6 OK 2024/11/14 19:11:09 DEBUG : A2: Making directory 2024/11/14 19:11:10 DEBUG : A1/B2: Making directory 2024/11/14 19:11:11 DEBUG : A1/B2/C2: Making directory 2024/11/14 19:11:13 DEBUG : A1/B1/C3: Making directory 2024/11/14 19:11:14 DEBUG : A3: Making directory 2024/11/14 19:11:15 DEBUG : A3/B3: Making directory 2024/11/14 19:11:16 DEBUG : A3/B3/C4: Making directory 2024/11/14 19:11:19 DEBUG : A1/two: md5 = bf046d2f173b8be42c53582ae9048df8 OK 2024/11/14 19:11:21 DEBUG : removing 1 level 3 directories 2024/11/14 19:11:21 INFO : A3/B3/C4: Removing directory 2024/11/14 19:11:24 DEBUG : removing 2 level 3 directories 2024/11/14 19:11:24 INFO : A1/B2/C2: Removing directory 2024/11/14 19:11:24 INFO : A1/B1/C3: Removing directory 2024/11/14 19:11:25 DEBUG : removing 2 level 2 directories 2024/11/14 19:11:25 INFO : A3/B3: Removing directory 2024/11/14 19:11:25 INFO : A1/B2: Removing directory 2024/11/14 19:11:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/14 19:11:26 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/14 19:11:26 DEBUG : removing 2 level 1 directories 2024/11/14 19:11:26 INFO : A3: Removing directory 2024/11/14 19:11:26 INFO : A2: Removing directory 2024/11/14 19:11:27 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/14 19:11:32 DEBUG : removing 1 level 3 directories 2024/11/14 19:11:32 INFO : A1/B1/C1: Removing directory 2024/11/14 19:11:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:33 DEBUG : removing 1 level 2 directories 2024/11/14 19:11:33 INFO : A1/B1: Removing directory 2024/11/14 19:11:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/14 19:11:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 19:11:34 DEBUG : removing 1 level 1 directories 2024/11/14 19:11:34 INFO : A1: Removing directory 2024/11/14 19:11:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/14 19:11:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/14 19:11:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/14 19:11:35 DEBUG : removing 1 level 0 directories 2024/11/14 19:11:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Removing directory 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/14 19:11:35 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (34.33s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:11:38 DEBUG : A1: Making directory 2024/11/14 19:11:40 DEBUG : A1/B1: Making directory 2024/11/14 19:11:41 DEBUG : A1/B1/C1: Making directory 2024/11/14 19:11:44 DEBUG : removing 1 level 3 directories 2024/11/14 19:11:44 INFO : A1/B1/C1: Removing directory 2024/11/14 19:11:45 DEBUG : removing 1 level 2 directories 2024/11/14 19:11:45 INFO : A1/B1: Removing directory 2024/11/14 19:11:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 19:11:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.90s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:11:48 DEBUG : A1: Making directory 2024/11/14 19:11:49 DEBUG : A1/B1: Making directory 2024/11/14 19:11:50 DEBUG : A1/B1/C1: Making directory 2024/11/14 19:11:53 DEBUG : removing 1 level 3 directories 2024/11/14 19:11:53 INFO : A1/B1/C1: Removing directory 2024/11/14 19:11:54 DEBUG : removing 1 level 2 directories 2024/11/14 19:11:54 INFO : A1/B1: Removing directory 2024/11/14 19:11:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 19:11:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.66s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:12:00 DEBUG : file1: md5 = 405bb50a96cfa0a1fa52d8c7d70fdc4c OK 2024/11/14 19:12:01 DEBUG : filename.txt: File name found in url 2024/11/14 19:12:03 DEBUG : filename.txt: md5 = 380007b185f37cdc939efab9f1814772 OK 2024/11/14 19:12:03 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/14 19:12:04 DEBUG : headerfilename.txt: md5 = 14de6133a2e55b8603aed7a62a3ca3ad OK 2024/11/14 19:12:06 DEBUG : file2: md5 = 52afd7451edebbe614dfe89b9e7a5b52 OK --- PASS: TestCopyURL (11.76s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:12:10 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/14 19:12:13 DEBUG : sub/file2: md5 = f3a424146385c0cbca7ca87bda6bfeef OK 2024/11/14 19:12:13 INFO : file1: Copied (new) to: sub/file2 2024/11/14 19:12:13 INFO : file1: Deleted 2024/11/14 19:12:14 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/14 19:12:14 DEBUG : file1: Unchanged skipping 2024/11/14 19:12:14 INFO : file1: Deleted 2024/11/14 19:12:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': don't need to copy/move sub/file2, it is already at target location 2024/11/14 19:12:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.74s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:12:18 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/14 19:12:19 DEBUG : file1: md5 = 4ed13811af1e2b5ffe0b85ce040229b4 OK 2024/11/14 19:12:19 INFO : file1: Copied (new) 2024/11/14 19:12:19 INFO : file1: Deleted 2024/11/14 19:12:20 DEBUG : file1: Destination exists, skipping 2024/11/14 19:12:20 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.13s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.51s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.49s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:12:25 DEBUG : dst/file1: md5 = 21ef5f5ef8b571ae0580a35f110ae319 OK 2024/11/14 19:12:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tunejaf5huxo/backup" 2024/11/14 19:12:26 DEBUG : Creating backend with remote "TestDrive:crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg/1nrff024r7pq65ecp72fc28jb0" 2024/11/14 19:12:28 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/14 19:12:32 INFO : dst/file1: Moved (server-side) 2024/11/14 19:12:34 DEBUG : dst/file1: md5 = 5030bc34f53d611134957f8164c3042c OK 2024/11/14 19:12:34 INFO : dst/file1: Copied (new) 2024/11/14 19:12:34 INFO : dst/file1: Deleted 2024/11/14 19:12:37 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 19:12:38 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/14 19:12:39 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.44s) === 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-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:12:43 DEBUG : A1/one: md5 = 4fa1355ca8838447da41daca69a63604 OK 2024/11/14 19:12:45 DEBUG : A1/two: md5 = d6d5498c3bbed298faaece9f85745890 OK 2024/11/14 19:12:48 DEBUG : A1/B1/three: md5 = c3e68bca171166fa89209fd953434269 OK 2024/11/14 19:12:51 DEBUG : A1/B1/C1/four: md5 = f5526b748ede4f6bfe53698c5d5ff44c OK 2024/11/14 19:12:54 DEBUG : A1/B1/C2/five: md5 = e4a2062ddcf594241969274191b169cc OK 2024/11/14 19:12:54 DEBUG : A1/B2: Making directory 2024/11/14 19:12:55 DEBUG : A1/B1/C3: Making directory 2024/11/14 19:13:09 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/14 19:13:09 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/14 19:13:09 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/14 19:13:09 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/14 19:13:10 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/14 19:13:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/14 19:13:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/14 19:13:14 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 19:13:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/14 19:13:15 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/14 19:13:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/14 19:13:26 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/14 19:13:26 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/14 19:13:26 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/14 19:13:26 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/14 19:13:27 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/14 19:13:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/14 19:13:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/14 19:13:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 19:13:32 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/14 19:13:32 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/14 19:13:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/14 19:13:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/14 19:13:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/14 19:13:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/14 19:13:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/14 19:13:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/14 19:13:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/14 19:13:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/14 19:13:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/14 19:13:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (66.16s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" --- PASS: TestGetFsInfo (0.51s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:13:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/14 19:13:49 DEBUG : no_checksum_small_file_from_pipe: md5 = ff3652121033b60554576d248d5e543f OK 2024/11/14 19:13:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/14 19:13:49 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/14 19:13:50 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/14 19:13:52 DEBUG : no_checksum_big_file_from_pipe: md5 = 24267a5cfb82d96b34bd5a9ac29dc0cc OK 2024/11/14 19:13:52 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-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:13:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/14 19:13:56 DEBUG : with_checksum_small_file_from_pipe: md5 = 75211bf25b4fc91c7802bdb3d57062c6 OK 2024/11/14 19:13:56 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/14 19:13:57 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/14 19:13:59 DEBUG : with_checksum_big_file_from_pipe: md5 = 1cd00d5c0dcebc5d47dda9d1c219b194 OK 2024/11/14 19:13:59 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-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:14:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/14 19:14:03 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/14 19:14:04 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/14 19:14:05 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-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:14:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': File to upload is small (34 bytes), uploading instead of streaming 2024/11/14 19:14:10 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/14 19:14:10 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/14 19:14:12 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (27.88s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.49s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.66s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.89s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.84s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/14 19:14:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': File to upload is small (48 bytes), uploading instead of streaming 2024/11/14 19:14:17 DEBUG : rcat_metadata: md5 = 9839ed67208fc8d249c93a9ef0c709e4 OK 2024/11/14 19:14:17 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/14 19:14:19 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/14 19:14:21 DEBUG : rcat_metadata_uploadcutoff0: md5 = d520ee0feffe78d8675b2b7d85bcb4fe OK 2024/11/14 19:14:21 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (9.73s) --- PASS: TestRcatMetadata/Normal (3.73s) --- PASS: TestRcatMetadata/ViaDisk (5.34s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:14:26 DEBUG : potato1: md5 = 4322ab30c5e4eccdfc6f03aad3d0c9ca OK 2024/11/14 19:14:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/14 19:14:28 DEBUG : potato2: md5 = c3949e680ebe6ea1b2a59ae389de87fc OK 2024/11/14 19:14:28 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (6.14s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:14:32 DEBUG : potato1: md5 = f12fd7baaabddcdcab717e708a9cb668 OK 2024/11/14 19:14:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': File to upload is small (60 bytes), uploading instead of streaming 2024/11/14 19:14:34 DEBUG : potato2: md5 = aa1e7c645fea2217b59063e98868504b OK 2024/11/14 19:14:34 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.78s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:14:39 DEBUG : potato2: md5 = dbe8d3c5906a2db740be5c006ab5a7e4 OK 2024/11/14 19:14:41 DEBUG : empty space: md5 = 7dfae06a485fc73acd410fddfd266f80 OK 2024/11/14 19:14:44 DEBUG : sub dir/potato3: md5 = 17ff02ad5a1b88be6b6065eb33925c19 OK 2024/11/14 19:14:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Touching "empty space" 2024/11/14 19:14:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Touching "potato2" 2024/11/14 19:14:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Touching "sub dir/potato3" 2024/11/14 19:14:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (18.48s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:14:56 DEBUG : dir with metadata: Making directory with metadata 2024/11/14 19:14:57 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (5.92s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:15:02 DEBUG : directory with modtime: Making directory with metadata 2024/11/14 19:15:03 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (10.24s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:15:12 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/14 19:15:12 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/14 19:15:13 DEBUG : Google drive root 'crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg': Skipping btime metadata as can't update it on an existing file: 2024-11-14T19:15:12.446656938Z 2024/11/14 19:15:29 INFO : non existent directory: Updated directory metadata 2024/11/14 19:17:15 DEBUG : Google drive root 'crypt/3rdp6lcnrbvab3solqsqranc8lue1ahg3b71b3rsh4pnoj7172rg': Skipping btime metadata as can't update it on an existing file: 2024-11-14T19:15:12.446656938Z 2024/11/14 19:17:16 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (194.00s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:18:29 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/14 19:19:40 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/14 19:19:41 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (80.23s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo'", Local "Local file system at /tmp/rclone3512318845", Modify Window "1ms" 2024/11/14 19:19:50 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/14 19:19:50 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/14 19:19:50 DEBUG : dst: Making directory with metadata 2024/11/14 19:19:56 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/14 19:19:58 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/14 19:20:42 INFO : dst: Set directory modification time (using SetModTime) 2024/11/14 19:20:57 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2024/11/14 19:21:07 DEBUG : Config file has changed externally - reloading 2024/11/14 19:21:20 DEBUG : Saving config "token" in section "TestDrive" of the config file 2024/11/14 19:21:20 DEBUG : TestDrive: Saved new token in config file 2024/11/14 19:21:23 INFO : dst: Set directory modification time (using SetModTime) 2024/11/14 19:21:23 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/14 19:21:29 INFO : dst: Set directory modification time (using SetModTime) 2024/11/14 19:21:29 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (174.37s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.50s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (2.88s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.32s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.31s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.36s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.32s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.32s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.21s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.31s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.23s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.22s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.29s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (14.71s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (2.43s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (1.10s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (27.70s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (33.08s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (1.22s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.29s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.08s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.02s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2024/11/14 19:25:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tunejaf5huxo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 27m56.695976134s (try 1/5)