"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/10/26 03:51:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakacev6waxi" 2024/10/26 03:51:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 03:51:48 DEBUG : Creating backend with remote "TestDrive:crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0" 2024/10/26 03:51:49 DEBUG : Creating backend with remote "/tmp/rclone1301546809" === 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-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", 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/10/26 03:51:50 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/26 03:51:50 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/10/26 03:51:50 DEBUG : potato: Seek from 10 to 0 2024/10/26 03:51:50 DEBUG : potato: Seek from 10 to 0 2024/10/26 03:51:50 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/10/26 03:51:50 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/26 03:51:50 DEBUG : potato: Seek from 5 to 2 2024/10/26 03:51:50 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/10/26 03:51:50 DEBUG : potato: Seek from 7 to 0 2024/10/26 03:51:50 DEBUG : potato: Seek from 7 to 0 2024/10/26 03:51:50 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/10/26 03:51:50 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/26 03:51:50 DEBUG : potato: Seek from 5 to 2 2024/10/26 03:51:50 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/10/26 03:51:50 DEBUG : potato: Seek from 8 to 0 2024/10/26 03:51:50 DEBUG : potato: Seek from 8 to 0 2024/10/26 03:51:50 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/10/26 03:51:50 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/26 03:51:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/26 03:51:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/26 03:51:50 DEBUG : potato: Seek from 5 to 2 2024/10/26 03:51:50 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/10/26 03:51:50 DEBUG : potato: Seek from 9 to 0 2024/10/26 03:51:50 DEBUG : potato: Seek from 9 to 0 2024/10/26 03:51:50 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-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:51:53 DEBUG : rutabaga: md5 = 80b2c8b40892f217d26c2e0c4196075d OK === RUN TestCheck/1 === RUN TestCheck/2 2024/10/26 03:51:55 DEBUG : empty space: md5 = c6718853affb453143f3ca1dcd3736f0 OK === RUN TestCheck/3 2024/10/26 03:51:57 DEBUG : potato2: md5 = d2fe82110704e26b068b1175914cb9bf OK === RUN TestCheck/4 === RUN TestCheck/5 2024/10/26 03:52:00 DEBUG : remotepotato: md5 = b411fef741a33bda1cc251a51b66d570 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.21s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.30s) --- PASS: TestCheck/6 (0.29s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2024/10/26 03:52:04 DEBUG : Creating backend with remote "nonexistent" 2024/10/26 03:52:04 DEBUG : Creating backend with remote "nonexistent" 2024/10/26 03:52:04 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/10/26 03:52:04 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/10/26 03:52:04 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/10/26 03:52:04 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-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:52:06 DEBUG : rutabaga: md5 = 8dfb50a10ec4fc2a3dd9093a754b07fb OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/10/26 03:52:10 DEBUG : empty space: md5 = 5acb5ba2927d681bdbb10304101dfc0a OK === RUN TestCheckDownload/3 2024/10/26 03:52:13 DEBUG : potato2: md5 = 3d40292c3a2e1b9411e7c7a40ba56eaf OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/10/26 03:52:19 DEBUG : remotepotato: md5 = 184923dcace46b978e410f33d31e65a7 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (20.72s) --- PASS: TestCheckDownload/1 (1.23s) --- PASS: TestCheckDownload/2 (1.15s) --- PASS: TestCheckDownload/3 (1.07s) --- PASS: TestCheckDownload/4 (1.24s) --- PASS: TestCheckDownload/5 (1.88s) --- PASS: TestCheckDownload/6 (1.29s) --- PASS: TestCheckDownload/7 (1.18s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:52:27 DEBUG : rutabaga: md5 = 3e6fd21171b60c835a323cbc3fd1eb6b OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/10/26 03:52:29 DEBUG : empty space: md5 = 846f982572cf2481dc0cabad4467fcd4 OK === RUN TestCheckSizeOnly/3 2024/10/26 03:52:31 DEBUG : potato2: md5 = 2e6212353afc4530fb175408daf2cafa OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/10/26 03:52:34 DEBUG : remotepotato: md5 = c9c786622056710634bd62b9fffbf6ea OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.13s) --- PASS: TestCheckSizeOnly/1 (0.22s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:52:40 DEBUG : test.sum: md5 = 84d26b8652387743cd8fbaeba8925405 OK 2024/10/26 03:52:40 DEBUG : Config file has changed externally - reloading 2024/10/26 03:52:40 DEBUG : TestDrive: Loaded fresh token from config file 2024/10/26 03:52:41 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/26 03:52:41 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/26 03:52:41 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/26 03:52:41 NOTICE: test.sum: 2 warning(s) suppressed... 2024/10/26 03:52:43 DEBUG : test.sum: md5 = cc490b36e60fb330a38af79c8d2da76e OK 2024/10/26 03:52:45 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/26 03:52:45 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/26 03:52:45 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/26 03:52:45 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.65s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:52:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakacev6waxi/data" 2024/10/26 03:52:46 DEBUG : Creating backend with remote "TestDrive:crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.10s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:52:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakacev6waxi/data" 2024/10/26 03:52:48 DEBUG : Creating backend with remote "TestDrive:crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0/vjrnln8ratgmqakfosrqe8espk" 2024/10/26 03:52:53 DEBUG : data/banana: md5 = 183d475110a148527483f8c73d1d8d1b OK 2024/10/26 03:52:55 DEBUG : test.sum: md5 = 9027060433d2625031b12c7a214358c6 OK === RUN TestCheckSumDownload/subtest1 2024/10/26 03:53:00 DEBUG : data/potato: md5 = 20fe1899e3612b277943d2368f90fe6c OK 2024/10/26 03:53:02 DEBUG : test.sum: md5 = f355e992a95f287cb77cf579c688be64 OK === RUN TestCheckSumDownload/subtest2 2024/10/26 03:53:06 DEBUG : test.sum: md5 = 4fa72b63c7f8857b8c365ec61c9bfac2 OK === RUN TestCheckSumDownload/subtest3 2024/10/26 03:53:11 DEBUG : test.sum: md5 = b4ce97ce17f24528df492ec800d6251e OK === RUN TestCheckSumDownload/subtest4 2024/10/26 03:53:16 DEBUG : test.sum: md5 = 1410876c2d87726cfc815e5fc02be359 OK === RUN TestCheckSumDownload/subtest5 2024/10/26 03:53:21 DEBUG : test.sum: md5 = 1680959807f8d731af7c863dc5175b67 OK === RUN TestCheckSumDownload/subtest6 2024/10/26 03:53:25 DEBUG : data/banana: md5 = e02cf080632bc30a9221fcadf8d8600b OK 2024/10/26 03:53:27 DEBUG : data/potato: md5 = 866a32762c2f869b117d30deb8714d7b OK 2024/10/26 03:53:28 DEBUG : test.sum: md5 = 458df3f4ceef8a902b808bd1d04870ea OK === RUN TestCheckSumDownload/subtest7 2024/10/26 03:53:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/10/26 03:53:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (46.75s) --- PASS: TestCheckSumDownload/subtest1 (2.67s) --- PASS: TestCheckSumDownload/subtest2 (2.29s) --- PASS: TestCheckSumDownload/subtest3 (2.36s) --- PASS: TestCheckSumDownload/subtest4 (2.48s) --- PASS: TestCheckSumDownload/subtest5 (2.62s) --- PASS: TestCheckSumDownload/subtest6 (2.05s) --- PASS: TestCheckSumDownload/subtest7 (2.65s) === RUN TestApplyTransforms 2024/10/26 03:53:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tikapiw8sute" 2024/10/26 03:53:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 03:53:35 DEBUG : Creating backend with remote "TestDrive:crypt/1rjcel0rbiv3e3ec1momol58950gsh345mihvttut4lpf1vvp6p0" 2024/10/26 03:53:36 DEBUG : Creating backend with remote "/tmp/rclone1572843870" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tikapiw8sute'", Local "Local file system at /tmp/rclone1572843870", Modify Window "1ms" 2024/10/26 03:53:39 DEBUG : hello, world!: md5 = 9e8bd45f7b2e97a5b1f4c2ead4677d66 OK upper checkfile vs. lower remote (without normalization) 2024/10/26 03:53:40 ERROR : hello, world!: sum not found 2024/10/26 03:53:40 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-tikapiw8sute' 2024/10/26 03:53:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tikapiw8sute': 1 files missing 2024/10/26 03:53:40 NOTICE: 1 hashes missing 2024/10/26 03:53:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tikapiw8sute': 2 differences found 2024/10/26 03:53:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tikapiw8sute': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/10/26 03:53:41 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/26 03:53:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tikapiw8sute': 0 differences found 2024/10/26 03:53:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tikapiw8sute': 1 matching files 2024/10/26 03:53:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwunog3doho" 2024/10/26 03:53:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 03:53:41 DEBUG : Creating backend with remote "TestDrive:crypt/294n2bp3dbdsv2fqac9ru2af7s9hqtva11guhojvduo7nsc9aa40" 2024/10/26 03:53:42 DEBUG : Creating backend with remote "/tmp/rclone4268015001" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwunog3doho'", Local "Local file system at /tmp/rclone4268015001", Modify Window "1ms" 2024/10/26 03:53:46 DEBUG : HELLO, WORLD!: md5 = 9a48978ad43ba729d735e7128766f760 OK lower checkfile vs. upper remote (without normalization) 2024/10/26 03:53:46 ERROR : HELLO, WORLD!: sum not found 2024/10/26 03:53:46 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-biwunog3doho' 2024/10/26 03:53:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwunog3doho': 1 files missing 2024/10/26 03:53:46 NOTICE: 1 hashes missing 2024/10/26 03:53:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwunog3doho': 2 differences found 2024/10/26 03:53:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwunog3doho': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/10/26 03:53:47 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/26 03:53:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwunog3doho': 0 differences found 2024/10/26 03:53:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwunog3doho': 1 matching files 2024/10/26 03:53:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wodacul5luji" 2024/10/26 03:53:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 03:53:47 DEBUG : Creating backend with remote "TestDrive:crypt/qos2qq520p5l99jv42640no7nijl7dbskj4ncraaqi0svfvge620" 2024/10/26 03:53:49 DEBUG : Creating backend with remote "/tmp/rclone1257870536" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wodacul5luji'", Local "Local file system at /tmp/rclone1257870536", Modify Window "1ms" 2024/10/26 03:53:52 DEBUG : HeLlO, wOrLd!: md5 = e8b0e7938d5b4e69a62a27afd562e306 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/10/26 03:53:52 ERROR : HeLlO, wOrLd!: sum not found 2024/10/26 03:53:52 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wodacul5luji' 2024/10/26 03:53:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wodacul5luji': 1 files missing 2024/10/26 03:53:52 NOTICE: 1 hashes missing 2024/10/26 03:53:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wodacul5luji': 2 differences found 2024/10/26 03:53:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wodacul5luji': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/10/26 03:53:54 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/26 03:53:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wodacul5luji': 0 differences found 2024/10/26 03:53:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wodacul5luji': 1 matching files 2024/10/26 03:53:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kugoqob6yayo" 2024/10/26 03:53:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 03:53:54 DEBUG : Creating backend with remote "TestDrive:crypt/b1uol2p86ns7mfdi7vtdo6tp40vnmrrcch0k78ohc65v6g9gt1f0" 2024/10/26 03:53:55 DEBUG : Creating backend with remote "/tmp/rclone3427491751" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kugoqob6yayo'", Local "Local file system at /tmp/rclone3427491751", Modify Window "1ms" 2024/10/26 03:53:58 DEBUG : HELLO, WORLD!: md5 = 44ce234533c03e5b4d580b36344bb0bd OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/10/26 03:53:58 ERROR : HELLO, WORLD!: sum not found 2024/10/26 03:53:58 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kugoqob6yayo' 2024/10/26 03:53:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kugoqob6yayo': 1 files missing 2024/10/26 03:53:58 NOTICE: 1 hashes missing 2024/10/26 03:53:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kugoqob6yayo': 2 differences found 2024/10/26 03:53:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kugoqob6yayo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/10/26 03:54:00 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/26 03:54:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kugoqob6yayo': 0 differences found 2024/10/26 03:54:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kugoqob6yayo': 1 matching files 2024/10/26 03:54:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bepupeg8qodo" 2024/10/26 03:54:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 03:54:00 DEBUG : Creating backend with remote "TestDrive:crypt/nhkebcuq9hmkgt2kctpa4qpob9jnme473ivbcior228mf9oljrr0" 2024/10/26 03:54:01 DEBUG : Creating backend with remote "/tmp/rclone3585878420" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bepupeg8qodo'", Local "Local file system at /tmp/rclone3585878420", Modify Window "1ms" 2024/10/26 03:54:04 DEBUG : 測試_Русский___ě_áñ: md5 = 0433c8448816f961d6ebb0db7bfd4877 OK NFD checkfile vs. NFC remote (without normalization) 2024/10/26 03:54:05 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/26 03:54:05 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bepupeg8qodo' 2024/10/26 03:54:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bepupeg8qodo': 1 files missing 2024/10/26 03:54:05 NOTICE: 1 hashes missing 2024/10/26 03:54:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bepupeg8qodo': 2 differences found 2024/10/26 03:54:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bepupeg8qodo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/10/26 03:54:06 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/26 03:54:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bepupeg8qodo': 0 differences found 2024/10/26 03:54:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bepupeg8qodo': 1 matching files 2024/10/26 03:54:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vuweyix0pece" 2024/10/26 03:54:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 03:54:06 DEBUG : Creating backend with remote "TestDrive:crypt/bj5f7mdo848pp4h4akdrf2igbv3jk7tjeqle1bihbajfhf7tbthg" 2024/10/26 03:54:07 DEBUG : Creating backend with remote "/tmp/rclone1656664162" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vuweyix0pece'", Local "Local file system at /tmp/rclone1656664162", Modify Window "1ms" 2024/10/26 03:54:10 DEBUG : 測試_Русский___ě_áñ: md5 = 41933013373359576f372ca4376629fd OK NFC checkfile vs. NFD remote (without normalization) 2024/10/26 03:54:11 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/26 03:54:11 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vuweyix0pece' 2024/10/26 03:54:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuweyix0pece': 1 files missing 2024/10/26 03:54:11 NOTICE: 1 hashes missing 2024/10/26 03:54:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuweyix0pece': 2 differences found 2024/10/26 03:54:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuweyix0pece': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/10/26 03:54:12 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/26 03:54:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuweyix0pece': 0 differences found 2024/10/26 03:54:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuweyix0pece': 1 matching files 2024/10/26 03:54:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pebuwav2soka" 2024/10/26 03:54:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 03:54:12 DEBUG : Creating backend with remote "TestDrive:crypt/54d31fenncarp99ce12262qscajgdve6pnrf1d1krnp0psn9ddi0" 2024/10/26 03:54:13 DEBUG : Creating backend with remote "/tmp/rclone2234523393" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pebuwav2soka'", Local "Local file system at /tmp/rclone2234523393", Modify Window "1ms" 2024/10/26 03:54:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b4f5a9014b831fc30364c90e774e8524 OK NFDx2 checkfile vs. both remote (without normalization) 2024/10/26 03:54:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/26 03:54:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pebuwav2soka' 2024/10/26 03:54:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pebuwav2soka': 1 files missing 2024/10/26 03:54:16 NOTICE: 1 hashes missing 2024/10/26 03:54:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pebuwav2soka': 2 differences found 2024/10/26 03:54:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pebuwav2soka': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/10/26 03:54:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/26 03:54:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pebuwav2soka': 0 differences found 2024/10/26 03:54:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pebuwav2soka': 1 matching files 2024/10/26 03:54:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vunipiy2puku" 2024/10/26 03:54:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 03:54:18 DEBUG : Creating backend with remote "TestDrive:crypt/o64fklucgp17c04qqg3k0olg6i6mrijddf8ngm47sqcvnt2urf8g" 2024/10/26 03:54:19 DEBUG : Creating backend with remote "/tmp/rclone715950659" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vunipiy2puku'", Local "Local file system at /tmp/rclone715950659", Modify Window "1ms" 2024/10/26 03:54:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 186bbf44b54efb8e46e2a11b93ce3443 OK NFCx2 checkfile vs. both remote (without normalization) 2024/10/26 03:54:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/26 03:54:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vunipiy2puku' 2024/10/26 03:54:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vunipiy2puku': 1 files missing 2024/10/26 03:54:22 NOTICE: 1 hashes missing 2024/10/26 03:54:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vunipiy2puku': 2 differences found 2024/10/26 03:54:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vunipiy2puku': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/10/26 03:54:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/26 03:54:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vunipiy2puku': 0 differences found 2024/10/26 03:54:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vunipiy2puku': 1 matching files 2024/10/26 03:54:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jugahur7fajo" 2024/10/26 03:54:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 03:54:24 DEBUG : Creating backend with remote "TestDrive:crypt/eoupbgbh7olmugsjb9k66sureaujvchj665tbne4q9pnjkr3cbh0" 2024/10/26 03:54:25 DEBUG : Creating backend with remote "/tmp/rclone2145377673" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jugahur7fajo'", Local "Local file system at /tmp/rclone2145377673", Modify Window "1ms" 2024/10/26 03:54:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 312eb9737e32a09629987bf533cf219c OK both checkfile vs. NFDx2 remote (without normalization) 2024/10/26 03:54:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/26 03:54:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jugahur7fajo' 2024/10/26 03:54:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jugahur7fajo': 1 files missing 2024/10/26 03:54:28 NOTICE: 1 hashes missing 2024/10/26 03:54:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jugahur7fajo': 2 differences found 2024/10/26 03:54:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jugahur7fajo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/10/26 03:54:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/26 03:54:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jugahur7fajo': 0 differences found 2024/10/26 03:54:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jugahur7fajo': 1 matching files 2024/10/26 03:54:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guvolen4weyu" 2024/10/26 03:54:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 03:54:29 DEBUG : Creating backend with remote "TestDrive:crypt/uvn7oa3cr53qdl5e7outabsu6f2bafregsr3dfvn4bisn60jcc2g" 2024/10/26 03:54:30 DEBUG : Creating backend with remote "/tmp/rclone2156039540" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guvolen4weyu'", Local "Local file system at /tmp/rclone2156039540", Modify Window "1ms" 2024/10/26 03:54:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a79badfc2ff6151ec6f3781abadb28ea OK both checkfile vs. NFCx2 remote (without normalization) 2024/10/26 03:54:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/26 03:54:34 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-guvolen4weyu' 2024/10/26 03:54:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guvolen4weyu': 1 files missing 2024/10/26 03:54:34 NOTICE: 1 hashes missing 2024/10/26 03:54:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guvolen4weyu': 2 differences found 2024/10/26 03:54:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guvolen4weyu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/10/26 03:54:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/26 03:54:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guvolen4weyu': 0 differences found 2024/10/26 03:54:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guvolen4weyu': 1 matching files 2024/10/26 03:54:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guvolen4weyu': Purge remote 2024/10/26 03:54:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jugahur7fajo': Purge remote 2024/10/26 03:54:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vunipiy2puku': Purge remote 2024/10/26 03:54:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pebuwav2soka': Purge remote 2024/10/26 03:54:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vuweyix0pece': Purge remote 2024/10/26 03:54:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bepupeg8qodo': Purge remote 2024/10/26 03:54:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kugoqob6yayo': Purge remote 2024/10/26 03:54:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wodacul5luji': Purge remote 2024/10/26 03:54:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwunog3doho': Purge remote 2024/10/26 03:54:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tikapiw8sute': Purge remote --- PASS: TestApplyTransforms (67.28s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:54:43 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/26 03:54:46 DEBUG : sub/file2: md5 = 6fd1dc6c3301726d3a43aca2697a096a OK 2024/10/26 03:54:46 INFO : file1: Copied (new) to: sub/file2 2024/10/26 03:54:47 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/26 03:54:47 DEBUG : file1: Unchanged skipping 2024/10/26 03:54:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': don't need to copy/move sub/file2, it is already at target location 2024/10/26 03:54:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.96s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.72s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:54:54 DEBUG : dst/file1: md5 = e901fb346496ddc78a1ae157ace772b3 OK 2024/10/26 03:54:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakacev6waxi/backup" 2024/10/26 03:54:55 DEBUG : Creating backend with remote "TestDrive:crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0/1nrff024r7pq65ecp72fc28jb0" 2024/10/26 03:54:56 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/26 03:55:00 INFO : dst/file1: Moved (server-side) 2024/10/26 03:55:02 DEBUG : dst/file1: md5 = 856ab6109b2dd7097e3737927fca4fd4 OK 2024/10/26 03:55:02 INFO : dst/file1: Copied (new) 2024/10/26 03:55:05 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/26 03:55:06 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/26 03:55:07 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (17.00s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:55:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakacev6waxi/dst" 2024/10/26 03:55:08 DEBUG : Creating backend with remote "TestDrive:crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/26 03:55:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakacev6waxi/CompareDest" 2024/10/26 03:55:10 DEBUG : Creating backend with remote "TestDrive:crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0/gveqi14airsml4bgu7krj116o8" 2024/10/26 03:55:12 DEBUG : one: Need to transfer - File not found at Destination 2024/10/26 03:55:15 DEBUG : one: md5 = 0416a3c5169022cea99a033f97d6ee9d OK 2024/10/26 03:55:15 INFO : one: Copied (new) 2024/10/26 03:55:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/26 03:55:18 DEBUG : one: md5 = e539cdcee0294d9df16e32e7778d5bf9 OK 2024/10/26 03:55:18 INFO : one: Copied (replaced existing) 2024/10/26 03:55:20 DEBUG : dst/one: md5 = 6addca362349ef4bc7e00ba0b61f79e1 OK 2024/10/26 03:55:23 DEBUG : CompareDest/one: md5 = d0c655d73bb81343db5ce8ae0a6bfceb OK 2024/10/26 03:55:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/26 03:55:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/26 03:55:25 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/26 03:55:27 DEBUG : CompareDest/two: md5 = 688068fad49f61ca0f6f7a4e51bf1c1c OK 2024/10/26 03:55:28 DEBUG : two: Need to transfer - File not found at Destination 2024/10/26 03:55:28 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/26 03:55:28 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/26 03:55:29 DEBUG : two: Need to transfer - File not found at Destination 2024/10/26 03:55:29 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/26 03:55:29 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/26 03:55:31 DEBUG : two: Need to transfer - File not found at Destination 2024/10/26 03:55:31 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/10/26 03:55:33 DEBUG : two: md5 = 1b3762fa38d200e6f406d07c8e0bb54f OK 2024/10/26 03:55:33 INFO : two: Copied (new) 2024/10/26 03:55:37 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/26 03:55:37 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 03:55:38 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 03:55:38 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (30.80s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:55:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakacev6waxi/dst" 2024/10/26 03:55:39 DEBUG : Creating backend with remote "TestDrive:crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/26 03:55:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakacev6waxi/CopyDest" 2024/10/26 03:55:41 DEBUG : Creating backend with remote "TestDrive:crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/26 03:55:43 DEBUG : one: Need to transfer - File not found at Destination 2024/10/26 03:55:46 DEBUG : one: md5 = 699731ab063e6f1d4010a198edabca21 OK 2024/10/26 03:55:46 INFO : one: Copied (new) 2024/10/26 03:55:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/26 03:55:49 DEBUG : one: md5 = 9867309778cf2f32200d9bd5f5d33d68 OK 2024/10/26 03:55:49 INFO : one: Copied (replaced existing) 2024/10/26 03:55:51 DEBUG : dst/one: md5 = f35ff608eceb22792e0f305a6b68e368 OK 2024/10/26 03:55:54 DEBUG : CopyDest/one: md5 = 20b4c4446c05db8175edd78d62da4e57 OK 2024/10/26 03:55:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakacev6waxi/BackupDir" 2024/10/26 03:55:55 DEBUG : Creating backend with remote "TestDrive:crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/26 03:55:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/26 03:55:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/26 03:55:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/26 03:56:00 INFO : one: Moved (server-side) 2024/10/26 03:56:02 INFO : one: Copied (server-side copy) 2024/10/26 03:56:02 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/10/26 03:56:04 DEBUG : CopyDest/two: md5 = 99de2c236cd244850ca77a51792feebd OK 2024/10/26 03:56:05 DEBUG : two: Need to transfer - File not found at Destination 2024/10/26 03:56:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/26 03:56:07 INFO : two: Copied (server-side copy) 2024/10/26 03:56:07 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/10/26 03:56:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/26 03:56:08 DEBUG : two: Unchanged skipping 2024/10/26 03:56:10 DEBUG : CopyDest/three: md5 = 70b720ec41dc18080a18aeec0e77940f OK 2024/10/26 03:56:11 DEBUG : three: Need to transfer - File not found at Destination 2024/10/26 03:56:11 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/10/26 03:56:11 DEBUG : three: Destination not found in --copy-dest 2024/10/26 03:56:13 DEBUG : three: md5 = 570051604581eeb1a5b82b7e67224c4b OK 2024/10/26 03:56:13 INFO : three: Copied (new) 2024/10/26 03:56:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/26 03:56:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 03:56:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/26 03:56:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/26 03:56:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/26 03:56:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 03:56:21 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (42.60s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.48s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.50s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:56:23 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/10/26 03:56:26 DEBUG : TestCopyFileMaxTransfer/file1: md5 = dae6b197c885d7317a09b8f1f32bf9c5 OK 2024/10/26 03:56:26 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/10/26 03:56:27 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/10/26 03:56:27 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/10/26 03:56:28 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/10/26 03:56:28 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/10/26 03:56:30 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 316f8696adee67242ab27045620f45fe OK 2024/10/26 03:56:30 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/10/26 03:56:33 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/10/26 03:56:33 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.38s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:56:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Looking for duplicate names using skip mode. 2024/10/26 03:56:38 NOTICE: one: Found 2 files with duplicate names 2024/10/26 03:56:38 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.89s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:56:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Looking for duplicate names using skip mode. 2024/10/26 03:56:47 NOTICE: one: Found 3 files with duplicate names 2024/10/26 03:56:47 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/10/26 03:56:47 INFO : one: Deleted 2024/10/26 03:56:47 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.32s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:56:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Looking for duplicate names using first mode. 2024/10/26 03:56:55 NOTICE: one: Found 3 files with duplicate names 2024/10/26 03:56:56 INFO : one: Deleted 2024/10/26 03:56:57 INFO : one: Deleted 2024/10/26 03:56:57 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.57s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:57:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Looking for duplicate names using newest mode. 2024/10/26 03:57:04 NOTICE: one: Found 3 files with duplicate names 2024/10/26 03:57:05 INFO : one: Deleted 2024/10/26 03:57:05 INFO : one: Deleted 2024/10/26 03:57:05 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.75s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", 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-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:57:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Looking for duplicate names using oldest mode. 2024/10/26 03:57:13 NOTICE: one: Found 3 files with duplicate names 2024/10/26 03:57:14 INFO : one: Deleted 2024/10/26 03:57:14 INFO : one: Deleted 2024/10/26 03:57:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.26s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:57:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Looking for duplicate names using largest mode. 2024/10/26 03:57:21 NOTICE: one: Found 3 files with duplicate names 2024/10/26 03:57:22 INFO : one: Deleted 2024/10/26 03:57:22 INFO : one: Deleted 2024/10/26 03:57:22 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.14s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:57:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Looking for duplicate names using smallest mode. 2024/10/26 03:57:30 NOTICE: one: Found 3 files with duplicate names 2024/10/26 03:57:30 INFO : one: Deleted 2024/10/26 03:57:31 INFO : one: Deleted 2024/10/26 03:57:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.61s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:57:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Looking for duplicate names using rename mode. 2024/10/26 03:57:39 NOTICE: one.txt: Found 3 files with duplicate names 2024/10/26 03:57:41 INFO : one-2.txt: renamed from: one.txt 2024/10/26 03:57:42 INFO : one-3.txt: renamed from: one.txt 2024/10/26 03:57:44 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.84s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:57:50 DEBUG : dupe1/one.txt: md5 = d64079a89ae2198becb8c3e790d64531 OK 2024/10/26 03:57:53 DEBUG : dupe2/two.txt: md5 = 48c9ccb2e1346a96e0365c4b775a22c6 OK 2024/10/26 03:57:56 DEBUG : dupe3/three.txt: md5 = 478e7cf5ddbcc42459a664082997aabe OK 2024/10/26 03:57:57 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/10/26 03:57:58 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/10/26 03:57:59 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/10/26 03:58:00 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/10/26 03:58:05 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/10/26 03:58:05 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/10/26 03:58:05 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (18.22s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:58:08 DEBUG : a.txt: md5 = 3b7500b31409b4c02a8c0fcbd9806e33 OK 2024/10/26 03:58:09 DEBUG : zend.txt: md5 = 4fc0490e94d4d9bbb031f49fdb10ae5d OK 2024/10/26 03:58:12 DEBUG : sub dir/hello world: md5 = 52663c678356d7a078c5d538366b47cd OK 2024/10/26 03:58:14 DEBUG : sub dir/hello world2: md5 = 1b111f41e8dc3706c55a8c04e4adfc04 OK 2024/10/26 03:58:17 DEBUG : sub dir/ignore dir/.ignore: md5 = 42e292192d80229ef3e43d5bc08ded3a OK 2024/10/26 03:58:19 DEBUG : sub dir/ignore dir/should be ignored: md5 = 306dd0956dd704a2d23b37e06682858b OK 2024/10/26 03:58:22 DEBUG : sub dir/sub sub dir/hello world3: md5 = 97e41441e593d2e4591ad4818535c3d9 OK 2024/10/26 03:58:23 DEBUG : a.txt: Excluded (Size Filter) 2024/10/26 03:58:23 DEBUG : a.txt: Excluded 2024/10/26 03:58:24 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/26 03:58:24 DEBUG : sub dir/hello world2: Excluded 2024/10/26 03:58:24 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/26 03:58:24 DEBUG : sub dir/hello world: Excluded 2024/10/26 03:58:25 DEBUG : sub dir/ignore dir: Excluded 2024/10/26 03:58:25 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/26 03:58:25 DEBUG : sub dir/hello world2: Excluded 2024/10/26 03:58:25 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/26 03:58:25 DEBUG : sub dir/hello world: Excluded 2024/10/26 03:58:25 DEBUG : sub dir/ignore dir: Excluded 2024/10/26 03:58:31 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/10/26 03:58:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/10/26 03:58:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/10/26 03:58:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/10/26 03:58:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/10/26 03:58:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/10/26 03:58:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (28.51s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:58:36 DEBUG : file1: md5 = e45d95499c6729e0131fbf98acfa8e81 OK 2024/10/26 03:58:39 DEBUG : sub/file2: md5 = da1b4575258915b176c9fbd8afbd4339 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/10/26 03:58:42 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/10/26 03:58:43 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/10/26 03:58:43 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/10/26 03:58:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (12.19s) --- PASS: TestListJSON/Default (0.28s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.52s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.28s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.29s) --- PASS: TestListJSON/Metadata (0.71s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:58:48 DEBUG : file1: md5 = a2ab5f690cbf3cbc4f3b987576f7c327 OK 2024/10/26 03:58:51 DEBUG : sub/file2: md5 = 51bdeced5c767cc0ad83c4722888e23b 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/10/26 03:58:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakacev6waxi/notfound" 2024/10/26 03:58:55 DEBUG : Creating backend with remote "TestDrive:crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0/qe0i31qdkoejk60elps0ni5sqk" 2024/10/26 03:58:59 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.91s) --- PASS: TestStatJSON/Root (0.29s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.53s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.53s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.29s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (2.00s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:59:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Making directory 2024/10/26 03:59:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Making directory --- PASS: TestMkdir (0.75s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:59:04 DEBUG : sub dir/hello world: md5 = 287e2ed8ae0f97e9e85a313dde7405c5 OK 2024/10/26 03:59:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.92s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:59:09 DEBUG : potato2: md5 = 017e362861c3c86779a3cefc3b3a590a OK 2024/10/26 03:59:10 DEBUG : empty space: md5 = 9700858d8dc6fc8c3e803b986ad76f6c OK --- PASS: TestLs (6.08s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:59:15 DEBUG : potato2: md5 = cab008f68e535bb3a1756d65634faf99 OK 2024/10/26 03:59:17 DEBUG : empty space: md5 = b05f2a101aed31ad5502d6624360d39a OK 2024/10/26 03:59:17 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (6.64s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:59:21 DEBUG : potato2: md5 = 3ecbdf0946b5055653bf9f972b6fc2c1 OK 2024/10/26 03:59:23 DEBUG : empty space: md5 = 65dc2b09ecd41b8bc854a7cf4b305b3a OK --- PASS: TestLsLong (6.54s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:59:28 DEBUG : potato2: md5 = 32ef921dee407b838aaece62f4b4038d OK 2024/10/26 03:59:30 DEBUG : empty space: md5 = 006e1fe3a2ccc11a4b8d16acaf0ccf1a OK --- PASS: TestHashSums (7.31s) === RUN TestHashSumsWithErrors 2024/10/26 03:59:33 DEBUG : Creating backend with remote ":memory:" 2024/10/26 03:59:33 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/10/26 03:59:33 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/26 03:59:33 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/26 03:59:33 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/26 03:59:33 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/26 03:59:33 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/26 03:59:33 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/26 03:59:33 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/10/26 03:59:33 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-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:59:35 DEBUG : potato2: md5 = 7b26ef2ba3a027cf16559499c0553082 OK 2024/10/26 03:59:37 DEBUG : empty space: md5 = d8cc5df34a13802e5aa53456a628716f OK 2024/10/26 03:59:40 DEBUG : sub dir/potato3: md5 = 1e54622c18be18b4f7c0c41ce0af2b8b OK 2024/10/26 03:59:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.51s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:59:46 DEBUG : small: md5 = a87962d4dfb541147349183a768c4e38 OK 2024/10/26 03:59:48 DEBUG : medium: md5 = 8fc1428e2b8cac56bdafc8bdaee92bc2 OK 2024/10/26 03:59:51 DEBUG : large: md5 = 063bcb1f67c72b913b25621cd900c095 OK 2024/10/26 03:59:51 DEBUG : Waiting for deletions to finish 2024/10/26 03:59:51 DEBUG : large: Excluded (Size Filter) 2024/10/26 03:59:52 INFO : small: Deleted 2024/10/26 03:59:52 INFO : medium: Deleted --- PASS: TestDelete (8.66s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 03:59:55 DEBUG : small: md5 = 4568a6327c31a89a29a1db76b4f3b934 OK 2024/10/26 03:59:57 DEBUG : medium: md5 = a6aea132b44cb996df2ad451146325a1 OK 2024/10/26 03:59:59 DEBUG : large: md5 = c63fbee88b002df592a45ec30497f217 OK 2024/10/26 03:59:59 DEBUG : Waiting for deletions to finish 2024/10/26 04:00:00 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/10/26 04:00:00 INFO : small: Deleted 2024/10/26 04:00:02 INFO : large: Deleted --- PASS: TestMaxDelete (10.32s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:00:06 DEBUG : small: md5 = 5032afb1cdc4c5edf2915ab70935d01e OK 2024/10/26 04:00:08 DEBUG : medium: md5 = 28a459feb6866ac0d4569ddb7dbfa883 OK 2024/10/26 04:00:10 DEBUG : large: md5 = fc075cd72ea47a75b9d0b45d2d5cbafb OK 2024/10/26 04:00:10 DEBUG : Waiting for deletions to finish 2024/10/26 04:00:11 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/10/26 04:00:11 INFO : medium: Deleted 2024/10/26 04:00:11 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (9.58s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:00:15 DEBUG : small: md5 = c351e09a717d0820631c8a5d129cfb22 OK 2024/10/26 04:00:17 DEBUG : medium: md5 = 77ce17efe7b68b91a59520512b604ee6 OK 2024/10/26 04:00:19 DEBUG : large: md5 = 992c92f6333832cd1b58d9639d72f210 OK 2024/10/26 04:00:19 DEBUG : Waiting for deletions to finish 2024/10/26 04:00:19 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/10/26 04:00:20 INFO : large: Deleted 2024/10/26 04:00:20 INFO : small: Deleted --- PASS: TestMaxDeleteSize (8.38s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:00:24 DEBUG : ReadFile: md5 = fa5ba2b422b8c7798f6a227043862ef7 OK --- PASS: TestReadFile (5.29s) === RUN TestRetry 2024/10/26 04:00:27 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/10/26 04:00:27 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/10/26 04:00:27 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/26 04:00:27 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/26 04:00:27 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/26 04:00:27 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/26 04:00:27 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-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:00:29 DEBUG : file1: md5 = 595057cba0fe61359e88b916b5605938 OK 2024/10/26 04:00:31 DEBUG : file2: md5 = cd87905352de320564e650c88e518ad7 OK --- PASS: TestCat (18.72s) === RUN TestPurge 2024/10/26 04:00:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-futusid0zefu" 2024/10/26 04:00:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/26 04:00:46 DEBUG : Creating backend with remote "TestDrive:crypt/bngbrs1uagje6b83v8g5v0tg2e86ndecfvl3p5vut6u7ml3h2ahg" 2024/10/26 04:00:47 DEBUG : Creating backend with remote "/tmp/rclone121999341" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-futusid0zefu'", Local "Local file system at /tmp/rclone121999341", Modify Window "1ms" 2024/10/26 04:00:53 DEBUG : A1/B1/C1/one: md5 = f34fcf0ea94a93f01bc98f2e1c2da062 OK 2024/10/26 04:00:53 DEBUG : A2: Making directory 2024/10/26 04:00:54 DEBUG : A1/B2: Making directory 2024/10/26 04:00:55 DEBUG : A1/B2/C2: Making directory 2024/10/26 04:00:56 DEBUG : A1/B1/C3: Making directory 2024/10/26 04:00:57 DEBUG : A3: Making directory 2024/10/26 04:00:59 DEBUG : A3/B3: Making directory 2024/10/26 04:01:00 DEBUG : A3/B3/C4: Making directory 2024/10/26 04:01:03 DEBUG : A1/two: md5 = 74367d1cdd7bab1c815d80fe75417c5d OK 2024/10/26 04:01:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-futusid0zefu': Purge remote 2024/10/26 04:01:07 NOTICE: purge failed: directory not found --- PASS: TestPurge (21.36s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:01:12 DEBUG : A1/B1/C1/one: md5 = 5688905138ecd0ee2d34be6814fbd2cf OK 2024/10/26 04:01:12 DEBUG : A2: Making directory 2024/10/26 04:01:13 DEBUG : A1/B2: Making directory 2024/10/26 04:01:14 DEBUG : A1/B2/C2: Making directory 2024/10/26 04:01:16 DEBUG : A1/B1/C3: Making directory 2024/10/26 04:01:17 DEBUG : A3: Making directory 2024/10/26 04:01:18 DEBUG : A3/B3: Making directory 2024/10/26 04:01:19 DEBUG : A3/B3/C4: Making directory 2024/10/26 04:01:23 DEBUG : A1/two: md5 = 3364e5b7380559d8e550d7e1683906b1 OK 2024/10/26 04:01:24 DEBUG : removing 1 level 3 directories 2024/10/26 04:01:24 INFO : A3/B3/C4: Removing directory 2024/10/26 04:01:27 DEBUG : removing 2 level 3 directories 2024/10/26 04:01:27 INFO : A1/B2/C2: Removing directory 2024/10/26 04:01:27 INFO : A1/B1/C3: Removing directory 2024/10/26 04:01:28 DEBUG : removing 2 level 2 directories 2024/10/26 04:01:28 INFO : A3/B3: Removing directory 2024/10/26 04:01:28 INFO : A1/B2: Removing directory 2024/10/26 04:01:28 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/10/26 04:01:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/26 04:01:29 DEBUG : removing 2 level 1 directories 2024/10/26 04:01:29 INFO : A3: Removing directory 2024/10/26 04:01:29 INFO : A2: Removing directory 2024/10/26 04:01:29 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/10/26 04:01:34 DEBUG : removing 1 level 3 directories 2024/10/26 04:01:34 INFO : A1/B1/C1: Removing directory 2024/10/26 04:01:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:35 DEBUG : removing 1 level 2 directories 2024/10/26 04:01:35 INFO : A1/B1: Removing directory 2024/10/26 04:01:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/26 04:01:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/26 04:01:36 DEBUG : removing 1 level 1 directories 2024/10/26 04:01:36 INFO : A1: Removing directory 2024/10/26 04:01:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/26 04:01:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/26 04:01:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/26 04:01:37 DEBUG : removing 1 level 0 directories 2024/10/26 04:01:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Removing directory 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/26 04:01:38 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (31.83s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:01:40 DEBUG : A1: Making directory 2024/10/26 04:01:41 DEBUG : A1/B1: Making directory 2024/10/26 04:01:43 DEBUG : A1/B1/C1: Making directory 2024/10/26 04:01:45 DEBUG : removing 1 level 3 directories 2024/10/26 04:01:45 INFO : A1/B1/C1: Removing directory 2024/10/26 04:01:46 DEBUG : removing 1 level 2 directories 2024/10/26 04:01:46 INFO : A1/B1: Removing directory 2024/10/26 04:01:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/26 04:01:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.26s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:01:49 DEBUG : A1: Making directory 2024/10/26 04:01:51 DEBUG : A1/B1: Making directory 2024/10/26 04:01:53 DEBUG : A1/B1/C1: Making directory 2024/10/26 04:01:57 DEBUG : removing 1 level 3 directories 2024/10/26 04:01:57 INFO : A1/B1/C1: Removing directory 2024/10/26 04:01:58 DEBUG : removing 1 level 2 directories 2024/10/26 04:01:58 INFO : A1/B1: Removing directory 2024/10/26 04:01:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/26 04:02:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (13.34s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:02:05 DEBUG : file1: md5 = 30fb5376c23021d5a1755eddd75ec512 OK 2024/10/26 04:02:05 DEBUG : filename.txt: File name found in url 2024/10/26 04:02:07 DEBUG : filename.txt: md5 = 71961fd719600d5924dfd2438ad507d4 OK 2024/10/26 04:02:07 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/10/26 04:02:14 DEBUG : headerfilename.txt: md5 = b9597c79274e5ff46902491c787d70b7 OK 2024/10/26 04:02:17 DEBUG : file2: md5 = bfe34129664b98eb20d0509f35382408 OK --- PASS: TestCopyURL (18.62s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:02:22 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/26 04:02:25 DEBUG : sub/file2: md5 = bfaa0a5636fba8d1632df598081872fa OK 2024/10/26 04:02:25 INFO : file1: Copied (new) to: sub/file2 2024/10/26 04:02:25 INFO : file1: Deleted 2024/10/26 04:02:26 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/26 04:02:26 DEBUG : file1: Unchanged skipping 2024/10/26 04:02:26 INFO : file1: Deleted 2024/10/26 04:02:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': don't need to copy/move sub/file2, it is already at target location 2024/10/26 04:02:29 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (8.99s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:02:31 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/26 04:02:32 DEBUG : file1: md5 = a75045f941fb16f4072cc408d86d5e4b OK 2024/10/26 04:02:32 INFO : file1: Copied (new) 2024/10/26 04:02:32 INFO : file1: Deleted 2024/10/26 04:02:33 DEBUG : file1: Destination exists, skipping 2024/10/26 04:02:33 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.54s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.47s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:02:40 DEBUG : dst/file1: md5 = 064f4e498af4c9be2437aa5bd21f5932 OK 2024/10/26 04:02:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fakacev6waxi/backup" 2024/10/26 04:02:41 DEBUG : Creating backend with remote "TestDrive:crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0/1nrff024r7pq65ecp72fc28jb0" 2024/10/26 04:02:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/26 04:02:47 INFO : dst/file1: Moved (server-side) 2024/10/26 04:02:49 DEBUG : dst/file1: md5 = 0875953823d94059ba72e7e4ebc3f9cb OK 2024/10/26 04:02:49 INFO : dst/file1: Copied (new) 2024/10/26 04:02:49 INFO : dst/file1: Deleted 2024/10/26 04:02:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/26 04:02:53 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/26 04:02:55 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (20.04s) === 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-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:02:59 DEBUG : A1/one: md5 = 3aec82251208ed253e26fb530c70616c OK 2024/10/26 04:03:02 DEBUG : A1/two: md5 = c053dbac9a692b1c388a3f207ba985cb OK 2024/10/26 04:03:05 DEBUG : A1/B1/three: md5 = bcdcf0236ff947d096e3b03bf051891d OK 2024/10/26 04:03:09 DEBUG : A1/B1/C1/four: md5 = a2b135333bd0b564775e3eecb4ad13a4 OK 2024/10/26 04:03:13 DEBUG : A1/B1/C2/five: md5 = 94975853b26f08615174626a9980dd66 OK 2024/10/26 04:03:13 DEBUG : A1/B2: Making directory 2024/10/26 04:03:14 DEBUG : A1/B1/C3: Making directory 2024/10/26 04:03:28 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/10/26 04:03:28 INFO : A2/one: Moved (server-side) to: A3/one 2024/10/26 04:03:28 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/10/26 04:03:29 INFO : A2/two: Moved (server-side) to: A3/two 2024/10/26 04:03:29 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/10/26 04:03:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/26 04:03:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/26 04:03:34 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/26 04:03:35 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/26 04:03:35 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/26 04:03:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/10/26 04:03:46 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/10/26 04:03:46 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/10/26 04:03:46 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/10/26 04:03:47 INFO : A3/one: Moved (server-side) to: A4/one 2024/10/26 04:03:48 INFO : A3/two: Moved (server-side) to: A4/two 2024/10/26 04:03:53 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/26 04:03:53 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/26 04:03:53 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/26 04:03:54 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/26 04:03:54 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/26 04:04:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/10/26 04:04:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/10/26 04:04:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/26 04:04:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/26 04:04:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/26 04:04:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/26 04:04:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/26 04:04:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/26 04:04:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/26 04:04:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (71.03s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" --- PASS: TestGetFsInfo (0.70s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:04:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': File to upload is small (34 bytes), uploading instead of streaming 2024/10/26 04:04:09 DEBUG : no_checksum_small_file_from_pipe: md5 = a180d39983f17c781073aba38283bda1 OK 2024/10/26 04:04:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/10/26 04:04:09 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/26 04:04:10 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/10/26 04:04:11 DEBUG : no_checksum_big_file_from_pipe: md5 = ab3327545900371206de8514ee38ab8b OK 2024/10/26 04:04:11 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-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:04:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': File to upload is small (34 bytes), uploading instead of streaming 2024/10/26 04:04:16 DEBUG : with_checksum_small_file_from_pipe: md5 = 181b63819d8a8476c570a2fa856ab6b4 OK 2024/10/26 04:04:16 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/26 04:04:17 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/10/26 04:04:19 DEBUG : with_checksum_big_file_from_pipe: md5 = ab60d64aae682cc6e2a6724bafdcad5f OK 2024/10/26 04:04:19 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-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:04:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': File to upload is small (34 bytes), uploading instead of streaming 2024/10/26 04:04:25 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/26 04:04:26 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/26 04:04:28 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-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:04:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': File to upload is small (34 bytes), uploading instead of streaming 2024/10/26 04:04:32 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/26 04:04:33 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/26 04:04:35 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (29.32s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.75s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (8.01s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.81s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.76s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/10/26 04:04:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': File to upload is small (48 bytes), uploading instead of streaming 2024/10/26 04:04:39 DEBUG : rcat_metadata: md5 = bbc2ac7653956d09f631d39e3cd5d254 OK 2024/10/26 04:04:39 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/10/26 04:04:43 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/10/26 04:04:44 DEBUG : rcat_metadata_uploadcutoff0: md5 = dac25b05626fd4bff698d3ce5a9b0a71 OK 2024/10/26 04:04:44 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (9.12s) --- PASS: TestRcatMetadata/Normal (4.68s) --- PASS: TestRcatMetadata/ViaDisk (4.00s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:04:48 DEBUG : potato1: md5 = 2320d43ad8c99e0e21ea2d3a73f26b7c OK 2024/10/26 04:04:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': File to upload is small (60 bytes), uploading instead of streaming 2024/10/26 04:04:50 DEBUG : potato2: md5 = 251b56deef4036d090963aa5ff6ce3c9 OK 2024/10/26 04:04:50 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.61s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:04:53 DEBUG : potato1: md5 = 18c8f0c042e103a32f7c4e809d0ac576 OK 2024/10/26 04:04:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': File to upload is small (60 bytes), uploading instead of streaming 2024/10/26 04:04:56 DEBUG : potato2: md5 = 16d3c1c789d709a7babac2783f8a11dc OK 2024/10/26 04:04:56 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (7.09s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:05:00 DEBUG : potato2: md5 = a8a6fb4b0a6d5ad90537dd34594121fd OK 2024/10/26 04:05:02 DEBUG : empty space: md5 = 0e20693a9d5baeabe9758841d9d425bc OK 2024/10/26 04:05:05 DEBUG : sub dir/potato3: md5 = 8b940f3e815396e9bacf71b4202fb34c OK 2024/10/26 04:05:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Touching "empty space" 2024/10/26 04:05:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Touching "potato2" 2024/10/26 04:05:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Touching "sub dir/potato3" 2024/10/26 04:05:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (14.53s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:05:13 DEBUG : dir with metadata: Making directory with metadata 2024/10/26 04:05:14 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.23s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:05:16 DEBUG : directory with modtime: Making directory with metadata 2024/10/26 04:05:18 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.11s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:05:20 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/26 04:05:20 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/26 04:05:20 DEBUG : Google drive root 'crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0': Skipping btime metadata as can't update it on an existing file: 2024-10-26T04:05:20.02665247Z 2024/10/26 04:05:21 INFO : non existent directory: Updated directory metadata 2024/10/26 04:05:23 DEBUG : Google drive root 'crypt/58tdf00875rccouunl7qq9ktfdilb9sjmuak9013gl7jlc907pv0': Skipping btime metadata as can't update it on an existing file: 2024-10-26T04:05:20.02665247Z 2024/10/26 04:05:24 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.28s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:05:26 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/10/26 04:05:30 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/10/26 04:05:31 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (7.37s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi'", Local "Local file system at /tmp/rclone1301546809", Modify Window "1ms" 2024/10/26 04:05:33 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/26 04:05:33 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/26 04:05:33 DEBUG : dst: Making directory with metadata 2024/10/26 04:05:34 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/26 04:05:34 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/26 04:05:35 INFO : dst: Set directory modification time (using SetModTime) 2024/10/26 04:05:36 INFO : dst: Set directory modification time (using SetModTime) 2024/10/26 04:05:36 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/10/26 04:05:36 INFO : dst: Set directory modification time (using SetModTime) 2024/10/26 04:05:36 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.93s) === 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/10/26 04:05:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fakacev6waxi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 13m50.990483121s (try 1/5)