"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/09/15 01:01:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxojen9haja" 2024/09/15 01:01:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:01:00 DEBUG : Creating backend with remote "TestDrive:crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0" 2024/09/15 01:01:01 DEBUG : Creating backend with remote "/tmp/rclone3561965505" === 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-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.27s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.26s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/09/15 01:01:02 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/09/15 01:01:02 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/09/15 01:01:02 DEBUG : potato: Seek from 10 to 0 2024/09/15 01:01:02 DEBUG : potato: Seek from 10 to 0 2024/09/15 01:01:02 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/09/15 01:01:02 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/09/15 01:01:02 DEBUG : potato: Seek from 5 to 2 2024/09/15 01:01:02 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/09/15 01:01:02 DEBUG : potato: Seek from 7 to 0 2024/09/15 01:01:02 DEBUG : potato: Seek from 7 to 0 2024/09/15 01:01:02 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/09/15 01:01:02 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/09/15 01:01:02 DEBUG : potato: Seek from 5 to 2 2024/09/15 01:01:02 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/09/15 01:01:02 DEBUG : potato: Seek from 8 to 0 2024/09/15 01:01:02 DEBUG : potato: Seek from 8 to 0 2024/09/15 01:01:02 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/09/15 01:01:02 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/09/15 01:01:02 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/09/15 01:01:02 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/09/15 01:01:02 DEBUG : potato: Seek from 5 to 2 2024/09/15 01:01:02 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/09/15 01:01:02 DEBUG : potato: Seek from 9 to 0 2024/09/15 01:01:02 DEBUG : potato: Seek from 9 to 0 2024/09/15 01:01:02 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-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:01:05 DEBUG : rutabaga: md5 = dad5406994428bc0605b64f7b2317136 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/09/15 01:01:07 DEBUG : empty space: md5 = 0d69171557ead5da127534ad73e806a9 OK === RUN TestCheck/3 2024/09/15 01:01:10 DEBUG : potato2: md5 = 44836973853727112b4d87da154040b4 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/09/15 01:01:12 DEBUG : remotepotato: md5 = adb7a4c17444f807d074838896bf3e8a OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.76s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.30s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.31s) --- PASS: TestCheck/5 (0.31s) --- PASS: TestCheck/6 (0.37s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2024/09/15 01:01:16 DEBUG : Creating backend with remote "nonexistent" 2024/09/15 01:01:16 DEBUG : Creating backend with remote "nonexistent" 2024/09/15 01:01:16 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/09/15 01:01:16 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/09/15 01:01:16 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/09/15 01:01:16 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:01:18 DEBUG : rutabaga: md5 = e58c481d9a542056273cc9fef4b7a303 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/09/15 01:01:23 DEBUG : empty space: md5 = d3212e3d9eedafed2973288e78a1716f OK === RUN TestCheckDownload/3 2024/09/15 01:01:27 DEBUG : potato2: md5 = 4e3d2a2a5cf96e796f20756dfe7d563d OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/09/15 01:01:33 DEBUG : remotepotato: md5 = 78c78d94d770ed1034bf1274d944b0ac OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (22.51s) --- PASS: TestCheckDownload/1 (1.54s) --- PASS: TestCheckDownload/2 (1.35s) --- PASS: TestCheckDownload/3 (1.29s) --- PASS: TestCheckDownload/4 (2.02s) --- PASS: TestCheckDownload/5 (1.31s) --- PASS: TestCheckDownload/6 (1.64s) --- PASS: TestCheckDownload/7 (1.36s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:01:41 DEBUG : rutabaga: md5 = 1c77988cd58264d77a590a7b32563859 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/09/15 01:01:44 DEBUG : empty space: md5 = a13847c6ae2419c1f85e22bae61bb27b OK === RUN TestCheckSizeOnly/3 2024/09/15 01:01:46 DEBUG : potato2: md5 = 6b3be8395da117b1cbe522dc34ae13d0 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/09/15 01:01:49 DEBUG : remotepotato: md5 = 3edbfa5b407b8be7750a834c9c4be2d1 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (14.31s) --- PASS: TestCheckSizeOnly/1 (0.30s) --- PASS: TestCheckSizeOnly/2 (0.30s) --- PASS: TestCheckSizeOnly/3 (0.31s) --- PASS: TestCheckSizeOnly/4 (0.32s) --- PASS: TestCheckSizeOnly/5 (0.33s) --- PASS: TestCheckSizeOnly/6 (0.33s) --- PASS: TestCheckSizeOnly/7 (0.41s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:01:55 DEBUG : test.sum: md5 = 7077932322a948e6af426c539292f1ca OK 2024/09/15 01:01:57 NOTICE: test.sum: improperly formatted checksum line 4 2024/09/15 01:01:57 NOTICE: test.sum: improperly formatted checksum line 5 2024/09/15 01:01:57 NOTICE: test.sum: improperly formatted checksum line 6 2024/09/15 01:01:57 NOTICE: test.sum: 2 warning(s) suppressed... 2024/09/15 01:01:59 DEBUG : test.sum: md5 = f0b2e304aa5c068bf85f497de3bc7315 OK 2024/09/15 01:02:01 NOTICE: test.sum: improperly formatted checksum line 4 2024/09/15 01:02:01 NOTICE: test.sum: improperly formatted checksum line 5 2024/09/15 01:02:01 NOTICE: test.sum: improperly formatted checksum line 6 2024/09/15 01:02:01 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.35s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:02:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxojen9haja/data" 2024/09/15 01:02:02 DEBUG : Creating backend with remote "TestDrive:crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja/data' lacks md5, skipping --- SKIP: TestCheckSum (2.49s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:02:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxojen9haja/data" 2024/09/15 01:02:04 DEBUG : Creating backend with remote "TestDrive:crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0/vjrnln8ratgmqakfosrqe8espk" 2024/09/15 01:02:09 DEBUG : data/banana: md5 = b6f956ac8d94b5574ea004f61fb6ac7b OK 2024/09/15 01:02:10 DEBUG : test.sum: md5 = 44cb9b0d975f6b234a83c7943f208f76 OK === RUN TestCheckSumDownload/subtest1 2024/09/15 01:02:16 DEBUG : data/potato: md5 = 55fb6c45c9f27e57f963067e080ff544 OK 2024/09/15 01:02:18 DEBUG : test.sum: md5 = e4fdbc92e9919031b02f7d124af60f96 OK === RUN TestCheckSumDownload/subtest2 2024/09/15 01:02:24 DEBUG : test.sum: md5 = 1db7973d599a090a9e16312c53e41c25 OK === RUN TestCheckSumDownload/subtest3 2024/09/15 01:02:30 DEBUG : test.sum: md5 = cbe059a5360bc8087df9dd55a38f67f6 OK === RUN TestCheckSumDownload/subtest4 2024/09/15 01:02:35 DEBUG : test.sum: md5 = 7c08aa931e94d01a71e0e132acccab32 OK === RUN TestCheckSumDownload/subtest5 2024/09/15 01:02:40 DEBUG : test.sum: md5 = 1d47798623edf8a3e396e102c435699f OK === RUN TestCheckSumDownload/subtest6 2024/09/15 01:02:45 DEBUG : data/banana: md5 = f576b06f2e0f2e4d73a092aeb51b6172 OK 2024/09/15 01:02:47 DEBUG : data/potato: md5 = b082acf78493cc0a5b226fa02050f2ff OK 2024/09/15 01:02:49 DEBUG : test.sum: md5 = f739ceac170b16621d245419a540ea0a OK === RUN TestCheckSumDownload/subtest7 2024/09/15 01:02:56 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/09/15 01:02:56 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (52.49s) --- PASS: TestCheckSumDownload/subtest1 (3.42s) --- PASS: TestCheckSumDownload/subtest2 (3.28s) --- PASS: TestCheckSumDownload/subtest3 (2.93s) --- PASS: TestCheckSumDownload/subtest4 (2.88s) --- PASS: TestCheckSumDownload/subtest5 (2.59s) --- PASS: TestCheckSumDownload/subtest6 (2.61s) --- PASS: TestCheckSumDownload/subtest7 (3.17s) === RUN TestApplyTransforms 2024/09/15 01:02:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bixaxip0yale" 2024/09/15 01:02:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:02:57 DEBUG : Creating backend with remote "TestDrive:crypt/6deog9v8chevq76ugcm15ipg18m16knq8bqmch9f739qg1okcgf0" 2024/09/15 01:02:58 DEBUG : Creating backend with remote "/tmp/rclone3495563749" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bixaxip0yale'", Local "Local file system at /tmp/rclone3495563749", Modify Window "1ms" 2024/09/15 01:03:01 DEBUG : hello, world!: md5 = edfb9fc8755683084358fa7ac5781bc9 OK upper checkfile vs. lower remote (without normalization) 2024/09/15 01:03:01 ERROR : hello, world!: sum not found 2024/09/15 01:03:01 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bixaxip0yale' 2024/09/15 01:03:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bixaxip0yale': 1 files missing 2024/09/15 01:03:01 NOTICE: 1 hashes missing 2024/09/15 01:03:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bixaxip0yale': 2 differences found 2024/09/15 01:03:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bixaxip0yale': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/09/15 01:03:03 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/15 01:03:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bixaxip0yale': 0 differences found 2024/09/15 01:03:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bixaxip0yale': 1 matching files 2024/09/15 01:03:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bupogul7badu" 2024/09/15 01:03:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:03:03 DEBUG : Creating backend with remote "TestDrive:crypt/ft14j4ns84n6v9b4k3vgl66qpm8148uo32g92oa1f6r18714sv10" 2024/09/15 01:03:05 DEBUG : Creating backend with remote "/tmp/rclone2277715791" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bupogul7badu'", Local "Local file system at /tmp/rclone2277715791", Modify Window "1ms" 2024/09/15 01:03:07 DEBUG : HELLO, WORLD!: md5 = 661085d8dac1adaaee5c1d37654a3e7b OK lower checkfile vs. upper remote (without normalization) 2024/09/15 01:03:08 ERROR : HELLO, WORLD!: sum not found 2024/09/15 01:03:08 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bupogul7badu' 2024/09/15 01:03:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bupogul7badu': 1 files missing 2024/09/15 01:03:08 NOTICE: 1 hashes missing 2024/09/15 01:03:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bupogul7badu': 2 differences found 2024/09/15 01:03:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bupogul7badu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/09/15 01:03:10 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/15 01:03:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bupogul7badu': 0 differences found 2024/09/15 01:03:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bupogul7badu': 1 matching files 2024/09/15 01:03:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nafevip8hago" 2024/09/15 01:03:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:03:10 DEBUG : Creating backend with remote "TestDrive:crypt/b4m18uhrsvd445jpcdlgs53m3r16oulebvrrm032dl4rv3tmlvh0" 2024/09/15 01:03:11 DEBUG : Creating backend with remote "/tmp/rclone1156738704" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nafevip8hago'", Local "Local file system at /tmp/rclone1156738704", Modify Window "1ms" 2024/09/15 01:03:14 DEBUG : HeLlO, wOrLd!: md5 = 0e23797d859ee322f54da49158cc22ea OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/09/15 01:03:14 ERROR : HeLlO, wOrLd!: sum not found 2024/09/15 01:03:14 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nafevip8hago' 2024/09/15 01:03:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nafevip8hago': 1 files missing 2024/09/15 01:03:14 NOTICE: 1 hashes missing 2024/09/15 01:03:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nafevip8hago': 2 differences found 2024/09/15 01:03:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nafevip8hago': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/09/15 01:03:17 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/15 01:03:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nafevip8hago': 0 differences found 2024/09/15 01:03:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nafevip8hago': 1 matching files 2024/09/15 01:03:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuyesox7mupa" 2024/09/15 01:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:03:17 DEBUG : Creating backend with remote "TestDrive:crypt/3sbbtk9atocjmspof6k8n4pc61lo5et1jng9d4du62eiolem73g0" 2024/09/15 01:03:18 DEBUG : Creating backend with remote "/tmp/rclone1291449352" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuyesox7mupa'", Local "Local file system at /tmp/rclone1291449352", Modify Window "1ms" 2024/09/15 01:03:21 DEBUG : HELLO, WORLD!: md5 = 7158e1d4f889c54717479e28b6bb3501 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/09/15 01:03:21 ERROR : HELLO, WORLD!: sum not found 2024/09/15 01:03:21 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nuyesox7mupa' 2024/09/15 01:03:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuyesox7mupa': 1 files missing 2024/09/15 01:03:21 NOTICE: 1 hashes missing 2024/09/15 01:03:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuyesox7mupa': 2 differences found 2024/09/15 01:03:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuyesox7mupa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/09/15 01:03:23 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/15 01:03:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuyesox7mupa': 0 differences found 2024/09/15 01:03:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuyesox7mupa': 1 matching files 2024/09/15 01:03:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xacemeq6mohu" 2024/09/15 01:03:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:03:23 DEBUG : Creating backend with remote "TestDrive:crypt/n2lh529ic5ge9mqvscdmbrapo0kbqi1g4q9pe6qlga1arjdil7cg" 2024/09/15 01:03:24 DEBUG : Creating backend with remote "/tmp/rclone55865377" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xacemeq6mohu'", Local "Local file system at /tmp/rclone55865377", Modify Window "1ms" 2024/09/15 01:03:27 DEBUG : 測試_Русский___ě_áñ: md5 = 08e3adbf58c96bc6fcd4156ff7c1b452 OK NFD checkfile vs. NFC remote (without normalization) 2024/09/15 01:03:27 ERROR : 測試_Русский___ě_áñ: sum not found 2024/09/15 01:03:27 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xacemeq6mohu' 2024/09/15 01:03:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xacemeq6mohu': 1 files missing 2024/09/15 01:03:27 NOTICE: 1 hashes missing 2024/09/15 01:03:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xacemeq6mohu': 2 differences found 2024/09/15 01:03:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xacemeq6mohu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/09/15 01:03:29 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/15 01:03:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xacemeq6mohu': 0 differences found 2024/09/15 01:03:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xacemeq6mohu': 1 matching files 2024/09/15 01:03:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wafozof0laya" 2024/09/15 01:03:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:03:29 DEBUG : Creating backend with remote "TestDrive:crypt/cteav3sd1sn72elvojh696lf6n227al1715mqeqb67j1f3itbmlg" 2024/09/15 01:03:30 DEBUG : Creating backend with remote "/tmp/rclone2992233563" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wafozof0laya'", Local "Local file system at /tmp/rclone2992233563", Modify Window "1ms" 2024/09/15 01:03:33 DEBUG : 測試_Русский___ě_áñ: md5 = 984b79fe7e0cc01af3eab43d294b4f1e OK NFC checkfile vs. NFD remote (without normalization) 2024/09/15 01:03:34 ERROR : 測試_Русский___ě_áñ: sum not found 2024/09/15 01:03:34 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wafozof0laya' 2024/09/15 01:03:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wafozof0laya': 1 files missing 2024/09/15 01:03:34 NOTICE: 1 hashes missing 2024/09/15 01:03:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wafozof0laya': 2 differences found 2024/09/15 01:03:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wafozof0laya': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/09/15 01:03:35 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/15 01:03:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wafozof0laya': 0 differences found 2024/09/15 01:03:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wafozof0laya': 1 matching files 2024/09/15 01:03:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-widurup3boso" 2024/09/15 01:03:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:03:35 DEBUG : Creating backend with remote "TestDrive:crypt/h4hgig9lveas1a9fie7b9dk1pj5leesol031e0hlm110rdqak21g" 2024/09/15 01:03:36 DEBUG : Creating backend with remote "/tmp/rclone1964217631" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-widurup3boso'", Local "Local file system at /tmp/rclone1964217631", Modify Window "1ms" 2024/09/15 01:03:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5fc491be54e59bb0b8eec02244b44743 OK NFDx2 checkfile vs. both remote (without normalization) 2024/09/15 01:03:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/09/15 01:03:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-widurup3boso' 2024/09/15 01:03:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-widurup3boso': 1 files missing 2024/09/15 01:03:40 NOTICE: 1 hashes missing 2024/09/15 01:03:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-widurup3boso': 2 differences found 2024/09/15 01:03:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-widurup3boso': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/09/15 01:03:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/15 01:03:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-widurup3boso': 0 differences found 2024/09/15 01:03:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-widurup3boso': 1 matching files 2024/09/15 01:03:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vexuwet2soco" 2024/09/15 01:03:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:03:41 DEBUG : Creating backend with remote "TestDrive:crypt/vr3k3n1vio9mrp8j8gri45agd5i12g8kei0p7jn3pd0i90ua1lug" 2024/09/15 01:03:43 DEBUG : Creating backend with remote "/tmp/rclone4148549763" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vexuwet2soco'", Local "Local file system at /tmp/rclone4148549763", Modify Window "1ms" 2024/09/15 01:03:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7a09729a36563e20e6876f01480e3f7c OK NFCx2 checkfile vs. both remote (without normalization) 2024/09/15 01:03:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/09/15 01:03:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vexuwet2soco' 2024/09/15 01:03:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexuwet2soco': 1 files missing 2024/09/15 01:03:46 NOTICE: 1 hashes missing 2024/09/15 01:03:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexuwet2soco': 2 differences found 2024/09/15 01:03:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexuwet2soco': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/09/15 01:03:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/15 01:03:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexuwet2soco': 0 differences found 2024/09/15 01:03:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexuwet2soco': 1 matching files 2024/09/15 01:03:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gokugof9kefu" 2024/09/15 01:03:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:03:48 DEBUG : Creating backend with remote "TestDrive:crypt/gcokqlordann89aemenlvvcidt3l0ov7bin3u4lcqb444mloetv0" 2024/09/15 01:03:49 DEBUG : Creating backend with remote "/tmp/rclone972937009" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gokugof9kefu'", Local "Local file system at /tmp/rclone972937009", Modify Window "1ms" 2024/09/15 01:03:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4bb9b3e93276a98f75cfdc7dfae1f562 OK both checkfile vs. NFDx2 remote (without normalization) 2024/09/15 01:03:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/09/15 01:03:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gokugof9kefu' 2024/09/15 01:03:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gokugof9kefu': 1 files missing 2024/09/15 01:03:52 NOTICE: 1 hashes missing 2024/09/15 01:03:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gokugof9kefu': 2 differences found 2024/09/15 01:03:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gokugof9kefu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/09/15 01:03:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/15 01:03:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gokugof9kefu': 0 differences found 2024/09/15 01:03:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gokugof9kefu': 1 matching files 2024/09/15 01:03:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keyilok7fali" 2024/09/15 01:03:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:03:54 DEBUG : Creating backend with remote "TestDrive:crypt/f3ac3l923kj6d0v0prgud0qbqgtdefjerne1bujtous5323k33qg" 2024/09/15 01:03:55 DEBUG : Creating backend with remote "/tmp/rclone81131582" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keyilok7fali'", Local "Local file system at /tmp/rclone81131582", Modify Window "1ms" 2024/09/15 01:03:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 93af5e6dff1a038e41819ccac988d383 OK both checkfile vs. NFCx2 remote (without normalization) 2024/09/15 01:03:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/09/15 01:03:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-keyilok7fali' 2024/09/15 01:03:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keyilok7fali': 1 files missing 2024/09/15 01:03:59 NOTICE: 1 hashes missing 2024/09/15 01:03:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keyilok7fali': 2 differences found 2024/09/15 01:03:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keyilok7fali': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/09/15 01:04:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/15 01:04:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keyilok7fali': 0 differences found 2024/09/15 01:04:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keyilok7fali': 1 matching files 2024/09/15 01:04:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keyilok7fali': Purge remote 2024/09/15 01:04:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gokugof9kefu': Purge remote 2024/09/15 01:04:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vexuwet2soco': Purge remote 2024/09/15 01:04:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-widurup3boso': Purge remote 2024/09/15 01:04:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wafozof0laya': Purge remote 2024/09/15 01:04:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xacemeq6mohu': Purge remote 2024/09/15 01:04:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuyesox7mupa': Purge remote 2024/09/15 01:04:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nafevip8hago': Purge remote 2024/09/15 01:04:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bupogul7badu': Purge remote 2024/09/15 01:04:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bixaxip0yale': Purge remote --- PASS: TestApplyTransforms (70.62s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:04:08 DEBUG : file1: Need to transfer - File not found at Destination 2024/09/15 01:04:10 DEBUG : sub/file2: md5 = c683c1e3a744d23bb99ba65ca369b044 OK 2024/09/15 01:04:10 INFO : file1: Copied (new) to: sub/file2 2024/09/15 01:04:11 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/15 01:04:11 DEBUG : file1: Unchanged skipping 2024/09/15 01:04:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': don't need to copy/move sub/file2, it is already at target location 2024/09/15 01:04:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.59s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.53s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:04:18 DEBUG : dst/file1: md5 = f8aea2d3ce3928f6315975c255d42bcd OK 2024/09/15 01:04:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxojen9haja/backup" 2024/09/15 01:04:19 DEBUG : Creating backend with remote "TestDrive:crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0/1nrff024r7pq65ecp72fc28jb0" 2024/09/15 01:04:21 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/09/15 01:04:24 INFO : dst/file1: Moved (server-side) 2024/09/15 01:04:26 DEBUG : dst/file1: md5 = 8a07684f2024c005035b02be6cd20a61 OK 2024/09/15 01:04:26 INFO : dst/file1: Copied (new) 2024/09/15 01:04:30 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/15 01:04:31 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/15 01:04:32 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (17.34s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:04:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxojen9haja/dst" 2024/09/15 01:04:33 DEBUG : Creating backend with remote "TestDrive:crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0/31u3jie661vd5p8j7rtc3hgbh0" 2024/09/15 01:04:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxojen9haja/CompareDest" 2024/09/15 01:04:35 DEBUG : Creating backend with remote "TestDrive:crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0/gveqi14airsml4bgu7krj116o8" 2024/09/15 01:04:37 DEBUG : one: Need to transfer - File not found at Destination 2024/09/15 01:04:40 DEBUG : one: md5 = 0b9c763ffc813bed7992fa6e37582fd2 OK 2024/09/15 01:04:40 INFO : one: Copied (new) 2024/09/15 01:04:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/15 01:04:43 DEBUG : one: md5 = 7a5e40a7512519b3085810884be46448 OK 2024/09/15 01:04:43 INFO : one: Copied (replaced existing) 2024/09/15 01:04:46 DEBUG : dst/one: md5 = a266eb0f146b02a88ccc2e201fd80332 OK 2024/09/15 01:04:48 DEBUG : CompareDest/one: md5 = fd3e0d62e03ee7ef96bf7b71f86c5fc3 OK 2024/09/15 01:04:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/15 01:04:50 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/15 01:04:50 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/15 01:04:52 DEBUG : CompareDest/two: md5 = 654a426e1f63861e103c0aa43f390225 OK 2024/09/15 01:04:53 DEBUG : two: Need to transfer - File not found at Destination 2024/09/15 01:04:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/15 01:04:53 DEBUG : two: Destination found in --compare-dest, skipping 2024/09/15 01:04:54 DEBUG : two: Need to transfer - File not found at Destination 2024/09/15 01:04:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/15 01:04:55 DEBUG : two: Destination found in --compare-dest, skipping 2024/09/15 01:04:56 DEBUG : two: Need to transfer - File not found at Destination 2024/09/15 01:04:56 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/09/15 01:04:58 DEBUG : two: md5 = 1652d54356a6be9e1f5ace7389356420 OK 2024/09/15 01:04:58 INFO : two: Copied (new) 2024/09/15 01:05:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/09/15 01:05:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:05:03 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/09/15 01:05:03 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (31.38s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:05:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxojen9haja/dst" 2024/09/15 01:05:04 DEBUG : Creating backend with remote "TestDrive:crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0/31u3jie661vd5p8j7rtc3hgbh0" 2024/09/15 01:05:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxojen9haja/CopyDest" 2024/09/15 01:05:06 DEBUG : Creating backend with remote "TestDrive:crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/09/15 01:05:08 DEBUG : one: Need to transfer - File not found at Destination 2024/09/15 01:05:11 DEBUG : one: md5 = 5721a9b926d7c5d659aabee930524db1 OK 2024/09/15 01:05:11 INFO : one: Copied (new) 2024/09/15 01:05:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/15 01:05:14 DEBUG : one: md5 = 0fe9b3e67e9e2f56ef6e255f0974c49b OK 2024/09/15 01:05:14 INFO : one: Copied (replaced existing) 2024/09/15 01:05:17 DEBUG : dst/one: md5 = feb38b302423f0aa2d2479fb69d7dfe5 OK 2024/09/15 01:05:20 DEBUG : CopyDest/one: md5 = ea75676daf672bd0b8f57ee98b5a97d2 OK 2024/09/15 01:05:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxojen9haja/BackupDir" 2024/09/15 01:05:21 DEBUG : Creating backend with remote "TestDrive:crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/09/15 01:05:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/15 01:05:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/15 01:05:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/15 01:05:25 INFO : one: Moved (server-side) 2024/09/15 01:05:27 INFO : one: Copied (server-side copy) 2024/09/15 01:05:27 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/09/15 01:05:29 DEBUG : CopyDest/two: md5 = 610cb1ddeb97c078a03a67d092a2e518 OK 2024/09/15 01:05:30 DEBUG : two: Need to transfer - File not found at Destination 2024/09/15 01:05:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/15 01:05:32 INFO : two: Copied (server-side copy) 2024/09/15 01:05:32 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/09/15 01:05:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/15 01:05:32 DEBUG : two: Unchanged skipping 2024/09/15 01:05:35 DEBUG : CopyDest/three: md5 = 04a29b66b41b3dd91f8d170f0bc7deda OK 2024/09/15 01:05:36 DEBUG : three: Need to transfer - File not found at Destination 2024/09/15 01:05:36 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/09/15 01:05:36 DEBUG : three: Destination not found in --copy-dest 2024/09/15 01:05:38 DEBUG : three: md5 = 2e44a9d7a554291684dc4d8e14b26375 OK 2024/09/15 01:05:38 INFO : three: Copied (new) 2024/09/15 01:05:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/09/15 01:05:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:05:44 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/09/15 01:05:45 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/09/15 01:05:45 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:05:45 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/09/15 01:05:46 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (42.64s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", 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-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:05:48 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/09/15 01:05:51 DEBUG : TestCopyFileMaxTransfer/file1: md5 = df13d4dc6f424cc1a4b2223d4b54440d OK 2024/09/15 01:05:51 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/09/15 01:05:52 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/09/15 01:05:52 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/09/15 01:05:53 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/09/15 01:05:54 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/09/15 01:05:55 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c8d66ce54c85a9de0095b102cf5a927a OK 2024/09/15 01:05:55 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/09/15 01:05:58 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/09/15 01:05:58 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.34s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.50s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:06:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Looking for duplicate names using skip mode. 2024/09/15 01:06:04 NOTICE: one: Found 2 files with duplicate names 2024/09/15 01:06:04 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.06s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:06:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Looking for duplicate names using skip mode. 2024/09/15 01:06:11 NOTICE: one: Found 3 files with duplicate names 2024/09/15 01:06:11 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/09/15 01:06:12 INFO : one: Deleted 2024/09/15 01:06:12 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.20s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:06:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Looking for duplicate names using first mode. 2024/09/15 01:06:19 NOTICE: one: Found 3 files with duplicate names 2024/09/15 01:06:20 INFO : one: Deleted 2024/09/15 01:06:20 INFO : one: Deleted 2024/09/15 01:06:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.83s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:06:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Looking for duplicate names using newest mode. 2024/09/15 01:06:27 NOTICE: one: Found 3 files with duplicate names 2024/09/15 01:06:28 INFO : one: Deleted 2024/09/15 01:06:28 INFO : one: Deleted 2024/09/15 01:06:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.23s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.51s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:06:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Looking for duplicate names using oldest mode. 2024/09/15 01:06:36 NOTICE: one: Found 3 files with duplicate names 2024/09/15 01:06:36 INFO : one: Deleted 2024/09/15 01:06:37 INFO : one: Deleted 2024/09/15 01:06:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.01s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:06:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Looking for duplicate names using largest mode. 2024/09/15 01:06:44 NOTICE: one: Found 3 files with duplicate names 2024/09/15 01:06:44 INFO : one: Deleted 2024/09/15 01:06:45 INFO : one: Deleted 2024/09/15 01:06:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.21s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:06:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Looking for duplicate names using smallest mode. 2024/09/15 01:06:52 NOTICE: one: Found 3 files with duplicate names 2024/09/15 01:06:53 INFO : one: Deleted 2024/09/15 01:06:53 INFO : one: Deleted 2024/09/15 01:06:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.19s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:07:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Looking for duplicate names using rename mode. 2024/09/15 01:07:03 NOTICE: one.txt: Found 3 files with duplicate names 2024/09/15 01:07:05 INFO : one-2.txt: renamed from: one.txt 2024/09/15 01:07:06 INFO : one-3.txt: renamed from: one.txt 2024/09/15 01:07:08 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (16.36s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:07:14 DEBUG : dupe1/one.txt: md5 = 3e8ead752b49c95f3d4eb1eb7bfefac3 OK 2024/09/15 01:07:17 DEBUG : dupe2/two.txt: md5 = d6614597f9f6116aadef0215a33620b5 OK 2024/09/15 01:07:20 DEBUG : dupe3/three.txt: md5 = 87f9ee2f344c3d5e3a148665371531db OK 2024/09/15 01:07:20 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/09/15 01:07:21 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/09/15 01:07:22 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/09/15 01:07:23 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/09/15 01:07:28 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/09/15 01:07:28 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/09/15 01:07:28 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (17.68s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:07:31 DEBUG : a.txt: md5 = e01dd1ea6bef175b84d6ebc2b91bc5c1 OK 2024/09/15 01:07:33 DEBUG : zend.txt: md5 = faba0bd38d670d50d39cb32e1dbc16f4 OK 2024/09/15 01:07:35 DEBUG : sub dir/hello world: md5 = 370f93af3bc04ca2edb93e8f76e0749c OK 2024/09/15 01:07:37 DEBUG : sub dir/hello world2: md5 = fc1aacb28940a37448a3b03fd0f6a8e3 OK 2024/09/15 01:07:40 DEBUG : sub dir/ignore dir/.ignore: md5 = 903d63a79ac37aa29caa6e84ce4cf178 OK 2024/09/15 01:07:41 DEBUG : sub dir/ignore dir/should be ignored: md5 = f001284c54b35842d54976b6df73f76b OK 2024/09/15 01:07:44 DEBUG : sub dir/sub sub dir/hello world3: md5 = 21d135f57aa865389e861c3615da9194 OK 2024/09/15 01:07:46 DEBUG : a.txt: Excluded (Size Filter) 2024/09/15 01:07:46 DEBUG : a.txt: Excluded 2024/09/15 01:07:46 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/09/15 01:07:46 DEBUG : sub dir/hello world2: Excluded 2024/09/15 01:07:46 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/09/15 01:07:46 DEBUG : sub dir/hello world: Excluded 2024/09/15 01:07:47 DEBUG : sub dir/ignore dir: Excluded 2024/09/15 01:07:47 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/09/15 01:07:47 DEBUG : sub dir/hello world2: Excluded 2024/09/15 01:07:47 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/09/15 01:07:47 DEBUG : sub dir/hello world: Excluded 2024/09/15 01:07:47 DEBUG : sub dir/ignore dir: Excluded 2024/09/15 01:07:54 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/09/15 01:07:55 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/09/15 01:07:55 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/09/15 01:07:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/09/15 01:07:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/09/15 01:07:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/09/15 01:07:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (27.62s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:07:58 DEBUG : file1: md5 = 8c8852eb4e8d78a7a888228ce43d33a8 OK 2024/09/15 01:08:01 DEBUG : sub/file2: md5 = 21c0c36cee7798d7f1ea9e41002a475d 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/09/15 01:08:05 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/09/15 01:08:05 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/09/15 01:08:05 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/09/15 01:08:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (12.32s) --- PASS: TestListJSON/Default (0.30s) --- PASS: TestListJSON/FilesOnly (0.32s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.58s) --- PASS: TestListJSON/SubDir (0.29s) --- PASS: TestListJSON/NoModTime (0.31s) --- PASS: TestListJSON/NoMimeType (0.34s) --- PASS: TestListJSON/ShowHash (0.32s) --- PASS: TestListJSON/HashTypes (0.31s) --- PASS: TestListJSON/Metadata (0.86s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:08:10 DEBUG : file1: md5 = 8292e3b7aaa64a716f0ce10b3fa88af2 OK 2024/09/15 01:08:13 DEBUG : sub/file2: md5 = 69811c0be4de050595e860c14322bbef 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/09/15 01:08:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxojen9haja/notfound" 2024/09/15 01:08:18 DEBUG : Creating backend with remote "TestDrive:crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0/qe0i31qdkoejk60elps0ni5sqk" 2024/09/15 01:08:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.95s) --- PASS: TestStatJSON/Root (0.31s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.32s) --- PASS: TestStatJSON/Dir (0.63s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.31s) --- PASS: TestStatJSON/File (0.29s) --- PASS: TestStatJSON/NotFound (0.59s) --- PASS: TestStatJSON/DirFilesOnly (0.32s) --- PASS: TestStatJSON/FileFilesOnly (0.31s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.31s) --- PASS: TestStatJSON/FileDirsOnly (0.32s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.35s) --- PASS: TestStatJSON/RootNotFound (2.08s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:08:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Making directory 2024/09/15 01:08:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Making directory --- PASS: TestMkdir (0.80s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:08:27 DEBUG : sub dir/hello world: md5 = 73638527630c17986d6c0bc6e9b07090 OK 2024/09/15 01:08:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.25s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:08:33 DEBUG : potato2: md5 = 021f3b6805cda80721fd8b6f01668a5e OK 2024/09/15 01:08:34 DEBUG : empty space: md5 = 1941d214b8406df001d15cfd989b0b95 OK --- PASS: TestLs (6.37s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:08:39 DEBUG : potato2: md5 = 7ffc008cde433ad2d2a6c867cbfd7ff4 OK 2024/09/15 01:08:41 DEBUG : empty space: md5 = 05ed31187f31e2668180f4115e30f471 OK 2024/09/15 01:08:42 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/09/15 01:08:42 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.46s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:08:45 DEBUG : potato2: md5 = 35aff5c8f4458c199db09fea037097ba OK 2024/09/15 01:08:47 DEBUG : empty space: md5 = b016544b15cd88a2048c924109da0ac8 OK --- PASS: TestLsLong (6.17s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:08:52 DEBUG : potato2: md5 = cd59679fe3da47a20c00226d554dbb3e OK 2024/09/15 01:08:53 DEBUG : empty space: md5 = 99ff8cebbd89542bce244f70d6de4eb4 OK --- PASS: TestHashSums (5.85s) === RUN TestHashSumsWithErrors 2024/09/15 01:08:56 DEBUG : Creating backend with remote ":memory:" 2024/09/15 01:08:56 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/09/15 01:08:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/09/15 01:08:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/09/15 01:08:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/09/15 01:08:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/09/15 01:08:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/09/15 01:08:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/09/15 01:08:56 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/09/15 01:08:56 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-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:08:57 DEBUG : potato2: md5 = 184f5485b501e514113daa974e69a7aa OK 2024/09/15 01:08:59 DEBUG : empty space: md5 = 6c04399021ae32772a68ce4d9f51fcb9 OK 2024/09/15 01:09:02 DEBUG : sub dir/potato3: md5 = a5d4796a9fc1041819a90a2c9d3a1325 OK 2024/09/15 01:09:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.53s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:09:09 DEBUG : small: md5 = 26d74bab67dcb298c46fa9dfad7df47e OK 2024/09/15 01:09:11 DEBUG : medium: md5 = 511e2a507abcd0daeed6cd3cd54402b3 OK 2024/09/15 01:09:13 DEBUG : large: md5 = 06eae57d8f495d833b4cb4c8f6bc63b9 OK 2024/09/15 01:09:13 DEBUG : Waiting for deletions to finish 2024/09/15 01:09:13 DEBUG : large: Excluded (Size Filter) 2024/09/15 01:09:14 INFO : small: Deleted 2024/09/15 01:09:14 INFO : medium: Deleted --- PASS: TestDelete (8.64s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:09:18 DEBUG : small: md5 = 2f0956b1093f3502b3dfc6f693fe4d7b OK 2024/09/15 01:09:19 DEBUG : medium: md5 = f07640329061ffce2f971475e221d9dd OK 2024/09/15 01:09:21 DEBUG : large: md5 = ef7c26a7dd6df31d5ce614fff0b68af7 OK 2024/09/15 01:09:21 DEBUG : Waiting for deletions to finish 2024/09/15 01:09:22 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/09/15 01:09:22 INFO : large: Deleted 2024/09/15 01:09:22 INFO : small: Deleted --- PASS: TestMaxDelete (8.76s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:09:26 DEBUG : small: md5 = f9b46567c4a76ce130ced4030acadd63 OK 2024/09/15 01:09:28 DEBUG : medium: md5 = 270e073f633b4129dff3ba80a869c538 OK 2024/09/15 01:09:30 DEBUG : large: md5 = 4f1314fbb279a16d68b96eb710d02ca8 OK 2024/09/15 01:09:30 DEBUG : Waiting for deletions to finish 2024/09/15 01:09:31 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/09/15 01:09:31 INFO : small: Deleted 2024/09/15 01:09:31 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.97s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:09:35 DEBUG : small: md5 = 1f405213efab9dfa41f5dcdd942c5a2a OK 2024/09/15 01:09:37 DEBUG : medium: md5 = 82a8a629043e4580d08fabe047099976 OK 2024/09/15 01:09:39 DEBUG : large: md5 = ed614ae759cc775f315c9378d753a4e1 OK 2024/09/15 01:09:39 DEBUG : Waiting for deletions to finish 2024/09/15 01:09:40 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/09/15 01:09:40 INFO : small: Deleted 2024/09/15 01:09:41 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (9.02s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:09:45 DEBUG : ReadFile: md5 = 7290917f8a39ff470a22d6069fbea628 OK --- PASS: TestReadFile (5.61s) === RUN TestRetry 2024/09/15 01:09:48 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/09/15 01:09:48 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/09/15 01:09:48 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/09/15 01:09:48 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/09/15 01:09:48 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/09/15 01:09:48 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/09/15 01:09:48 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-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:09:50 DEBUG : file1: md5 = dc5364eb5e0e03f71f334c78d53b6e29 OK 2024/09/15 01:09:52 DEBUG : file2: md5 = 822ac5260da6dd0de9cf6e443781b177 OK --- PASS: TestCat (19.26s) === RUN TestPurge 2024/09/15 01:10:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cubebul6gala" 2024/09/15 01:10:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/15 01:10:08 DEBUG : Creating backend with remote "TestDrive:crypt/pnpdbilrng31p93ln0tgoodsu3l92gsebakivlsvcvpl1f7no0qg" 2024/09/15 01:10:09 DEBUG : Creating backend with remote "/tmp/rclone404745250" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cubebul6gala'", Local "Local file system at /tmp/rclone404745250", Modify Window "1ms" 2024/09/15 01:10:15 DEBUG : A1/B1/C1/one: md5 = 57de9364c64e7990468d4860ef9a649a OK 2024/09/15 01:10:15 DEBUG : A2: Making directory 2024/09/15 01:10:16 DEBUG : A1/B2: Making directory 2024/09/15 01:10:17 DEBUG : A1/B2/C2: Making directory 2024/09/15 01:10:18 DEBUG : A1/B1/C3: Making directory 2024/09/15 01:10:19 DEBUG : A3: Making directory 2024/09/15 01:10:20 DEBUG : A3/B3: Making directory 2024/09/15 01:10:21 DEBUG : A3/B3/C4: Making directory 2024/09/15 01:10:24 DEBUG : A1/two: md5 = 74852e380078f58521adaafda48de8f2 OK 2024/09/15 01:10:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cubebul6gala': Purge remote 2024/09/15 01:10:28 NOTICE: purge failed: directory not found --- PASS: TestPurge (20.98s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:10:34 DEBUG : A1/B1/C1/one: md5 = 7f0ebcb1d65d761ebb20fba498569e0d OK 2024/09/15 01:10:34 DEBUG : A2: Making directory 2024/09/15 01:10:35 DEBUG : A1/B2: Making directory 2024/09/15 01:10:36 DEBUG : A1/B2/C2: Making directory 2024/09/15 01:10:37 DEBUG : A1/B1/C3: Making directory 2024/09/15 01:10:38 DEBUG : A3: Making directory 2024/09/15 01:10:39 DEBUG : A3/B3: Making directory 2024/09/15 01:10:40 DEBUG : A3/B3/C4: Making directory 2024/09/15 01:10:43 DEBUG : A1/two: md5 = ff626ef31d62bf87b458331e56ea71ea OK 2024/09/15 01:10:44 DEBUG : removing 1 level 3 directories 2024/09/15 01:10:44 INFO : A3/B3/C4: Removing directory 2024/09/15 01:10:48 DEBUG : removing 2 level 3 directories 2024/09/15 01:10:48 INFO : A1/B2/C2: Removing directory 2024/09/15 01:10:48 INFO : A1/B1/C3: Removing directory 2024/09/15 01:10:49 DEBUG : removing 2 level 2 directories 2024/09/15 01:10:49 INFO : A3/B3: Removing directory 2024/09/15 01:10:49 INFO : A1/B2: Removing directory 2024/09/15 01:10:49 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/09/15 01:10:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/09/15 01:10:50 DEBUG : removing 2 level 1 directories 2024/09/15 01:10:50 INFO : A3: Removing directory 2024/09/15 01:10:50 INFO : A2: Removing directory 2024/09/15 01:10:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/09/15 01:10:55 DEBUG : removing 1 level 3 directories 2024/09/15 01:10:55 INFO : A1/B1/C1: Removing directory 2024/09/15 01:10:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:56 DEBUG : removing 1 level 2 directories 2024/09/15 01:10:56 INFO : A1/B1: Removing directory 2024/09/15 01:10:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/09/15 01:10:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/15 01:10:57 DEBUG : removing 1 level 1 directories 2024/09/15 01:10:57 INFO : A1: Removing directory 2024/09/15 01:10:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/09/15 01:10:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/09/15 01:10:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/09/15 01:10:58 DEBUG : removing 1 level 0 directories 2024/09/15 01:10:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Removing directory 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/09/15 01:10:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (31.81s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:11:01 DEBUG : A1: Making directory 2024/09/15 01:11:02 DEBUG : A1/B1: Making directory 2024/09/15 01:11:03 DEBUG : A1/B1/C1: Making directory 2024/09/15 01:11:07 DEBUG : removing 1 level 3 directories 2024/09/15 01:11:07 INFO : A1/B1/C1: Removing directory 2024/09/15 01:11:07 DEBUG : removing 1 level 2 directories 2024/09/15 01:11:07 INFO : A1/B1: Removing directory 2024/09/15 01:11:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/15 01:11:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.48s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:11:11 DEBUG : A1: Making directory 2024/09/15 01:11:12 DEBUG : A1/B1: Making directory 2024/09/15 01:11:13 DEBUG : A1/B1/C1: Making directory 2024/09/15 01:11:16 DEBUG : removing 1 level 3 directories 2024/09/15 01:11:16 INFO : A1/B1/C1: Removing directory 2024/09/15 01:11:17 DEBUG : removing 1 level 2 directories 2024/09/15 01:11:17 INFO : A1/B1: Removing directory 2024/09/15 01:11:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/15 01:11:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.49s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:11:22 DEBUG : file1: md5 = 196d9b74712a5809f89c66a460f06f8b OK 2024/09/15 01:11:23 DEBUG : filename.txt: File name found in url 2024/09/15 01:11:25 DEBUG : filename.txt: md5 = 7f13f8a4814b248701cfcf25d9fca2a7 OK 2024/09/15 01:11:25 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/09/15 01:11:27 DEBUG : headerfilename.txt: md5 = 260bbefec4867de7fe7ccf0f9745f77d OK 2024/09/15 01:11:28 DEBUG : file2: md5 = a8b7e02cf6484fb65d0f460ac96ed482 OK --- PASS: TestCopyURL (11.66s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:11:32 DEBUG : file1: Need to transfer - File not found at Destination 2024/09/15 01:11:35 DEBUG : sub/file2: md5 = 7852e2ff4cf9915dfe693fb0feab9b0f OK 2024/09/15 01:11:35 INFO : file1: Copied (new) to: sub/file2 2024/09/15 01:11:35 INFO : file1: Deleted 2024/09/15 01:11:36 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/15 01:11:36 DEBUG : file1: Unchanged skipping 2024/09/15 01:11:36 INFO : file1: Deleted 2024/09/15 01:11:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': don't need to copy/move sub/file2, it is already at target location 2024/09/15 01:11:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.67s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:11:40 DEBUG : file1: Need to transfer - File not found at Destination 2024/09/15 01:11:41 DEBUG : file1: md5 = 096ce54698dc5b9beca945ae99cb61fa OK 2024/09/15 01:11:41 INFO : file1: Copied (new) 2024/09/15 01:11:41 INFO : file1: Deleted 2024/09/15 01:11:42 DEBUG : file1: Destination exists, skipping 2024/09/15 01:11:42 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.17s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.53s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:11:48 DEBUG : dst/file1: md5 = f09098973608516660e69ec613995102 OK 2024/09/15 01:11:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duxojen9haja/backup" 2024/09/15 01:11:49 DEBUG : Creating backend with remote "TestDrive:crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0/1nrff024r7pq65ecp72fc28jb0" 2024/09/15 01:11:50 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/09/15 01:11:53 INFO : dst/file1: Moved (server-side) 2024/09/15 01:11:55 DEBUG : dst/file1: md5 = bf3cf7e8c8011230f6fd0ef0361a7863 OK 2024/09/15 01:11:55 INFO : dst/file1: Copied (new) 2024/09/15 01:11:55 INFO : dst/file1: Deleted 2024/09/15 01:11:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/15 01:12:00 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/15 01:12:01 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.09s) === 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-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:12:05 DEBUG : A1/one: md5 = b42b938c73074de55125c9eeda0b08d8 OK 2024/09/15 01:12:06 DEBUG : A1/two: md5 = 3301212b82ff798335d0ed99b18b8457 OK 2024/09/15 01:12:09 DEBUG : A1/B1/three: md5 = 8693fbad12493b0e53f9f1e113322d22 OK 2024/09/15 01:12:12 DEBUG : A1/B1/C1/four: md5 = dbb49ed8e15f1163396607fe279a4b31 OK 2024/09/15 01:12:15 DEBUG : A1/B1/C2/five: md5 = bca0a11ac0776d24d6e2f74175e8ccea OK 2024/09/15 01:12:15 DEBUG : A1/B2: Making directory 2024/09/15 01:12:16 DEBUG : A1/B1/C3: Making directory 2024/09/15 01:12:30 INFO : A2/one: Moved (server-side) to: A3/one 2024/09/15 01:12:30 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/09/15 01:12:30 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/09/15 01:12:30 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/09/15 01:12:30 INFO : A2/two: Moved (server-side) to: A3/two 2024/09/15 01:12:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/09/15 01:12:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/09/15 01:12:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/15 01:12:35 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/09/15 01:12:35 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/09/15 01:12:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/09/15 01:12:45 INFO : A3/two: Moved (server-side) to: A4/two 2024/09/15 01:12:45 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/09/15 01:12:45 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/09/15 01:12:45 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/09/15 01:12:46 INFO : A3/one: Moved (server-side) to: A4/one 2024/09/15 01:12:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/09/15 01:12:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/09/15 01:12:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/15 01:12:51 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/09/15 01:12:51 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/09/15 01:13:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/09/15 01:13:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/09/15 01:13:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/09/15 01:13:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/09/15 01:13:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/15 01:13:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/09/15 01:13:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/09/15 01:13:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/09/15 01:13:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/09/15 01:13:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (61.85s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" --- PASS: TestGetFsInfo (0.50s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:13:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': File to upload is small (34 bytes), uploading instead of streaming 2024/09/15 01:13:06 DEBUG : no_checksum_small_file_from_pipe: md5 = 90cb38ca0dc2048c8614c0f40d1f36e5 OK 2024/09/15 01:13:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/09/15 01:13:06 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/09/15 01:13:07 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/09/15 01:13:08 DEBUG : no_checksum_big_file_from_pipe: md5 = d93e053746a2ea4d8296a7da3d2f1b59 OK 2024/09/15 01:13:08 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-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:13:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': File to upload is small (34 bytes), uploading instead of streaming 2024/09/15 01:13:12 DEBUG : with_checksum_small_file_from_pipe: md5 = c45777afe2e5eaba0e963d3983c5dc24 OK 2024/09/15 01:13:12 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/09/15 01:13:13 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/09/15 01:13:15 DEBUG : with_checksum_big_file_from_pipe: md5 = 4f591df0e573adcdd9514d009db5aabf OK 2024/09/15 01:13:15 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-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:13:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': File to upload is small (34 bytes), uploading instead of streaming 2024/09/15 01:13:19 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/15 01:13:20 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/09/15 01:13:21 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-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:13:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': File to upload is small (34 bytes), uploading instead of streaming 2024/09/15 01:13:25 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/09/15 01:13:26 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/09/15 01:13:27 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (25.40s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.34s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.18s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.52s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.36s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/09/15 01:13:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': File to upload is small (48 bytes), uploading instead of streaming 2024/09/15 01:13:32 DEBUG : rcat_metadata: md5 = f9b319ef0eb8f6e1816022aafeb6579f OK 2024/09/15 01:13:32 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/09/15 01:13:34 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/09/15 01:13:35 DEBUG : rcat_metadata_uploadcutoff0: md5 = a07324cad4c5d188f81b53975de74228 OK 2024/09/15 01:13:35 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.35s) --- PASS: TestRcatMetadata/Normal (3.27s) --- PASS: TestRcatMetadata/ViaDisk (3.59s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:13:39 DEBUG : potato1: md5 = f8a882c447d05d877c57d29d98aef30a OK 2024/09/15 01:13:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': File to upload is small (60 bytes), uploading instead of streaming 2024/09/15 01:13:41 DEBUG : potato2: md5 = 35ae9c6208f1160e21296e98089618e9 OK 2024/09/15 01:13:41 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.77s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:13:44 DEBUG : potato1: md5 = a0ce8932dc4f7f806063c306d752921d OK 2024/09/15 01:13:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': File to upload is small (60 bytes), uploading instead of streaming 2024/09/15 01:13:46 DEBUG : potato2: md5 = ecdf084311e39ca09a4d050719a653d9 OK 2024/09/15 01:13:46 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.48s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:13:51 DEBUG : potato2: md5 = 3759d6fcc4dc8af9fd632a5f0963135f OK 2024/09/15 01:13:53 DEBUG : empty space: md5 = c9037bf11db6ded9da732ff9656bc8a7 OK 2024/09/15 01:13:56 DEBUG : sub dir/potato3: md5 = f5869c9efb374be58b81f484a96cc767 OK 2024/09/15 01:13:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Touching "empty space" 2024/09/15 01:13:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Touching "potato2" 2024/09/15 01:13:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Touching "sub dir/potato3" 2024/09/15 01:14:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (14.13s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:14:03 DEBUG : dir with metadata: Making directory with metadata 2024/09/15 01:14:04 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.27s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:14:07 DEBUG : directory with modtime: Making directory with metadata 2024/09/15 01:14:08 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.29s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:14:10 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/09/15 01:14:10 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/09/15 01:14:10 DEBUG : Google drive root 'crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0': Skipping btime metadata as can't update it on an existing file: 2024-09-15T01:14:10.349882376Z 2024/09/15 01:14:11 INFO : non existent directory: Updated directory metadata 2024/09/15 01:14:13 DEBUG : Google drive root 'crypt/9kofc6mqbb6i3v68f9i5r1v2n8jgf14kvigriqv52hkfu3iv4ug0': Skipping btime metadata as can't update it on an existing file: 2024-09-15T01:14:10.349882376Z 2024/09/15 01:14:14 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.23s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:14:16 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/09/15 01:14:18 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/09/15 01:14:19 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.10s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja'", Local "Local file system at /tmp/rclone3561965505", Modify Window "1ms" 2024/09/15 01:14:21 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/09/15 01:14:21 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/09/15 01:14:21 DEBUG : dst: Making directory with metadata 2024/09/15 01:14:22 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/09/15 01:14:22 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/15 01:14:23 INFO : dst: Set directory modification time (using SetModTime) 2024/09/15 01:14:24 INFO : dst: Set directory modification time (using SetModTime) 2024/09/15 01:14:24 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/09/15 01:14:25 INFO : dst: Set directory modification time (using SetModTime) 2024/09/15 01:14:25 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.97s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2024/09/15 01:14:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duxojen9haja': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 13m27.877076835s (try 1/5)